(vc-status-update): Undo the previous revert.
[emacs.git] / lisp / ChangeLog
blob07babb88d4b2831ee66031576318f52f5f714830
1 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
3         * vc.el (vc-status-update): Undo the previous revert.
5 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7         * minibuffer.el (completion-table-with-terminator): Those completions
8         are never valid w.r.t test-completion.
9         (completion--file-name-table):
10         Check completion-all-completions-with-base-size.
12 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
14         * doc-view.el (doc-view-dvipdf-program): New variable.
15         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
16         (doc-view-mode-p): Check for doc-view-dvipdf-program as
17         alternative for doc-view-dvipdfm-program.
18         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
20         * doc-view.el (doc-view-start-process): Don't set
21         default-directory to "~/" if the current value is valid.
22         This broke PS files that run other files in the same directory.
24 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
26         * vc.el (vc-status-kill-query): New function.
27         (vc-status-mode): Add it to kill-buffer-query-functions.
28         (vc-status-show-fileentry): New function.
29         (vc-status-menu-map): Bind it.  Bind vc-next-action.
31 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
33         * minibuffer.el (minibuffer-message): Put cursor at the right place.
35 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
37         * proced.el (proced-send-signal): Fix error recognition.
39 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
41         * proced.el (proced-command-alist): Remove sort column.
42         (proced-command, proced-procname-column):
43         Use make-variable-buffer-local.
44         (proced-signal-function): Rename from proced-kill-program.
45         Allow for elisp symbols and string values representing system calls.
46         (proced-marker-regexp, proced-success-message): New functions.
47         (proced): Use defalias.  Add autoload cookie.
48         (proced-unmark-backward, proced-toggle-marks)
49         (proced-hide-processes): New commands.
50         (proced-do-mark): Simplify code.
51         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
52         (proced-update): Remove sorting.
53         (proced-send-signal): Display number of processes to operate on.
54         Allow for system calls or elisp functions to send signals.
55         Check if signal was sent successfully.
57 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
59         * minibuffer.el (completion-all-completion-with-base-size): New var.
60         (completion--some): New function.
61         (completion-table-with-context, completion--file-name-table):
62         Return the base-size if requested.
63         (completion-table-in-turn): Generalize to multiple arguments.
64         (complete-in-turn): Compatibility alias.
65         (completion-styles-alist): New var.
66         (completion-styles): New customization.
67         (minibuffer-try-completion, minibuffer-all-completions):
68         New functions.
69         (minibuffer--do-completion, minibuffer-complete-and-exit)
70         (minibuffer-try-word-completion): Use them.
71         (display-completion-list, minibuffer-completion-help): Use them.
72         Handle all-completions's new base-size info to set completion-base-size.
73         * info.el (Info-read-node-name-1): Use completion-table-with-context,
74         completion-table-with-terminator and complete-with-action.
75         Remove the now obsolete completion-base-size-function property.
76         * simple.el (completion-list-mode-map): Move init into declaration.
77         (completion-list-mode): Use define-derived-mode.
78         (completion-setup-function): Use any completion-base-size that may
79         have been set before.  Remove handling of completion-base-size-function.
80         * loadup.el: Move abbrev.el up earlier.
82 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
84         * vc-git.el (vc-git-after-dir-status-stage)
85         (vc-git-dir-status-goto-stage): New functions.
86         (vc-git-after-dir-status-stage1)
87         (vc-git-after-dir-status-stage1-empty-db)
88         (vc-git-after-dir-status-stage2): Remove, functionality moved
89         into the new generic stage functions.
90         (vc-git-dir-status-files): New function.
92         * vc.el (vc-status-update): Revert an incorrect rewrite. Add some
93         comments.
94         (vc-status-refresh-files): New function.
95         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
96         state of up-to-date files.
97         (vc-default-dir-status-files): New function.
99 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
101         * minibuffer.el (completion--embedded-envvar-table)
102         (read-file-name-internal): Fix typos in 2008-04-11 change.
104         * faces.el (read-face-name): Use `completion-table-in-turn',
105         not `complete-in-turn'.
107 2008-04-13  Andreas Schwab  <schwab@suse.de>
109         * progmodes/etags.el: Require 'cl when compiling.
111 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
113         * progmodes/gud.el (gud-menu-map): Expand tooltip.
115         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
116         (menu): Add/expand menu tooltips.
118 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
120         * progmodes/sh-script.el (sh-show-indent): Fix typo.
121         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
123         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
124         considered registered.
126 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
128         * emacs-lisp/copyright.el (copyright-update-directory): New command.
130         * ediff-wind.el (ediff-split-window-function)
131         (ediff-merge-split-window-function): Improve custom type.
133 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
135         * loadup.el ("minibuffer"): Move after "faces".
137 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
139         * progmodes/hideif.el (hif-factor): Handle unary minus.
141 2008-04-12  Glenn Morris  <rgm@gnu.org>
143         * calendar/cal-china.el (chinese-calendar-time-zone):
144         Mark obsolete name as risky too.
146         * calendar/calendar.el (calendar-faces): New custom group.
147         (calendar-today, diary, holiday): Doc fix.
148         Move to calendar-faces group.
149         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
150         (diary-button): Doc fix.  Move to calendar-faces group.
152         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
153         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
154         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
155         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
156         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
157         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
158         not in dumped files before the associated defcustom.
160 2008-04-11  Johan Bockgård  <bojohan@gnu.org>
162         * minibuffer.el (lazy-completion-table): Fix debug spec.
164 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
166         * minibuffer.el (complete-with-action, lazy-completion-table):
167         Move from subr.el.
168         (apply-partially, completion-table-dynamic)
169         (completion-table-with-context, completion-table-with-terminator)
170         (completion-table-in-turn): New funs.
171         (completion--make-envvar-table, completion--embedded-envvar-table):
172         New funs.
173         (read-file-name-internal): Use them.
174         (completion-setup-hook): Move from simple.el.
175         * subr.el (complete-with-action, lazy-completion-table):
176         * simple.el (completion-setup-hook): Move to minibuffer.el.
178 2008-04-11  Glenn Morris  <rgm@gnu.org>
180         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
182 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
184         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
186         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
188         * textmodes/fill.el (fill-forward-paragraph-function): New var.
189         (fill-forward-paragraph): New fun.
190         (fill-paragraph, fill-region): Use it.
192         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
193         (vc-status-create-fileinfo): Make `extra' optional.
194         (vc-status-busy): New fun.
195         (vc-status-menu-map): Use it.
196         (vc-status-crt-marked): Remove.
197         (vc-status-update): Rename from vc-status-add-entries.
198         Add argument so as to prevent addition of entries.  Rewrite.
199         (vc-update-vc-status-buffer): Remove.
200         (vc-status-refresh): Don't remove old entries, set them to
201         up-to-date instead.  Also do it after the update is complete.
202         (vc-status-marked-files): η-reduce.
204         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
205         for non-dialogs.
207         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
209         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
211 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
213         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
214         to t and don't truncate msg.
216 2008-04-11  Glenn Morris  <rgm@gnu.org>
218         * calendar/calendar.el (diary, holidays):
219         Move custom groups to other files.
220         (holiday-general-holidays, holiday-oriental-holidays)
221         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
222         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
223         (holiday-hebrew-holidays, holiday-christian-holidays)
224         (holiday-islamic-holidays, holiday-bahai-holidays)
225         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
226         * calendar/diary-lib.el: Move custom group here from calendar.el.
227         * calendar/holidays-lib.el: Move custom group and variables here
228         from calendar.el.
230         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
232         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
233         Fix custom group.
234         (calendar-current-time-zone-cache): Autoload riskiness.
236         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
238 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
240         * woman.el (woman2-TH): Use string-equal instead of string-match.
242 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
244         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
245         (smerge-resolve): Merge the "2-way refinement" case with one half of
246         the "mere whitespace" resolution.
248 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
250         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
252 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
254         * subr.el (assoc-ignore-case, assoc-ignore-representation):
255         Add WHEN to obsolescence declaration.
257         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
259 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
261         * vc-hooks.el (vc-state): Add new state `conflict'.
262         (vc-after-save): Use when not if.
263         (vc-default-mode-line-string): Deal with the conflict state.
264         (vc-prefix-map):
265         (vc-menu-map): Bind vc-status instead of vc-directory.
267         * vc.el (vc-editable-p):
268         (vc-default-status-printer):
269         (vc-next-action): Deal with the conflict state.
270         (vc-mark-resolved): New function.
271         (vc-status-mode): Fix mode name.
272         (vc-default-comment-history): Use when not if.
273         (Todo): Add new entries, remove old ones.
275         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
276         (vc-cvs-parse-status):
277         (vc-cvs-after-dir-status):
278         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
279         Detect the conflict state.
281         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
283 2008-04-10  Glenn Morris  <rgm@gnu.org>
285         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
286         Respect truncate-partial-width-windows in non-full windows,
287         with regards to :toggle and :enable state.
289         * simple.el (toggle-truncate-lines): Doc fix.
291         * Makefile.in (MH_E_DIR): New variable.
292         (MH_E_SRC): Restore variable removed 2008-03-13.
293         (mh-loaddefs.el): Depend on $MH_E_SRC.
294         (CAL_DIR, CAL_SRC): New variables.
295         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
296         Depend on CAL_SRC.
298         * calendar/calendar.el (calendar, diary): Add :prefix.
299         (holidays): Change :prefix.
300         (calendar-today, holiday, calendar-holiday-marker)
301         (european-calendar-style): Change custom groups.
303         * calendar/calendar.el (diary-hook, diary-display-hook):
304         Move to diary-lib.el.
305         * calendar/diary-lib.el (diary-hook, diary-display-hook):
306         Move here from calendar.el.
307         * calendar/appt.el: Require diary-lib rather than calendar.
308         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
310         * calendar/appt.el (appt): Add :prefix.
312         * calendar/diary-lib.el (diary-hook): Doc fix.
313         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
315 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
317         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
318         New functions.
320         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
321         the arg to recursive calls.
323 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
325         * minibuffer.el (completion-auto-help): Fix typo.
327 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
329         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
331 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
333         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
334         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
336 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
338         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
340         * minibuffer.el (minibuffer): Move group from cus-edit.el.
341         (completion-auto-help): Move from C code.
342         (minibuffer--maybe-completion-help): Remove.
343         (minibuffer--bitset): New function.
344         (minibuffer--do-completion): Rename from minibuffer-do-completion.
345         Renumber a bit.  Really complete on string *before* point.
346         Add argument used for word-completion.
347         Join trailing / in completion with following text, as done in
348         minibuffer-complete-word.
349         Handle new value `lazy' for completion-auto-help.
350         (minibuffer-try-word-completion): New function extracted from
351         minibuffer-complete-word.
352         (minibuffer-complete-word): Use minibuffer--do-completion.
353         (minibuffer--insert-strings): Rename from
354         minibuffer-complete-insert-strings.
355         (exit-minibuffer): Fix typo.
356         * cus-edit.el (minibuffer): Move group to minibuffer.el.
357         * cus-start.el: Remove completion-auto-help.
359 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
361         * vc.el (vc-status-add-entries): New function.
362         (vc-status-add-entry): Remove.
363         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
364         Use vc-status-add-entries.
366         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
367         order.
369 2008-04-09  Jason Rumney  <jasonr@gnu.org>
371         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
372         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
373         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
374         (AUTOGENEL): New variable.
375         (distclean, maintainer-clean): New targets.
377 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
379         * emacs-lisp/regexp-opt.el (regexp-opt):
380         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
382 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
384         * nxml/nxml-mode.el (nxml-cleanup): New function.
385         (nxml-mode): Add it to change-major-mode-hook.
387 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
389         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
391 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
393         * calc/.cvsignore: New file.
395 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
397         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
399         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
400         show-help-function when turning tooltip off.
401         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
402         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
404 2008-04-09  Alan Mackenzie  <acm@muc.de>
406         * font-lock.el (font-lock-extend-after-change-region-function):
407         Make it buffer local.
409 2008-04-09  Glenn Morris  <rgm@gnu.org>
411         * calendar/calendar.el (diary-file, european-calendar-style):
412         Remove autoload cookies.
414 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
416         * outline.el (outline-mode-menu-bar-map):
417         * log-view.el (log-view-mode-menu):
418         * log-edit.el (log-edit-menu): Add :help.
420 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
422         * emacs-lisp/regexp-opt.el (regexp-opt-group):
423         Use substring-no-properties for correct handling of unibyte strings.
425 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
427         * add-log.el (change-log-next-buffer): Handle the case where version<
428         signals an error.
430         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
431         mouse-major-mode-menu.
432         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
433         (mouse-major-mode-menu, mouse-popup-menubar)
434         (mouse-popup-menubar-stuff): Use them.
435         (C-down-mouse-3): Bind to a dynamic map rather than to
436         mouse-popup-menubar-stuff.
438         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
439         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
441 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
443         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
444         file:// access method.
446 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
448         * minibuffer.el: New file.
449         * loadup.el: Load it.
451 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
453         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
454         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
456         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
457         (calc-mode-map, calc-digit-map, calc-dispatch-map):
458         Move initialization into declaration.
459         * calc/calc-yank.el:
460         * calc/calc-misc.el:
461         * calc/calc-embed.el:
462         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
464 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
466         * ps-samp.el (ps-add-printer, ps-remove-printer)
467         (ps-make-dynamic-printer-menu): New functions.
469         * net/zeroconf.el: New file.
471 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
473         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
475 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
477         * vc-rcs.el (vc-rcs-modify-change-comment):
478         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
480         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
482 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
484         * international/mule-cmds.el (set-locale-environment): Don't warn if
485         coding system doesn't agree with system locale (this reverts changes
486         by Dave Love, dated 2002-10-27 and 2002-10-09).
488         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
489         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
491         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
493 2008-04-08  Glenn Morris  <rgm@gnu.org>
495         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
496         * textmodes/remember.el (remember-diary-convert-entry):
497         Require calendar.
499         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
500         diary-file, since it is the default for make-diary-entry anyway.
502         * calendar/cal-menu.el (cal-menu-event-to-date):
503         Rename calendar-event-to-date.  Update callers.
504         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
505         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
506         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
507         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
508         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
509         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
510         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
511         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
512         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
513         (calendar-mouse-tex-month-landscape):
514         Rename cal-tex-mouse-month-landscape.
515         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
516         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
517         (calendar-mouse-tex-year-landscape):
518         Rename cal-tex-mouse-year-landscape.
519         (cal-menu-context-mouse-menu): Update for above name changes.
521         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
522         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
523         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
524         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
525         * calendar/holidays.el: Replace int-to-string with number-to-string.
527 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
529         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
530         region if point moves.
532 2008-04-08  Kenichi Handa  <handa@m17n.org>
534         * faces.el (font-slant-table): Change numeric values for `r',
535         `roman', and `normal'.
537 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
539         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
541 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
543         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
544         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
546 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
548         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
549         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
551 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
553         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
555 2008-04-07  Sam Steingold  <sds@gnu.org>
557         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
558         Add helper functions.
559         (lisp-do-defun): Extract the common part of lisp-eval-defun and
560         lisp-compile-defun; DEFVAR forms reset the variables to the init
561         values, just like in emacs-lisp mode eval-defun.
562         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
563         (lisp-compile-region): Use lisp-compile-string.
565 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
567         * subr.el (combine-and-quote-strings): Also quote strings that contain
568         the separator.
570         * pcvs-util.el (cvs-map): Avoid recursion :-(
572 2008-04-07  Glenn Morris  <rgm@gnu.org>
574         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
576         * calendar.el (diary-view-entries-initially-flag): Rename
577         view-diary-entries-initially.  Keep old name as alias, update users.
578         (calendar-mark-diary-entries-flag): Rename
579         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
580         (calendar-view-holidays-initially-flag): Rename
581         view-calendar-holidays-initially.  Keep old name as alias, update users.
582         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
583         Keep old name as alias, update users.
584         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
585         Keep old name as alias, update users.
586         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
587         Keep old name as alias, update users.
588         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
589         Keep old name as alias, update users.
590         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
591         (diary-american-date-forms): Rename american-date-diary-pattern.
592         Keep old name as alias, update users.
593         (diary-european-date-forms): Rename european-date-diary-pattern.
594         Keep old name as alias, update users.
595         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
596         Keep old name as alias, update users.
597         (calendar-european-date-display-form): Rename
598         european-calendar-display-form.  Keep old name as alias, update users.
599         (calendar-american-date-display-form): Rename
600         european-calendar-display-form.  Keep old name as alias, update users.
601         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
602         Keep old name as alias, update users.
603         (holiday-general-holidays): Rename general-holidays.
604         Keep old name as alias, update users.
605         (holiday-oriental-holidays): Rename oriental-holidays.
606         Keep old name as alias, update users.
607         (holiday-local-holidays): Rename local-holidays.
608         Keep old name as alias, update users.
609         (holiday-other-holidays): Rename other-holidays.
610         Keep old name as alias, update users.
611         (holiday-hebrew-holidays): Rename hebrew-holidays.
612         Keep old name as alias, update users.
613         (holiday-christian-holidays): Rename christian-holidays.
614         Keep old name as alias, update users.
615         (holiday-islamic-holidays): Rename islamic-holidays.
616         Keep old name as alias, update users.
617         (holiday-bahai-holidays): Rename bahai-holidays.
618         Keep old name as alias, update users.
619         (holiday-solar-holidays): Rename solar-holidays.
620         Keep old name as alias, update users.
621         (diary-fancy-buffer): Rename fancy-diary-buffer.
622         Keep old name as alias, update users.
623         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
624         Update users.
625         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
626         Update users.
627         (calendar-increment-month): Rename increment-calendar-month.
628         Keep old name as alias, update callers.
629         (calendar-increment-month-cons): Rename old calendar-increment-month.
630         Update callers.
631         (calendar-extract-month): Rename extract-calendar-month.
632         Keep old name as alias, update callers
633         (calendar-extract-day): Rename extract-calendar-day.
634         Keep old name as alias, update callers.
635         (calendar-extract-year): Rename extract-calendar-year.
636         Keep old name as alias, update callers.
637         (calendar-generate-window): Rename generate-calendar-window.
638         Update callers.
639         (calendar-generate): Rename generate-calendar.  Update callers.
640         (calendar-generate-month): Rename generate-calendar-month.
641         Update callers.
642         (calendar-redraw): Rename redraw-calendar.  Update callers.
643         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
644         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
645         Update callers.
646         (calendar-update-mode-line): Rename update-calendar-mode-line.
647         Update callers.
648         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
649         update callers.
650         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
651         Keep old name as alias, update callers.
652         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
653         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
654         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
655         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
656         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
657         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
658         * calendar/solar.el: Update for calendar.el name changes.
659         * org/org.el (org-agenda-format-date-aligned)
660         (org-agenda-execute-calendar-command): Access date elements directly
661         rather than using calendar functions.
662         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
663         Also set calendar-view-diary-initially-flag,
664         calendar-view-holidays-initially-flag
665         (org-get-entries-from-diary): Also set diary-fancy-buffer.
666         (org-agenda-execute-calendar-command): No need to set displayed-day.
668 2008-04-06  Alan Mackenzie  <acm@muc.de>
670         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
671         typo in the doc string.
673         * progmodes/cc-mode.el (c-basic-common-init):
674         Set font-lock-extend-after-change-region-function.
675         (c-extend-after-change-region): New function, used in
676         font-lock-extend-after-change-region-function, thus superseding
677         advice on the Font Lock after change functions.
678         (c-advise-fl-for-region): Remove this macro.
680 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
682         * textmodes/flyspell.el (flyspell-duplicate-distance):
683         Improve custom type.
685 2008-04-06  Glenn Morris  <rgm@gnu.org>
687         * calendar/diary-lib.el (diary-sexp-entry-symbol):
688         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
689         (diary-list-entries-hook): Rename list-diary-entries-hook.
690         Keep old name as alias, update users.
691         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
692         Keep old name as alias, update users.
693         (diary-nongregorian-listing-hook): Rename
694         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
695         (diary-nongregorian-marking-hook): Rename
696         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
697         (diary-print-entries-hook): Rename print-diary-entries-hook.
698         Keep old name as alias, update users.
699         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
700         Keep old name as alias, update users.
701         (diary-number-of-entries): Rename number-of-diary-entries.
702         Keep old name as alias, update users.
703         (view-diary-entries, list-diary-entries, show-all-diary-entries):
704         Give version of obsolescence.
705         (diary-view-other-diary-entries): Rename view-other-diary-entries.
706         Keep old name as alias, update callers.
707         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
708         update callers.
709         (diary-include-other-diary-files): Rename include-other-diary-files.
710         Keep old name as alias, update callers.
711         (diary-simple-display): Rename simple-diary-display.
712         Keep old name as alias, update callers.
713         (diary-fancy-display): Rename fancy-diary-display.
714         Keep old name as alias, update callers.
715         (diary-print-entries): Rename print-diary-entries.
716         Keep old name as alias, update callers.
717         (diary-marking-entries-flag): Rename marking-diary-entries.
718         Update users.
719         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
720         (diary-mark-entries): Rename mark-diary-entries.
721         Keep old name as alias, update callers.
722         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
723         Keep old name as alias, update callers.
724         (diary-mark-included-diary-files): Rename mark-included-diary-files.
725         Keep old name as alias, update callers.
726         (calendar-mark-days-named): Rename mark-calendar-days-named.
727         Keep old name as alias, update callers.
728         (calendar-mark-month): Rename mark-calendar-month.
729         Keep old name as alias, update callers.
730         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
731         Keep old name as alias, update callers.
732         (diary-sort-entries): Rename sort-diary-entries.
733         Keep old name as alias, update callers.
734         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
735         Keep old name as alias, update callers.
736         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
737         update callers.
738         (diary-insert-entry): Rename insert-diary-entry.
739         Keep old name as alias.
740         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
741         Keep old name as alias.
742         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
743         Keep old name as alias.
744         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
745         Keep old name as alias.
746         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
747         Keep old name as alias.
748         (diary-insert-block-entry): Rename insert-block-diary-entry.
749         Keep old name as alias.
750         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
751         Keep old name as alias.
752         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
753         Keep old name as alias, update users.
754         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
755         Keep old name as alias, update callers.
756         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
757         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el
758         * calendar/icalendar.el: Update for diary-lib name changes.
760 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
762         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
764         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
765         for copy, move, and link operations.
767 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
769         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
770         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
772         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
773         'require' statements with 1-argument ones (wrapped in if's).
774         For compatibility with the current stable version of XEmacs.
776 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
778         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
780 2008-04-06  Jason Rumney  <jasonr@gnu.org>
782         * language/burmese.el ("Burmese"): Make sample text consistent with
783         language name.
785 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
787         * progmodes/gdb-ui.el (gdb): New group.
788         (gdb-debug-log-max, gdb-enable-debug)
789         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
790         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
791         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
792         (gdb-show-changed-values, gdb-max-children)
793         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
794         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
795         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
796         (gdb-memory-unit): Move to new group from GUD group.
797         (menu): Allow customization from GDB-UI menu-item.
799 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
801         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
803 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
805         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
806         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
807         Revision numbers can include ".".
809         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
810         "+" lines not accounted for by counting "-" and context lines.
812 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
814         * term/mac-win.el (mac-service-open-file): Use file URL instead of
815         file name string.
817 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
819         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
820         (vc-bzr-annotate-time): Accept space used to preserve alignment.
822 2008-04-05  Richard Stallman  <rms@gnu.org>
824         * emacs-lisp/advice.el (defadvice): Add usage pattern.
826 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
828         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
829         thread in [h-e-w]).
831 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
833         * files.el (abort-if-file-too-large): Fix typo in docstring.
835 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
837         * subr.el (functionp): Return nil for special forms.
839 2008-04-05  Glenn Morris  <rgm@gnu.org>
841         * emacs-lisp/autoload.el (autoload-ensure-default-file):
842         Provide a feature.
843         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
844         Require loaddef file rather than loading it.
845         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
846         autoload-ensure-default-file provides a feature.
848         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
849         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
850         (compile, compile-always, recompile): Use $LOADDEFS.
851         (cal-autoloads): Remove.
853         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
854         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
856         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
857         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
859         * calendar/calendar.el (diary-hebrew-entry-symbol):
860         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
861         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
862         Keep old name as alias.
863         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
864         Keep old name as alias.
865         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
866         to diary-bahai-entry-symbol.
867         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
868         to diary-hebrew-entry-symbol.
869         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
870         to diary-islamic-entry-symbol.
871         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
873         * calendar/solar.el (diary-sabbath-candles-minutes)
874         (diary-sabbath-candles): Move to cal-hebrew.
875         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
876         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
877         Doc fix.  Keep old name as alias.
878         (diary-hebrew-sabbath-candles): Simplify.
879         (solar-setup, solar-sunrise-sunset, calendar-latitude)
880         (calendar-longitude, calendar-time-zone): Declare for compiler.
881         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
882         rename.
884         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
885         Rename coptic-calendar-month-name-array.  Update callers.
886         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
887         (calendar-coptic-name): Rename coptic-name.  Update callers.
888         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
889         Update callers.
890         (calendar-coptic-last-day-of-month):
891         Rename coptic-calendar-last-day-of-month.  Update callers.
892         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
893         Keep old name as alias, update callers.
894         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
895         Keep old name as alias, update callers.
896         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
897         Keep old name as alias.
898         (calendar-ethiopic-month-name-array):
899         Rename ethiopic-calendar-month-name-array.  Update callers.
900         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
901         Update callers.
902         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
903         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
904         Keep old name as alias, update callers.
905         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
906         Keep old name as alias, update callers.
907         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
908         Keep old name as alias.
910         * calendar/cal-french.el (calendar-french-epoch):
911         Rename french-calendar-epoch.  Update callers.
912         (calendar-french-month-name-array): Rename variable and function
913         french-calendar-month-name-array.  Update callers.
914         (calendar-french-multibyte-month-name-array):
915         Rename french-calendar-multibyte-month-name-array.  Update callers.
916         (calendar-french-day-name-array): Rename variable and function
917         french-calendar-day-name-array.  Update callers.
918         (calendar-french-special-days-array): Rename variable and function
919         french-calendar-special-days-array.  Update callers.
920         (calendar-french-multibyte-special-days-array):
921         Rename french-calendar-multibyte-special-days-array.  Update callers.
922         (calendar-french-accents-p): Rename french-calendar-accents.
923         Update callers.
924         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
925         Update callers.
926         (calendar-french-last-day-of-month):
927         Rename french-calendar-last-day-of-month.  Update callers.
928         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
929         Keep old name as alias, update callers.
930         (calendar-french-print-date): Rename calendar-print-french-date.
931         Keep old name as alias, update callers.
932         (calendar-french-goto-date): Rename calendar-goto-french-date.
933         Keep old name as alias.
935         * calendar/cal-menu.el, calendar/calendar.el:
936         Update for Coptic and French name changes.
938         * calendar/cal-china.el (calendar-chinese): Rename custom group
939         from chinese-calendar.  Update users.
940         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
941         Keep old name as alias, update users.
942         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
943         Keep old name as alias.
944         (calendar-chinese-daylight-time-offset):
945         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
946         update users.
947         (calendar-chinese-standard-time-zone-name):
948         Rename chinese-calendar-standard-time-zone-name.
949         Keep old name as alias, update users.
950         (calendar-chinese-daylight-saving-start):
951         Rename chinese-calendar-daylight-savings-starts.
952         Keep old name as alias, update users.
953         (calendar-chinese-daylight-saving-end):
954         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
955         update users.
956         (calendar-chinese-daylight-saving-start-time):
957         Rename chinese-calendar-daylight-savings-starts-time.
958         Keep old name as alias, update users.
959         (calendar-chinese-daylight-saving-end-time):
960         Rename chinese-calendar-daylight-savings-ends-time.
961         Keep old name as alias, update users.
962         (calendar-chinese-celestial-stem): Rename
963         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
964         (calendar-chinese-terrestrial-branch):
965         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
966         update users.
967         (calendar-chinese-zodiac-sign-on-or-after):
968         Rename chinese-zodiac-sign-on-or-after.  Update callers.
969         (calendar-chinese-new-moon-on-or-after):
970         Rename chinese-new-moon-on-or-after.  Update callers.
971         (calendar-chinese-month-list): Rename chinese-month-list.
972         Update callers.
973         (calendar-chinese-number-months): Rename number-chinese-months.
974         Update callers.
975         (calendar-chinese-compute-year): Rename compute-chinese-year.
976         Update callers.
977         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
978         (calendar-chinese-year): Rename chinese-year.  Update callers.
979         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
980         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
981         Keep old name as alias, update callers.
982         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
983         Keep old name as alias, update callers.
984         (calendar-chinese-months-to-alist):
985         Rename make-chinese-month-assoc-list.  Update callers.
986         (calendar-chinese-months): Rename chinese-months.  Update callers.
987         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
988         Keep old name as alias, update callers.
990         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
991         Rename hebrew-calendar-leap-year-p.  Update callers.
992         (calendar-hebrew-last-month-of-year):
993         Rename hebrew-calendar-last-month-of-year.  Update callers.
994         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
995         Update callers.
996         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
997         Update callers.
998         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
999         Update callers.
1000         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
1001         Update callers.
1002         (calendar-hebrew-last-day-of-month):
1003         Rename hebrew-calendar-last-day-of-month.  Update callers.
1004         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
1005         Keep old name as alias, update callers.
1006         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
1007         Keep old name as alias, update callers.
1008         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
1009         Keep old name as alias, update callers.
1010         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
1011         Keep old name as alias.
1012         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
1013         Keep old name as alias.
1014         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
1015         Keep old name as alias.
1016         (holiday-hebrew-passover): Rename holiday-passover-etc.
1017         Keep old name as alias.
1018         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
1019         Keep old name as alias, update callers.
1020         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
1021         Keep old name as alias.
1022         (calendar-hebrew-mark-date-pattern):
1023         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
1024         update callers.
1025         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
1026         Keep old name as alias.
1027         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
1028         Keep old name as alias.
1029         (diary-hebrew-insert-monthly-entry):
1030         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
1031         (diary-hebrew-insert-yearly-entry):
1032         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
1033         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
1034         Keep old name as alias.
1035         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
1036         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
1037         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
1038         Keep old name as alias.
1039         (calendar-hebrew-parashiot-names):
1040         Rename hebrew-calendar-parashiot-names.  Update callers.
1041         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
1042         (calendar-hebrew-year-Saturday-incomplete-Sunday):
1043         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
1044         (calendar-hebrew-year-Saturday-complete-Tuesday):
1045         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
1046         (calendar-hebrew-year-Monday-incomplete-Tuesday):
1047         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
1048         (calendar-hebrew-year-Monday-complete-Thursday):
1049         Rename hebrew-calendar-year-Monday-complete-Thursday.
1050         (calendar-hebrew-year-Tuesday-regular-Thursday):
1051         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
1052         (calendar-hebrew-year-Thursday-regular-Saturday):
1053         Rename hebrew-calendar-year-Thursday-regular-Saturday.
1054         (calendar-hebrew-year-Thursday-complete-Sunday):
1055         Rename hebrew-calendar-year-Thursday-complete-Sunday.
1056         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
1057         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
1058         (calendar-hebrew-year-Saturday-complete-Thursday):
1059         Rename hebrew-calendar-year-Saturday-complete-Thursday.
1060         (calendar-hebrew-year-Monday-incomplete-Thursday):
1061         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
1062         (calendar-hebrew-year-Monday-complete-Saturday):
1063         Rename hebrew-calendar-year-Monday-complete-Saturday.
1064         (calendar-hebrew-year-Tuesday-regular-Saturday):
1065         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
1066         (calendar-hebrew-year-Thursday-incomplete-Sunday):
1067         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
1068         (calendar-hebrew-year-Thursday-complete-Tuesday):
1069         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
1070         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
1071         Update for above name changes of constants.
1073         * calendar/cal-menu.el, calendar/calendar.el:
1074         Update for chinese and hebrew name changes.
1075         * calendar/diary-lib.el: Update for hebrew name changes.
1077 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1079         * subr.el (keymap-canonicalize): Correct thinko.
1081         * server.el: Undo part of the multi-tty change, which is only
1082         needed if server.el is preloaded, and broke server-running-p.
1083         (server-socket-dir): Initialize in the defvar, as before.
1084         (server-start): Remove initialization of server-socket-dir.
1086 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
1088         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
1089         3-member cons cells.
1091 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
1093         * cus-face.el (custom-face-attributes): Handle roman slant.
1095         * faces.el (default): Ensure the face-defface-spec property is set.
1097 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
1099         * files.el (abort-if-file-too-large): New function.
1100         (find-file-noselect, insert-file-1): Use it.
1102 2008-04-05  Reto Zimmermann  <reto@gnu.org>
1104         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1105         Replace C-c[a-zA-Z] key bindings.
1107 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1109         * progmodes/hideif.el (hif-token-alist): New var.
1110         (hif-token-regexp, hif-tokenize): Use it.
1111         (hif-mathify-binop): New macro.
1112         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
1113         (hif-greater-equal, hif-less-equal): Use it.
1114         (hif-logior, hif-logand): New functions.
1115         (hif-math): Accept | and & as well.
1117         * progmodes/etags.el: Fix problem with completion for buffer-local
1118         tables.  Reported by Radey Shouman <shouman@comcast.net>.
1119         (tags-complete-tag): Remove.
1120         (tags-lazy-completion-table): New function to replace it.
1121         (find-tag-tag, complete-tag): Update users.
1123 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
1125         * vc-rcs.el (vc-rcs-dir-status):
1126         * vc-sccs.el (vc-sccs-dir-status): New function.
1128         * outline.el (outline-mode-menu-bar-map):
1129         * term.el (terminal-signal-menu): Add :help.
1131         * net/eudc.el (eudc-mode-map): Declare and define in one step.
1132         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
1134         * emacs-lisp/re-builder.el (reb-mode-map):
1135         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
1137         * diff-mode.el (diff-file-junk-re): Recognize the git format for
1138         new files, deleted files and for changing permissions.
1139         (diff-mode): Set beginning-of-defun-function and
1140         end-of-defun-function.
1142         * vc-bzr.el (vc-bzr-state): Use when instead of if.
1144         * vc.el (vc-default-status-fileinfo-extra): New function.
1145         (vc-status-mark-buffer-changed): Use it.
1146         (vc-update-vc-status-buffer): Allow for partial updates.
1148 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1150         * net/tramp.el (after-init-hook): Don't wrap a lambda around
1151         tramp-register-completion-file-name-handler.
1153         * subr.el (keymap-canonicalize): New function.
1154         * mouse.el (mouse-menu-non-singleton): Use it.
1155         (mouse-major-mode-menu): Remove hack made unnecessary.
1157         * simple.el (set-fill-column): Prompt rather than error by default.
1159 2008-04-04  Andreas Schwab  <schwab@suse.de>
1161         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1162         Reset new-rules after each round.
1164         * Makefile.in (cal-autoloads): New target.
1165         (compile, compile-always, recompile): Depend on it.
1166         ($(lisp)/calendar/cal-loaddefs.el)
1167         ($(lisp)/calendar/diary-loaddefs.el)
1168         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
1170 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
1172         * ediff*.el: Replace load with require in eval-when-compile.
1174         * ediff-hook: Delete all invocations of (autoload ...).
1176         * ediff-util.el (ediff-setup): Make window-min-height a local variable
1177         in ediff control window, and set its min height to 2.
1178         (ediff-setup-control-buffer): Dedicate the control window.
1179         (ediff-toggle-multiframe): Undedicate control window.
1180         Work directly with ediff-setup-windows-multiframe and
1181         ediff-setup-windows-plain.
1183         * ediff-wind (ediff-choose-window-setup-function-automatically):
1184         New function.
1185         (ediff-window-setup-function): Change initialization.
1186         (ediff-setup-windows-automatic): Delete.
1187         (ediff-setup-windows-plain-merge): Make control window dedicated.
1188         (ediff-destroy-control-frame): Do not skip frames if working in a
1189         single frame.
1191         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
1192         eval-when-compile.
1194         * emulation/viper-util.el: Move provide's forward, prevent recursion in
1195         eval-when-compile.
1197 2008-04-04  Glenn Morris  <rgm@gnu.org>
1199         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
1200         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
1202         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
1203         Rename islamic-calendar-leap-year-p.  Update callers.
1204         (calendar-islamic-last-day-of-month):
1205         Rename islamic-calendar-last-day-of-month.  Update callers.
1206         (calendar-islamic-day-number):
1207         Rename islamic-calendar-day-number.  Update callers.
1208         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
1209         Update callers, keep old name as alias.
1210         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
1211         Update callers, keep old name as alias.
1212         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
1213         Keep old name as alias.
1214         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
1215         Update callers, keep old name as alias.
1216         (calendar-islamic-mark-date-pattern):
1217         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
1218         name as alias.
1219         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
1220         Keep old name as alias.
1221         (diary-islamic-insert-monthly-entry):
1222         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
1223         (diary-islamic-insert-yearly-entry):
1224         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
1226         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
1227         calendar-absolute-from-iso.  Update callers, keep old name as alias.
1228         (calendar-iso-print-date): Rename calendar-print-iso-date.
1229         Update callers, keep old name as alias.
1230         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
1231         Keep old name as alias.
1232         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
1233         Keep old name as alias.
1235         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
1236         calendar-absolute-from-julian.  Update callers, keep old name as alias.
1237         (calendar-julian-print-date): Rename calendar-print-julian-date.
1238         Update callers, keep old name as alias.
1239         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
1240         Update callers, keep old name as alias.
1241         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
1242         Update callers, keep old name as alias.
1243         (calendar-astro-print-day-number):
1244         Rename calendar-print-astro-day-number.  Update callers, keep old
1245         name as alias.
1246         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
1247         Update callers, keep old name as alias.
1249         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
1250         Rename calendar-string-to-mayan-long-count.  Update callers.
1251         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
1252         Update callers, keep old name as alias.
1253         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
1254         Update callers.
1255         (calendar-mayan-read-tzolkin-date):
1256         Rename calendar-read-mayan-tzolkin-date.  Update callers.
1257         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
1258         Keep old name as alias.
1259         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
1260         Keep old name as alias.
1261         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
1262         Keep old name as alias.
1263         (calendar-mayan-previous-tzolkin-date):
1264         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
1265         (calendar-mayan-next-round-date):
1266         Rename calendar-next-calendar-round-date.  Keep old name as alias.
1267         (calendar-mayan-previous-round-date):
1268         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
1269         (calendar-mayan-long-count-to-absolute): Rename
1270         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
1271         (calendar-mayan-goto-long-count-date):
1272         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
1274         * calendar/cal-persia.el (calendar-persian-month-name-array):
1275         Rename persian-calendar-month-name-array.  Update callers.
1276         (calendar-persian-epoch): Rename persian-calendar-epoch.
1277         Update callers.
1278         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
1279         Update callers.
1280         (calendar-persian-last-day-of-month):
1281         Rename persian-calendar-last-day-of-month.  Update callers.
1282         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
1283         Update callers, keep old name as alias.
1284         (calendar-persian-print-date): Rename calendar-print-persian-date.
1285         Update callers, keep old name as alias.
1286         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
1287         Keep old name as alias.
1289         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
1290         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
1291         * calendar/solar.el: Update for cal-julian name changes.
1293         * calendar/cal-dst.el: Update for persian name changes.
1295         * calendar/cal-menu.el, calendar/calendar.el:
1296         Update for islamic, iso, julian, mayan, persian name changes.
1298         * calendar/diary-lib.el: Update for islamic name changes.
1300         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
1301         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
1302         as alias.
1303         (calendar-christian-all-holidays-flag):
1304         Rename all-christian-calendar-holidays.  Update callers, keep old
1305         name as alias.
1306         (calendar-islamic-all-holidays-flag):
1307         Rename all-islamic-calendar-holidays.  Update callers, keep old
1308         name as alias.
1309         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
1310         Update callers, keep old name as alias.
1311         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
1312         Update for the above name changes.
1314 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
1316         * hilit-chg.el (global-highlight-changes-mode)
1317         (highlight-changes-passive-string, highlight-changes-active-string):
1318         Mark as obsolete since 23.1, not 22.1.
1320 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
1322         * hilit-chg.el (highlight-changes-visibility-initial-state)
1323         (hilit-chg-update, highlight-changes-mode-turn-on):
1324         Fix typos in docstrings.
1326 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
1328         * newcomment.el (comment-enter-backward): Be careful to restore
1329         position changed during narrowing.
1331 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
1333         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1334         Recognize `sub ($$)'.
1336 2008-04-03  Richard Sharman  <rsharman@pobox.com>
1338         * hilit-chg.el (highlight-changes-mode): Rename from
1339         highlight-changes; no longer uses sub-modes active and passive;
1340         implemented by define-minor-mode.
1341         (highlight-changes-toggle-visibility): New function, to replace
1342         the old passive/active submodes of global-highlight-changes-mode;
1343         implemented by define-minor-mode.
1344         (global-highlight-changes-mode): Rename from global-highlight-changes;
1345         rewrite using define-globalized-minor-mode.
1346         (hilit-chg-major-mode-hook, hilit-chg-check-global)
1347         (hilit-chg-post-command-hook, hilit-chg-check-global)
1348         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
1349         to use of define-globalized-minor-mode.
1350         (highlight-changes-global-initial-state): Change to be boolean.
1351         (highlight-changes-visible-string, highlight-changes-invisible-string):
1352         Rename from highlight-changes-active-string and
1353         highlight-changes-passive-string.
1354         (hilit-chg-update, hilit-chg-set): Use them.
1355         (global-highlight-changes-mode): Rename from global-highlight-changes.
1356         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
1357         docstring.
1358         (hilit-chg-hide-changes): Rewrite to use dolist.
1359         (hilit-chg-set-face-on-change, hilit-chg-update)
1360         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
1361         variable instead of testing highlight-changes-mode.
1362         (highlight-markup-buffers): Add reuire ediff-util; argument on calls
1363         to highlight-changes-mode changed.
1364         (highlight-compare-with-file): Fix problems with interactive
1365         call giving invalid default file.
1367 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
1369         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1370         Fix in disassembly buffer (regression in 22.2).
1372 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
1374         * emulation/viper-macs.el (viper-read-fast-keysequence):
1375         Use viper-read-event instead of viper-read-key.
1377         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
1379         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
1380         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
1381         let-statements.
1383         * emulation/viper-ex.el, emulation/viper-macs.el:
1384         * emulation/viper-mous.el:
1385         Replace load with require in eval-when-compile.
1387 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1389         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
1391         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
1392         (archive-try-jka-compr): New function.
1393         (archive-set-buffer-as-visiting-file): Use it.
1395         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
1397 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
1399         * simple.el (handle-shift-selection): New arg.
1401 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1403         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
1405         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
1407 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
1409         * shell.el (shell-dynamic-complete-filename): New fun.
1410         (shell-dynamic-complete-functions): Use it.
1412         * help-fns.el (describe-variable): Undo 2008-02-25 change.
1414 2008-04-03  Kenichi Handa  <handa@m17n.org>
1416         * international/fontset.el (create-fontset-from-x-resource):
1417         Handle the error of X resource more gracefully.
1419         * international/latin1-disp.el (latin1-display): Don't use make-char.
1420         Fix the argument to set-char-table-range.
1421         (latin1-display-identities): Don't use make-char.
1422         (latin1-display-reset): Use map-charset-chars instead of directly
1423         calling standard-display-default.
1424         (latin1-display-check-font): Don't use make-char.
1425         (latin1-display-setup): Likewise.
1426         (latin1-display-ucs-per-lynx): Likewise.
1428 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1430         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
1431         name the fields, to make the code clearer.
1432         Rewrite all `aset' and `aref' using the defined accessors.
1433         (timer--time): New pseudo-field.
1434         (timer-set-time, timer-set-idle-time, timer-inc-time)
1435         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
1436         (timer--time-less-p): New function.
1437         (timer--activate): New function, extracted from timer-activate.
1438         (timer-activate-when-idle, timer-activate): Use it.
1439         (cancel-function-timers): Use dolist.
1441 2008-04-03  Glenn Morris  <rgm@gnu.org>
1443         * add-log.el (c-beginning-of-defun, c-end-of-defun):
1444         Remove declarations; no longer used.
1445         (c-cpp-define-name, c-defun-name): Declare as functions.
1447         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
1448         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
1450         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
1451         (holiday-passover-etc, holiday-hanukkah): Doc fix.
1452         Add optional argument.  Simplify.
1453         (holiday-tisha-b-av-etc): Use memq rather than unless.
1454         (holiday-julian): Autoload it.
1455         (holiday-hebrew-misc): New function.
1457         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
1459         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1460         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
1461         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
1462         all-hebrew-calendar-holidays.
1463         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
1464         Simplify using new functions.
1465         (calendar-holidays): Doc fix.
1466         (generate-calendar-window): Use bound-and-true-p.
1468         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
1470         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
1471         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
1472         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
1473         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
1475         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
1477 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1479         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
1481         * vc-bzr.el (vc-bzr-checkout): Simplify.
1483         * image-mode.el (image-mode-fit-frame): New command.
1485         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
1486         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
1487         (keyboard-escape-quit): Check region-active-p i.s.o
1488         transient-mark-mode.
1490 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1492         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
1493         (imap-message-copyuid-1): Use it.
1494         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1495         J. Williams in
1496         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1498 2008-04-02  Alan Mackenzie  <acm@muc.de>
1500         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
1501         New optimised functions to get the name of the current defun/macro.
1503         * add-log.el (add-log-current-defun): Move the functionality which
1504         gets the current function name for C like modes to cc-cmds.el,
1505         thus optimising for speed.
1507 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
1509         * simple.el (deactivate-mark): When the mark is temporarily
1510         active, restore the original value of transient-mark-mode.
1511         (set-mark-command): First deactivate the mark if was temporarily active.
1512         (exchange-point-and-mark): Reactivate the mark if it was
1513         temporarily active.
1514         (handle-shift-selection): New fun.
1515         (transient-mark-mode): Move var documentation here from buffer.c.
1516         (next-line, previous-line, backward-word, move-end-of-line)
1517         (move-beginning-of-line, forward-to-indentation)
1518         (backward-to-indentation, back-to-indentation)
1519         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
1521         * mouse.el (mouse-set-region-1): Save the old value of
1522         transient-mark-mode.
1523         (mouse-drag-track): Ignore the now-obsolete value `identity' for
1524         transient-mark-mode.
1526         * textmodes/paragraphs.el (forward-paragraph)
1527         (backward-paragraph, forward-sentence, backward-sentence): Add ^
1528         interactive spec.
1530         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
1532 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
1534         * net/tramp.el (tramp-make-tramp-temp-file):
1535         Use `tramp-drop-volume-letter' for the local file name part.
1537 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
1539         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
1540         Add menu entries corresponding to all the key bindings.
1542         * emacs-lisp/debug.el (debugger-mode-map):
1543         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
1544         (conf-align-assignments): Only work on the region if it is active.
1545         (conf-quote-normal): Use when instead of if.  Remove redundant test.
1547         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1548         for tracing and re-builder.
1550 2008-04-02  Glenn Morris  <rgm@gnu.org>
1552         * calendar/appt.el (appt-disp-window-function): Doc fix.
1553         (appt-display-message): Move beep before display.
1554         (appt-check): Make interactive.  Reduce the number of lets.
1555         Use string-equal to compare mode-line strings.
1556         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
1557         read-only.
1558         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
1559         (appt-delete): Simplify.
1561         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
1563         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
1565         * calendar/cal-hebrew.el (list-yahrzeit-dates):
1566         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
1567         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
1569         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1570         (calendar-holiday-marker, mark-visible-calendar-date):
1571         * calendar/diary-lib.el (fancy-diary-display):
1572         Check for font-lock-mode before using faces.
1574         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
1575         (calendar-gregorian-from-absolute): Reduce the number of lets.
1576         (hebrew-holidays-4, generate-calendar-window): Simplify.
1577         (calendar-for-loop): Make obsolete.
1578         (calendar-nth-named-day): Doc fix.
1580         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
1581         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
1582         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
1583         Reduce the number of lets.
1584         (mark-sexp-diary-entries, calendar-mark-complex):
1585         Expand calendar-for-loops.
1587 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
1589         * find-dired.el (find-dired-filter): Fix last patch to handle
1590         multi-line process input.  Pad link numbers too.
1592 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
1594         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
1596 2008-04-01  Jason Rumney  <jasonr@gnu.org>
1598         * international/characters.el (script-list): Add phonetic script,
1599         covering IPA (previously Latin), Phonetic Extensions and
1600         Phonetic Extensions Supplement (both previously unassigned).
1602         * international/fontset.el (setup-default-fontset): Use unicode fonts
1603         that cover bopomofo script for bopomofo.
1604         Likewise for braille and mathematical.
1605         Use unicode scripts that cover the phonetic script for IPA.
1607 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
1609         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
1610         return the assigned value.
1612 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1614         * abbrev.el (abbrev-mode): Use define-minor-mode.
1616         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
1617         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
1618         Use map-keymap.
1619         (minor-mode-menu-from-indicator): Use it.  Simplify.
1621         * bindings.el (mode-line-mode-menu): Move before (new) first use.
1622         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
1623         Bind the key directly to the menu.
1624         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
1626 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
1628         * epa.el (epa-decrypt-region): Explain the reason why this
1629         function should not be used in Lisp programs.
1630         (epa-decrypt-armor-in-region): Ditto.
1631         (epa-verify-region): Ditto.
1632         (epa-verify-cleartext-in-region): Ditto.
1633         (epa-sign-region): Ditto.
1634         (epa-encrypt-region): Ditto.
1636         * epg.el (epg-start-receive-keys): Fix typo in docstring.
1638         * epa.el (epa-select-keys): Show menu even if there is no key in
1639         GnuPG's keyring.
1641 2008-04-01  Glenn Morris  <rgm@gnu.org>
1643         * calendar/calendar.el (calendar-make-temp-face): New function.
1644         (mark-visible-calendar-date):
1645         * calendar/diary-lib.el (fancy-diary-display): Use it.
1647         * vc-hooks.el (vc-responsible-backend): Declare as function.
1649         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
1650         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
1651         * calendar/cal-julian.el (holiday-julian): Use it.
1653         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
1654         (calendar-hebrew-date-is-visible-p): Extract some common code into
1655         separate function.
1656         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
1658         * calendar/cal-menu.el (cal-menu-holidays-menu):
1659         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
1660         rather than obsolete alias.
1662         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
1663         for mark characters.
1664         (calendar-unmark): Unmark by removing all overlays, rather than
1665         redrawing.
1666         (calendar-starred-day): Remove.
1667         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
1668         (calendar-cursor-to-date): No need for special star handling now
1669         using overlays.
1670         (calendar-star-date): Use overlays.
1672         * calendar/cal-french.el (calendar-goto-french-date):
1673         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
1674         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
1675         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
1676         * calendar/cal-persia.el (calendar-persian-date-string):
1677         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
1678         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
1679         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
1680         * calendar/solar.el (solar-equinoxes-solstices):
1681         Reduce nesting of some lets.
1683         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
1684         (calendar-goto-mayan-long-count-date): Simplify.
1686         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
1687         Simplify by using mapcar.
1688         (calendar-list-holidays): Return holiday-list.
1689         (list-holidays): Use let rather than let*.  Remove un-needed locals
1690         `d', `never'.
1691         (calendar-check-holidays): Return result from dolist.
1692         (holiday-float): Use a single let*.  Simplify if-and to and.
1693         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
1694         single let*.
1696 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
1698         * calc/calc.el: Autoload `calc-yank'.
1699         (calc-mode-map): Add keybindings for `calc-yank'.
1700         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
1701         assignments for `calc-yank'.
1703 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
1705         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
1706         (vc-status-mark-buffer-changed): Handle the extra field.
1708         * vc-bzr.el (vc-bzr-after-dir-status):
1709         * vc-cvs.el (vc-cvs-after-dir-status):
1710         * vc-hg.el (vc-hg-after-dir-status):
1711         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
1713 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1715         * doc-view.el: Compute displayed pages first (in PDF).
1716         (doc-view-current-converter-processes): Rename from
1717         doc-view-current-converter-process.  Update users.
1718         (doc-view-sentinel): Test buffer's liveness.
1719         (doc-view-pdf/ps->png-sentinel): Remove.
1720         (doc-view-start-process): New function.
1721         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1722         (doc-view-ps->pdf): Use it.
1723         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
1724         New functions.
1725         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
1726         (doc-view-mode): Kill the processes when leaving the mode.
1728 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
1730         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
1731         Use `byte-compile-warning-types'.  Add docstring.
1733 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1735         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
1736         (smerge-resolve): Add various resolution heuristics.
1738         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
1739         in 3-way conflicts.
1741 2008-03-31  Glenn Morris  <rgm@gnu.org>
1743         * calendar/cal-bahai.el (diary-bahai-mark-entries):
1744         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1745         * calendar/cal-islam.el (mark-islamic-diary-entries):
1746         Fix argument order in call to diary-mark-entries-1.
1748         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
1749         pre-Bahai dates.
1750         (holiday-bahai): Use an algorithm actually relevant to this calendar
1751         system.
1753         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
1755         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
1756         Use and.
1758         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
1759         in the last fortnight in Julian October.
1761         * calendar/calendar.el (increment-calendar-month): Optionally handle
1762         systems without 12 months per year.
1764         (calendar-date-is-visible-p): Doc fix.  Simplify.
1766         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
1767         from dolist.
1769 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
1771         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
1772         (hi-lock-unload-function): New function.
1774 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
1776         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
1777         overwriting when NEWNAME is a local file.
1779         * net/trampver.el: Update release number.
1781 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
1783         * vc-git.el: Make vc-status display information about copies,
1784         renames and permission changes.
1785         (vc-git-extra-fileinfo): New defstruct.
1786         (vc-git-escape-file-name, vc-git-file-type-as-string)
1787         (vc-git-rename-as-string, vc-git-permissions-as-string)
1788         (vc-git-status-printer): New functions.
1789         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
1790         (vc-git-after-dir-status-stage1): Look for copies, renames and
1791         permission changes.
1792         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
1793         (vc-git-dir-status): Ask for staged files and renames.
1795 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
1797         * vc.el: Allow backends to display backend specific information in
1798         the vc-status listing.
1799         (vc-status-fileinfo): Add a field for backend specific information.
1800         (vc-status-printer): Rename to ...
1801         (vc-default-status-printer): ... this.
1802         (vc-status-printer): New function.
1803         (vc-update-vc-status-buffer): Set the backend specific file info
1804         if provided.
1806 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1808         * textmodes/remember.el (remember-diary-convert-entry): Revert last
1809         change (ill-conceived).
1811 2008-03-29  Glenn Morris  <rgm@gnu.org>
1813         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
1814         * calendar/cal-julian.el (holiday-julian): Simplify.
1816         * calendar/holidays.el (list-holidays): Use or.
1818 2008-03-29  Juri Linkov  <juri@jurta.org>
1820         * window.el (split-window-preferred-horizontally): New function.
1822         * cus-start.el (split-window-preferred-function):
1823         Set choice for "vertically" to nil instead of split-window.
1824         Set choice for "horizontally" to split-window-preferred-horizontally
1825         instead of lambda.
1827 2008-03-29  Juri Linkov  <juri@jurta.org>
1829         * simple.el (minibuffer-default-add-function): New variable with
1830         the default to minibuffer-default-add-completions.
1831         (minibuffer-default-add-done): New variable.  Make it buffer-local.
1832         (minibuffer-default-add-completions): New function.
1833         (goto-history-element): Set minibuffer-default-add-done to t and
1834         call a function in minibuffer-default-add-function when the
1835         specified absolute history position is greater than the length of
1836         the minibuffer-default list and minibuffer-default-add-done is nil.
1837         Change "^End of history; no next item$" to "^End of defaults;
1838         no next item$".
1840         * bindings.el (debug-ignored-errors): Change "^End of history;
1841         no next item$" to "^End of defaults; no next item$".
1843 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1845         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
1847         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
1848         to with-no-warnings.
1850 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
1852         Sync with Tramp 2.1.13.
1854         * net/tramp-ftp.el: Require 'cl when byte-compiling.
1856         * net/trampver.el: Update release number.
1858 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
1860         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
1861         the current backend.
1863         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
1864         (vc-status-refresh): Create a temporary buffer and call the
1865         `dir-status' backend function from that buffer.
1867         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
1868         (vc-bzr-after-dir-status): Don't kill the buffer.
1870         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
1871         (vc-cvs-after-dir-status): Don't kill the buffer.
1873         * vc-git.el (vc-git-dir-status): Don't create a buffer.
1874         (vc-git-after-dir-status-stage2): Don't kill the buffer.
1876         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
1877         (vc-hg-after-dir-status): Don't kill the buffer.
1879         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
1880         (vc-svn-after-dir-status): Don't kill the buffer.
1882 2008-03-29  Glenn Morris  <rgm@gnu.org>
1884         * calendar/calendar.el (diary-file, american-date-diary-pattern)
1885         (european-date-diary-pattern, european-calendar-display-form)
1886         (american-calendar-display-form, diary-display-hook): Doc fixes.
1887         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
1888         custom :set.  Mark as obsolete.
1889         (calendar-date-style, iso-date-diary-pattern)
1890         (iso-calendar-display-form): New user variables.
1891         (diary-date-forms, calendar-date-display-form): Set using
1892         calendar-date-style.  Doc fix.
1893         (calendar-set-date-style): New command.
1894         (european-calendar, american-calendar): Use calendar-set-date-style.
1895         Mark as obsolete.
1897         * calendar/diary-lib.el (number): Move declaration where needed.
1898         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
1899         (diary-make-date): New function.
1900         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
1901         Use diary-make-date.
1902         (diary-date-display-form, diary-insert-entry-1): New functions.
1903         (insert-monthly-diary-entry, insert-yearly-diary-entry):
1904         Use diary-insert-entry-1.
1905         (insert-anniversary-diary-entry, insert-block-diary-entry)
1906         (insert-cyclic-diary-entry): Use diary-date-display-form.
1908         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1909         Autoload diary-insert-entry-1.
1910         * calendar/cal-bahai.el (diary-bahai-insert-entry)
1911         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
1912         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
1913         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
1914         * calendar/cal-islam.el (insert-islamic-diary-entry)
1915         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
1916         Use diary-insert-entry-1.
1918         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
1919         (diary-yahrzeit): Doc fix.  Use diary-make-date.
1921         * calendar/icalendar.el (icalendar--datetime-to-american-date):
1922         New name for icalendar--datetime-to-noneuropean-date.  Make old name
1923         obsolete alias.
1924         (icalendar--datetime-to-iso-date): New function.
1925         (icalendar--datetime-to-diary-date): Doc fix.  Respect
1926         calendar-date-style if bound.
1928         * textmodes/remember.el (remember-diary-convert-entry):
1929         Respect calendar-date-style if bound.
1931 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1933         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
1934         (xterm-mouse-handle-delete-frame): Delete.
1936         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
1937         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
1938         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
1939         in xterm-modify-other-keys-terminal-list.
1941         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
1942         are conflicts.
1944 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
1946         * vc.el (vc-update): Check if the buffer is unsaved only if it
1947         actually exists.
1948         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
1949         vc-print-log.
1951 2008-03-28  Magnus Henoch  <mange@freemail.hu>
1953         * net/dns.el (dns-write): Use set-buffer-multibyte.
1955 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1957         * vc-bzr.el (vc-bzr-sha1): New fun.
1958         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
1959         (vc-bzr-registered): Use it.
1961 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
1963         * vc.el (vc-status-kill-dir-status-process): Simplify.
1964         (vc-status-refresh): Make sure the buffer is live.
1965         (ring): Don't require it, not used.
1967 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
1969         * progmodes/verilog-mode.el (verilog-auto-inout-module):
1970         Add optional regular expression to AUTOINOUTMODULE.
1971         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
1972         (verilog-auto-inst-param, verilog-auto-reg)
1973         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
1974         (verilog-auto-output-every, verilog-auto-input)
1975         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
1976         (verilog-auto-unused, verilog-auto): Update documentation to use
1977         more obvious instance module names versus cell names.
1979 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
1981         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
1982         kill if a process is running.
1984         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
1986 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
1988         * vc.el: Add new backend function 'status-extra-headers.
1989         (vc-default-status-extra-headers): New function.
1990         (vc-status-headers): Call 'status-extra-headers.  Add colors.
1992         * vc-git.el (vc-git-status-extra-headers): New function.
1994 2008-03-28  Glenn Morris  <rgm@gnu.org>
1996         * calendar/cal-menu.el (cal-menu-holidays-menu)
1997         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
1998         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
1999         holiday-list is optional.
2000         (calendar-mouse-holidays): Remove un-needed local `l'.
2002         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2003         Remove un-needed local `date'.
2004         (calendar-cursor-to-visible-date): Use let rather than let*.
2005         Remove un-needed local `first-of-month-weekday'.
2007         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
2009         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
2010         Doc fixes.
2011         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
2012         (diary-header-line-flag, diary-header-line-format): Declare.
2013         (diary-pull-attrs): Check for multiple matches.
2014         (diary-list-entries-2): Simplify finding start of date.
2015         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
2016         pop-up-frames.
2017         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
2018         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
2020 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
2022         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
2024         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
2026 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2028         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
2030         * image-mode.el (image-mode-reapply-winprops): Fix last change.
2032 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
2034         * international/mule-conf.el (define-iso-single-byte-charset):
2035         Don't make latin-iso8859-* supplementary.
2036         (#'set-charset-priority): Don't change the priority of charsets
2037         `unicode' and `emacs'.
2039 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2041         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
2042         temp buffer.
2044 2008-03-27  Glenn Morris  <rgm@gnu.org>
2046         * calendar/cal-bahai.el (diary-bahai-list-entries):
2047         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
2048         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
2050         * calendar/calendar.el (diary-file): Doc fix.
2052         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
2053         (list-diary-entries-hook, mark-diary-entries-hook)
2054         (include-other-diary-files, diary-mail-entries)
2055         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
2056         (diary-set-header): New function.
2057         (diary-header-line-flag, diary-header-line-format):
2058         Use diary-set-header for custom :set function.
2059         (diary-set-maybe-redraw): Use symbol-value rather than eval.
2060         (diary-attrtype-convert): Use intern-soft rather than read.
2061         (diary-display-no-entries): New function.
2062         (simple-diary-display, fancy-diary-display): Use it.
2063         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
2064         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
2066         * calendar/holidays.el (list-holidays): Doc fix.
2068 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
2070         * calc/calc-store.el (calc-read-var-name-history): New variable.
2071         (calc-read-var-name): Use `calc-read-var-name-history'.
2073 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2075         * image-mode.el (image-mode-reapply-winprops): Simplify now that
2076         window-configuration-change-hook works buffer-locally.
2078 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
2080         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
2081         for Emacs Lisp, not Lisp.
2083 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
2085         * help-fns.el (describe-function-1, describe-variable):
2086         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
2088         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
2089         replacement is provided, don't print "use nil instead".
2091 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
2093         * complete.el (PC-do-completion): Use regexp-quote.
2095 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
2097         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
2098         Detect missing files.
2100         * vc-git.el (vc-git-extra-menu-map): New key map.
2101         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
2102         New functions.
2104         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
2105         and 'missing files.
2107 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2109         * calendar/holidays.el (list-holidays): Make Y2 optional.
2111         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
2112         buffers shown to the user.
2113         (appt-disp-window): Disable undo explicitly now that the leading space
2114         is gone.
2116         * simple.el (activate-mark): New function.
2117         (set-mark-command): Use it with region-active-p to clean up the code.
2118         (exchange-point-and-mark): Invert the meaning of C-u when
2119         transient-mark-mode is active.
2121         * dired-aux.el (dired-create-files): Use dolist.
2123         * bindings.el (mode-line-change-eol): Use with-selected-window.
2125         * apropos.el (apropos-command): Include macros.
2127 2008-03-26  Glenn Morris  <rgm@gnu.org>
2129         * calendar/cal-bahai.el: Require calendar, not cal-julian.
2130         (calendar-bahai-epoch): Doc fix.
2132         * calendar/cal-china.el: Explicitly require calendar.
2134         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
2135         Require calendar rather than cal-julian.
2136         Autoload calendar-absolute-from-julian.
2137         * calendar/cal-coptic.el (coptic-calendar-epoch):
2138         * calendar/cal-islam.el (calendar-islamic-epoch):
2139         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
2141         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
2143         * calendar/cal-dst.el: Don't require cal-persia.
2144         (calendar-absolute-from-persian): Autoload it.
2145         (dst-adjust-time): Doc fix.
2147         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
2148         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
2149         calendar.
2151         * calendar/cal-menu.el: Require calendar rather than declaring
2152         functions.
2153         * calendar/calendar.el: Provide calendar before requiring cal-menu.
2155         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
2156         calendar-after-frame-setup-hooks.  Update callers, make old name an
2157         obsolete alias.  Doc fix.
2158         (calendar-frame-1): Doc fix.
2160         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
2162         * calendar/calendar.el (oriental-holidays, solar-holidays):
2163         * calendar/holidays.el (list-holidays): Assume atan always bound.
2165         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
2166         Explicitly require calendar, not cal-julian.
2167         * calendar/lunar.el: Explicitly require cal-dst.
2169 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2171         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
2173         * help-fns.el (describe-function-1, describe-variable): If no
2174         replacement is provided, don't print "use nil instead".
2176 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2178         * proced.el: New file.
2180 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2182         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
2184 2008-03-25  Juri Linkov  <juri@jurta.org>
2186         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
2187         in battery-mode-line-format.
2189         * bindings.el (minibuffer-local-map): For the command
2190         file-cache-minibuffer-complete replace keymap minibuffer-local-map
2191         with map which is already locally bound to minibuffer-local-map.
2193 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2195         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
2196         Remove `sort-first' argument.
2198         * subr.el (redisplay-end-trigger-functions)
2199         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
2200         (process-filter-multibyte-p, set-process-filter-multibyte):
2201         Mark as obsolete.
2203 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
2205         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
2206         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
2207         use the LOCAL arg of `add-hook'.
2208         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
2209         Remove spurious * from defcustom docstrings.
2210         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
2211         Fix typos in messages.
2212         (reb-mode-buffer-p): New function.
2213         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
2214         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
2215         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
2216         (reb-update-overlays): Use `unless', `when'.
2217         (re-builder-unload-function): New function.
2219 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
2221         * vc-hooks.el (vc-state): Add documentation for 'missing.
2223 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
2225         * progmodes/verilog-mode.el (verilog-auto-output)
2226         (verilog-auto-input, verilog-auto-inout, verilog-auto)
2227         (verilog-delete-auto): Add optional regular expression to
2228         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
2229         (verilog-signals-matching-regexp): New internal function for
2230         signal matching.
2232 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
2234         * info.el (Info-isearch-search): Always return point.
2236 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2238         * diff-mode.el (diff-remembered-defdir): New var.
2239         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
2241 2008-03-25  Glenn Morris  <rgm@gnu.org>
2243         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
2244         calendar-bahai-prompt-for-date.  Update callers, make old name an
2245         obsolete alias.  Doc fix.
2246         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
2247         coptic-prompt-for-date.  Update callers, make old name an
2248         obsolete alias.  Doc fix.
2249         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
2250         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
2251         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
2252         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
2253         * calendar/cal-iso.el (calendar-iso-read-date): New name for
2254         calendar-iso-read-args.  Update callers, make old name an obsolete
2255         alias.
2256         * calendar/cal-persia.el (calendar-persian-read-date): New name for
2257         persian-prompt-for-date.  Update callers, make old name an
2258         obsolete alias.  Doc fix.  Move definition before use.
2260         * calendar/cal-x.el (diary-frame-parameters)
2261         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2262         (calendar-frame-1): Doc fixes.
2263         (make-fancy-diary-buffer): Remove declaration.
2264         (calendar-dedicate-diary): Replace call to deleted function
2265         make-fancy-diary-buffer.
2266         (calendar-frame-setup): New function.
2267         (calendar-one-frame-setup, calendar-only-one-frame-setup)
2268         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
2269         work, and mark as obsolete.
2270         (special-display-buffer-names): Don't mess with this; it's not our
2271         business.
2272         (cal-x-load-hook): Defvar it, and mark as obsolete.
2274         * calendar/calendar.el (calendar-remove-frame-by-deleting):
2275         Default to t.  Add to 'calendar group.
2276         (calendar): Doc fix.  Use calendar-frame-setup.
2277         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
2278         (generate-calendar-window): Doc fix.
2280 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2282         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
2284 2008-03-24  Drew Adams  <drew.adams@oracle.com>
2286         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
2287         New variables.
2288         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
2289         (finder-exit): Ignore errors rather than avoiding them.
2290         Kill *Finder-package* buffer also.
2292 2008-03-24  Andreas Schwab  <schwab@suse.de>
2294         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
2296 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
2298         * vc-hg.el (vc-hg-after-dir-status):
2299         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
2301         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
2302         Detect removed files.
2304         * vc.el (vc-status-printer): Use a different face for missing files.
2305         (vc-status-hide-up-to-date): Rename from
2306         vc-status-remove-up-to-date.  Update all callers.
2307         (vc-status-mode-map): Bind C-m.
2309 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
2311         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
2312         code ...
2313         (vc-git--state-code): ... to this new function.
2314         (vc-git-state): Use it.
2316 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2318         * textmodes/remember.el (remember-mail-date)
2319         (remember-store-in-mailbox): Write date and From line in such a
2320         way that Mutt can read it.
2322 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
2324         * simple.el (transient-mark-mode): Turn on by default.
2326 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
2328         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
2329         'unregistered for unregistered files.
2331         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
2333         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
2335         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
2336         subdirectories.
2338         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
2339         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
2340         Add :enable for vc-status-refresh.
2341         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
2342         (vc-status-tool-bar-map): Add binding for
2343         vc-status-kill-dir-status-process.
2344         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
2345         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
2346         Reset vc-status-process-buffer.
2347         (vc-status-refresh): Don't run two refreshes at a time.
2348         (vc-status): If the buffer is already in vc-status-mode only refresh.
2349         (vc-status-mark-buffer-changed): Add an optional file parameter.
2350         (vc-resynch-buffer): Use it.
2351         (vc-delete-file): Expand the file name before using it.
2352         Be careful to not create a new buffer with the old file contents.
2353         Update the VC state after performing the operation.
2355 2008-03-23  Andreas Schwab  <schwab@suse.de>
2357         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
2358         Fix radio button condition.
2359         [box]: Likewise.
2360         [customize]: Add radio button.
2362 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
2364         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
2365         (calc-user-parse-tables, calc-gnuplot-default-device)
2366         (calc-gnuplot-default-output, calc-gnuplot-print-device)
2367         (calc-gnuplot-print-output, calc-gnuplot-geometry)
2368         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2369         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
2370         (calc-undo-list, calc-redo-list, calc-main-buffer)
2371         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
2372         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
2373         (calc-said-hello, calc-executing-macro, calc-any-selections)
2374         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
2375         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
2376         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
2377         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
2378         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
2379         (calc-create-buffer, calc-quit): Add docstrings.
2381 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
2383         * makefile.w32-in (WINS_ALMOST): Add org.
2385 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
2387         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
2388         New functions to implement vc-status support.
2390 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
2392         * vc.el (vc-status-prepare-status-buffer): New function.
2393         (vc-status): Use it.
2395         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
2396         appropriate.
2398 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
2400         * vc-git.el (vc-git--empty-db-p)
2401         (vc-git-after-dir-status-stage1-empty-db): New functions.
2402         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
2403         Add support for empty repositories.
2405 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
2407         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2408         Allow "^" in a version name.
2410         * vc-mtn.el (vc-mtn-state): Support the added state.
2412 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
2414         * org: New directory for Org-mode.
2416         * org/org-export-latex.el: Moved from lisp/texmodes.
2418         * org/org-irc.el: Moved from lisp/texmodes.
2420         * org/org-mac-message.el: Moved from lisp/texmodes.
2422         * org/org-mouse.el: Moved from lisp/texmodes.
2424         * org/org-publish.el: Moved from lisp/texmodes.
2426 2008-03-21  Juri Linkov  <juri@jurta.org>
2428         * comint.el (comint-dynamic-simple-complete):
2429         Use variable `stub' for the second arg `common-substring'
2430         of `comint-dynamic-list-completions'.
2431         (comint-dynamic-list-filename-completions):
2432         Use variable `filenondir' for the second arg `common-substring'
2433         of `comint-dynamic-list-completions'.
2434         (comint-dynamic-list-completions): Add new optional arg
2435         `common-substring'.  Add `common-substring' as the second arg of
2436         the call to `display-completion-list'.  Doc fix.
2438         * comint.el (comint-dynamic-complete-as-filename)
2439         (comint-dynamic-list-filename-completions)
2440         (comint-dynamic-simple-complete): Use `minibuffer-message'
2441         to display message "No completions of %s" when a command
2442         is called in the minibuffer.
2443         (comint-dynamic-simple-complete): Don't display other
2444         completion messages when a command is called in the minibuffer.
2445         (comint-dynamic-list-completions): Use `minibuffer-message'
2446         to display message " [Type space to flush ...]" when a command
2447         is called in the minibuffer.
2449         * shell.el (shell-dynamic-complete-command)
2450         (shell-dynamic-complete-environment-variable): Don't display
2451         completion messages when command is called in the minibuffer.
2453         * emacs-lisp/lisp.el (lisp-complete-symbol):
2454         Use `minibuffer-message' to display message "No completions of %s"
2455         when this command is called in the minibuffer.
2457         * bindings.el (standard-mode-line-modes): Put special help-echo
2458         tooltip on recursive edit %[ %] mode-line constructs.
2460         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
2461         "^No dynamic expansion for .* found$" to allow error messages like
2462         "No dynamic expansion for \"%s\" found in this-buffer".
2464 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
2466         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
2467         "psftp".
2469 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2471         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
2472         * vc.el (vc-default-dired-state-info): Use just "modified".
2473         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
2474         (vc-cvs-mode-line-string): Make use of the better default.
2475         (vc-cvs-parse-entry): Use the new `added'.
2476         (vc-cvs-dired-state-info): Remove.
2477         * vc-svn.el (vc-svn-dired-state-info): Remove.
2478         * vc-hg.el (vc-hg-dired-state-info): Remove.
2479         * vc-git.el (vc-git-dired-state-info): Remove.
2481 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
2483         * vc-git.el (vc-git-status-result): New variable.
2484         (vc-git-dir-status): Split out ...
2485         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
2486         ... these new functions and work asynchronously.
2488 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
2490         * vc-git.el (vc-git-after-dir-status): Remove.
2491         (vc-git-dired-state-info): Reimplement.
2493 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
2495         * replace.el (occur-mode-map): Add :help.
2497         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
2498         for disassemble.
2500         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
2501         the 'added state.
2502         (vc-status-remove-up-to-date): New function.
2503         (vc-status-mode-map, vc-status-menu-map): Bind it.
2504         (vc-status-printer): Use a different face up-to-date files.
2505         (vc-resynch-buffer): Update the vc-status buffer if it exists.
2506         (Todo): Remove solved entries.
2508         * vc-hg.el (vc-hg-state):
2509         * vc-git.el (vc-git-state):
2510         * vc-cvs.el (vc-cvs-parse-status):
2511         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
2512         state.
2514 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2516         * progmodes/compile.el (compile):
2517         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
2519         * simple.el (minibuffer-local-shell-command-map): New var.
2520         (minibuffer-complete-shell-command, read-shell-command): New funs.
2521         (shell-command, shell-command-on-region): Use them.
2523 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2525         * vc.el (vc-status-mark-buffer-changed): New function to implement
2526         updating of the *vc-status* buffer when a buffer is saved.
2527         (vc-status-mode): Use it for after-change-hook.
2528         (vc-add-to-vc-status-buffer): Rename to ...
2529         (vc-status-add-entry): ... this.
2530         (Todo): Add new entry.
2532 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2534         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
2536 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
2538         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
2539         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
2540         Remove spurious * from defcustom docstrings.
2541         (icomplete-compute-delay): Fix docstring and remove spurious *.
2542         (icomplete-delay-completions-threshold): Fix typo in docstring and
2543         remove spurious *.
2544         (icomplete-completions): While collecting the list of prospective
2545         candidates, don't overshoot `icomplete-prospects-length'.
2547 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2549         * textmodes/refbib.el:
2550         * textmodes/reftex.el:
2551         * textmodes/reftex-global.el:
2552         * textmodes/reftex-vars.el:
2553         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
2554         compiler pacifying defvars.
2555         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
2556         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
2557         not needed.
2559 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
2561         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
2562         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
2563         (verilog-customize, verilog-font-customize)
2564         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
2565         (verilog-mode): Update documentation strings to match tool tips.
2566         (verilog-auto-search-do, verilog-auto-re-search-do)
2567         (verilog-skip-forward-comment-or-string): Fix verilog-auto
2568         expansion when a .* appears inside a string.
2569         (verilog-re-search-forward, verilog-re-search-backward):
2570         Add comment to recall how this works.
2571         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
2573 2008-03-20  Glenn Morris  <rgm@gnu.org>
2575         * calendar/calendar.el (calendar-other-dates): New function.
2576         (calendar-print-other-dates): Use calendar-other-dates.
2577         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
2578         the declarations it replaces.
2579         (calendar-mouse-print-dates): Use calendar-other-dates.
2581         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
2582         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
2583         (calendar-absolute-from-bahai): Fix the leap-year case.
2584         (calendar-bahai-from-absolute): Re-use the Gregorian month.
2585         (calendar-bahai-date-string, calendar-bahai-print-date):
2586         Handle pre-Bahai dates.
2588         * calendar/cal-china.el (chinese-calendar-celestial-stem)
2589         (chinese-calendar-terrestrial-branch): Make defcustoms.
2591         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
2592         (calendar-mouse-view-diary-entries): Use or.
2593         (calendar-mouse-chinese-date): Remove unused command.
2594         (cal-menu-load-hook): Mark as obsolete.
2596         * calendar/solar.el (calendar-location-name, calendar-latitude)
2597         (calendar-longitude, solar-arctan, sunrise-sunset)
2598         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
2600 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
2602         * calc/calc.el: Remove outdated comments.
2603         (defcalcmodevar, calc-mode-var-list-restore-default-values)
2604         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
2605         Add docstrings.
2607 2008-03-19  Jason Rumney  <jasonr@gnu.org>
2609         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
2611 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2613         * net/tls.el (open-tls-stream): Reindent.
2615 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
2617         * net/tramp.el (tramp-let-maybe): Removed.
2618         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
2619         It does not exist under XEmacs.
2620         (tramp-handle-file-truename, tramp-handle-expand-file-name)
2621         (tramp-completion-file-name-handler): Let-bind
2622         `directory-sep-char'.
2624         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
2625         `directory-sep-char'.
2627 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2629         * help-fns.el (describe-function-1): Don't signal "missing arglist"
2630         for autoloaded keymaps.
2632         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
2633         (electric-verilog-terminate-line, verilog-in-struct-region-p)
2634         (verilog-backward-ws&directives, verilog-forward-ws&directives)
2635         (verilog-in-comment-p, verilog-in-star-comment-p)
2636         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
2637         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
2638         (verilog-skip-forward-comment-or-string, verilog-in-paren)
2639         (verilog-skip-forward-comment-p): Use it.
2641 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
2643         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
2644         (org-remember-templates, org-time-stamp-rounding-minutes)
2645         (org-back-over-empty-lines, org-find-base-buffer-visiting)
2646         (org-columns-new): Fix typos in docstrings.
2648 2008-03-19  Glenn Morris  <rgm@gnu.org>
2650         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
2651         (tramp-handle-shell-command): Use condition-case rather than
2652         ignore-errors.
2654 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2656         * diff-mode.el (diff-header): Make the color louder.
2657         (diff-refine-change): Tone the color down.
2659 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
2661         * descr-text.el (describe-char): When `describe-char-unidata-list'
2662         is set to show all properties, list them in the right order.
2664 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2666         * international/mule.el (load-with-code-conversion): Avoid setting
2667         default-enable-multibyte-characters.
2669 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
2671         * vc.el (vc-annotate-background): Fix custom type.
2673 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2675         * descr-text.el (describe-char-unidata-list): Allow specifying
2676         just all properties.
2677         (describe-char): Handle that new value.
2679         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
2681 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
2683         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
2684         instead of file name extension to make docs with uncommon
2685         extensions work.
2687 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
2689         * doc-view.el (require): Require cl at compile time because
2690         `assert' needs it.
2692 2008-03-18  Glenn Morris  <rgm@gnu.org>
2694         * calendar/calendar.el (initial-calendar-window-hook)
2695         (today-visible-calendar-hook): Doc fixes.
2697 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
2699         * net/tramp.el (tramp-root-regexp): Simplify.
2700         (tramp-completion-file-name-regexp-separate): Don't insist on
2701         leading "[".  This prevents method or user or host completion.
2702         (tramp-let-maybe): Autoload it.
2703         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
2704         is an alias for `identity'.
2705         (tramp-handle-write-region): Protect `last-coding-system-used'
2706         over the trailing statements.
2707         (tramp-completion-file-name-handler-post-function): Remove.
2708         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
2709         instead of calling `tramp-drop-volume-letter'.
2711         * net/tramp.el:
2712         * net/tramp-uu.el:
2713         * net/trampver.el: Move coding cookie at the end.
2715 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2717         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
2718         elements which may be something else than characters.
2720 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
2722         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
2723         New functions to implement vc-status support.
2725         * vc.el (vc-default-extra-status-menu)
2726         (vc-add-to-vc-status-buffer): New functions.
2728         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2729         for eldoc and ielm.
2731 2008-03-17  Glenn Morris  <rgm@gnu.org>
2733         * calendar/cal-x.el (diary-frame-parameters)
2734         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2735         Fix custom type; add options.
2736         (calendar-frame, diary-frame): Doc fixes.
2737         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
2738         new functions.
2739         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
2740         Use calendar-frame-1 and calendar-dedicate-diary.
2741         (calendar-one-frame-setup): Also handle only-one-frame case.
2742         (calendar-only-one-frame-setup): Doc fix.  Just call
2743         calendar-one-frame-setup.
2745         * calendar/diary-lib.el: Re-order some definitions before their use.
2746         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
2747         (diary-list-entries): Doc fixes.
2748         (make-fancy-diary-display): Remove function.
2750         * calendar/calendar.el (calendar-today-marker)
2751         (initial-calendar-window-hook, today-visible-calendar-hook)
2752         (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
2753         (calendar-star-date, calendar-mark-today): Doc fixes.
2754         (today-visible-calendar-hook): Add options.
2755         (calendar-in-read-only-buffer): New macro.
2756         (calendar-basic-setup): Adapt for change in calendar-read-date.
2757         Place holiday let inside if.
2758         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
2759         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
2760         (calendar-print-other-dates): Use one let rather than many.
2762         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
2763         (calendar-print-other-dates):
2764         * calendar/cal-hebrew.el (list-yahrzeit-dates):
2765         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
2766         * calendar/holidays.el (calendar-list-holidays, list-holidays)
2767         (calendar-cursor-holidays):
2768         * calendar/lunar.el (calendar-phases-of-moon): Use
2769         calendar-in-read-only-buffer to replace previous code and disable undo.
2771 2008-03-16  Juri Linkov  <juri@jurta.org>
2773         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
2774         and regexp-search-ring-yank-pointer for the HISTPOS argument of
2775         read-from-minibuffer to provide the correct initial minibuffer
2776         history position in isearch-edit-string when it is called from
2777         isearch-ring-adjust.
2779         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
2780         to check if the current buffer is the minibuffer, and in this case
2781         call abort-recursive-edit to kill the minibuffer.  Doc fix.
2782         (kill-this-buffer-enabled-p): Allow this function to return non-nil
2783         when the current buffer is the minibuffer.
2785         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
2787 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
2789         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
2790         Use non-nil PARENTS attribute of make-directory instead of
2791         explicitly checking existence the current cache directory.
2793 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
2795         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
2796         M-x epa-file-select-keys.
2798 2008-03-16  Kenichi Handa  <handa@m17n.org>
2800         * international/mule.el (auto-coding-alist):
2801         Use no-conversion-multibyte for archive files.
2803 2008-03-16  Glenn Morris  <rgm@gnu.org>
2805         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
2806         New functions.
2807         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
2808         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
2809         Use calendar-mark-1.
2810         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
2811         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
2812         Use calendar-mark-complex.
2813         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
2814         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
2815         Use calendar-mark-1.
2817         * calendar/calendar.el (calendar-mod): Remove.
2818         * calendar/cal-china.el (calendar-chinese-from-absolute)
2819         (calendar-chinese-date-string): Expand calendar-mod calls.
2820         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
2821         Expand calendar-mod calls.
2823         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
2824         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
2825         (diary-bahai-insert-yearly-entry): Use let rather than let*.
2826         Move obsolete aliases after the functions that replaced them.
2828         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
2829         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
2830         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
2831         Use let rather than let*.
2832         (calendar-hebrew-prompt-for-date): New function.
2833         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
2834         (holiday-tisha-b-av-etc): Use unless, let.
2836         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
2837         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
2839         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
2841         * calendar/calendar.el (calendar-for-loop): Add indent spec.
2843         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
2844         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
2845         than concat.
2846         (diary): Remove un-needed let.
2847         (view-other-diary-entries): Rename argument.
2848         (diary-list-entries-2): New function.
2849         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
2850         (print-diary-entries): Use unless.
2851         (diary-mark-entries-1): Change argument order, make all but
2852         markfunc optional.  Handle the standard (Gregorian) case.
2853         Use match-string-no-properties.  Handle marks.
2854         (mark-diary-entries): Use diary-mark-entries-1.
2855         (diary-font-lock-keywords-1): New macro.
2856         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
2858 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
2860         * icalendar.el (icalendar-version): Increase to 0.18.
2861         (icalendar-export-hidden-diary-entries): New variable.
2862         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
2863         In case of error, insert full error-val.
2864         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
2865         Use calendar-day-of-week.  Return the day number.
2866         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
2868 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
2870         * icalendar.el (icalendar-recurring-start-year): New variable.
2871         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
2872         (icalendar-export-region): Ignore hidden diary entries.
2873         (icalendar--convert-ordinary-to-ical): Fix case where event
2874         spans across midnight boundary.
2875         (icalendar-first-weekday-of-year): New function.
2876         (icalendar--convert-weekly-to-ical): Allow user-selectable start
2877         year for recurring events (Mozilla calendars do not propagate
2878         recurring events forever, so year 2000 start date was not working).
2879         (icalendar--convert-yearly-to-ical): Remove extra spaces in
2880         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
2882 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
2884         * net/tramp.el (tramp-root-regexp): New defconst.
2885         (tramp-completion-file-name-regexp-unified)
2886         (tramp-completion-file-name-regexp-separate)
2887         (tramp-completion-file-name-regexp-url): Use it.
2888         (tramp-do-copy-or-rename-file-via-buffer):
2889         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
2890         t for `insert-file-contents-literally'.
2891         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
2892         Autoload it.
2893         (tramp-completion-file-name-handler-post-function): New defconst.
2894         (tramp-completion-file-name-handler): Use it.
2895         (tramp-maybe-open-connection): Update calls to
2896         `tramp-flush-connection-property' for removed 2nd argument.
2898 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2900         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
2901         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
2902         New functions.
2904 2008-03-15  Glenn Morris  <rgm@gnu.org>
2906         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
2907         New functions.
2908         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
2909         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2910         (diary-list-entries-1, diary-mark-entries-1): Autoload.
2911         (diary-bahai-list-entries): Use diary-list-entries-1.
2912         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
2913         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
2914         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2915         (diary-list-entries-1, diary-mark-entries-1): Autoload.
2916         (list-hebrew-diary-entries): Use diary-list-entries-1.
2917         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
2918         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
2919         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
2920         (diary-list-entries-1, diary-mark-entries-1): Autoload.
2921         (list-islamic-diary-entries): Use diary-list-entries-1.
2922         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
2924         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
2926         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
2928         * calendar/cal-china.el (number-chinese-months)
2929         (calendar-chinese-from-absolute): Use nth, caar.
2931         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
2933         * calendar/cal-french.el (french-calendar-accents): Doc fix.
2935         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
2936         (calendar-hebrew-month-name-array-leap-year)
2937         (hebrew-calendar-parashiot-names): Make constants.
2938         (diary-parasha): Move definition after constants it uses.
2940         * calendar/cal-html.el (cal-html-insert-link-yearpage)
2941         (cal-html-htmlify-list): Doc fix.
2942         (cal-html-htmlify-entry): Use nth.
2944         * calendar/cal-islam.el (calendar-islamic-month-name-array)
2945         (calendar-islamic-epoch): Make constants.
2946         (calendar-islamic-epoch): Doc fix.
2948         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
2950         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
2951         (cal-tex-month-name): Doc fix.
2952         (cal-tex-last-blank-p): Use zerop.
2954         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
2955         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
2956         (calendar-cursor-to-date): Doc fix.
2957         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
2958         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
2959         (calendar-day-number): Use when.
2960         (generate-calendar-month): Use dotimes.
2961         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
2962         (calendar-set-mark): Reverse conditional.
2963         (calendar-make-alist): Move definition before use.
2965         * calendar/diary-lib.el (diary-face-attrs)
2966         (diary-glob-file-regexp-prefix, diary-selective-display)
2967         (number-of-diary-entries, diary-list-entries, diary-goto-entry):
2968         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
2969         (diary-anniversary, diary-cyclic)
2970         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
2971         (diary-header-line-format): Change wording.
2972         (diary-list-entries): Set `date-start' in let.
2973         (include-other-diary-files, mark-included-diary-files): Use format.
2974         (simple-diary-display, fancy-diary-display): Use cadr, unless.
2975         (mark-diary-entries): Use 1+.
2976         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
2977         (mark-calendar-month): Use dotimes.
2979         * calendar/holidays.el (displayed-month, displayed-year):
2980         Move declarations where needed.
2981         (calendar-list-holidays): Doc fix.
2983         * calendar/parse-time.el (parse-time-string): Simplify.
2985         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
2986         Make constants.
2987         (solar-sunrise-sunset): Rename some local variables for clarity.
2988         (sunrise-sunset): Use zerop.
2989         (solar-mean-equinoxes/solstices): Doc fix.
2991         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
2992         Use nth.
2993         (timeclock-completing-read, timeclock-generate-report): Use zerop.
2994         (timeclock-mean, timeclock-generate-report): Use dolist.
2996         * calendar/todo-mode.el (todo-add-category): Simplify.
2997         (todo-more-important-p, todo-delete-item, todo-file-item):
2998         Use unless, when.
2999         (todo-top-priorities): Use zerop.
3001 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
3003         * buff-menu.el (list-buffers-noselect): Display buffer name in
3004         tooltip instead of mouse binding when it doesn't fit in the list.
3006 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
3008         * faces.el (xw-defined-colors):
3009         * simple.el (widget-convert, shell-mode): Declare as functions
3010         instead of autoloading.
3012         * abbrev.el:
3013         * button.el:
3014         * cus-face.el:
3015         * ediff-hook.el:
3016         * emacs-lisp/backquote.el:
3017         * emacs-lisp/timer.el:
3018         * facemenu.el:
3019         * faces.el:
3020         * menu-bar.el:
3021         * simple.el:
3022         * subr.el:
3023         * textmodes/fill.el:
3024         * textmodes/paragraphs.el: Remove autoloads, redundant when the
3025         files are preloaded.
3027 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3029         * desktop.el (desktop-create-buffer): Don't catch errors if
3030         debug-on-error is set.
3032 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
3034         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3035         ($(lisp)/calendar/diary-loaddefs.el)
3036         ($(lisp)/calendar/hol-loaddefs.el): New targets.
3037         (LOADDEFS): New macro.
3038         (autoloads): Depend on $(LOADDEFS).
3040 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
3042         * font-lock.el (featurep): Remove test, not useful anymore.
3043         (facemenu-keymap): Move key binding ...
3044         * facemenu.el (facemenu-keymap): ... here.
3046         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
3047         for each file in the list.
3048         (vc-bzr-log-view-mode): Recognize the file marker.
3050         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3051         for checkdoc and profiling.
3053 2008-03-14  Bastien Guerry  <bzg@altern.org>
3055         * textmodes/flyspell.el (nxml-mode): Add the right
3056         `flyspell-mode-predicate'.
3058         * wid-edit.el (link): Use 'mouse-face for :follow-link.
3060 2008-03-14  Glenn Morris  <rgm@gnu.org>
3062         * calendar/solar.el: Reorder so that functions are defined before use.
3063         (displayed-month, displayed-year): Move declarations where needed.
3064         (solar-get-number): Move definition before use.  Use unless.
3065         (solar-equatorial-coordinates): Simplify.
3066         (solar-sunrise-and-sunset): Use let rather than let*.
3067         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
3069         * startup.el (command-line-1): Rename -internal-script back to
3070         -scriptload (reverts previous change).
3072         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
3073         (calendar-bahai-leap-base): Add doc strings.
3074         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
3075         Move definition before use.
3076         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
3077         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
3078         variables outside the loop.  Use dolist.
3079         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
3081         * calendar/cal-china.el: Re-order so that functions are defined before
3082         use.
3083         (displayed-month, displayed-year): Move declarations where needed.
3084         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
3085         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3086         Add doc strings.
3087         (chinese-year-cache): Recenter on 2010.  Doc fix.
3088         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
3089         Doc fix.  Simplify.
3090         (chinese-year-cache-init): New function.
3091         (compute-chinese-year, holiday-chinese-new-year)
3092         (calendar-chinese-date-string, calendar-goto-chinese-date)
3093         (make-chinese-month-assoc-list): Use cadr, nth.
3094         (chinese-months): Remove un-needed let.
3096         * calendar/cal-coptic.el (coptic-calendar-month-name-array):
3097         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
3098         (coptic-prompt-for-date): Move definition before use.
3100         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
3101         (calendar-dst-find-data, calendar-daylight-time-offset)
3102         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3103         (calendar-daylight-savings-starts-time)
3104         (calendar-daylight-savings-ends-time): Use cadr, nth.
3106         * calendar/cal-french.el (french-calendar-epoch)
3107         (calendar-goto-french-date): Doc fix.
3108         (french-calendar-month-name-array)
3109         (french-calendar-multibyte-month-name-array)
3110         (french-calendar-day-name-array, french-calendar-special-days-array):
3111         Add doc strings.
3113         * calendar/cal-hebrew.el (displayed-month, displayed-year)
3114         (original-date): Move declarations where needed.
3115         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
3116         Doc fix.
3117         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
3118         constant variables outside the loop.  Use dolist.
3120         * calendar/cal-islam.el (displayed-month, displayed-year)
3121         (original-date): Move declarations where needed.
3122         (islamic-calendar-day-number): Remove unused local variable `day'.
3123         (calendar-goto-islamic-date): Doc fix.
3124         (holiday-islamic): Use unless.
3125         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
3126         constant variables outside the loop.  Use dolist.
3127         (mark-islamic-calendar-date-pattern): Move definition before use.
3128         Use unless.
3129         (mark-islamic-diary-entries): Doc fix.
3130         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3131         (insert-yearly-islamic-diary-entry): Use let rather than let*.
3133         * calendar/cal-julian.el (calendar-absolute-from-julian):
3134         Move definition before use.  Remove un-needed local `day'.
3135         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
3137         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
3138         (calendar-mayan-tzolkin-names-array): Add doc strings.
3139         (calendar-mayan-long-count-from-absolute): Use a single let.
3140         (calendar-string-to-mayan-long-count): Simplify.
3141         (calendar-next-haab-date, calendar-previous-haab-date)
3142         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
3143         (calendar-previous-calendar-round-date)
3144         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
3145         Doc fix.
3146         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
3147         (calendar-mayan-date-string, calendar-print-mayan-date)
3148         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3149         (calendar-mayan-long-count-common-era): Move definitions before use.
3151         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
3152         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
3153         Doc fix.
3154         (calendar-mouse-goto-date): Move definition before use.
3156         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
3157         Move definition before use.
3158         (calendar-cursor-to-visible-date): Move definition before use.
3159         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
3160         and place inside the conditional.
3161         (calendar-forward-day): Simplify.
3162         (calendar-end-of-month): Use unless.
3163         (calendar-goto-day-of-year): Doc fix.
3164         Relocate obsolete aliases after their replacements.
3166         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
3168         * calendar/diary-lib.el (mark-diary-entries): Move some constant
3169         variables outside the diary-date-forms loop.
3171         * calendar/calendar.el (diary-file): Doc fix.
3172         (calendar-buffer-list): Return buffers rather than strings (fixes
3173         previous change).
3174         (hebrew-holidays-4): Fix typo.
3176         * calendar/holidays.el (displayed-month, displayed-year):
3177         Move declarations where needed.
3178         (calendar-holiday-list, calendar-list-holidays)
3179         (holiday-filter-visible-calendar): Move definitions before use.
3180         (list-holidays): Use cadr.
3181         Relocate obsolete aliases after their replacements.
3183         * calendar/lunar.el (date, displayed-month, displayed-year):
3184         Move declarations where needed.
3185         (lunar-phase-list): Move definition after functions it uses.
3186         (calendar-phases-of-moon, diary-phases-of-moon)
3187         (lunar-new-moon-on-or-after): Use cadr, nth.
3188         (lunar-new-moon-on-or-after): Doc fix.
3190         * textmodes/org-irc.el (top-level): CL not required when compiling.
3191         (org-irc-visit-erc): Replace runtime CL functions.
3193         * textmodes/org-publish.el (declare-function): Add compatibility stub.
3194         (org-publish-delete-dups): Declare as function.
3196 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
3198         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
3199         (vc-bzr-show-log-entry): Make regexp match more cases.
3200         (vc-diff-switches-list): Remove autoload, not needed.
3202 2008-03-14  Juri Linkov  <juri@jurta.org>
3204         * isearch.el (isearch-edit-string): Remove one call to
3205         `isearch-push-state' not to push an inconsistent state,
3206         but keep another correct call to `isearch-push-state'.
3207         (isearch-ring-adjust): Call `isearch-push-state' only when
3208         `search-ring-update' is non-nil since `isearch-edit-string'
3209         already pushes its state.
3210         (isearch-message): Improve matching the failed part by checking
3211         if the original message starts with the last successful message.
3213         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
3214         (dired-perm-write): Rename from `dired-warn-writable'.
3215         Change parent face from `font-lock-warning-face' to
3216         `font-lock-comment-delimiter-face'.
3217         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
3218         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
3219         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
3220         with `dired-perm-write-face'.
3222 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
3224         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3225         Create cache dir only if it doesn't already exist.
3227 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3229         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
3230         of \ and '.
3232 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
3234         * net/browse-url.el (browse-url-text-xterm):
3235         Unquote browse-url-text-browser.
3237 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
3239         * textmodes/org-mouse.el: Version number change.
3241         * textmodes/org-publish.el (org-publish-expand-components):
3242         Remove null projects from the list of components.
3243         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
3244         Remove unused retrieval of the :publishing-directory property.
3245         (org-publish-file): Bugfix: when using a relative directory as the
3246         publishing directory, convert it to a directory filename.
3247         (org-publish-project): New alias.
3248         (org-publish-get-files): Protect against empty p.
3249         (org-publish-file): Send an error when file is not part of any project.
3250         (org-publish-file): Offer to refresh the list of files in known
3251         project when the current file is not part of any project.
3252         (org-publish-before-export-hook)
3253         (org-publish-after-export-hook): New hooks.
3254         (org-publish-org-to): Use new hooks and kill buffers.
3255         (org-publish-file): Remove the code for killing buffers.
3256         (org-publish-initialize-files-alist): Use interactive.
3257         (org-publish-file): If the publishing function creates a new
3258         buffer, kill it after publishing.
3259         (org-publish-timestamp-filename): Protect ":" in file name path
3260         under windows.
3262         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
3263         change that killed the LaTeX buffer.
3265         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
3266         in the decision tree.
3267         (org-select-remember-template): Clean the code.
3268         (org-prepare-dblock): Add the extra :content parameter.
3269         (org-write-agenda): New output type ".ics" files.
3270         (org-write-agenda): Call `org-icalendar-verify-function', both for
3271         time stamps and for TODO entries.
3272         (org-agenda-collect-markers, org-create-marker-find-array)
3273         (org-check-agenda-marker-table): New functions.
3274         (org-agenda-marker-table): New variable.
3275         (org-export-as-html): Revert the change that killed the html
3276         buffer.  Side effects first need to be studied carefully.
3277         (org-get-tags-at): Fix the structure of the condition-case statement.
3278         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
3279         (org-timestamp-change): Fix regulear expressions to swallow the
3280         extra character for repeat-shift control.
3281         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
3282         (org-get-legal-level): Alias to `org-get-valid-level'.
3283         (org-dblock-write:clocktable): Add a :link parameter, linking
3284         headlines to their location in the Org agenda files.
3285         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
3286         throwing an error when getting tags before headlines.
3287         (org-timestamp-change, org-modify-ts-extra)
3288         (org-ts-regexp1): Fix timestamp editing.
3289         (org-agenda-custom-commands-local-options): New constant.
3290         (org-agenda-custom-commands):
3291         Use `org-agenda-custom-commands-local-options' to improve customize
3292         type.  "htmlize": Removed hack to fix face problem with htmlize,
3293         it no longer seem necessary.
3294         (org-follow-link-hook): New hook.
3295         (org-agenda-custom-commands): Add "Component" as a tag for each
3296         item in a command serie.
3297         (org-open-at-point): Run `org-follow-link-hook'.
3298         (org-agenda-schedule): Bugfix: don't display marker type when it
3299         is nil.
3300         (org-store-link): org-irc required.
3301         (org-set-regexps-and-options): Parse the new logging options.
3302         (org-extract-log-state-settings): New function.
3303         (org-todo): Handle the new ways of recording state change stuff.
3304         (org-local-logging): New function.
3305         (org-columns-open-link): Fix bug with opening link in column view.
3306         (org-local-logging): New function
3307         (org-todo): Make sure that LOGGING properties are honoured.
3308         (org-todo-keywords): Improve docstring.
3309         (org-startup-options): Cleanup startup options.
3310         (org-set-regexps-and-options): Process the "!" markers.
3311         (org-todo): Respect the new logging stuff.
3312         (org-log-note-how): New variable.
3313         (org-add-log-maybe): New parameter HOW that defines how logging
3314         should be done and also overrides PURPOSE.  Add a docstring.
3315         (org-add-log-note): Check if we really need to ask for a note.
3316         (org-get-current-options): Digest the new keyword.
3317         (org-agenda-reset-markers): Rename from
3318         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
3319         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
3320         function, without force argument.
3321         (org-buffer-property-keys): Bind local variables s and p.
3322         (org-make-tags-matcher): Allow "" to match an empty or
3323         non-existent property value.
3324         (org-export-as-html): Join unsorted lists when they directly
3325         follow each other.  Such lists may be created by headlines that
3326         are converted to lists.
3327         (org-nofm-to-completion): New function.
3328         (org-export-as-html): Use :html-extension instead of
3329         org-export-html-extension.
3330         (org-store-link): Support for links from `rmail-summary-mode'.
3331         (org-columns-new, org-complete, org-set-property): Set the
3332         `include-columns' argument in the call to
3333         `org-buffer-property-keys'.
3334         (org-buffer-property-keys): New argument `include-columns', to
3335         include properties expected by any of the COLUMS formats in the
3336         current buffer.
3337         (org-cleaned-string-for-export): Get rid of drawers first, so that
3338         they will be removed also in the text before the first headline.
3339         (org-clock-report): Show the clocktable when found.
3340         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
3341         (org-version): With prefix argument, insert `org-version' at point.
3342         (org-agenda-goto): Recenter the window after finding the target
3343         location, to make sure the correct position will be displayed.
3344         (org-agenda-get-deadlines): Don't scale priority with the warning
3345         period.
3346         (org-insert-heading): Don't break line in the middle of the line.
3347         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
3348         be 0.
3349         (org-update-checkbox-count): Revamp to deal with hierarchical
3350         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
3351         (org-remove-timestamp-with-keyword): New function.
3352         (org-schedule, org-deadline):
3353         Use `org-remove-timestamp-with-keyword' to make sure all such time
3354         stamps are removed.
3355         (org-mode): Support for `align'.
3356         (org-agenda-get-deadlines): Make sure priorities increase as the
3357         due date approaches and is passed.
3358         (org-remember-apply-template): Fix problem with tags that
3359         contain "_" or "@".
3360         (org-make-link-regexps): Improve the regular expression for plain links.
3361         (org-agenda-get-closed): List each clocking entry.
3362         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
3363         (org-special-ctrl-k): New option.
3364         (org-kill-line): New function.
3365         (org-archive-all-done): Fix incorrect number of stars in regexp.
3366         (org-refile-get-location): New function.
3367         (org-refile-goto-last-stored): New function.
3368         (org-global-tags-completion-table): Add the value of org-tag-alist
3369         in each buffer, to make sure that also unused tags will be
3370         available for completion.
3371         (org-columns-edit-value)
3372         (org-columns-next-allowed-value): Only update if not in agenda.
3373         (org-clocktable-steps): New function.
3374         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
3375         (org-archive-subtree): Add the outline tree context as a property.
3376         (org-closest-date): New optional argument `prefer'.
3377         (org-goto-auto-isearch): New option.
3378         (org-goto-map, org-get-location): Implement auto-isearch.
3379         (org-goto-local-auto-isearch-map): New variable.
3380         (org-goto-local-search-forward-headings)
3381         (org-goto-local-auto-isearch): New functions
3383 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
3385         * textmodes/org-irc.el: New file.
3387 2008-03-13  John Wiegley  <johnw@gnu.org>
3389         * textmodes/org-mac-message.el: New file.
3391 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
3393         * font-lock.el (font-lock-comment-face): Set the foreground for
3394         the light background 8 colors case.
3396 2008-03-13  Glenn Morris  <rgm@gnu.org>
3398         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
3399         generate-autoload-cookie patterns.
3401         * startup.el (command-line-1): Rename -scriptload to -internal-script.
3403         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
3404         (MH_E_SRC): Remove variable.
3405         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
3406         Simplify file header.  Use $@ for generated-autoload-file.
3408         * Makefile.in (LOADDEFS): New variable.
3409         (AUTOGENEL): Use $LOADDEFS.
3410         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
3411         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
3412         ($(lisp)/calendar/hol-loaddefs.el): New targets.
3413         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3414         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
3415         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3416         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3417         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
3418         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
3419         Add calendar-specific autoload cookies, and remove any setting of
3420         generated-autoload-file.
3421         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
3422         * calendar/diary-lib.el: Replace explicit autoloads with reading of
3423         diary-loaddefs.
3424         * calendar/holidays.el: Replace explicit autoloads with reading of
3425         hol-loaddefs.
3427         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
3428         (calendar-buffer-list): Simplify.
3429         (generate-calendar-window): Use calendar-mark-holidays rather than
3430         obsolete alias.
3432         * calendar/cal-hebrew.el (list-yahrzeit-dates):
3433         Use cal-hebrew-yahrzeit-buffer.
3435         * calendar/cal-x.el (calendar-only-one-frame-setup)
3436         (calendar-two-frame-setup): Doc fixes.
3437         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
3439         * calendar/appt.el (appt-mode-string): Mark as risky.
3440         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
3442         * calendar/cal-html.el (diary-list-entries):
3443         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
3444         (calendar-iso-from-absolute): Fix autoloads.
3446         * calendar/cal-iso.el (calendar-absolute-from-iso)
3447         (calendar-iso-read-args): Simplify.
3448         (calendar-iso-date-string, calendar-iso-read-args)
3449         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
3451         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
3452         (displayed-month, displayed-year): Move declarations where needed.
3453         (calendar-print-astro-day-number): Doc fix.
3455         * calendar/cal-persia.el (persian-calendar-month-name-array)
3456         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
3457         (persian-prompt-for-date): Remove local variable `today'.
3459         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
3461         * calendar/solar.el (solar-moment, solar-exact-local-noon)
3462         (solar-sunrise-sunset, solar-sunrise-sunset-string)
3463         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
3464         (diary-sabbath-candles, solar-equinoxes/solstices)
3465         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
3466         (solar-time-equation, solar-date-to-et): Simplify.
3468         * mail/supercite.el: Remove the `function' in `(function (lambda'.
3469         Replace `(car (cdr' with cadr'.
3471         * progmodes/f90.el (f90-font-lock-n): New function.
3472         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
3473         Use f90-font-lock-n.
3474         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
3476         * progmodes/f90.el (f90-mode-abbrev-table):
3477         * progmodes/fortran.el (fortran-mode-abbrev-table):
3478         Use newer form of define-abbrev, where supported.  No need to bind
3479         abbrevs-changed for system abbrevs.
3481 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3483         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
3484         delete-frame-functions.
3486         * bookmark.el (Info-current-node): Remove.
3488 2008-03-12  Juri Linkov  <juri@jurta.org>
3490         * help.el (describe-project): Remove defaliases for view-todo and
3491         describe-project that are now unnecessary after the merge from
3492         emacs--rel--22 that added define-obsolete-function-alias.
3494         * startup.el (inhibit-startup-screen): Revert incomplete
3495         2008-03-10 merge from emacs--rel--22 that partly reverted
3496         2008-02-28 change that added initial message to *scratch* buffer
3497         regardless of the value of `inhibit-startup-screen'.
3498         Now keep this change in the trunk, but not in the 22 branch.
3500 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3502         * international/quail.el (quail-setup-completion-buf, quail-help):
3503         * mail/binhex.el (binhex-decode-region-internal):
3504         * mail/uudecode.el (uudecode-decode-region-internal):
3505         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3506         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3507         setting default-enable-multibyte-characters.
3509         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
3511         * comint.el: Fix up indentation and comment style.  Remove `function'.
3513         * international/mule-cmds.el (reset-language-environment)
3514         (set-language-environment-nonascii-translation):
3515         Don't set-unibyte-charset.
3517         * doc-view.el: Remove all cb-args, use closures instead.
3518         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
3519         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
3520         doing an incorrect check).  Update all callers to use the new name.
3521         (doc-view-doc->txt): Add missing `txt' argument.
3523 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
3525         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
3526         md5 sum calculation to single-byte.
3528 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3530         * doc-view.el (doc-view-new-window-function): Add assertion.
3531         (doc-view-doc-type): New var.
3532         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
3533         (doc-view-intersection): New fun.
3534         (doc-view-mode): Use it to set the new var.
3536 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
3538         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
3539         (doc-view-already-converted-p): New functions.
3540         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
3541         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
3542         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3543         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3544         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
3545         (doc-view-convert-current-doc): Don't hardwire the functions the
3546         sentinels call.  Now they're provided by two args CALLBACK and
3547         CB-ARGS to the functions.
3548         (doc-view-search): Use doc-view-doc->txt.
3549         (doc-view-initiate-display): Use doc-view-already-converted-p.
3550         Mention new binding C-c C-t if doc-view-mode doesn't work.
3552 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
3554         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
3556 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3558         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
3559         Mark " outside of tags as punctuation.
3561 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3563         * menu-bar.el (minibuffer-local-map): Use the same command for the
3564         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
3565         Prefer RET over C-j for exit-minibuffer.
3567         * files.el (display-buffer-other-frame): Eliminate problematic code.
3569         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
3570         (menu-bar-select-buffer): Remove.
3571         (menu-bar-select-frame): Make non-interactive and take a frame arg.
3572         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
3574 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
3576         * icomplete.el (icomplete-completions): Remove obsolete code.
3578         * net/net-utils.el (iwconfig-program-options): Doc fix.
3579         (net-utils-run-program, run-network-program): Define as functions.
3581 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
3583         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
3585 2008-03-11  Glenn Morris  <rgm@gnu.org>
3587         * faces.el (mode-line-emphasis): New face.
3588         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
3590         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
3592 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
3594         * simple.el (set-mark-command): Doc fix.
3596 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3598         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
3600         * emacs-lisp/autoload.el (autoload-find-destination):
3601         Don't force raw-text.
3603         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
3604         * calendar/cal-loaddefs.el: Don't version control.
3606 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
3608         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
3609         entries and add :help to the existing ones.
3611 2008-03-10  Glenn Morris  <rgm@gnu.org>
3613         * calendar/cal-hebrew.el (date, entry, number): Move declarations
3614         to where they are needed.
3616         * calendar/calendar.el (diary-file, hebrew-holidays-1)
3617         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3618         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
3619         (calendar-version): Doc fixes.
3620         (calendar-absolute-from-gregorian): Use zerop.
3621         (calendar-mode-line-format): Make it a defcustom.
3623         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
3624         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
3625         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
3626         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
3627         (mark-included-diary-files, mark-calendar-days-named)
3628         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
3629         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
3630         (insert-monthly-diary-entry, insert-yearly-diary-entry)
3631         (insert-anniversary-diary-entry, insert-block-diary-entry)
3632         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
3633         (diary-font-lock-sexps): Doc fixes.
3634         (diary-remind-message, mark-calendar-month): Use zerop.
3635         (diary-attrtype-convert, diary-pull-attrs): Simplify.
3636         (diary-list-entries): Revert let to let* (previous change).
3638         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
3640 2008-03-10  Kim F. Storm  <storm@cua.dk>
3642         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
3643         function aliases for the old names.
3645 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
3647         * iswitchb.el (iswitchb-use-faces): Doc fix.
3648         (iswitchb-buffer-ignore, iswitchb-read-buffer):
3649         Fix typos in docstrings.
3651 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
3653         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
3654         Fix typo.
3655         (verilog-type-font-keywords): Reindent.
3657 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
3659         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
3660         grouping-keyword regular expression.
3661         (verilog-font-lock-keywords): Allow users to toggle special
3662         highlight of grouping-keywords.
3663         (verilog-highlight-grouping-keywords): The toggle for special
3664         highlighting of grouping keywords.
3666 2008-03-10  Juri Linkov  <juri@jurta.org>
3668         * startup.el: Revert 2008-02-28 change that adds initial message
3669         to *scratch* buffer regardless of the value of
3670         `inhibit-startup-screen'.
3672 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
3674         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
3675         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
3676         * progmodes/verilog-mode.el (verilog-mode):
3677         * net/socks.el (socks):
3678         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
3680 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3682         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
3683         (doc-view-bookmark-make-record): Use them.
3684         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
3685         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
3687         * bookmark.el (bookmark-make-record-function): Change expected return
3688         value to include a suggested bookmark name.
3689         (bookmark-make): Split into bookmark-make-record and bookmark-store.
3690         Fix reversed `overwrite' semantics.
3691         (bookmark-set): Call bookmark-make-record before prompting the user.
3692         Then pass the result to bookmark-store later on.
3693         (bookmark-make-name-function): Remove.
3694         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
3695         * info.el (bookmark-make-name-function): Remove.
3696         (Info-mode): Don't set it.
3697         (Info-bookmark-make-name): Remove.
3698         (Info-bookmark-make-record): Use Info-current-node as suggested default
3699         bookmark name.
3701         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
3702         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
3703         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
3704         (bookmark-annotation-buffer, bookmark-annotation-file)
3705         (bookmark-annotation-point, bookmark-send-annotation)
3706         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
3707         (bookmark-edit-annotation-text-func): Rename from
3708         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
3709         (bookmark-edit-annotation-mode-map): Move initialization into
3710         declaration.
3712         * bookmark.el: Remove spurious * in docstrings.
3713         (bookmark-minibuffer-read-name-map): New var.
3714         (bookmark-set): Use it.  Also pass the default value as it should.
3715         (bookmark-send-edited-annotation): Take no chances with text properties.
3716         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
3717         (bookmark-insert-buffer-name): Remove.
3718         (bookmark-buffer-file-name): Signal an error rather than returning nil.
3720 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
3722         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
3724 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
3726         * diff-mode.el (diff-mode-menu): Add :help.
3728 2008-03-09  Glenn Morris  <rgm@gnu.org>
3730         * calendar/calendar.el (general-holidays, oriental-holidays)
3731         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
3732         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
3733         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
3734         (calendar-holidays): Restore autoload cookies, because people are
3735         used to using these variables without loading calendar.el.
3737         * calendar/cal-islam.el (diary-islamic-date): Move to end.
3738         (date, number): Declare where needed.
3740         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
3741         (list-sexp-diary-entries): Doc fixes.
3742         (diary-list-entries): Doc fix.  Remove free variable `entry'.
3743         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
3744         Simplify setting of `date-holiday-list'.
3745         (mark-diary-entries): Remove free variable `entry'.
3746         (diary-list-entries, include-other-diary-files, fancy-diary-display):
3747         Use let where let* is not needed.
3749 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3751         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
3752         make-record function, instead paste it in afterwards.
3753         (bookmark-make-record-for-text-file):
3754         * doc-view.el (doc-view-bookmark-make-record):
3755         * info.el (Info-bookmark-make-record): Don't mess with annotations.
3757 2008-03-08  Glenn Morris  <rgm@gnu.org>
3759         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
3761 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3763         * calendar/diary-lib.el (diary-list-entries)
3764         (include-other-diary-files, mark-diary-entries)
3765         (mark-sexp-diary-entries, mark-included-diary-files)
3766         (diary-entry-time, list-sexp-diary-entries): Remove the special
3767         handling of ^M that dates back to the use of selective-display.
3768         (simple-diary-display): Obey setting of pop-up-frames.
3769         (body, entry): Remove unnecessary declarations.
3771         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
3772         (bookmark-get-annotation, bookmark-set-annotation)
3773         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3774         (bookmark-set-position, bookmark-get-front-context-string)
3775         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3776         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
3777         * info.el (Info-bookmark-make-record): Don't bother recording point.
3778         (bookmark-get-filename, bookmark-get-front-context-string)
3779         (bookmark-get-rear-context-string, bookmark-get-position):
3780         Don't declare any more.
3781         (bookmark-get-info-node): Remove.
3782         (bookmark-prop-get): Declare.
3783         (Info-bookmark-jump): Use it.
3785 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
3787         * subr.el (while-no-input): Don't splice BODY directly into the
3788         `or' form.
3790 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
3792         * diff-mode.el (diff-ignore-whitespace-hunk):
3793         Bind inhibit-read-only before trying to change the buffer.
3795 2008-03-08  Glenn Morris  <rgm@gnu.org>
3797         * calendar/appt.el (appt): Move custom group here from calendar.el.
3798         (appt-disp-window, appt-convert-time): Doc fixes.
3800         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
3801         (calendar-bahai-mark-date-pattern):
3802         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
3803         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
3804         * calendar/cal-julian.el (calendar-absolute-from-julian):
3805         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
3807         * calendar/cal-china.el (chinese-calendar): Move custom group here from
3808         calendar.el.
3809         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3810         Make constants.
3811         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
3812         (chinese-calendar-daylight-savings-starts)
3813         (chinese-calendar-daylight-savings-ends)
3814         (chinese-calendar-daylight-savings-starts-time)
3815         (chinese-calendar-daylight-savings-ends-time)
3816         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
3817         Doc fixes.
3819         * calendar/cal-coptic.el (coptic-name): Add doc string.
3821         * calendar/cal-french.el (french-calendar-month-name-array)
3822         (french-calendar-day-name-array, french-calendar-special-days-array):
3823         Add doc strings.
3825         * calendar/cal-bahai.el (diary-bahai-mark-entries)
3826         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3827         (diary-bahai-insert-yearly-entry):
3828         * calendar/cal-dst.el (calendar-next-time-zone-transition)
3829         (calendar-time-zone):
3830         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
3831         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
3832         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
3833         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
3834         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
3835         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
3836         (list-islamic-diary-entries, mark-islamic-diary-entries)
3837         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3838         (insert-yearly-islamic-diary-entry):
3839         * calendar/cal-iso.el (calendar-iso-read-args):
3840         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
3841         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
3842         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3843         (calendar-next-calendar-round-date)
3844         (calendar-mayan-long-count-common-era):
3845         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
3846         (cal-menu-x-popup-menu, calendar-mouse-holidays)
3847         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
3848         (calendar-mouse-goto-date):
3849         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
3850         * calendar/holidays.el (holidays):
3851         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
3852         * calendar/time-date.el (date-to-time, time-subtract, time-add)
3853         (safe-date-to-time): Doc fixes.
3855         * calendar/cal-persia.el (persian-calendar-month-name-array)
3856         (persian-calendar-epoch): Make constants.
3858         * calendar/cal-tex.el (calendar-tex): Move custom group here from
3859         calendar.el.
3861         * calendar/cal-x.el (diary-frame-parameters)
3862         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
3863         (calendar-after-frame-setup-hooks): Make defcustoms.
3864         (calendar-one-frame-setup, calendar-only-one-frame-setup)
3865         (calendar-two-frame-setup): Doc fix.
3867         * calendar/cal-loaddefs.el: New file.
3869         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3870         * calendar/cal-french.el, calendar/cal-html.el:
3871         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3872         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3873         * calendar/cal-tex.el, calendar/cal-x.el:
3874         Unquote lambda functions.  Add autoload cookies to functions formerly
3875         autoloaded in calendar.el.  Set `generated-autoload-file' to
3876         "cal-loaddefs.el".
3878         * calendar/calendar.el: Move many autoloads to separate file,
3879         cal-loaddefs.el.  Move defcustoms to start and re-order.
3880         (calendar-month-name-array, calendar-starred-day): No need to
3881         declare for compiler.
3882         (cal-loaddefs): Require it.
3883         (appt, chinese-calendar, calendar-tex): Move custom groups to the
3884         appropriate file.
3885         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
3886         Reverse logic.
3887         (diary-face, diary-file-name-prefix-function, diary-include-string)
3888         (diary-glob-file-regexp-prefix, diary-face-attrs)
3889         (diary-file-name-prefix, sexp-diary-entry-symbol)
3890         (print-diary-entries-hook, list-diary-entries-hook)
3891         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
3892         (nongregorian-diary-marking-hook, diary-list-include-blanks):
3893         Move to diary-lib.
3894         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
3895         (all-bahai-calendar-holidays): Doc fix.
3896         (calendar-insert-indented): Doc fix.  Use when rather than if.
3897         (exit-calendar): Use mapc rather than mapcar.
3898         (calendar-cursor-to-date): Use zerop.
3899         (calendar-mark-ring): Add doc-string.
3900         (calendar-starred-day): Defvar it.
3901         (calendar-mode): Make calendar-starred-day local.
3902         (calendar-star-date): No need to make calendar-starred-day local.
3904         * calendar/diary-lib.el: Move defcustoms to start.
3905         (diary-include-string, diary-list-include-blanks)
3906         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
3907         (diary-file-name-prefix, diary-file-name-prefix-function)
3908         (sexp-diary-entry-symbol, list-diary-entries-hook)
3909         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
3910         (nongregorian-diary-marking-hook, print-diary-entries-hook):
3911         Move here from calendar.el.
3912         (diary-file-name-prefix-function): Use 'identity.
3913         (diary-face): Make it a defcustom, and mark as obsolete.
3914         (top-level): No need to require cal-hebrew, cal-islam when compiling.
3915         (calendar-hebrew-month-name-array-leap-year)
3916         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
3917         Define for compiler.
3918         (diary-font-lock-keywords): Use format rather than concat.
3919         Add bahai-diary-entry-symbol.
3921         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
3922         * calendar/solar.el: Unquote lambda functions.
3924         * calendar/solar.el (calendar-location-name, calendar-latitude)
3925         (calendar-longitude, solar-setup, solar-sin-degrees)
3926         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
3927         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
3928         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
3929         (solar-exact-local-noon, solar-julian-ut-centuries)
3930         (solar-ephemeris-time, solar-date-next-longitude)
3931         (solar-horizontal-coordinates, solar-equatorial-coordinates)
3932         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
3933         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
3934         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
3935         Doc fixes.
3936         (solar-horizontal-coordinates, solar-equatorial-coordinates)
3937         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
3938         (solar-ecliptic-coordinates): Use unless.
3939         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
3940         Use or.
3942         * calendar/timeclock.el: Add doc-strings to all functions.
3943         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
3944         (timeclock-entry-list-length, timeclock-entry-list-projects)
3945         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
3947         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
3949         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
3950         (org-get-entries-from-diary): Require diary-lib.
3952 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
3954         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
3955         Pacify byte-compiler.
3957 2008-03-07  Alan Mackenzie  <acm@muc.de>
3959         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
3960         paren/bracket pairs parsed, to solve performance problem.
3962 2008-03-07  Bastien Guerry  <bzg@altern.org>
3964         * bookmark.el (bookmark-set): Don't check for
3965         `bookmark-make-name-function' since `bookmark-buffer-file-name'
3966         already takes care of this.
3967         (bookmark-buffer-name, bookmark-buffer-file-name):
3968         Remove Info-mode specific code.
3970         * info.el (bookmark-get-info-node): Define this function in
3971         info.el, not in bookmark.el.
3972         (Info-mode): Set `bookmark-make-name-function' to
3973         `Info-bookmark-make-name' locally.
3974         (Info-bookmark-make-name): New function.
3976         * bookmark.el (bookmark-make-name-function): New variable.
3978 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3980         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
3981         buffer-local, not `bookmark-make-cell-function' (the old name).
3983 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
3985         * doc-view.el (doc-view-bookmark-make-record):
3986         * image-mode.el (image-bookmark-make-record):
3987         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
3989 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
3991         * vc.el (vc-status-menu-map-filter): Return orig-binding if
3992         boundp 'vc-ignore-menu-filter.
3993         (vc-status-tool-bar-map): Make it defvar.
3994         (vc-status-mode): vc-status-tool-bar-map now variable.
3995         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
3997 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3999         Give a better name to part of the bookmark interface.
4001         This was originally a much larger change, but halfway through I
4002         updated and discovered that Stefan Monnier had done the rest.
4003         It looks like he anticipated the new name too, because he used
4004         `the-record' instead of `the-cell' for some internal variable names.
4006         * bookmark.el (bookmark-make-record-function): Was
4007         `bookmark-make-cell-function'.
4008         (bookmark-make, bookmark-send-annotation): Update for above.
4009         (bookmark-make-record-for-text-file):
4010         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
4012         * info.el: Adjust accordingly.
4013         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
4015         * image-mode.el: Adjust accordingly.
4016         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
4018         * doc-view.el: Adjust accordingly.
4019         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
4021 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4023         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
4024         Move initialization into declaration.
4025         (bookmark-get-info-node, bookmark-set-info-node): Remove.
4026         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
4027         (bookmark-info-current-node): Remove.
4028         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
4029         Add relocation fallback.  Set bookmark-current-bookmark.
4030         (bookmark-default-handler): Rename from bookmark-jump-noselect.
4031         Remove relocation fallback.  Don't set bookmark-current-bookmark.
4032         (bookmark-set): Let it be used even if there's no buffer-file-name
4033         as long as there is a bookmark-make-cell-function.
4034         * info.el (Info-bookmark-jump): Remove relocation fallback.
4035         Don't set bookmark-current-bookmark.
4037 2008-03-07  Glenn Morris  <rgm@gnu.org>
4039         * calendar/appt.el (appt-issue-message)
4040         (appt-message-warning-time, appt-audible, appt-visible)
4041         (appt-msg-window, appt-display-mode-line, appt-display-duration)
4042         (appt-display-diary): Remove autoload cookies.
4044         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
4045         Remove leading `*' from defcustom doc-strings.
4047         * calendar/cal-dst.el (calendar-dst): New custom group.
4048         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
4049         (calendar-time-zone, calendar-daylight-time-offset)
4050         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4051         (calendar-daylight-savings-starts-time)
4052         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
4053         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
4054         Move to start.
4056         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
4058         * calendar/calendar.el (calendar-version): Use emacs-version and
4059         make it obsolete.  Move to end.
4060         (calendar-offset, view-diary-entries-initially)
4061         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
4062         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
4063         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4064         (all-bahai-calendar-holidays, calendar-load-hook)
4065         (initial-calendar-window-hook, today-visible-calendar-hook)
4066         (today-invisible-calendar-hook, calendar-move-hook)
4067         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
4068         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
4069         (diary-include-string, sexp-diary-entry-symbol)
4070         (abbreviated-calendar-year, american-date-diary-pattern)
4071         (european-date-diary-pattern, european-calendar-display-form)
4072         (american-calendar-display-form, print-diary-entries-hook)
4073         (list-diary-entries-hook, diary-hook, diary-display-hook)
4074         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4075         (nongregorian-diary-marking-hook, diary-list-include-blanks)
4076         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
4077         (local-holidays, other-holidays, hebrew-holidays-1)
4078         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4079         (hebrew-holidays, christian-holidays, islamic-holidays)
4080         (bahai-holidays, solar-holidays, calendar-setup)
4081         (calendar-week-start-day): Remove autoload cookies.
4082         (diary-glob-file-regexp-prefix): Doc fix.
4083         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
4084         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
4085         (calendar-week-start-day, calendar-debug-sexp): Move to start.
4087         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
4088         (calendar-time-display-form, calendar-latitude)
4089         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
4090         cookies.
4091         (calendar-latitude, calendar-longitude): Move functions after
4092         variables.
4093         (diary-sabbath-candles-minutes): Move to start.
4094         (solar-setup): Use or rather than if.
4095         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
4096         Remove condition-case.
4097         (solar-atn2): Use zerop.
4098         (solar-equinoxes-solstices): Doc fix.
4100         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
4101         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
4103         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
4104         (calendar-longitude, calendar-latitude, calendar-location-name):
4105         Declare for compiler.
4107 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4109         * arc-mode.el (archive-ar-file-header-re): New const.
4110         (archive-ar-summarize, archive-ar-extract): New funs.
4111         (archive-find-type): Recognize ar archives.
4113         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
4114         New functions.
4116         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
4118 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
4120         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4121         Replace :enable (mark-active) with :enable mark-active.
4123 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
4125         * vms-patch.el (make-legal-file-name): New obsolete alias.
4126         (make-valid-file-name): Rename from `make-legal-file-name'.
4127         (make-auto-save-file-name): Use it.
4129         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
4130         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
4131         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
4133         * textmodes/org.el (org-export-html-style): Doc fix.
4134         (org-get-legal-level): New obsolete alias.
4135         (org-get-valid-level): Rename from `org-get-legal-level'.
4136         (org-promote, org-demote, org-archive-subtree)
4137         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
4139 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
4141         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
4143         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
4144         (vc-status-toggle-mark): New functions.
4145         (vc-status-mode): Set tool bar map.
4147 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
4149         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
4150         Reported by Drew Adams <drew.adams@oracle.com>.
4152 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
4154         * subr.el (read-quoted-char): Resolve modifers of the character
4155         event.
4157         * comint.el (comint-exec-1): Don't change the coding-system for
4158         decoding to dos-like EOL.
4159         (comint-carriage-motion): Fully rewrite.
4161 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
4163         * epg.el (epg-context-include-certs): Reflow docstring.
4164         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
4165         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
4166         (epg-context-set-signers, epg-context-set-sig-notations)
4167         (epg-make-import-status, epg-make-import-result)
4168         (epg-start-delete-keys): Fix typos in docstrings.
4169         (epg-start-sign-keys, epg-sign-keys):
4170         Fix typos in obsolescence declarations.
4172         * iswitchb.el: Don't check for `cadr' and `last'.
4173         (iswitchb-define-mode-map, iswitchb-default-keybindings):
4174         Add obsolescence declaration and remove redundant info from docstring.
4175         (iswitchb-set-common-completion, iswitchb-set-matches)
4176         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
4177         (recentf-list, most-len, most-is-exact):
4178         Don't wrap defvars within `eval-when-compile'.
4180 2008-03-05  Glenn Morris  <rgm@gnu.org>
4182         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4183         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4184         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
4185         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
4186         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
4188         * ediff-hook.el (ediff-window-setup-function): Don't autoload
4189         declaration for compiler.
4190         (ediff-xemacs-init-menus): Use when rather than if.
4192         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
4193         if+and to just and.
4194         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
4195         (ediff-delete-overlay): Move the XEmacs test inside the definition.
4197         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
4199         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
4200         test inside XEmacs test.
4201         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
4202         since it was doing nothing on Emacs.
4203         (ediff-make-bullet-proof-overlay): Use when rather than if.
4205         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
4206         (ediff-setup-control-frame): Remove
4207         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
4208         a (featurep 'xemacs) test.
4210 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
4212         * calc/calc-ext.el (calc-extended-command-history): New variable.
4213         (calc-exectute-extended-command): Use `calc-extended-command-history'.
4215 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
4217         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
4218         (standard-mode-line-position): Add mouse-face.
4220         * progmodes/compile.el (compilation-menu-map):
4221         (compilation-mode-map):
4222         * progmodes/grep.el (grep-mode-map): Add :help.
4224         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
4225         initialize in one step.  Add :help.  Use :enable to activate menu
4226         items.  Show the key binding for edebug-defun.
4227         (lisp-interaction-mode-map): Add a menu.
4229         * term.el (term-mode-map): Define and initialize in one step.
4231         * ediff-init.el (ediff-color-display-p): Simplify.
4232         (Xor): Remove unused function.
4233         (ediff-with-syntax-table): Simplify for Emacs.
4235         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
4236         menu-bar being loaded, it always is.
4238 2008-03-05  Glenn Morris  <rgm@gnu.org>
4240         * textmodes/tex-mode.el (tex-mode): Suppress warning about
4241         multiple definitions when compiling.
4243 2008-03-04  Alan Mackenzie  <acm@muc.de>
4245         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
4247         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
4248         doc-string, "c-old-LEN" -> "c-old-END".
4250 2008-03-04  Jason Rumney  <jasonr@gnu.org>
4252         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
4253         namespaces.
4255 2008-03-04  Glenn Morris  <rgm@gnu.org>
4257         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
4259         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
4260         than mapcar.
4262 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4264         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4265         (byte-compile-nilconstp): Can't use recursion in a defsubst.
4267         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
4268         so that M-q can fill comments.
4269         (tex-executable-exists-p, tex-compile): Extend with special syntax for
4270         commands implemented in elisp.
4271         (tex-compile-commands): Add an entry to use doc-view for pdf files.
4272         (tex-format-cmd): New function.
4273         (tex-compile): Use it to let the user specify default arguments.
4274         (tex-cmd-bibtex-args): New var.
4275         (tex-cmd-doc-view): New function.
4277 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
4279         * faces.el (face-spec-set): Fix typos in docstring.
4281 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
4283         * bindings.el (mode-line-column-line-number-mode-map): New variable.
4284         (standard-mode-line-position): Use it to add a menu for toggling
4285         column number and line number display.
4287 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4289         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4290         Remove optimization that was working around the form-code-walker bug.
4292         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4293         Walk into the body of lambdas after byte-compile-unfold-lambda.
4295 2008-03-03  Glenn Morris  <rgm@gnu.org>
4297         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
4298         value, if set, over frame value.
4300         * simple.el (transient-mark-mode): Don't turn on by default.
4302         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
4303         accidentally removed by the 2007-12-05 merge from Gnus.
4305 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
4307         * progmodes/compile.el (compilation-menu-map): Add menu entries
4308         for useful options.
4310 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
4311             Glenn Morris  <rgm@gnu.org>
4313         * emacs-lisp/bytecomp.el (byte-recompile-directory)
4314         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
4315         Give a `bytecomp-' prefix to local variables with common names.
4317 2008-03-01  Glenn Morris  <rgm@gnu.org>
4319         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
4320         code commented out 2007-11-10.
4322         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
4324         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
4325         Delete macro.
4326         * emulation/viper-cmd.el, emulation/viper-ex.el:
4327         * emulation/viper-init.el, emulation/viper-keym.el:
4328         * emulation/viper-mous.el, emulation/viper-util.el:
4329         * emulation/viper.el:
4330         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
4331         featurep test.
4333         Replace obselete frame-local variables with frame-parameters.
4334         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
4335         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
4336         (viper-vi-state-cursor-color): Only call make-variable-frame-local
4337         on XEmacs.
4338         * emulation/viper-util.el (viper-frame-value): New macro.
4339         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
4340         (viper-R-state-post-command-sentinel)
4341         (viper-replace-state-post-command-sentinel)
4342         (viper-change-state-to-insert, viper-change-state-to-emacs):
4343         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
4344         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
4345         (viper-get-saved-cursor-color-in-insert-mode)
4346         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
4347         Use viper-frame-value for viper-replace-overlay-cursor-color,
4348         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
4349         viper-vi-state-cursor-color values.
4351         * emulation/viper-cmd.el (zmacs-region-stays):
4352         * emulation/viper-util.el (zmacs-region-stays): No need to define
4353         for compiler.
4355         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
4356         mapcar on Emacs.
4358         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
4359         on XEmacs.
4361         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
4362         rather than if.
4364 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4366         * whitespace.el: New version 9.3.  As the glyph code generation was
4367         fixed, it is possible now to use character code above ?\x1FFFF in the
4368         display table.  Fix `whitespace-indentation-regexp' to not include an
4369         extra ending character.  Reported by Michael Welsh Duggan
4370         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
4371         the original whitespace package had.  Suggested by Eric Cooper
4372         <ecc@cmu.edu>.  Doc fix.
4373         (whitespace-action): New option.
4374         (whitespace-display-mappings): Changed default newline visualization to
4375         display downwards arrow, as the glyph code generation was fixed.
4376         (whitespace-unload-function): Assure that all local whitespace mode is
4377         turned off.
4378         (whitespace-global-modes): Fix type customization.
4379         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
4380         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
4381         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
4382         Fix code.
4383         (whitespace-buffer): Command removed.
4384         (whitespace-trailing-regexp, whitespace-mark-x)
4385         (whitespace-display-window, whitespace-action-when-on)
4386         (whitespace-add-local-hook, whitespace-remove-local-hook)
4387         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
4388         (whitespace-action): New funs.
4389         (whitespace-report-list, whitespace-report-text)
4390         (whitespace-report-buffer-name): New consts.
4391         (whitespace-report, whitespace-report-region): New commands.
4393 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
4395         * disp-table.el (make-glyph-code): Don't test the result of
4396         `face-id', which already signals an error for invalid faces.
4397         (glyph-face): Simplify.
4399         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
4400         running `desktop-not-loaded-hook' to allow modifying it.
4401         Don't show warning message if `desktop-dirname' was modified.
4403 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4405         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
4406         we still expect more lines.
4408         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
4409         comment-paragraph filling if the commark doesn't match
4410         comment-start-skip.
4412 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
4414         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
4415         the `imap' variant.
4417 2008-03-01  Jason Rumney  <jasonr@gnu.org>
4419         * files.el (make-auto-save-file-name): Encode more characters in
4420         non-file buffer names.  Use url-encoding.
4422 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
4424         * net/net-utils.el (ftp-program): Fix typo in docstring.
4425         (ifconfig-program-options, netstat-program-options)
4426         (arp-program-options, route-program-options, nslookup-program-options)
4427         (ftp-program-options, smbclient-program-options)
4428         (dns-lookup-program-options, arp, route): Doc fixes.
4430         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
4431         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
4432         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
4433         Fix typos in docstrings.
4434         (gdb-pending-triggers): Reflow docstring.
4435         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
4437 2008-03-01  Alan Mackenzie  <acm@muc.de>
4439         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
4440         typing "#" at EOB.
4442 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
4444         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
4446 2008-02-29  Kim F. Storm  <storm@cua.dk>
4448         * emulation/cua-base.el (cua-remap-control-v)
4449         (cua-remap-control-z): New defcustoms.
4450         (cua-mode): Add them to set-after property.
4451         (cua--init-keymaps): Use them.
4452         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
4454         * help.el (view-emacs-todo): Rename from view-todo.
4455         (describe-gnu-project): Rename from describe-project.  Users changed.
4456         (view-help-file): New helper function.
4457         (describe-distribution, describe-copying, describe-gnu-project)
4458         (view-todo, view-order-manuals, view-emacs-problems): Use it.
4459         (view-emacs-debugging, view-external-packages): New commands.
4460         (help-map): Move describe-distribution to C-h C-o (ordering).
4461         Move view-emacs-problems to C-h C-p (problems).
4462         Bind view-emacs-debugging to C-h C-d (debugging).
4463         Bind view-external-packages to C-h C-e (extras).
4464         (help-for-help-internal): Cleanup and align descriptions.
4465         Remove command names to reduce clutter.
4467 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
4469         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
4470         and quieter face (not a warning).
4472 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
4474         * vc.el (vc-status-crt-marked): New variable.
4475         (vc-status-mode): Make it local.
4476         (vc-status-refresh): Use it to save the marked files.
4477         (vc-update-vc-status-buffer): Use it to restore the marked files.
4479         * vc-svn.el (vc-svn-after-dir-status):
4480         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
4482 2008-02-29  Glenn Morris  <rgm@gnu.org>
4484         * allout.el (allout-topic-encryption-bullet)
4485         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
4486         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
4487         from 22.0 to 22.1.
4489         * net/imap.el (imap-ping-server):
4490         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
4491         Change defcustom :version from 23.0 to 23.1.
4493 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
4495         * desktop.el (desktop-save): Save the buffer name if the
4496         uniquified base name is empty.
4498 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
4500         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
4501         correctly when user has "set print address off".
4503 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
4505         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
4506         version number of the next major Emacs release, not 23.0.
4508         * longlines.el (longlines-unload-function): New function.
4510 2008-02-28  Juri Linkov  <juri@jurta.org>
4512         * startup.el (normal-splash-screen): Add argument `concise'.
4513         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
4514         to the created buffer.  If `concise' is non-nil, call
4515         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
4516         (display-startup-screen): Add argument `concise' to the call to
4517         `normal-splash-screen'.
4519 2008-02-28  Kim F. Storm  <storm@cua.dk>
4521         * startup.el (startup-echo-area-message): Check for about-emacs.
4523 2008-02-28  Juri Linkov  <juri@jurta.org>
4525         * startup.el: Always add initial message to *scratch* buffer if
4526         `initial-scratch-message' is non-nil regardless of the value of
4527         `inhibit-startup-screen'.
4528         (inhibit-startup-screen, initial-scratch-message): Doc fix.
4529         (command-line-1): Move code that inserts `initial-scratch-message'
4530         up before the if-form that checks for `inhibit-startup-screen'.
4531         Suggested by Jonathan Rockway <jon@jrock.us>.
4533 2008-02-28  Juri Linkov  <juri@jurta.org>
4535         * cus-edit.el (custom-mode-map, custom-mode-link-map):
4536         Rename `custom-mode' to `Custom-mode' in docstrings.
4537         (custom-buffer-create-internal, customize-browse):
4538         Rename `custom-mode' to `Custom-mode'.
4539         (custom-mode-hook): Rename to `Custom-mode-hook'.
4540         (Custom-mode-hook): Renamed from `custom-mode-hook'.
4541         (custom-mode): Rename to `Custom-mode'.
4542         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
4543         (custom-mode): Add backward-compatible non-interactive variant of
4544         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
4545         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
4547         * info-look.el: Rename `custom-mode' to `Custom-mode'.
4549         * emulation/viper.el (viper-emacs-state-mode-list):
4550         Rename `custom-mode' to `Custom-mode'.
4552         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
4553         Capitalize "Tagged Files".
4554         (minibuffer-local-map): Add menu items for next/previous
4555         history elements and isearch history forward/backward.
4557         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
4558         `hs-isearch-open' with t instead of `comment' in :selected
4559         for "Code and Comment blocks" menu item.
4561 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4563         * uniquify.el (uniquify-buffer-base-name): Undo last change.
4564         Should be done in desktop.el instead.
4566 2008-02-28  Glenn Morris  <rgm@gnu.org>
4568         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
4570         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
4572         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
4573         (Info-menu, Info-goto-node): Remove declarations.
4574         (report-emacs-bug-info): Use info rather than Info-goto-node.
4576         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
4577         (idlwave-convert-xml-system-routine-info): Don't require xml.
4578         (idlwave-show-commentary, idlwave-shell-show-commentary):
4579         Don't require finder.
4580         (idlwave-info): Don't require info.  Use info rather than
4581         Info-goto-node.
4583         * textmodes/org.el (Info-goto-node): Remove declaration.
4584         (org-info): Use info rather than Info-goto-node.
4586         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
4587         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
4589 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
4591         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
4592         the menu.
4594         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
4595         (vc-finish-logentry): Check for vc-status-mode, not only for
4596         vc-dired-mode.
4598 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
4600         * isearch.el (isearch-printing-char): Don't check
4601         keyboard-coding-system.
4602         Call isearch-process-search-multibyte-characters only when
4603         current-input-method is non-nil.
4605 2008-02-27  Kim F. Storm  <storm@cua.dk>
4607         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
4608         (glyph-char, glyph-face): Handle cons encoding.
4610 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
4612         * uniquify.el (uniquify-buffer-base-name): If the base name is an
4613         empty string, return nil to allow the caller to default to the
4614         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
4616         * tool-bar.el (tool-bar-setup): Doc fix.
4618         * mail/supercite.el (sc-describe):
4619         Fix typos in obsolescence declaration.
4621 2008-02-27  Glenn Morris  <rgm@gnu.org>
4623         * autoinsert.el (auto-insert-alist): Change permission text to
4624         match FSF's GPLv3 form.
4626         * mail/supercite.el (sc-cite-original): Doc fix.
4627         (sc-version): Make obsolete.
4628         (sc-describe): Show the SC info page.  Make obsolete.
4630 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4632         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
4633         when using transient-mark-mode.
4634         (default-indicate-unused-lines): Remove unused var.
4636 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
4638         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
4639         and previous.
4641         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
4643 2008-02-26  Glenn Morris  <rgm@gnu.org>
4645         * net/net-utils.el (top-level): Don't require comint when compiling.
4646         (nslookup-font-lock-keywords): Don't require font-lock.
4647         Use font-lock faces rather than variables.
4648         (nslookup, ftp, smbclient, network-service-connection):
4649         Don't require comint.
4650         (comint-prompt-regexp, comint-input-autoexpand)
4651         (comint-input-ring): Declare for compiler.
4652         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
4653         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
4655         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
4656         doc-string.
4658 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4660         * doc-view.el (doc-view-current-page): Add a `win' argument.
4662 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4664         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
4665         Demote it to plain defvar.
4666         (doc-view-conversion-refresh-interval): Reduce interval.
4667         (doc-view-goto-page): Allow moving to pages not yet rendered.
4668         (doc-view-goto-page): Construct a file name rather than extracting it
4669         from doc-view-current-files.
4670         (doc-view-kill-proc): Ignore errors from kill-process.
4671         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
4672         (doc-view-insert-image): Use appropriate text if the page hasn't been
4673         rendered yet.  Adjust scrolling so the text is displayed.
4674         (doc-view-display): Detect not just that a page is available, but also
4675         that it wasn't available before, so as to avoid refreshing all pages
4676         repeatedly.
4677         (doc-view-mode): Make doc-view-cache-directory if needed.
4679 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4681         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
4682         toggle-read-only.
4684         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
4685         refering to a missing required field with the OPT prefix.
4686         Make unwindform more robust.
4688         * textmodes/bibtex.el: Remove support for hideshow minor mode as
4689         it duplicates the bibtex support in progmodes/hideshow.el.
4690         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
4691         entries that do not start at the beginning of a line.
4693 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
4695         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
4697 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
4699         * help-fns.el (describe-variable): Add phrases about
4700         initialization file with and without customization;
4701         use new button type help-info-variable.
4703         * help-mode.el (help-info-variable):
4704         New button able to read Info files for help-fns.el.
4706 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
4708         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
4709         (grep-mode): Use grep-mode-tool-bar-map.
4711         * progmodes/compile.el (tool-bar): Require tool-bar.
4712         (compilation-mode-tool-bar-map): New variable.
4713         (compilation-mode): Use compilation-mode-tool-bar-map.
4715         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
4717 2008-02-25  Glenn Morris  <rgm@gnu.org>
4719         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
4721 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4723         * diff-mode.el (diff-file-junk-re): New const.
4724         (diff-beginning-of-file-and-junk): Use it.
4725         (diff-file-kill): Make sure we were really inside a file diff.
4727         * diff-mode.el: Make it more robust in the presence of empty context
4728         lines in unified hunks.
4729         (diff-valid-unified-empty-line): New var.
4730         (diff-unified->context, diff-sanity-check-hunk): Obey it.
4731         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
4732         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
4733         (diff-hunk-header-re-unified): New const.
4734         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
4735         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
4736         (diff-sanity-check-hunk): Use it.
4738         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
4739         Index: line, don't search backward for the previous one.
4741 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
4743         * international/fontset.el (setup-default-fontset): Add non-OTF
4744         lao font for lao script.
4746         * language/tibetan.el: Register tibetan-composition-function in
4747         composition-function-table.
4749         * language/tibet-util.el (tibetan-composition-function):
4750         Adjust for the new calling way (argument changed).  Try font-shape-text
4751         if possible.
4753         * language/lao.el: Register lao-composition-function in
4754         composition-function-table.
4756         * language/lao-util.el (lao-composition-function): Adjust for the new
4757         calling way (argument changed).  Try font-shape-text if possible.
4759 2008-02-25  Jason Rumney  <jasonr@gnu.org>
4761         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
4763 2008-02-25  Juri Linkov  <juri@jurta.org>
4765         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
4766         background, "red4" for a dark background, "red" for 16 and
4767         8 colors, "grey" for grayscale, and inverse video otherwise.
4768         Add :version tag.
4769         (isearch-message): Keep the original isearch-message intact, and
4770         add text properties to it where necessary.  Add `isearch-error' to
4771         the condition that checks if isearch is unsuccessful.
4773 2008-02-24  Juri Linkov  <juri@jurta.org>
4775         * progmodes/compile.el (compilation-handle-exit):
4776         Use compilation-error face instead of font-lock-warning-face.
4777         Display the same message in the minibuffer as is inserted
4778         at the end of the compilation buffer.
4780 2008-02-24  Glenn Morris  <rgm@gnu.org>
4782         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
4783         multiple file case.
4785         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
4787         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
4788         multiple file case.  Use a single `let' rather than two.
4790 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
4792         * progmodes/compile.el (compilation-start): Specify a face for
4793         mode-line-process.
4794         (compilation-handle-exit): Specify a face and a tooltip for
4795         mode-line-process.
4797 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4799         * hilit-chg.el: Remove spurious * in defcustom docstrings.
4800         (hilit-chg-make-ov): Simplify.
4801         (hilit-chg-fixup): Use remove-overlays.
4802         (hilit-chg-set-face-on-change): Remove redundant call to
4803         `remove-text-properties'.
4805         * dired.el (dired-mark-prompt): Don't count/display the t element.
4806         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
4808 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
4810         * progmodes/verilog-mode.el (eval-when-compile): Don't define
4811         add-submenu.
4812         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
4813         Remove.  Move contents to the only use ...
4814         (verilog-menu): ... here.
4815         (verilog-statement-menu): Remove.  Move contents to the only use ...
4816         (verilog-stmt-menu): ... here.
4817         (verilog-mark-defun): Simply call mark-defun for emacs.
4818         (occur-pos-list): Declare for byte compiler.
4819         (mode-popup-menu): Don't defvar.
4820         (verilog-add-statement-menu): Remove.
4821         (verilog-mode-hook): Don't add verilog-add-statement-menu.
4822         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
4824 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
4826         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
4827         conditional.
4828         (verilog-font-grouping-keywords-face): Make the begin..end
4829         keywords standout more than other verilog keywords.
4830         (verilog-type-font-keywords): Move the begin..end out of this list
4831         to facilitate making them to (potentially) stand out more.
4832         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
4833         function & task blocks.
4834         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
4835         initial, function & task blocks.
4836         (verilog-forward-sexp): Handle the new "disable fork" statement of
4837         IEEE-1800 Verilog.
4838         (verilog-beg-block-re-ordered): Handle the new "disable fork"
4839         statement of IEEE-1800 Verilog.
4840         (verilog-calc-1): Handle the new "disable fork" statement of
4841         IEEE-1800 Verilog.
4842         (verilog-disable-fork-re): Add const to help handle the new
4843         "disable fork" statement of IEEE-1800 Verilog.
4844         (verilog-declaration-core-re): Add port directions by themselves,
4845         with no qualification, as base item of a declaration.
4846         (verilog-pretty-declarations): Add new flag to ask it to refrain
4847         from printing to the message buffer.
4848         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
4849         printing to the message buffer.  Improve handling of the many
4850         types of expression line up.
4851         (verilog-just-one-space): Remove printing of an empty message.
4852         (verilog-get-lineup-indent): Rework to support the better handling
4853         of expression lineup for verilog-pretty-expr.
4854         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4856 2008-02-24  Alan Mackenzie  <acm@muc.de>
4858         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
4859         yesterday's commit.
4861 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
4863         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
4864         to mouse-set-point in buffers that aren't associated with files.
4866         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
4868 2008-02-24  Alan Mackenzie  <acm@muc.de>
4870         Set of changes so that "obtrusive" syntactic elements in a
4871         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
4872         unmatched paren) don't interact syntactically with stuff outside
4873         the CPP line.
4875         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
4876         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
4877         off-by-one bug.
4878         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
4879         a bit of refactoring.
4880         (c-awk-extend-and-syntax-tablify-region): Takes some of the
4881         functionality of c-awk-advise-fl-for-awk-region, which has been
4882         refactored away.
4884         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
4885         (c-clear-char-property-with-value): New function and macro which
4886         remove text-properties `equal' to a supplied value.
4888         * progmodes/cc-engine.el: Comment about text properties amended.
4890         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
4891         parens around "error\\|warning".
4893         * progmodes/cc-langs.el (c-get-state-before-change-function)
4894         (c-before-font-lock-function, c-anchored-cpp-prefix):
4895         New language variables.
4896         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
4898         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
4899         syntax-table text properties.
4900         (c-common-init): Call language specific before/after-change
4901         functions at mode initialisation.
4902         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
4903         (c-extend-region-for-CPP, c-neutralize-CPP-line)
4904         (c-neutralize-syntax-in-CPP): New functions.
4905         (c-before-change, c-after-change): Call the new language specific
4906         change functions defined in cc-langs.el.
4907         (c-advise-fl-for-region): New macro.
4908         (awk-mode): Remove AWK specific stuff which has been refactored
4909         into language independent stuff.
4911 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
4913         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
4914         (gdb): (Re)set gdb-flush-pending-output to nil here...
4915         (gdb-init-1): ...instead of here (before gdb-prompt).
4917 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4919         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4920         Recognize ''' just like any other char-constant.
4922 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4924         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
4925         careful enough.  Detect the uid-change all within the main loop.
4927 2008-02-24  Stefan Monnier  <monnier@pastel.home>
4929         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
4931 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4933         * hilit-chg.el (highlight-save-buffer-state): New macro.
4934         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
4935         (hilit-chg-clear): Use it to preserve the modified-p flag.
4936         (highlight-changes-rotate-faces): Don't mess with the undo-list.
4938 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4940         * font-lock.el (font-lock-set-defaults): Unset previously set variables
4941         when needed.
4943 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
4945         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
4946         from gnus-button-url-regexp.
4948 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
4950         * progmodes/compile.el (compilation-next-error): Doc fix.
4951         (compilation-find-file): Doc fix.
4953 2008-02-24  Glenn Morris  <rgm@gnu.org>
4955         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
4956         Add obsolete aliases to the old names.
4958 2008-02-24  Richard Stallman  <rms@gnu.org>
4960         * net/net-utils.el (ifconfig): Rename from ipconfig.
4961         (ipconfig): Alias to ifconfig.
4962         (ifconfig-program): Rename from ipconfig-program.
4963         (ifconfig-program-options): Rename from ipconfig-program-options.
4965 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
4967         * progmodes/verilog-mode.el (verilog-declaration-core-re):
4968         Add port directions by themselves, with no qualification, as base
4969         item of a declaration.
4970         (verilog-pretty-declarations): Add new flag that inhibits printing
4971         to the message buffer.
4972         (verilog-pretty-expr): Add new flag that inhibits printing to the
4973         message buffer.  Improve handling of the many types of expression
4974         line up.
4975         (verilog-just-one-space): Don't print an empty message.
4976         (verilog-get-lineup-indent): Rework to support the better handling
4977         of expression lineup for verilog-pretty-expr.
4978         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
4979         (verilog-mode-version, verilog-mode-release-date): Update.
4981 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4983         * subr.el (cancel-change-group): Don't move point.
4985 2008-02-23  Markus Triska  <markus.triska@gmx.at>
4987         * linum.el (linum-after-config): Update all visible windows.
4989 2008-02-23  Glenn Morris  <rgm@gnu.org>
4991         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
4992         Add :help for Solitaire and Tetris.
4994         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
4996         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
4997         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
4998         (smtpmail-queue-index-file): Make it a defcustom.
4999         (smtpmail-queue-index): Delete.
5000         (smtpmail-send-it, smtpmail-send-queued-mail):
5001         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
5002         smtpmail-queue-index.
5004         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5005         Add :version.
5007 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
5009         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5010         New variables.
5011         (iwconfig): New function.
5013 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
5015         * vc.el (vc-find-revision): Make vc-parent-buffer local before
5016         setting it.
5017         (vc-status-menu-map): Do not define using easy-menu.
5018         (vc-status-menu-map): New defalias.
5019         (vc-status-mode-map): Hook up the menu.
5020         (top-level): Update TODO.
5022         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
5024         * vc-bzr.el (vc-bzr-init-version): Rename to ...
5025         (vc-bzr-init-revision): ... this.
5027 2008-02-23  Jason Rumney  <jasonr@gnu.org>
5029         * makefile.w32-in (WINS_ALMOST): Remove term.
5030         (WINS): Add term here.
5031         (custom-deps, finder-data): Use WINS_ALMOST.
5033 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
5035         * faces.el (font-weight-table): Fix value of `semi-light'.
5037 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5039         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
5040         Make those tables bijective.
5042 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
5044         Finish pdbtrack integration cleanup, settling missing-functions
5045         byte compiler warnings appropriately.
5047         * progmodes/python.el (python-point): Remove this - beginning-of-line
5048         was all that was necessary for `python-pdbtrack-overlay-arrow'.
5049         (python-end-of-def-or-class, python-beginning-of-def-or-class)
5050         (python-goto-initial-line): Drop these - they were only needed for
5051         python-point.
5052         (python-comint-output-filter-function): Use condition-case and
5053         beginning-of-line directly, instead of python-mode.el functions
5054         which require all sorts of baggage.
5055         (point-safe): Unnecessary - we're using condition-case directly,
5056         instead.
5057         (python-execute-file): Include for python-shell, which I'm leaving
5058         in keeping despite it being unnecessary for pdb tracking.
5060 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
5062         * progmodes/scheme.el (scheme-font-lock-keywords-2):
5063         Add SRFI 11 support.
5064         (let-values, let*-values): Specify scheme-indent-function.
5066 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
5068         * vc.el (vc-exec-after): Move setting mode-line-process in the
5069         busy case ...
5070         (vc-set-mode-line-busy-indicator): ... in this new function.
5071         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
5072         (vc-update-vc-status-buffer): Reset mode-line-process.
5073         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
5074         mark/unmark all the files with the same state as the current one.
5075         With a prefix argument mark/unmark all files.
5076         (vc-status-mode-menu): Adjust strings.
5077         (vc-update-vc-status-buffer): Only do something when the argument
5078         is not nil.
5079         (vc-status-kill-dir-status-process): New function.
5080         (vc-status-mode-map): Bind it.
5081         (vc-status-process-buffer): New variable.
5082         (vc-status-mode): Make it local.
5083         (vc-status-refresh): Set it.
5085         * vc-hg.el (vc-hg-dir-status):
5086         * vc-git.el (vc-git-dir-status):
5087         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
5088         command is run.
5090 2008-02-22  Glenn Morris  <rgm@gnu.org>
5092         * json.el (top-level): No need to require thingatpt.
5093         (json-read-keyword): Use thing-at-point rather than word-at-point.
5095         * time.el (top-level): No need to require time-date when compiling.
5097         * emacs-lisp/copyright.el (copyright-update-year):
5098         Fix subexpression numbering for the case when years are split over
5099         lines, and for the replace case.
5101         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
5102         (tpu-caar, tpu-cadr): Delete functions.
5103         (zmacs-regions): No need to declare for compiler.
5104         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
5105         (tpu-spell-check): Rewrite, and handle mark after point.
5106         (tpu-special-insert): Use or rather than if.
5108         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
5109         rather than spell-region.
5111         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
5112         warnings about spell-region.
5114 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
5116         * ldefs-boot.el: Regenerated.
5118         * loadup.el: Don't load language/devanagari, language/kannanda,
5119         language/malayalam, and language/tamil.  Load language/sinhala.
5121         * language/indian.el (indian-font-foundry)
5122         (indian-script-language-alist, indian-font-char-index-table)
5123         (indian-font-char, indian-font-char-range, indian-script-table)
5124         (indian-default-script, indian-composable-pattern): Delete them.
5125         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
5126         language environments moved to here.
5127         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
5128         New language environments.
5130         * language/devanagari.el, language/devan-util.el,
5131         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
5132         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
5133         Delete them.
5135         * language/sinhala.el: New file.
5137 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
5139         Update Nick Robert's port of pdb tracking from python-mode.el.
5141         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
5142         Clarify docstring.
5143         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
5144         tracking is happening.
5145         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
5146         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
5147         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
5148         Tracking is plugged in to all comint buffers once python.el is loaded.
5149         (python-pdbtrack-overlay-arrow): Toggle activation of
5150         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
5151         (python-pdbtrack-track-stack-file): Use new
5152         `python-pdbtrack-get-source-buffer' for more flexible access to
5153         debugging source files.
5154         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
5155         according to pdb stack trace, optionally using new
5156         `python-pdbtrack-grub-for-buffer' if file is not locally available.
5157         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
5158         named buffer, or having function with indicated name.
5159         (python-shell): Remove comint-output-filter-functions hook
5160         addition, it's being done elsewhere.  Wrap long line.
5162 2008-02-21  Michael Olson  <mwolson@gnu.org>
5164         * json.el: Replace XEmacs compatibility code to get rid of
5165         compiler warnings.
5167         * time.el: Fix compiler warning.
5169 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
5171         * json.el: New file (JavaScript Object Notation parser / generator).
5173 2008-02-21  Dave Love  <fx@gnu.org>
5175         * progmodes/sym-comp.el: New file.
5177         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
5178         Require sym-comp.  Add Python buffer to same-window-buffer-names.
5179         Fixup whitespaces.
5180         (python-font-lock-keywords): Add highlighting for Python builtins.
5181         (python-font-lock-syntactic-keywords): Rewrite.
5182         (python-quote-syntax): Use syntax-ppss-context instead of parsing
5183         ppss directly.
5184         (python-mode-map): Add binding for python-find-function.
5185         (python-calculate-indentation): Clean up the logic.
5186         (python-beginning-of-defun): Explicitly set return value.
5187         (python-beginning-of-statement): Stop looping if we get stuck
5188         going backwards.
5189         (python-next-statement): Stop looping if we somehow end up inside
5190         a string while advancing.
5191         (python-preoutput-continuation, python-version-checked): New vars.
5192         (python-check-version): New function.
5193         (run-python): Set default command to python-command instead of
5194         python-python-command.
5195         (run-python): Use python-check-version.  Give PYTHONPATH
5196         precedence over data-directory in the process environment.
5197         Load function definitions in python process after.
5198         (python-check-comint-prompt): New function.
5199         (python-send-command, python-send-receive): Use it.
5200         (python-complete-symbol, python-try-complete): Functions deleted.
5201         Use symbol-complete instead of python-complete-symbol throughout.
5202         (python-fill-paragraph): Further refine the fenced-string regexp.
5203         (def-python-skeleton): Expand to the original abbrev instead if in
5204         a comment or string.  Tweak skeletons for `if', `while', `for',
5205         `try/except', `try/finally', `name'.
5206         (python-pea-hook, python-abbrev-pc-hook): New functions.
5207         (python-abbrev-syntax-table): New var.
5208         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
5209         Use symbol-completion-try-complete for hippie expansion.
5210         Turn on font lock unconditionally.
5211         (python-mode-hook): Defcustom it.  No need to use make-local
5212         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
5213         option, since it's buffer-local.
5215 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
5217         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
5219 2008-02-21  Drew Adams  <drew.adams@oracle.com>
5221         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
5222         "Turn off" and a "Help" entry when the minor mode has no menu.
5224 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
5226         * vc.el (vc-status-mark, vc-status-unmark): New functions.
5227         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
5228         vc-status-mark-file and vc-status-unmark-file.
5229         (vc-status-mark-unmark): New function.
5230         (vc-status-previous-line, vc-status-next-line): No longer interactive.
5232 2008-02-21  Glenn Morris  <rgm@gnu.org>
5234         * composite.el (encode-composition-rule): Fix typo in error message.
5235         (composition-function-table, auto-composition-mode): Doc fixes.
5237         * subr.el (sit-for): Fix obsolete form for nil second argument.
5239         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
5240         (spell-string): Make obsolete, in favor of ispell.
5242 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
5244         * language/devanagari.el: Don't setup composition-function-table
5245         here.
5246         ("Devanagari"): Change charset, coding-system, coding-priority to
5247         Unicode-based ones.  Don't require the feature devan-util.
5249         * composite.el (compose-chars-after): Fix arguments for a function
5250         in composition-function-table.
5251         (auto-compose-region): Likewise.
5253         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
5254         for Ethiopic.
5255         (ps-mule-plot-string): Ignore glyph-string based compositions.
5257 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5259         * doc-view.el: Allow different windows to show different pages.
5260         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
5261         (doc-view-current-image, doc-view-current-overlay): Remove variables,
5262         add them back as macros instead, using image-mode-winprops instead.
5263         Update all users of those variables.
5264         (doc-view-new-window-function): New function to create a new overlay
5265         for each new window.
5266         (doc-view-mode): Use it and image-mode-setup-winprops.
5267         (doc-view-clone-buffer-hook): Rewrite accordingly.
5269         * image-mode.el: Extend [hv]scroll support to per-window properties.
5270         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
5271         (image-mode-winprops-alist): New var to replace them.
5272         (image-mode-new-window-functions): New hook.
5273         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
5274         New funs.
5275         (image-set-window-vscroll, image-set-window-hscroll): Use them.
5276         Remove the `window' argument, update callers.
5277         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
5278         Use the new functions.
5279         (image-mode-reapply-winprops): New fun.
5280         (image-mode): Use it.
5282 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
5284         * calc/calc-math.el (math-sin-raw): Add optional argument
5285         to keep track of original argument.
5286         (math-cos-raw): Use optional argument when calling math-sin-raw.
5287         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
5288         with close to original precision.
5290 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5292         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
5293         args in calls of sit-for.
5295 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
5297         * vc-svn.el (vc-svn-program): Fix typo in docstring.
5298         (vc-svn-checkin): Fix typo in error message.
5300         * help-mode.el: Require easymenu when compiling.
5302 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
5304         * help-mode.el (help-mode-menu): New menu.
5306 2008-02-20  Glenn Morris  <rgm@gnu.org>
5308         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
5309         on Windows.
5311 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
5313         * ps-mule.el (ps-mule-encode-region): Return a single string.
5314         (ps-mule-plot-string): Adjust for the above change.
5315         (ps-mule-encode-header-string): Likewise.
5317         * international/latin1-disp.el (latin1-display): Don't use
5318         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
5319         standard-display-table.
5320         (latin1-display-identities): Adjust for the change of what is
5321         returned by (get-language-info charset 'charset).
5323         * international/mule-util.el (char-displayable-p): Fix for Latin-1
5324         characters and terminal case.
5326 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
5328         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
5330         * progmodes/python.el: Also require comint when loading.
5331         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
5332         Replace python-shell with run-python on menu bar.
5333         (python-shell-map): New map.
5334         (python-default-interpreter, python-python-command-args)
5335         (python-jython-command-args, python-pdbtrack-do-tracking-p):
5336         New options.
5337         (python-which-shell, python-which-args, python-which-bufname):
5338         New buffer local variables.
5339         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
5341         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
5342         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
5343         New constants.
5345         Pdbtrack features:
5347         (python-point, python-end-of-def-or-class)
5348         (python-beginning-of-def-or-class, python-goto-initial-line)
5349         (python-comint-output-filter-function)
5350         (python-pdbtrack-overlay-arrow)
5351         (python-pdbtrack-track-stack-file, python-toggle-shells)
5352         (python-shell, python-pdbtrack-toggle-stack-tracking)
5353         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
5354         New functions.
5356 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5358         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
5359         when the argument is nil.
5361 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
5363         * vc.el (dir-status): Add a brief description.
5365 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
5367         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
5368         If non-nil, reverse the sense of the check.
5370         * vc-rcs.el (vc-rcs-root): New func.
5371         * vc-cvs.el (vc-cvs-root): New func.
5372         * vc-svn.el (vc-svn-root): New func.
5373         * vc-sccs.el (vc-sccs-root): New func.
5375 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
5377         * language/japan-util.el (setup-japanese-environment-internal):
5378         Call use-cjk-char-width-table.
5380         * language/japanese.el ("Japanese"): Set exit-function to
5381         use-default-char-width-table.
5383         * international/characters.el: Delete occurrences of non-Unicode
5384         tibetan and ethiopic characters.
5385         (cjk-char-width-table): New variable.
5386         (use-cjk-char-width-table, use-default-char-width-table):
5387         New functions.
5389 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
5391         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
5392         (vc-status-mode-menu): Add a :filter.
5393         (vc-status-printer): Add faces.
5395         * vc-hg.el (vc-hg-extra-status-menu): New function.
5396         (vc-hg-dir-status): Clean up the buffer before using it.
5398 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5400         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
5401         (gdb): Initialize it here instead.
5403         * files.el (locate-dominating-file): Fix thinko in last change.
5404         Reported by Bruce Stephens <bruce.stephens@isode.com>.
5406 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
5408         * vc.el (vc-status-mode-menu): New menu for vc-status.
5410 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
5412         * progmodes/verilog-mode.el (customize): Fix typo in error message.
5413         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
5414         (verilog-mode-auto, verilog-indent-level-module)
5415         (verilog-minimum-comment-distance, verilog-library-flags)
5416         (verilog-library-directories, verilog-library-files)
5417         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
5418         (verilog-xemacs-menu, verilog-set-compile-command)
5419         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
5420         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
5421         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
5422         (verilog-batch-inject-auto, verilog-batch-indent)
5423         (verilog-continued-line, verilog-type-keywords)
5424         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
5425         (verilog-read-inst-pins, verilog-read-arg-pins)
5426         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
5427         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
5428         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
5429         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
5430         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
5431         (verilog-mode-version, verilog-mode-release-date)
5432         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
5433         (verilog-simulator, verilog-compiler)
5434         (verilog-auto-sense-defines-constant, verilog-company)
5435         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
5436         Fix typos in docstrings.
5437         (verilog-set-auto-endcomments, verilog-calculate-indent)
5438         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
5439         Reflow docstrings.
5440         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
5441         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
5442         (electric-verilog-forward-sexp, verilog-in-case-region-p)
5443         (verilog-in-struct-region-p, verilog-in-generate-region-p)
5444         (verilog-leap-to-head, verilog-current-indent-level)
5445         (verilog-case-indent-level, verilog-cpp-keywords)
5446         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
5447         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
5448         (verilog-signals-not-in, verilog-symbol-detick-text)
5449         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
5450         (verilog-forward-close-paren, verilog-backward-open-paren)
5451         (verilog-backward-open-bracket): Doc fixes.
5453         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
5454         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
5455         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
5456         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
5457         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
5458         Fix typos in docstrings.
5460         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
5462 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
5464         * info.el (Info-read-node-name): Removed unused `default' arg.
5466 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
5468         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
5470 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5472         * image-mode.el (image-get-display-property): New fun.
5473         (image-forward-hscroll, image-next-line, image-eol, image-eob)
5474         (image-mode, image-minor-mode, image-toggle-display-text)
5475         (image-toggle-display): Use it.
5477 2008-02-18  Jason Rumney  <jasonr@gnu.org>
5479         * international/mule.el (xml-find-file-coding-system): Don't warn
5480         about utf-16 with BOM.
5482         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
5484         * international/mule.el (sgml-xml-auto-coding-function): Detect and
5485         warn if file encoding is not utf-8 and encoding not specified.
5486         (xml-find-file-coding-system): New function.
5487         * international/mule-conf.el (file-coding-system-alist): Use it.
5489 2008-02-17  Glenn Morris  <rgm@gnu.org>
5491         * international/mule-cmds.el (set-locale-environment):
5492         Pass `frame' to getenv for LC_MESSAGES.
5494 2008-02-17  Juri Linkov  <juri@jurta.org>
5496         * time.el (emacs-init-time): Use format instead of format-seconds.
5498 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5500         * textmodes/bibtex.el (bibtex-search-entry): Rename from
5501         bibtex-find-entry.  Add autoload cookie.
5502         (bibtex-find-entry): Alias for bibtex-search-entry.
5503         (bibtex-search-crossref): Rename from bibtex-find-crossref.
5504         (bibtex-find-crossref): Alias for bibtex-search-crossref.
5505         (bibtex-clean-entry): atomic-change-group removed.
5506         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
5507         to locate buffer location where error occurred.
5508         Make error messages more specific.
5509         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
5511 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
5513         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
5514         top level.
5516         * simple.el (transient-mark-mode): Add an :init-value.
5518         * startup.el (command-line): Use custom-reevaluate-setting for
5519         transient-mark-mode.
5521 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
5523         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
5525 2008-02-16  Juri Linkov  <juri@jurta.org>
5527         * startup.el (after-init-time): New variable.
5528         (command-line): Set `after-init-time' to the current time.
5530         * time.el (emacs-init-time): New function.
5532 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5534         * files.el (locate-dominating-file): Remove initial loop because it's
5535         not careful enough.  Detect the uid-change all within the main loop.
5537 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5539         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
5541 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
5543         * vc.el (vc-annotate): Add new argument.
5544         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
5546         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
5547         Move make-variable-buffer-local code after the corresponding defvar.
5548         (hs-minor-mode-map): Define and initialize in one step.
5549         (hs-minor-mode): Change from defun to define-minor-mode.
5551 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
5553         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
5554         (gdb-ready): Move declaration...
5556         * progmodes/gdb-ui.el (gdb-ready): ...to here.
5557         (gdb-early-user-input): New variable.
5558         (gdb): Reset gdb-flush-pending-output to nil and set
5559         comint-input-sender here (before gdb-prompt), instead of...
5560         (gdb-init-1): ...here.
5561         (gdb-send): If Emacs is not ready, defer user input to...
5562         (gdb-prompt): ...here.
5564 2008-02-16  Glenn Morris  <rgm@gnu.org>
5566         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
5568         * startup.el (emacs-startup-time): Rename to `before-init-time'.
5569         (before-init-time): New name for `emacs-startup-time'.
5570         (command-line): Use before-init-time rather than emacs-startup-time.
5571         * time.el (emacs-uptime): Use before-init-time rather than
5572         emacs-startup-time.
5574         * composite.el (composition-function-table): Doc fix.
5576         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
5577         in favor of `%z' specifier.
5578         (emacs-uptime): Move to time.el.
5579         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
5580         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
5581         argument of format-seconds.
5583 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
5585         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
5587 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5589         * ielm.el (ielm-is-whitespace): Remove.
5590         (ielm-is-whitespace-or-comment): New function.
5591         (ielm-eval-input): Use it.
5593 2008-02-15  Jason Rumney  <jasonr@gnu.org>
5595         * term/mac-win.el: Fix coding tag.
5597 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
5599         * vc-hooks.el (vc-menu-map):
5600         * bindings.el (mode-line-mode-menu): Add tooltips.
5602         * bindings.el (help-echo): Add more tooltips.  Use a less
5603         telegraphic style for existing tooltips.
5605 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5607         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
5608         from the auto-generated one.
5610 2008-02-14  Glenn Morris  <rgm@gnu.org>
5612         * mail/rmail-spam-filter.el (rmail-spam-filter):
5613         Let-bind message-spam-status.
5615         * mail/smtpmail.el (password-cache-add): Declare as function.
5617 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
5619         * mail/smtpmail.el: Use password-cache.
5621 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
5623         * uniquify.el (uniquify-buffer-base-name): New function.
5624         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5626         * desktop.el (uniquify-managed): Don't defvar.
5627         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
5628         `uniquify-managed'.  Return also the buffer's base name.
5629         (desktop-save): When saving the buffer info, filter out the base name,
5630         and save it as buffer name if the buffer is managed by uniquify.
5631         (uniquify-item-base): Don't declare; not called anymore.
5633 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
5635         * vc.el (vc-annotate-find-revision-at-line): New function.
5636         (vc-annotate-mode-map): Bind it.
5637         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
5638         some entries.
5640 2008-02-14  Glenn Morris  <rgm@gnu.org>
5642         * calendar/time-date.el (format-seconds): New function.
5643         (emacs-uptime): Use format-seconds.
5645         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5646         Remove `LC_ALL=C', since it's included in $(emacs) now.
5648 2008-02-14  Zhang Wei  <id.brep@gmail.com>
5650         * textmodes/org-publish.el (org-publish-timestamp-filename):
5651         Replace colon characters in filename too.
5653 2008-02-13  Bastien Guerry  <bzg@altern.org>
5655         * mail/rmail.el (rmail-header-name): New face.
5656         (rmail-font-lock-keywords): Use rmail-header-name.
5658         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
5659         against X-Spam-Status header field.
5660         (rmail-spam-filter): Also check X-Spam-Status header field.
5662 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
5664         * progmodes/flymake.el (flymake-allowed-file-name-masks):
5665         Add support for .pm files and .php files.
5666         (flymake-err-line-patterns): Add pattern for PHP errors.
5667         (flymake-php-init): New function.  PHP support for flymake.
5669         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5670         Add regular expression for PHP errors.
5672 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
5674         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
5675         This DTRT even on w32 machines.
5676         (ange-ftp-cf1): Quote FILENAME.
5678 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5680         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
5681         (smerge-auto-combine): New fun.
5683 2008-02-12  Juri Linkov  <juri@jurta.org>
5685         * startup.el (fancy-startup-screen, normal-splash-screen):
5686         Set default-directory to command-line-default-directory.
5688         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
5689         after reading the desktop.
5691         * progmodes/compile.el (compilation-auto-jump):
5692         Call compile-goto-error only when compilation-auto-jump-to-first-error
5693         is non-nil.
5694         (compilation-scroll-output): Replace :type 'boolean with a choice
5695         that has three options including a third option `first-error'.
5696         Doc fix.
5697         (compilation-start, compilation-forget-errors): Add an alternate
5698         condition comparing compilation-scroll-output with `first-error'
5699         in addition to compilation-auto-jump-to-first-error (to call
5700         compilation-auto-jump in the proper place).
5702 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5704         * international/mule.el (sgml-html-meta-auto-coding-function):
5705         Make sure the search limit is ahead.
5707         * tar-mode.el: Fix broken indentation.
5708         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
5709         Use with-current-buffer.
5711 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
5713         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
5714         it is already automatically buffer-local.
5716 2008-02-11  Drew Adams  <drew.adams@oracle.com>
5718         * help.el (describe-key): Join some split lines to facilitate filling.
5719         * help-fns.el (describe-function-1): Fill text of overlong lines.
5721 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
5723         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
5724         Use unibyte-string instead of string-make-unibyte.
5726         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
5728 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5730         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
5731         works also for buffers w/o buffer-file-name.  Update callers.
5732         (doc-view-clone-buffer-hook): New fun.
5733         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
5734         the `doc-view' property so they can be recognized.
5736         * simple.el (clone-indirect-buffer-hook): New hook.
5737         (clone-indirect-buffer): Run it.
5739 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
5741         * epa.el (epa-menu-mode): Merge into epa-mode.
5742         (epa-menu-items): Rename the label "EasyPG Assistant" to
5743         "Encryption/Decryption".
5745         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
5746         (epa-dired-mode-map): Rename from epa-dired-map.
5747         (epa-global-dired-mode): Rename the global minor mode.
5749 2008-02-11 Drew Adams  <drew.adams@oracle.com>
5751         * isearch.el (isearch-fail): New face.
5752         (isearch-message): Highlight failure part of input.
5754 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5756         * ibuffer.el (ibuffer-header-line-format): New var.
5757         (ibuffer-mode): Set it instead of header-line-format.
5758         (ibuffer-update): Use it to set header-line-format.
5760         * international/mule-cmds.el (ucs-insert): Inherit surrounding
5761         properties like self-insert-command.
5763 2008-02-11  Drew Adams  <drew.adams@oracle.com>
5765         * progmodes/etags.el: Add many doc strings.
5767 2008-02-11  Jason Rumney  <jasonr@gnu.org>
5769         * ldefs-boot.el: Regenerated.
5771 2008-02-11  Glenn Morris  <rgm@gnu.org>
5773         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5774         Shorten some names.
5776         * ffap.el (ffap-rfc-directories): Add :version.
5778 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
5780         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
5781         files, and backup files of same.
5783 2008-02-11  Kevin Ryde  <user42@zip.com.au>
5785         * ffap.el (ffap-rfc-directories): New variable.
5786         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
5788         * info.el (Info-next-reference, Info-prev-reference)
5789         (Info-try-follow-nearest-node): Move to and follow https:// links too.
5791         * simple.el (completion-list-mode): Show full completion-list-mode-map
5792         in the docstring.
5794 2008-02-11  Sam Steingold  <sds@gnu.org>
5796         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
5798 2008-02-11  Glenn Morris  <rgm@gnu.org>
5800         * startup.el (emacs-startup-time): New variable.
5801         (command-line): Set emacs-startup-time.
5803         * calendar/time-date.el (emacs-uptime): New function.
5805 2008-02-10  Bastien Guerry  <bzg@altern.org>
5807         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
5808         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
5809         it is nil.
5811 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5813         * epg-config.el: Expand the contents of epg-package-info.el.
5814         (epg-package-name): New constant.
5815         (epg-version-number): New constant.
5816         (epg-bug-report-address): New constant.
5818         * epa-mail.el (epa-mail-mode): Add autoload cookie.
5819         (epa-global-mail-mode): New global minor mode.
5821         * epa-file.el (epa-file-mode): New global minor mode.
5823         * epa-dired.el (epa-dired-mode): New global minor mode.
5825         * epa.el (epa-menu): New variable.
5826         (epa-menu-items): New variable.
5827         (epa-menu-mode): New global minor mode.
5828         (epa-global-minor-modes): New user option.
5829         (epa-mode): New global minor mode.
5831 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
5833         * net/dbus.el: Remove `no-byte-compile' cookie.
5834         (dbus-call-method, dbus-register-signal, dbus-debug)
5835         (dbus-registered-functions-table): Declare them with
5836         `declare-function' or `defvar', respectively.
5837         (top): Don't assert any longer.  Require 'cl when compiling.
5838         Apply `ignore-errors' but `dbus-ignore-errors'.
5840 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
5842         * diff-mode.el (diff-add-change-log-entries-other-window):
5843         Use add-change-log-entry.
5845 2008-02-09  Jason Rumney  <jasonr@gnu.org>
5847         * button.el (button-map):
5848         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
5849         * ldefs-boot.el: Regenerate.
5851 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
5853         * epa.el (epa-faces, epa):
5854         * epa-file.el (epa-file):
5855         * epg-config.el (epg): Add :version.
5857 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
5859         * vc.el (vc-exec-after): Append CODE to previous fragments.
5860         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
5861         take MESSAGES instead of VERBOSE; use it when non-nil.
5862         (vc-diff-internal): Compute messages once; use them;
5863         update call to vc-diff-finish.
5865 2008-02-09  Michael Olson  <mwolson@gnu.org>
5867         * net/tramp.el (tramp-process-sentinel): Avoid error when process
5868         buffer has been killed, such as by
5869         `tramp-cleanup-all-connections'.
5871 2008-02-09  Miles Bader  <miles@gnu.org>
5873         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
5875 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5877         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
5878         splitter in context hunks.
5880 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
5882         * international/fontset.el (setup-default-fontset): Fix arabic otf
5883         font specification.
5885 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
5887         * epa-dired.el:
5888         * epa-file.el:
5889         * epa-mail.el:
5890         * epa-setup.el:
5891         * epa.el:
5892         * epg-config.el:
5893         * epg-package-info.el:
5894         * epg.el: Initial check-in of EasyPG.
5896 2008-02-08  Glenn Morris  <rgm@gnu.org>
5898         * woman.el (woman-locale): New defcustom.
5899         (woman-expand-locale, woman-manpath-add-locales): New functions.
5900         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
5902         * international/mule-cmds.el (locale-translate): New function,
5903         with old code extracted from set-locale-environment.
5904         (set-locale-environment): Use locale-translate.  Set woman-locale.
5906         * cus-start.el (selection-coding-system): Remove, since it's now
5907         defined in select.el rather than in xselect.c.
5908         * select.el (selection-coding-system): Make it a defcustom, and
5909         add the properties from cus-start.el.  Bump :version.
5911         * custom.el (custom-theme-set-variables): Sort symbols that are
5912         dependencies before symbols that depend on them.
5913         (custom-enabled-themes): Set after custom-theme-directory.
5915         * pcmpl-unix.el (top-level): Move provide statement to end.
5916         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
5917         `*' from doc-string.  Allow to be nil.
5918         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
5919         Allow to be nil.  Add :version.
5920         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
5921         without hostnames, and multiple hostnames per line.
5923         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
5925 2008-02-08  Phil Hagelberg  <phil@evri.com>
5927         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
5928         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
5930 2008-02-07  Timo Savola  <timo.savola@iki.fi>
5932         * startup.el (command-line-x-option-alist): Add --parent-id.
5934         * term/x-win.el (x-handle-parent-id): New function.
5936 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
5938         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
5939         "Font Menu".
5941 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
5943         * net/dbus.el (dbus-interface-peer): New defconst.
5944         (dbus-ping): New defun.
5946 2008-02-06  Sam Steingold  <sds@gnu.org>
5948         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
5950 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5952         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
5953         Just return nil and let the C code provide a fallback.
5955 2008-02-05  Glenn Morris  <rgm@gnu.org>
5957         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
5958         tramp-flush-connection-property for removed 2nd argument.
5960 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5962         * diff-mode.el (diff-add-change-log-entries-other-window):
5963         Rename from diff-create-changelog.  Change users.
5964         Minor change to hopefully work with plain diffs.
5965         (diff-mode-map): Add binding for it.
5967 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
5969         * diff-mode.el: Add new TODO entry.
5970         (diff-create-changelog): New function.
5971         (diff-mode-menu): Bind it.
5973 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
5975         * international/mule-diag.el (print-fontset-element): Handle the
5976         case of inhibiting the fallback fonts.
5978 2008-02-04  Kim F. Storm  <storm@cua.dk>
5980         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5981         (ido-magic-delete-char): Use prefix arg.
5983 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
5985         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
5986         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
5987         of today, the most recent libpng is 1.2.24).
5989 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
5991         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
5993         * net/dbus.el (top): Check (featurep 'dbusbind).
5995         * net/tramp.el (tramp-process-sentinel): New defun.
5996         (tramp-do-copy-or-rename-file-out-of-band)
5997         (tramp-maybe-open-connection): Use it as process sentinel.
5998         (tramp-handle-delete-directory): Don't use the "-f" option; it
5999         isn't portable.
6000         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
6001         after the command.
6002         (tramp-handle-shell-command): Set `mode-line-process' in the
6003         asynchronous case.
6005         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
6007         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
6008         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6009         Use `tramp-process-sentinel' as process sentinel.
6011 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
6013         * whitespace.el (global-whitespace-mode): Revert last change.
6014         (whitespace-unload-function): Force `global-whitespace-mode'
6015         to deactivate local modes in a slightly less intrusive way.
6017 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
6019         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
6021 2008-02-02  Glenn Morris  <rgm@gnu.org>
6023         * international/latin1-disp.el (latin1-display):
6024         * progmodes/fortran.el (fortran-comment-indent-char):
6025         * progmodes/idlw-shell.el (top-level):
6026         * term/mac-win.el (mac-keyboard-translate-char):
6027         * whitespace.el (whitespace-char-valid-p):
6028         * wid-edit.el (widget-key-sequence-read-event):
6029         Use characterp rather than char-valid-p.
6031         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
6032         to capitalized-find-word-boundary.  Doc fix.  Update callers.
6033         (capitalized-next-word-boundary-function-table): Rename to
6034         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
6036         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
6037         string-to-int.
6039         * ps-def.el (declare-function): Add compatibility definition.
6040         (ps-plot-with-face, ps-plot-string): Declare as functions.
6041         (ps-bold-faces, ps-italic-faces): Declare variables.
6043         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
6044         (ps-mule-end-job): Declare as functions.
6046         * wid-edit.el (widget-string-complete): Use assoc-string rather
6047         than assoc-ignore-case.
6049 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
6051         * progmodes/etags.el (next-file): Improve revert message.
6053 2008-02-01  Andreas Schwab  <schwab@suse.de>
6055         * loadup.el: Load language/burmese instead of language/myanmar.
6057 2008-02-01  Richard Stallman  <rms@gnu.org>
6059         * language/burmese.el: Rename from myanmar.el.
6060         ("Burmese"): Rename from "Myanmar".
6062 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6064         * international/fontset.el (script-representative-chars): Add cham
6065         and tai-viet.
6066         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
6067         Add fontconfig spec for cjk-misc.  Explicitly specify font font
6068         for U+E000..U+F8FF.
6070         * international/characters.el (script-list): Add cham.
6072         * language/cham.el: New file.
6074 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
6076         * xml.el (xml-escape-string): Don't do any encoding changes on the
6077         string.
6079 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6081         * language/ind-util.el (in-is13194-post-read-conversion):
6082         Delete unnecessary call of indian-compose-region.
6084 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6086         * ps-print.el: Some face attributes (like :strike-through) were not
6087         being recognised.  Reported by Leo <sdl.web@gmail.com>.
6088         (ps-print-version): New version 7.3.2.
6089         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
6090         ps-face-overline-p and ps-face-box-p functions.
6092         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
6093         New functions.
6095 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6097         * international/fontset.el (font-encoding-alist): Add an entry for
6098         iso8859-16.
6099         (setup-default-fontset): Add iso8859-16 to latin.
6101         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
6102         hexadigit string.
6103         (describe-char): Adjust for the above change.
6105 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6107         * international/fontset.el (font-encoding-alist): Don't set the
6108         repertory of GB18030 fonts.
6110 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6112         * language/indian.el: Set font-shape-text for all Indic characters
6113         in composition-function-table.
6115         * language/khmer.el: New file.
6117         * language/myanmar.el: New file.
6119         * loadup.el: Load "language/khmer" and "language/myanmar".
6121 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6123         * international/fontset.el (setup-default-fontset): Fix lao OTF
6124         script name.
6126 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6128         * composite.el (terminal-composition-modification): Delete it.
6130 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6132         * international/fontset.el (x-complement-fontset-spec):
6133         Complement size too.
6135 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6137         * international/fontset.el (font-encoding-charset-alist):
6138         Initialize it.
6139         (otf-script-alist): Fix typo of canadian-aboriginal.
6140         (setup-default-fontset): Specify font-specs for many more scripts.
6141         (x-complement-fontset-spec): Change the first argument to a
6142         font-spec object.
6143         (create-fontset-from-fontset-spec): Adjust for the above change.
6145 2008-02-01  Kenichi Handa  <handa@m17n.org>
6147         * language/devanagari.el: Register font-shape-text in
6148         composition-function-table.
6150         * language/tibetan.el: Register font-shape-text in
6151         composition-function-table.
6153         * language/thai-util.el (thai-composition-function): Fix arguments.
6155         * language/tamil.el: Register font-shape-text in
6156         composition-function-table.
6158         * language/malayalam.el: Register font-shape-text in
6159         composition-function-table.
6161         * language/lao.el: Register font-shape-text in
6162         composition-function-table.
6164         * language/kannada.el: Register font-shape-text in
6165         composition-function-table.
6167         * language/european.el (diacritic-composition-function): Fix arguments.
6169         * language/ethio-util.el (ethio-composition-function): Fix arguments.
6171         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
6173         * composite.el (composition-function-table): Fix docstring.
6174         (terminal-composition-function): Fix arguments.
6175         (auto-compose-current-font): Delete it.
6176         (auto-compose-chars): Adjust for the change of
6177         composition-function-table.
6179 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6181         * international/fontset.el (font-encoding-alist): Add the entry of
6182         "unicode-bmp".
6184 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6186         * composite.el (auto-compose-chars): Be sure to calculate
6187         composition at least at POS.
6189 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6191         * printing.el: Fix pr-interface-map initialization code.
6192         (pr-version): New version 6.9.3.
6193         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
6194         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
6195         (pr-f-read-string): Replace by pr-read-string.
6196         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
6197         New function name.
6198         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
6200 2008-02-01  Kenichi Handa  <handa@m17n.org>
6202         * language/tv-util.el (tai-viet-re): Include '-'.
6203         (tai-viet-glyph-info): Handle '-'.
6205 2008-02-01  Kenichi Handa  <handa@m17n.org>
6207         * descr-text.el (describe-char): Handle a composition of the new
6208         format.  Show font name.
6210 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6212         * language/tibet-util.el (tibetan-composition-function): Use
6213         font-shape-text if auto-compose-current-font is non-nil.
6215         * language/tibetan.el: Fix the range for recording
6216         tibetan-composition-function in composition-function-table.
6218         * language/mlm-util.el (malayalam-composition-function): Use
6219         font-shape-text if auto-compose-current-font is non-nil.
6221         * international/mule-conf.el: Flag many charsets as supplementary.
6223         * international/mule.el (define-charset): Update the docstring for
6224         :supplementary-p.
6226         * international/fontset.el (setup-default-fontset): Add OpenType
6227         fonts for malayalam and tibetan.
6229 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6231         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
6233 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6235         * international/fontset.el (otf-script-alist): Make all otf tags
6236         4-letters.
6237         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
6239         * language/tml-util.el (tamil-composition-function): Use
6240         font-shape-text if auto-compose-current-font is non-nil.
6242         * language/devan-util.el (devanagari-composition-function): Use
6243         font-shape-text if auto-compose-current-font is non-nil.
6245         * composite.el (auto-compose-chars): Change argument font-object
6246         to window.
6248 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6250         * ps-print.el (ps-lpr-switches): Docstring fix.
6251         (ps-string-list): New function.
6252         (ps-do-despool): Code fix.
6254 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6256         * international/utf-7.el (utf-7-imap-post-read-conversion)
6257         (utf-7-imap-pre-write-conversion): New functions.
6259         * international/mule-conf.el (utf-7-imap): New coding system.
6261 2008-02-01  Kenichi Handa  <handa@m17n.org>
6263         * term/x-win.el (x-selection-value): If x-select-request-type is
6264         nil, try also STRING at last.
6265         (x-select-request-type): Doc fix for the change of x-selection-value.
6267         * select.el (selection-coding-system, next-selection-coding-system):
6268         Move declarations from xselect.c.
6269         (x-get-selection): Decode by selection-coding-system if it is non-nil.
6270         If it is nil, decode by a proper coding system.  Handle C_STRING.
6271         (ccl-check-utf-8, string-utf-8-p): Delete them.
6272         (xselect-convert-to-string): Fix determining data-type in the case
6273         that TEXT is requested.  Don't use selection-coding-system if it's
6274         not proper for the data-type.
6276 2008-02-01  Kenichi Handa  <handa@m17n.org>
6278         * term/x-win.el (x-selection-value): If x-select-request-type is
6279         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
6281 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6283         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
6284         to signify default fontset.
6286 2008-02-01  Kenichi Handa  <handa@m17n.org>
6288         * international/mule-cmds.el (describe-language-environment):
6289         Check if the specified input method exists or not.
6291 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6293         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
6294         (ps-face-background-name): Remove this function.  It's already defined
6295         in ps-def.el file.
6297 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6299         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
6300         Epoch emacsen.
6302 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6304         * ps-print.el: Now detect if text foreground and background colors are
6305         equals and replace the foreground color by another color, so the text
6306         becomes visible.  Doc fix.
6307         (ps-print-version): New version 7.3.
6308         (ps-default-fg, ps-default-bg): Docstring fix.
6309         (ps-fg-list, ps-fg-validate-p): New options.
6310         (ps-foreground-list): New variable.
6311         (ps-generate-header-line): Replace fboundp by functionp.
6312         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
6314 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6316         * printing.el: Pacify byte compiler, that is, no compiler warnings.
6317         Move (again) some variable definitions before use, define some
6318         function aliases, no code change.
6319         (pr-version): New version 6.9.2.
6320         (pr-path-style, pr-auto-region, pr-menu-char-height)
6321         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
6322         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
6323         via (defvar VAR).
6324         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
6325         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
6326         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
6327         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
6328         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
6329         (pr-menu-print-item, pr-ps-printer-menu-modified)
6330         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
6331         (pr-even-or-odd-alist): Move variable definitions.
6333 2008-02-01  Kenichi Handa  <handa@m17n.org>
6335         * language/chinese.el (cp936): Delete duplicated alias.
6337         * international/mule-diag.el (list-block-of-chars): Don't insert
6338         non-Unicode characters.
6340 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6342         * loadup.el [windows-nt]: Don't load code-pages and ccl.
6343         * term/w32-win.el: Don't require code-pages.
6345 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6347         Fix up multi-tty merge.
6349         * version.el (emacs-version): Bump to 23.0.60.
6351         * term/x-win.el (x-initialize-window-system): Don't try to create
6352         a fontset from a font-specification anymore.  This was removed on the
6353         unicode branch and mistakenly re-added by the multi-tty merge.
6355         * term/w32-win.el: Remove duplicate code that's now in
6356         w32-initialize-window-system.
6357         (w32-initialize-window-system): Don't try to create a fontset from
6358         a font-specification anymore.  This was removed on the unicode branch
6359         and mistakenly re-added by the multi-tty merge.
6361         * term/mac-win.el: Remove duplicate top-level code.
6363         * language/ethio-util.el:
6364         * international/characters.el: Use utf-8 rather than utf-8-emacs
6365         since it works as well and has the advantage of working with
6366         non-unicode versions of Emacs.
6368         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
6369         multi-tty code, which includes the previous local change.
6371 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6373         * ps-print.el (ps-print-version): New version 7.2.5.
6374         (ps-background, ps-begin-file, ps-build-reference-face-lists):
6375         Use `mapc' rather than `mapcar'.
6377 2008-02-01  Kenichi Handa  <handa@m17n.org>
6379         * skeleton.el (skeleton-internal-1): Use integerp and stringp
6380         instead of char-or-string-p to catch -1.
6382 2008-02-01  Kenichi Handa  <handa@m17n.org>
6384         * international/mule-cmds.el (inactivate-input-method):
6385         Set input-method-function to nil before calling
6386         inactivate-current-input-method-function.
6388 2008-02-01  Kenichi Handa  <handa@m17n.org>
6390         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
6391         height that doesn't exceed the requested height by rounding off.
6393 2008-02-01  Andreas Schwab  <schwab@suse.de>
6395         * international/mule-diag.el (print-fontset-element):
6396         Use fontp only if defined.
6398 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6400         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
6401         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
6402         (ps-mule-prologue-generated): Code fix.
6404 2008-02-01  Kenichi Handa  <handa@m17n.org>
6406         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
6407         with FIXEDCASE t.
6409 2008-02-01  Kenichi Handa  <handa@m17n.org>
6411         * international/mule-diag.el (print-fontset-element): Fix for the
6412         format change of a fontset element for font-backend feature.
6414 2008-02-01  Kenichi Handa  <handa@m17n.org>
6416         * descr-text.el (describe-char): Fix for the case that a component
6417         character is TAB.
6419 2008-02-01  Kenichi Handa  <handa@m17n.org>
6421         * international/mule-cmds.el (select-safe-coding-system-interactively):
6422         Fix printing of rejected and unsafe coding-systems.
6424         * international/fontset.el (setup-default-fontset): Add tai-viet.
6426         * international/characters.el: Setup syntax/category table for Tai Viet.
6427         (script-list): Add tai-viet.
6429         * loadup.el: Load "language/tai-viet".
6431         * language/tai-viet.el: New file.
6433         * language/tv-util.el: New file.
6435 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6437         * faces.el (font-weight-table): Use defaults on w32 that match
6438         LOGFONT.lfWeight.
6440         * term/w32-win.el: Don't create fontset from command-line font.
6442 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
6444         * international/mule-cmds.el (toggle-enable-multibyte-characters)
6445         (sort-coding-systems, search-unencodable-char): Doc fixes.
6446         (default-input-method, input-method-verbose-flag)
6447         (input-method-highlight-flag): Remove * in defcustom's docstrings.
6448         (exit-language-environment-hook, set-default-coding-systems)
6449         (coding-system-change-eol-conversion, prefer-coding-system)
6450         (find-multibyte-characters, leim-list-entry-regexp)
6451         (set-input-method, input-method-exit-on-first-char, princ-list)
6452         (locale-language-names, locale-charset-language-names)
6453         (define-char-code-property): Fix typos in docstrings.
6455 2008-02-01  Kenichi Handa  <handa@m17n.org>
6457         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
6458         Fix for a new character code space (22-bit).
6460 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
6462         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
6464 2008-02-01  Kenichi Handa  <handa@m17n.org>
6466         * international/characters.el: Add more cases/syntaxes from Latin
6467         characters.
6469 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6471         * ps-def.el (installation-directory): Must be initialized when defining
6472         it in XEmacs.
6473         (coding-system-for-read): Eliminate duplicated definition.
6475 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6477         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6479 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6481         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6482         (ps-print-emacs-type): Eliminate variable.
6483         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
6484         running ps-print package.
6486         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
6487         (ps-frame-parameter): Replace defun by defalias.
6488         (mark-active): Eliminate defvar.
6490         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
6491         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6492         (ps-jts-ps-setup): Replace macros by vector key definition.
6494 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6496         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6497         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6498         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6499         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6500         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6501         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6502         New command actions for EPS header and EPS footer.
6504         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6505         footer.  Fix some problems with one-or-more, zero-or-more and
6506         alternative constructions generation.  Some implementation of log
6507         messages.  Doc fix.
6508         (ebnf-version): New version 4.4.
6509         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6510         (ebnf-eps-footer, ebnf-log): New options.
6511         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6512         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6513         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6514         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6515         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
6516         (ebnf-style-custom-list, ebnf-style-database): Put new values.
6517         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6518         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6519         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6520         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6521         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6522         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6523         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6524         (ebnf-non-terminal-dimension, ebnf-special-dimension)
6525         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6526         (ebnf-except-dimension, ebnf-alternative-dimension)
6527         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6528         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
6529         Insert log message function.
6530         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6531         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6532         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6533         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6534         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6535         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6536         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6537         compatibility with Emacs 20 & 21.
6538         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6539         (ebnf-eps-file-alist, ebnf-basic-width-extra)
6540         (ebnf-basic-empty-height): New variables.
6541         (ebnf-prologue): Fix PostScript code.
6542         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6543         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6544         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6545         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6547 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6549         * printing.el: Group together all XEmacs/Emacs definitions.
6550         (pr-version): New version 6.9.
6551         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
6552         New functions.
6553         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
6554         (pr-menu-bind): Fix code.
6555         (pr-e-frame-char-height, pr-e-frame-char-width)
6556         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
6557         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
6558         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
6559         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
6560         (pr-x-event-y-pixel): Eliminate aliases.
6561         (pr-xemacs-global-menubar): Move macro.
6562         (current-menubar, current-mouse-event, zmacs-region-stays)
6563         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
6564         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
6565         Move variables.
6566         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
6567         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
6568         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
6569         (pr-menu-set-utility-title, pr-even-or-odd-pages)
6570         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
6571         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
6572         Move functions.
6574 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6576         * ps-print.el: The ps-print commands without face printing should not
6577         print background color.  Reported by Leo <sdl.web@gmail.com>.
6578         (ps-print-version): New version 7.2.2.
6579         (ps-begin-job): New arg.  Fix ps-default-background and
6580         ps-default-foreground initialization.
6581         (ps-face-attributes): Fix doc string.
6582         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
6584         * printing.el: Fix ps-print link.
6586 2008-02-01  Kenichi Handa  <handa@m17n.org>
6588         * international/mule-diag.el (list-character-sets-2): Don't print width.
6590 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6592         * ps-print.ps: Fix background height.
6593         (ps-print-version): New version 7.2.1.
6595 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6597         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
6598         into separate files.
6599         (ps-print-version): New version 7.2.
6600         (ps-postscript-code-directory): Fix XEmacs initialization.
6601         (ps-generate-postscript-with-faces):
6602         Call ps-generate-postscript-with-faces1 (new function).
6603         (ps-color-format, ps-float-format): Move variables to ps-def.el.
6604         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6605         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6606         (ps-face-background-name, ps-frame-parameter, ps-color-device)
6607         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6608         Move functions to ps-def.el.
6609         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6610         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6611         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6612         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6613         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6614         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6615         Move functions to ps-samp.el.
6617         * ps-bdf.el (installation-directory, coding-system-for-read):
6618         Move variables to ps-def.el.
6620         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
6621         (charset-bytes, charset-dimension, charset-id, charset-width)
6622         (find-charset-region, char-width, chars-in-region, forward-point)
6623         (decompose-composite-char, encode-coding-string, coding-system-p)
6624         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6625         (string-make-multibyte, encode-char): Move functions to ps-def.el.
6627         * ps-def.el: New file.  XEmacs/Emacs definitions.
6628         (ps-generate-postscript-with-faces1): New function.
6629         (ps-color-format, ps-float-format): Move variables from ps-print.el.
6630         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6631         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6632         (ps-face-background-name, ps-frame-parameter, ps-color-device)
6633         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6634         Move functions from ps-print.el.
6635         (installation-directory, coding-system-for-read):
6636         Move variables from ps-bdf.el.
6637         (leading-code-private-22): Move variable from ps-mule.el.
6638         (charset-bytes, charset-dimension, charset-id, charset-width)
6639         (find-charset-region, char-width, chars-in-region, forward-point)
6640         (decompose-composite-char, encode-coding-string, coding-system-p)
6641         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6642         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
6644         * ps-samp.el: New file.  Sample setup code.
6645         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6646         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6647         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6648         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6649         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6650         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6651         Move functions from ps-print.el.
6653 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6655         * ps-print.el: Handle frame parameters (background and/or foreground
6656         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
6657         (ps-print-version): New version 7.1.
6658         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6659         (ps-frame-parameter): New function.
6660         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6661         Fix doc and customization.
6662         (ps-begin-job): Get frame parameters (background and/or foreground
6663         colors).
6664         (ps-do-despool): Ensure ps-printer-name has a valid value.
6666 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6668         * progmodes/ebnf-abn.el:
6669         * progmodes/ebnf-bnf.el:
6670         * progmodes/ebnf-dtd.el:
6671         * progmodes/ebnf-ebx.el:
6672         * progmodes/ebnf-iso.el:
6673         * progmodes/ebnf-otz.el:
6674         * progmodes/ebnf-yac.el:
6675         * progmodes/ebnf2ps.el:
6676         * delim-col.el:
6677         * printing.el:
6678         * ps-bdf.el:
6679         * ps-mule.el:
6680         * ps-print.el: Remove 'Time-stamp' comment mark.
6682         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6683         'easy-menu-add-item' when called in Emacs 21 or higher.
6685 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6687         * ps-print.el : Fix doc.
6688         (ps-print-version): New version 7.0.
6690 2008-02-01  Kenichi Handa  <handa@m17n.org>
6692         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
6693         XMODIFIERS.
6695 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6697         * ps-print.el: Fix maintainer email.  Eliminate function declaration
6698         that kept compatibility with older Emacs version.
6699         (ps-print-version): New version 6.7.
6701 2008-02-01  Kenichi Handa  <handa@m17n.org>
6703         * international/quail.el (quail-get-translations):
6704         Make quail-current-key multibyte if not yet done.
6706 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6708         * language/chinese.el ("Chinese-GBK"): Add tutorial.
6709         ("Chinese-GB18030"): Add sample-text and tutorial.
6711         * international/fontset.el (font-encoding-alist)
6712         (setup-default-fontset): Add gb18030.
6713         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6714         (charset-script-alist): Add gbk and gb18030.
6716         * international/characters.el: Put property
6717         preferred-coding-system on gbk and gb18030.
6719         * international/mule-cmds.el (locale-language-names): Add an entry
6720         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
6722         * faces.el (face-font-registry-alternatives): Add gb18030.
6724 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6726         * ps-mule.el: Fix maintainer email.
6728 2008-02-01  Kenichi Handa  <handa@m17n.org>
6730         * international/quail.el (quail-insert-kbd-layout): Check the
6731         length of (cdr translation).
6732         (quail-get-current-str): Check the length of (cdr def).
6734 2008-02-01  Kenichi Handa  <handa@m17n.org>
6736         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
6738 2008-02-01  Kenichi Handa  <handa@m17n.org>
6740         * international/mule-cmds.el (ucs-insert): Re-implement.
6742 2008-02-01  Kenichi Handa  <handa@m17n.org>
6744         * composite.el (terminal-composition-modification): New function.
6745         (terminal-composition-function): Create composition with the above
6746         modification function.
6748 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6750         * international/characters.el: Add more full-width characters in
6751         char-width-table.
6753 2008-02-01  Kenichi Handa  <handa@m17n.org>
6755         * international/fontset.el (create-fontset-from-fontset-spec):
6756         Fix script name handling.
6758 2008-02-01  Kenichi Handa  <handa@m17n.org>
6760         * composite.el (terminal-composition-function): New function.
6761         (terminal-composition-function-table): New variable.
6762         (auto-compose-chars): If running on a terminal, use
6763         terminal-composition-function-table.
6765         * loadup.el: Load "composite" after "international/characters".
6767         * international/characters.el: Delete codes for setting up charset
6768         property nospace-between-words.  Fix setting up of
6769         char-width-table.  Don't make ethiopic and tibetan double column.
6771         * textmodes/fill.el (fill-find-break-point-function-table):
6772          Don't set it up in defvar.
6773         (fill-nospace-between-words-table): New variable.
6774         (fill-delete-newlines): Check fill-nospace-between-words-table
6775         instead of charset property nospcae-between-words.
6777 2008-02-01  Kenichi Handa  <handa@m17n.org>
6779         * composite.el (global-auto-composition-mode): Make the initial
6780         value not depend on emacs-basic-display.
6782         * textmodes/fill.el: Don't use charset property
6783         `fill-find-break-point-function'.
6784         (fill-find-break-point-function-table): New variable.
6785         (fill-find-break-point): Lookup fill-find-break-point-function-table.
6787 2008-02-01  Kenichi Handa  <handa@m17n.org>
6789         * international/mule.el (coding-system-list): Be sure to exclude
6790         subsidiary coding systems.
6792 2008-02-01  Kenichi Handa  <handa@m17n.org>
6794         * composite.el (auto-composition-after-change)
6795         (toggle-auto-composition): Remove `auto-composed' property instead
6796         of setting it to nil.
6798 2008-02-01  Kenichi Handa  <handa@m17n.org>
6800         * language/misc-lang.el (iso-8859-6): New coding system.
6802 2008-02-01  Kenichi Handa  <handa@m17n.org>
6804         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
6805         replace-regexp-in-string as replacement.
6807 2008-02-01  Kenichi Handa  <handa@m17n.org>
6809         * international/fontset.el (otf-script-alist): Add byzm, math,
6810         musc, and nko.
6812         * international/characters.el (script-list): Add nko,
6813         byzantine-musical-symbol, musical-symbol, and mathematical.
6815 2008-02-01  Kenichi Handa  <handa@m17n.org>
6817         * composite.el (auto-compose-current-font): New variable.
6818         (auto-compose-chars): New arg FONT-OBJECT.
6820 2008-02-01  Kenichi Handa  <handa@m17n.org>
6822         * international/characters.el: Modify category-table and
6823         script-table for new Ethiopic character range.
6825 2008-02-01  Kenichi Handa  <handa@m17n.org>
6827         * international/mule-cmds.el (set-language-environment-fontset):
6828         Delete it.
6830 2008-02-01  Kenichi Handa  <handa@m17n.org>
6832         * international/fontset.el (otf-script-alist): Set it.
6834 2008-02-01  Kenichi Handa  <handa@m17n.org>
6836         * international/fontset.el (font-encoding-alist):
6837         Fix for "ethiopic-unicode".
6839 2008-02-01  Kenichi Handa  <handa@m17n.org>
6841         * international/fontset.el (script-representative-chars):
6842         Add an entry for latin script.
6844 2008-02-01  Kenichi Handa  <handa@m17n.org>
6846         * faces.el (font-weight-table): Treat regular and normal as the
6847         same as medium.
6848         (font-slant-table): Add (roman . 100).
6850 2008-02-01  Kenichi Handa  <handa@m17n.org>
6852         These changes are for the new font handling codes.
6854         * faces.el (font-weight-table, font-slant-table)
6855         (font-swidth-table): New customizable variables.
6857         * international/fontset.el (font-encoding-alist): Add koi8-4.
6858         (script-representative-chars): Set the default value.
6859         (create-fontset-from-x-resource): Delete `message'.
6861 2008-02-01  Kenichi Handa  <handa@m17n.org>
6863         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
6864         Call set-buffer-multibyte with arg `to'.
6866 2008-02-01  Kenichi Handa  <handa@m17n.org>
6868         * info.el (Info-fontify-node): Check if already fontified or not
6869         by next-single-property-change.
6871 2008-02-01  Kenichi Handa  <handa@m17n.org>
6873         * international/mule.el (ctext-pre-write-conversion): Produce
6874         extra designation sequence for ASCII at the end off extended segment.
6876 2008-02-01  Kenichi Handa  <handa@m17n.org>
6878         * international/mule.el (ctext-non-standard-encodings-table):
6879         Reverse the returning list.
6880         (ctext-pre-write-conversion): Fix encoding with extended segments.
6882         * international/mule-conf.el (compound-text)
6883         (compound-text-with-extensions): Add long-form in :flags.
6885 2008-02-01  Kenichi Handa  <handa@m17n.org>
6887         * international/fontset.el (create-fontset-from-fontset-spec): Fix
6888         regexp for paring FONTSET-SPEC (allow spaces after `:').
6890 2008-02-01  Kenichi Handa  <handa@m17n.org>
6892         * international/fontset.el (create-fontset-from-fontset-spec): Fix
6893         for the case that a charset is specified as target.
6895 2008-02-01  Kenichi Handa  <handa@m17n.org>
6897         * international/ccl.el (ccl-embed-string): Check string length.
6898         Set special flag for multibyte character sequence.
6899         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
6900         str unibyte.
6901         (ccl-compile-write): If the character code doesn't fit in 22-bit
6902         (ccl-dump-write-const-string): Check special flag for multibyte
6903         character sequence.
6905 2008-02-01  Kenichi Handa  <handa@m17n.org>
6907         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
6908         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
6909         ps-mule-eight-bit-char.
6911 2008-02-01  Kenichi Handa  <handa@m17n.org>
6913         * language/chinese.el ("Chinese-BIG5"):
6914         Set ctext-non-standard-encodings property to "big5-0".
6916         * international/mule.el (ctext-non-standard-encodings):
6917         Initialize to nil.
6918         (ctext-non-standard-encodings-alist): Set charset `big5' in the
6919         entry for "big5-0".
6920         (ctext-non-standard-encodings-table): Return a list instead of
6921         char-table.
6922         (ctext-pre-write-conversion): Adjust for the above change.
6924 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6926         * international/mule.el (ctext-non-standard-encodings-alist):
6927         Add an entry for gbk-0.
6928         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
6929         a row 8-bit.
6931         * language/chinese.el ("Chinese-GBK"):
6932         Set ctext-non-standard-encodings property to "gbk-0".
6933         Add sample-text property.
6935 2008-02-01  Kenichi Handa  <handa@m17n.org>
6937         * international/kkc.el (kkc-region): Use
6938         this-single-command-raw-keys on pushing back an unhandled key sequence.
6940 2008-02-01  Kenichi Handa  <handa@m17n.org>
6942         * international/encoded-kb.el (encoded-kbd-mode):
6943         Check saved-input-mode on turning off Encoded Kbd mode.
6945         * composite.el (auto-composition-after-change): Use save-buffer-state.
6946         (turn-on-auto-composition-if-enabled): Don't turn on
6947         auto-composition-mode in a unibyte buffer.
6949 2008-02-01  Kenichi Handa  <handa@m17n.org>
6951         * startup.el (command-line): Use custom-reevaluate-setting for
6952         global-auto-composition-mode.
6954         * composite.el (auto-composition-function): Make it buffer local.
6955         (auto-composition-mode): New minor mode.
6956         (turn-on-auto-composition-if-enabled): New function.
6957         (global-auto-composition-mode): New global minor mode.
6959 2008-02-01  Kenichi Handa  <handa@m17n.org>
6961         * descr-text.el (describe-char): Use insert-text-button instead of
6962         widget-create for "customize what to show" button.
6964 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6966         * language/ethiopic.el: Fix copyright.
6967         (composition-function-table): Support a new character in Unicode 4.1.
6969         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
6970         (ethio-tex-to-fidel-buffer, ethio-composition-function)
6971         ("ethiopic-tex"): Support new characters in Unicode 4.1.
6973 2008-02-01  Kenichi Handa  <handa@m17n.org>
6975         * international/characters.el: Register characters in
6976         auto-fill-chars.  Put nospace-between-words to more charsets.
6978 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6980         * international/mule-cmds.el (locale-language-names): Add entries
6981         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
6982         (locale-preferred-coding-systems): Fix entries for Chinese locales.
6984 2008-02-01  Kenichi Handa  <handa@etlken>
6986         * international/utf-7.el: Delete the definition of utf-7.
6987         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
6988         Add autoload cookies.
6990 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6992         * term/mac-win.el: Delete the code to create a fontset from the X
6993         resource "Font".
6995 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
6997         * international/robin.el (robin-define-package): Be sure to call
6998         put-char-code-property.
7000 2008-02-01  Kenichi Handa  <handa@m17n.org>
7002         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
7003         property to 1.
7005         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
7006         property to t.
7008         * international/mule.el (coding-system-get):
7009         Check `ascii-incompatible' for backward compatiblity.
7010         (set-file-name-coding-system): Signal an error for a coding system
7011         not suitable for file name.
7012         (set-keyboard-coding-system): Signal an error for a coding system
7013         not suitable for keyboard.
7015         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
7016         Set :suitable-for-keyboard property to 1.
7018         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7019         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
7021         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
7022         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
7024 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7026         * international/robin.el (robin-define-package): Delete redundant code.
7027         (robin-add-rule): Allow N-1 reverse conversion.
7029 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7031         * international/robin.el (robin-define-package): Make the
7032         expanded form shorter.
7034 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7036         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
7037         chiense-iso-8bit.
7039 2008-02-01  Kenichi Handa  <handa@m17n.org>
7041         * loadup.el: If we are byte-compiling unidata-gen.el or running
7042         unidata-ge-files, set purify-flag to nil.
7044 2008-02-01  Kenichi Handa  <handa@m17n.org>
7046         * loadup.el: Load international/charprop.el with NOERROR t.
7048         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
7050 2008-02-01  Kenichi Handa  <handa@m17n.org>
7052         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
7053         New charsets and coding systems.
7054         (mac-symbol, mac-dingbats): New charsets.
7056 2008-02-01  Kenichi Handa  <handa@m17n.org>
7058         * international/characters.el: Set syntax of NBSP to punctuation.
7060 2008-02-01  Kenichi Handa  <handa@m17n.org>
7062         * international/mule-cmds.el: Don't require wid-edit.
7064 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7066         * international/robin.el: New file.
7068         * language/ethiopic.el: Change encoding to utf-8-emacs.
7069         Register ethio-composition-function in composition-function-table.
7070         ("Ethiopic"): Change coding-systems to utf-8-emacs.
7072         * language/ethio-util.el: Change encoding to utf-8-emacs.
7073         Rewrite all transliteration functions to use robin.el.
7074         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
7075         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
7076         (ethio-prefer-ascii-punctuation): Delete variables.
7077         (ethio-char-to-ethiocode, ethio-convert-digit)
7078         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
7079         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
7080         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
7081         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
7082         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
7083         (ethio-adjust-robin, ethio-composition-function)
7084         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
7085         (ethio-sera-to-fidel-region-ethio)
7086         (ethio-sera-to-fidel-region-noethio)
7087         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
7088         New functions.
7090 2008-02-01  Miles Bader  <miles@gnu.org>
7092         * international/mule.el (auto-coding-regexp-alist)
7093         (ctext-pre-write-conversion): Replace embedded control characters
7094         with octal escapes; this prevents diff from thinking the file is binary.
7096 2008-02-01  Miles Bader  <miles@gnu.org>
7098         * descr-text.el (describe-char-unidata-list):
7099         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
7100         (byte-compile-insert-header):
7101         * international/mule.el (charset-list, set-coding-priority)
7102         (ignore-relative-composition):
7103         * international/mule-util.el (detect-coding-with-priority):
7104         * international/mule-diag.el:
7105         * international/mule-cmds.el (language-info-custom-alist):
7106         * international/codepage.el (codepage-setup):
7107         Replace references to Emacs version "22" with "23".
7109 2008-02-01  Kenichi Handa  <handa@m17n.org>
7111         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
7113         * international/fontset.el (font-encoding-alist): Add an entry for
7114         microsoft-cp1251.
7115         (setup-default-fontset): Add entries for microsoft-cp1251 and
7116         koi8-r for cyrillic.
7118         * international/mule-cmds.el (char-code-property-alist): New variable.
7119         (define-char-code-property): New function.
7120         (get-char-code-property, put-char-code-property): Handle a
7121         char-table registerd in char-code-property-alist.
7122         (set-language-environment): Check :ascii-compatible-p property of
7123         nonascii charset instead of its dimension.
7125         * international/uni-bidi.el, international/uni-category.el:
7126         * international/uni-combining.el, international/uni-comment.el:
7127         * international/uni-decimal.el, international/uni-decomposition.el:
7128         * international/uni-digit.el, international/uni-lowercase.el:
7129         * international/uni-mirrored.el, international/uni-name.el:
7130         * international/uni-numeric.el, international/uni-old-name.el:
7131         * international/uni-titlecase.el, international/uni-uppercase.el:
7132         * international/charprop.el: New files automatically generated by
7133         admin/unidata/Makefile.
7135         * loadup.el: Load internationnal/charprop.el.
7137         * descr-text.el (describe-char-unidata-list): New variable.
7138         (describe-char-unicode-data): Use char-code-property-description.
7139         (describe-char): Add lines for describing Unicode-based character
7140         properties.
7142 2008-02-01  Kenichi Handa  <handa@m17n.org>
7144         * textmodes/ispell.el: These changes are to fix the code merged
7145         from trunk for the change on 2008-02-01.
7146         (ispell-unified-chars-table): Delete it.
7147         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
7149 2008-02-01  Kenichi Handa  <handa@m17n.org>
7151         * international/mule-util.el (char-displayable-p): Check
7152         :charset-list property of CODING.
7154 2008-02-01  Kenichi Handa  <handa@m17n.org>
7156         * international/mule-cmds.el (select-safe-coding-system-interactively):
7157         Change 'mime-charset to :mime-charset.
7158         (select-safe-coding-system): Use above.
7159         (set-language-environment): Delete unnecessary code for handling
7160         overriding-fontspec.
7162 2008-02-01  Kenichi Handa  <handa@m17n.org>
7164         * international/mule-conf.el: New coding system aliases unix, dos,
7165         and mac.
7167 2008-02-01  Kenichi Handa  <handa@m17n.org>
7169         * international/titdic-cnv.el (tit-process-header): Fix embedded
7170         coding tag.
7171         (titdic-convert): Bind coding-system-for-write to the coding
7172         system specfied in the map file.  Remove `charset' property after
7173         decoding.
7174         (miscdic-convert): Bind coding-system-for-write to the coding
7175         system specfied for the map file.  Fix LANGUAGE arg to
7176         quail-define-package.
7177         (batch-miscdic-convert): Check if a file is directory or not.
7179 2008-02-01  Kenichi Handa  <handa@m17n.org>
7181         * international/mule.el (coding-system-equal): Move from mule-util.el.
7183         * international/mule-util.el (coding-system-equal): Move to mule.el.
7185 2008-02-01  Kenichi Handa  <handa@m17n.org>
7187         * international/encoded-kb.el (encoded-kbd-decode-code-list):
7188         New function.
7189         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
7190         Support multibyte charsets.
7192 2008-02-01  Kenichi Handa  <handa@m17n.org>
7194         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
7195         to eight-bit chars.
7197         * international/mule-conf.el: Don't define coding system
7198         `undecided' here.
7200 2008-02-01  Kenichi Handa  <handa@m17n.org>
7202         * international/mule-cmds.el (locale-language-names): Fix for
7203         gb18030 and gdk.
7205 2008-02-01  Kenichi Handa  <handa@m17n.org>
7207         * international/fontset.el (font-encoding-alist): Add gbk.
7208         (charset-script-alist): Add chinese-gbk.
7210 2008-02-01  Kenichi Handa  <handa@m17n.org>
7212         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
7214 2008-02-01  Kenichi Handa  <handa@m17n.org>
7216         * language/japanese.el ("Japanese"): Fix ordering of charsets.
7218 2008-02-01  Kenichi Handa  <handa@m17n.org>
7220         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
7221         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
7222         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
7224 2008-02-01  Kenichi Handa  <handa@m17n.org>
7226         * descr-text.el (describe-char): Fix for the case CODE is a cons
7227         of integers.
7229 2008-02-01  Steven Tamm  <steventamm@mac.com>
7231         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
7232         (mac-standard-fontset-spec): Create.
7234 2008-02-01  Kenichi Handa  <handa@m17n.org>
7236         * international/mule-diag.el (unicode-data):
7237         Call find-file-noselect with NOWARN t.
7239 2008-02-01  Kenichi Handa  <handa@m17n.org>
7241         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
7243 2008-02-01  Kenichi Handa  <handa@m17n.org>
7245         * international/characters.el: Give more CJK characters the
7246         category `|'.
7248         * descr-text.el (describe-char): Make it work on *Help* buffer.
7249         Suppress auto-composition on a region describing about composition.
7251         * language/european.el (diacritic-compose-region)
7252         (diacritic-compose-string, diacritic-composition-function):
7253         Compose diacritical marks only with a character whose syntax is
7254         word constituent.
7255         (diacritic-post-read-conversion): Delete it.
7257 2008-02-01  Kenichi Handa  <handa@m17n.org>
7259         * composite.el (auto-compose-chars): Execute the main code in
7260         condition-case.
7262 2008-02-01  Kenichi Handa  <handa@m17n.org>
7264         * international/fontset.el (x-complement-fontset-spec):
7265         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
7267 2008-02-01  Kenichi Handa  <handa@m17n.org>
7269         * international/characters.el (next-word-boundary-kana):
7270         Handle half-width kana.
7272 2008-02-01  Kenichi Handa  <handa@m17n.org>
7274         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
7276 2008-02-01  Kenichi Handa  <handa@m17n.org>
7278         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
7280         * mail/rmail.el (rmail-decode-babyl-format):
7281         Use with-coding-priority instead of detect-coding-with-priority.
7283 2008-02-01  Kenichi Handa  <handa@m17n.org>
7285         * international/mule.el (make-translation-table)
7286         (make-translation-table-from-vector): Set the second extra slot of
7287         the char table to 1.
7288         (make-translation-table-from-alist): Fix handling of multiple entries.
7290 2008-02-01  Kenichi Handa  <handa@m17n.org>
7292         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
7293         New translation tables.
7295         * international/mule.el (make-translation-table-from-alist):
7296         New function.
7298 2008-02-01  Kenichi Handa  <handa@m17n.org>
7300         * international/mule.el (translate-region): Re-implement it here.
7301         Make it interactive.
7303 2008-02-01  Kenichi Handa  <handa@m17n.org>
7305         * ps-mule.el (ps-mule-font-info-database): Doc fix.
7307 2008-02-01  Kenichi Handa  <handa@m17n.org>
7309         * international/mule-conf.el (chinese-cns11643-15): New charset.
7311 2008-02-01  Kenichi Handa  <handa@m17n.org>
7313         * international/fontset.el (font-encoding-alist): Add entries for
7314         variations of cns11643 fonts.
7315         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
7317 2008-02-01  Kenichi Handa  <handa@m17n.org>
7319         * international/mule-diag.el (list-charset-chars): Put charset
7320         text property.
7322         * international/fontset.el (setup-default-fontset): Delete the
7323         entry for symbol script, add JISX0213 to kana script, specify
7324         fallback fonts.
7326 2008-02-01  Kenichi Handa  <handa@m17n.org>
7328         * international/fontset.el (setup-default-fontset)
7329         (font-encoding-alist): Register "JISX0213.2004-1".
7331         * international/mule-diag.el (list-character-sets): Fix the first
7332         line message.
7333         (sort-listed-character-sets): Adjust for the change of
7334         list-characters-sets-1.
7335         (list-character-sets-1): List supplementary character sets in a
7336         different section.
7337         (list-charset-chars): Validate charset at early stage.
7339         * international/characters.el: Fix `han' script range.
7341         * international/mule-conf.el (japanese-jisx0213.2004-1):
7342         Specify :code-space.
7343         (cp932-2-byte): Fix :code-space.
7344         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
7346 2008-02-01  Kenichi Handa  <handa@m17n.org>
7348         * international/mule-conf.el (japanese-jisx0213.2004-1):
7349         Specify :dimension 2.
7351         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
7352         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
7353         New coding systems.
7354         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
7355         aliases.
7356         ("Japanese"): Add new charsets and coding systems.
7358 2008-02-01  Kenichi Handa  <handa@m17n.org>
7360         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
7361         Rename from japanese-ucs-cp932-map.
7362         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
7363         (japanese-ucs-glibc-map): Delete this translation table.
7364         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
7365         New translation tables.
7367 2008-02-01  Kenichi Handa  <handa@m17n.org>
7369         * cus-start.el: Handle charset-map-path, not charset-map-directory.
7371 2008-02-01  Kenichi Handa  <handa@m17n.org>
7373         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7375 2008-02-01  Kenichi Handa  <handa@m17n.org>
7377         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
7378         tables japanese-ucs-*-map.
7380 2008-02-01  Kenichi Handa  <handa@m17n.org>
7382         * international/eucjp-ms.el: New file (automatically generated by
7383         admin/charsets/Makefile).
7385         * international/cp51932.el: New file (automatically generated by
7386         admin/charsets/Makefile).
7388         * language/japanese.el: Load cp51932 and eucjp-ms.
7389         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
7390         (japanese-ucs-glibc-map): New translation tables.
7391         (eucjp-ms): New coding system.
7393         * international/mule.el (coding-system-put): Delete it.
7394         It's implemented in C now.
7396         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
7397         (japanese-jisx0213-a): New supplementary charset.
7398         (japanese-jisx0213.2004-1): New charset.
7400 2008-02-01  Kenichi Handa  <handa@m17n.org>
7402         * language/japanese.el (japanese-cp932): New coding system.
7403         (cp932): New alias of it.
7405         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
7406         (cp932): New charsets.
7408         * international/mule.el (define-charset): If :code-space is not
7409         given, generate it from :dimension.
7411 2008-02-01  Kenichi Handa  <handa@m17n.org>
7413         * composite.el (reference-point-alist): Doc fix.
7414         (encode-composition-rule, decode-composition-rule):
7415         Handle a rule (GREF NREF XOFF YOFF).
7417 2008-02-01  Kenichi Handa  <handa@m17n.org>
7419         * language/european.el (diacritic-composition-function): Fix for
7420         the case that POS is at the head.  Allow combining with more characters.
7422 2008-02-01  Kenichi Handa  <handa@m17n.org>
7424         * descr-text.el (describe-char): Check `charset' property.
7425         Show the code point in the charset in hexadigits.
7427         * international/mule-diag.el (stretches-for-character-list):
7428         Delete it.
7429         (list-block-of-chars): Use tabs instead of `display' property for
7430         aligning characters.
7431         (print-fontset-element): Fix the printing of XLFD.
7433 2008-02-01  Kenichi Handa  <handa@m17n.org>
7435         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
7436         New function.
7437         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
7438         handling utf-8.
7440 2008-02-01  Kenichi Handa  <handa@m17n.org>
7442         * faces.el (read-face-font): Include fontsets in the completion list.
7444         * international/mule-cmds.el (set-locale-environment):
7445         Insert locale-translation-file-name in a unibyte buffer.
7447         * international/characters.el: Fix setting of category `|'.
7449 2008-02-01  Kenichi Handa  <handa@m17n.org>
7451         * language/chinese.el (chinese-gb18030): Fix :charset-list.
7453 2008-02-01  Kenichi Handa  <handa@m17n.org>
7455         * international/mule-cmds.el (select-safe-coding-system): Fix for
7456         the case that the first element of default-coding-system is t.
7457         Fix a message when some coding systems are rejected.
7459 2008-02-01  Kenichi Handa  <handa@m17n.org>
7461         * international/mule-cmds.el (set-language-environment): Put
7462         higher priority to charsets listed in `charset' property of the
7463         language environment.
7465 2008-02-01  Kenichi Handa  <handa@m17n.org>
7467         * composite.el (auto-compose-chars): Don't do unnecessary
7468         save-exclusion and save-restriction.
7470 2008-02-01  Kenichi Handa  <handa@m17n.org>
7472         * international/mule-conf.el (ctext-no-compositions):
7473         Remove garbage arguments.
7475         * international/mule.el (make-coding-system): Fix generation of
7476         properties.
7478         * international/fontset.el (setup-default-fontset): Specify fonts
7479         for `symbol' script.
7481         * international/characters.el (script-list): Include `currency'
7482         in `symbol'.
7484 2008-02-01  Alex Schroeder  <alex@gnu.org>
7486         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
7487         8601 format (a capital T between the date and the time).
7489 2008-02-01  Kenichi Handa  <handa@m17n.org>
7491         * international/mule.el (private-char-area-1-min)
7492         (private-char-area-1-max, private-char-area-2-min)
7493         (private-char-area-2-max, emacs-mule-charset-table): New variables.
7494         (convert-define-charset-argument): New function.
7495         (define-charset): Handle the old calling style.
7496         Update emacs-mule-charset-table.
7497         (make-char-internal): New function.
7499 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7501         * w32-charset-info-alist: Define iso10646-1 always.
7503 2008-02-01  Kenichi Handa  <handa@m17n.org>
7505         * composite.el (compose-region): Doc fix (delete duplicated line).
7507 2008-02-01  Kenichi Handa  <handa@m17n.org>
7509         * international/characters.el: Fix syntax for Ethiopic.
7511 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7513         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
7515         * makefile.w32-in (DONTCOMPILE): Remove old languages.
7516         Add international/latin1-disp.el.
7517         (LC_ALL): Define as C.
7519 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7521         * term/w32-win.el: Don't set fontsets to use sjis.
7523 2008-02-01  Kenichi Handa  <handa@m17n.org>
7525         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7526         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
7528 2008-02-01  Kenichi Handa  <handa@m17n.org>
7530         * composite.el (auto-composition-chunk-size): Delete variable.
7531         (auto-compose-chars): Always stop after processing a newline.
7533 2008-02-01  Kenichi Handa  <handa@m17n.org>
7535         * international/mule.el (define-coding-system): Fix attribute
7536         name :for-unibyte.
7538 2008-02-01  Kenichi Handa  <handa@m17n.org>
7540         * ps-bdf.el: Largely re-write.
7542         * ps-mule.el: Largely re-write.
7544         * ps-print.el (ps-generate-string-list): Delete function.
7545         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
7546         (ps-header-footer-string): Delete function.
7547         (ps-encode-header-string-function): New variable.
7548         (ps-generate-header-line): Call ps-encode-header-string-function.
7549         (ps-basic-plot-string-function): New variable
7550         (ps-begin-job): Set ps-basic-plot-string-function and
7551         ps-encode-header-string-function.  For setting up headers and
7552         footers, don't use caches such as ps-rh-cache.  Don't call
7553         ps-mule-begin-page.
7554         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
7555         Don't call ps-mule-prepare-ascii-font.
7556         (ps-plot-region): Don't pay attention to composition and
7557         non-ASCII characters.
7558         (ps-generate): Call ps-mule-end-job.
7559         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
7560         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
7561         (ps-mule-end-job): Declare autoload.
7563         * composite.el (auto-compose-region): New function.
7565 2008-02-01  Dave Love  <fx@gnu.org>
7567         * international/mule-util.el
7568         (detect-coding-with-language-environment): Doc fix.
7570         * composite.el: Doc fixes.
7571         (auto-compose-chars): Use functionp, not fboundp.
7573         * international/mule-diag.el (list-charset-chars): Set buffer file
7574         coding system.
7576         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7577         cookie.  Doc fix.
7579 2008-02-01  Dave Love  <fx@gnu.org>
7581         * international/mule-diag.el (list-charset-chars): Set buffer file
7582         coding system.
7584         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7585         cookie.  Doc fix.
7587         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7588         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
7589         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7590         * eshell/esh-opt.el (eshell-process-option):
7591         * emulation/keypad.el (keypad-setup):
7592         * emacs-lisp/lisp-mode.el (prin1-char):
7593         * emacs-lisp/generic.el (generic-mode-set-comments):
7594         * edmacro.el (edmacro-parse-keys):
7595         * disp-table.el (standard-display-default): Use characterp.
7597 2008-02-01  Kenichi Handa  <handa@m17n.org>
7599         * international/mule-conf.el (utf-16-be): Make it an alias of
7600         utf-16be-with-signature.
7601         (utf-16-le): Make it an alias of utf-16le-with-signature.
7602         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
7603         coding system aliases.
7605         * international/utf-7.el (utf-7-decode, utf-7-encode):
7606         Use utf-16be, not utf-16-be.
7608 2008-02-01  Kenichi Handa  <handa@m17n.org>
7610         * international/mule.el (coding-system-category): New function.
7611         (set-coding-priority): Re-write.
7612         (make-translation-table): Re-write.
7614         * international/mule-cmds.el (universal-coding-system-argument):
7615         Check the coding system type `undecided', not `t'.
7616         (sort-coding-systems): Fix for iso-2022 coding systems.
7617         (find-multibyte-characters): Fix for eight-bit chars.
7618         (set-language-environment): Set charset priorities according to
7619         the charsets supported by the coding systems of higher priorities.
7621 2008-02-01  Kenichi Handa  <handa@m17n.org>
7623         * font-lock.el
7624         (font-lock-match-c-style-declaration-item-and-skip-to-next):
7625         Check (match-end 2) before going there.
7627 2008-02-01  Kenichi Handa  <handa@m17n.org>
7629         * international/mule.el (ctext-non-standard-designations-alist):
7630         Exclude entries for iso8859-1[03456].  Fix docstring.
7631         (ctext-pre-write-conversion): Make it work for the case that FROM
7632         is a string.  Don't do unnecessary save-restriction and
7633         narrow-to-region.
7635 2008-02-01  Kenichi Handa  <handa@m17n.org>
7637         * international/mule.el (ctext-non-standard-encodings-alist):
7638         Rename from non-standard-icccm-encodings-alist.
7639         (ctext-non-standard-encodings-regexp): New variable
7640         (ctext-post-read-conversion): Full rewrite.
7641         (ctext-non-standard-designations-alist): Rename from
7642         non-standard-designations-alist.
7643         (ctext-pre-write-conversion): Full rewrite.
7644         (define-coding-system): Doc fix (escape '"' by '\').
7646 2008-02-01  Dave Love  <fx@gnu.org>
7648         * international/mule-conf.el (utf-16le, utf-16be-16be)
7649         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
7650         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
7651         `-16-{b,l}e-' and define aliases for the old names.
7653         * international/mule.el (define-coding-system): Doc fix.
7655 2008-02-01  Dave Love  <fx@gnu.org>
7657         * international/utf-7.el: New file.
7659         * international/mule-conf.el (utf-7): New.
7661 2008-02-01  Kenichi Handa  <handa@m17n.org>
7663         * international/mule-conf.el (utf-16): Add :endian 'big.
7665         * international/mule.el (define-coding-system): Fix docstring
7666         about :bom and :endian.
7668 2008-02-01  Dave Love  <fx@gnu.org>
7670         * international/mule-diag.el (describe-character-set):
7671         Fix printing dimensions.  Use `×', not `x'.
7673 2008-02-01  Kenichi Handa  <handa@m17n.org>
7675         * international/fontset.el: Register CDAC fonts in
7676         face-font-rescale-alist instead of face-resizing-fonts.
7678 2008-02-01  Kenichi Handa  <handa@m17n.org>
7680         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
7681         (utf-16-be): Rename from utf-16-be-nosig.
7682         (utf-16-le-with-signature): Rename from utf-16-le.
7683         (utf-16-be-with-signature): Rename from utf-16-be.
7684         (utf-16): Set :bom to (utf-16-le-with-signature .
7685         utf-16-be-with-signature).
7687 2008-02-01  Dave Love  <fx@gnu.org>
7689         * language/georgian.el (georgian-ps, georgian-academy): New coding
7690         system.
7692         * language/chinese.el (chinese-big5-hkscs): New coding system.
7693         (big5-hkscs, cn-big5-hkscs): New aliases.
7695         * international/mule-conf.el (big5-hkscs, georgian-academy):
7696         New charset.
7697         (ibm1047): Doc fix.
7698         (pt154): Add mime-charset.
7699         (ptcp154, cp154): New aliases.
7701 2008-02-01  Dave Love  <fx@gnu.org>
7703         * international/mule.el (charset-iso-final-char, define-coding-system):
7704         Doc fix.
7706 2008-02-01  Kenichi Handa  <handa@m17n.org>
7708         * international/ccl.el (define-ccl-program): Fset charset-id
7709         to charset-id-internal temporarily.
7711 2008-02-01  Kenichi Handa  <handa@m17n.org>
7713         * international/mule-diag.el (list-block-of-chars):
7714         Use decode-char instead of make-char.
7716 2008-02-01  Kenichi Handa  <handa@m17n.org>
7718         * international/fontset.el: Enable the default fontset to use
7719         unicode fonts for ASCII characters.
7720         (x-decompose-font-name): Don't try to resolve PATTERN by
7721         x-resolve-font-name.
7722         (x-complement-fontset-spec): Never prepend an ASCII font.
7723         (create-fontset-from-fontset-spec): If a fontset of the same name
7724         already exists, override it instead of signalling an error.  Don't
7725         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
7727         * international/mule-conf.el (unicode-bmp): Delete duplicated
7728         definition.  Give it :code-offset 0.
7730         * international/mule-diag.el (print-fontset-element): New function.
7731         (print-fontset): Use print-fontset-element to print the elements
7732         of a fontset.  Use it also to print fonts fallen back to the
7733         default fontsets.
7735         * term/x-win.el: Delete the code to create a fontset from the X
7736         resource "Font".
7738 2008-02-01  Kenichi Handa  <handa@m17n.org>
7740         * international/mule-diag.el (print-fontset): Insert proper
7741         newline and indentation spaces.
7743 2008-02-01  Dave Love  <fx@gnu.org>
7745         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
7746         multibyte-char-to-unibyte.
7748         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
7750         * international/mule-cmds.el (find-coding-systems-for-charsets):
7751         Use coding-system-type, coding-system-charset-list.
7752         (standard-keyboard-coding-systems): Delete.
7753         (set-locale-environment): Maybe set keyboard coding system.
7754         Avoid typical warning about codeset in C locale.
7756 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7758         * international/fontset.el (x-complement-fontset-spec): If a
7759         fontname doesn't conform to XLFD format, try to get XLFD name by
7760         x-list-fonts.
7762 2008-02-01  Dave Love  <fx@gnu.org>
7764         * international/mule-conf.el (mik, pt154): New charsets.
7766         * language/cyrillic.el (mik, pt154): New coding systems.
7768 2008-02-01  Dave Love  <fx@gnu.org>
7770         * international/characters.el: Move parts around so that syntax
7771         definitions aren't overwritten wrongly.
7773         * international/mule-diag.el (unicode-data): Fix treatment of
7774         numeric-value fields.
7776 2008-02-01  Dave Love  <fx@gnu.org>
7778         * progmodes/cap-words.el: New file.
7780 2008-02-01  Kenichi Handa  <handa@m17n.org>
7782         The following changes are to make character composition happen
7783         automatically on displaying.
7785         * composite.el: Remove all autoload cookies.
7786         (composition-function-table): Move variable declaration from
7787         composite.c.  Change format.
7788         (save-buffer-state): Copy from font-lock.el.
7789         (auto-composition-chunk-size): New variable.
7790         (auto-compose-chars): New function.  Set
7791         auto-composition-function to it.
7792         (toggle-auto-composition): New function.
7794         * international/characters.el: Make all chararacters in the
7795         charset tibetan to tibetan script.
7797         * international/mule-conf.el (tibetan): Fix :code-space property.
7798         (tibetan-1-column): Delete :superset property, add :code-offset
7799         property.
7801         * international/quail.el (quail-input-string-to-events): Don't
7802         generate compose-chars-after events.
7804         * language/devanagari.el: Register devanagari-composable-function
7805         in composition-function-table for Devanagari characters.
7807         * language/devan-util.el: Register devanagari-composable-pattern
7808         in indian-composable-pattern.
7809         (devanagari-composition-function): Add autoload cookie.  Change
7810         arguments to conform to composition-function-table.
7812         * language/european.el: Register combining characters in
7813         composition-function-table.
7814         (diacritic-composition-function): Change arguments to conform to
7815         composition-function-table.
7817         * language/indian.el (indian-composable-pattern): New variable.
7819         * language/ind-util.el (indian-compose-region): Don't call
7820         compose-chars-after, instead call a function registered in
7821         composition-function-table.
7823         * language/lao.el: Register lao-composition-function in
7824         composition-function-table for Lao vowels and tones.
7825         (lao): Don't use lao-post-read-conversion.
7827         * language/lao-util.el (lao-post-read-conversion): Delete this function.
7828         (lao-composition-function): Change arguments to conform to
7829         composition-function-table.
7831         * language/thai.el: Register thai-composition-function in
7832         composition-function-table for Thai vowels and tones.
7833         (thai-tis620): Don't use thai-post-read-conversion.
7835         * language/thai-util.el (thai-post-read-conversion): Delete function.
7836         (thai-composition-function): Change arguments to conform to
7837         composition-function-table.
7839         * language/tibetan.el: Register tibetan-composition-function in
7840         composition-function-table for Tibetan characters.
7842         * language/tibet-util.el (tibetan-composition-function):
7843         Change arguments to conform to composition-function-table.
7845         * loadup.el: Load composite.
7847 2008-02-01  Dave Love  <fx@gnu.org>
7849         * international/mule-diag.el (unicode-data): Find unicodedata-file
7850         literally.
7852 2008-02-01  Dave Love  <fx@gnu.org>
7854         * international/fontset.el: Doc fixes.
7855         ("fontset-default"): Add iso8859-15.
7857 2008-02-01  Kenichi Handa  <handa@m17n.org>
7859         * international/fontset.el ("fontset-default"): Add an entry for
7860         `indian-is13194' charset.
7862         * international/mule-conf.el (indian-is13194): Delete :unify-map
7863         property.  Don't unify this charset.
7864         (indian-2-column): Delete :superset property, add :code-offset property.
7866         * language/devan-util.el: Delete the superfluous autoload cookie
7867         near the head of the file.
7868         (devanagari-compose-region): Add autoload cookie.
7870         * language/ind-util.el (indian-2-column-to-ucs-region):
7871         Add autoload cookie.
7873 2008-02-01  Kenichi Handa  <handa@m17n.org>
7875         * international/fontset.el ("fontset-default"): Add an entry for
7876         `devanagari' script and `malayalam-glyph' charset.
7877         (face-resizing-fonts): Register CDAC fonts.
7879         * international/mule-conf.el (malayalam-glyph): New charset.
7881 2008-02-01  Dave Love  <fx@gnu.org>
7883         * term/x-win.el: Fix typo in loop setting x-keysym-table.
7885 2008-02-01  Dave Love  <fx@gnu.org>
7887         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
7889         * term/x-win.el: Remove some ancient compatibility code.  Populate
7890         x-keysym-table.
7892         * international/mule-cmds.el (wid-edit): Require when compiling.
7893         (set-locale-environment): Check locale against coding system
7894         aliases too.
7896 2008-02-01  Kenichi Handa  <handa@m17n.org>
7898         * language/indian.el (in-is13194-devanagari):
7899         Fix :post-read-conversion and :pre-write-conversion.
7901 2008-02-01  Dave Love  <fx@gnu.org>
7903         * international/mule-cmds.el (charset): Supply doc, :tag.
7905 2008-02-01  Kenichi Handa  <handa@m17n.org>
7907         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
7908         return a unibyte string.
7910 2008-02-01  Kenichi Handa  <handa@m17n.org>
7912         * international/mule-cmds.el (set-locale-environment):
7913         Delete superfluous ')'s at the tail.
7915 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7917         * international/mule.el (define-coding-system): Fix typo;
7918         "docode" -> "decode".
7920 2008-02-01  Dave Love  <fx@gnu.org>
7922         * emacs-lisp/byte-opt.el (side-effect-free-fns):
7923          Add string-make-unibyte string-make-multibyte string-to-multibyte
7924          string-as-multibyte string-as-unibyte.
7926 2008-02-01  Dave Love  <fx@gnu.org>
7928         * language/english.el (ibm1047, cp1047): New.
7930         * international/mule-conf.el (alternativnyj): Use new table.
7931         (cp866): Define standalone, not as alias.
7932         (ibm866): Change alias.
7933         (ibm1047): New.
7935         * language/cyrillic.el (cyrillic-alternativnyj):
7936         Remove mime-charset.  Use alternativnj charset.
7937         (cp866): Remove alias.  Define standalone.
7939 2008-02-01  Dave Love  <fx@gnu.org>
7941         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
7943         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
7944         ("Tajik", "Belarusian"): Fix charset.
7946         * international/mule-cmds.el (describe-language-environment):
7947         Be case-insensitive when looking for input methods.
7948         (locale-name-match): Doc fix.
7949         (locale-charset-match-p): New.
7950         (set-locale-environment): Warn if coding system doesn't agree
7951         with system locale.
7953 2008-02-01  Kenichi Handa  <handa@m17n.org>
7955         * international/mule-cmds.el (select-safe-coding-system): If
7956         :mime-charset property of a coding system is not equal to that
7957         coding system, don't show that :mime-charset name.
7959 2008-02-01  Dave Love  <fx@gnu.org>
7961         * international/quail.el (quail-help): Fix underlining.
7963         * language/chinese.el (chinese-gb18030, gb18030)
7964         ("Chinese-GB18030"): New.
7966         * international/mule-cmds.el (locale-language-names): Add GB18030.
7968         * international/swedish.el: Don't require latin-1.
7970 2008-02-01  Dave Love  <fx@gnu.org>
7972         * language/czech.el ("Czech"):
7973         * language/slovak.el ("Slovak"):
7974         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
7976         * language/greek.el ("Greek"): Remove unibyte-syntax property.
7977         (cp737): New coding system.
7979         * language/european.el: Remove unibyte-syntax properties.
7980         Augment some coding-system properties.
7982         * international/mule-cmds.el (set-language-environment):
7983         Check for charset property of environment.
7984         (language-info-alist): Doc fix.
7986         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
7988         * international/characters.el: Add Latin-1.
7990         * international/latin-1.el, international/latin-2.el,
7991         * international/latin-3.el, international/latin-4.el,
7992         * international/latin-5.el, international/latin-8.el,
7993         * international/latin-9.el: Delete.
7995         * loadup.el: Remove international/latin-N.el.
7997         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
7998         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
7999         Undo last changes.
8001         * international/mule-diag.el (unicode-data): Check that
8002         `unicodedata-file' exists.
8004 2008-02-01  Kenichi Handa  <handa@m17n.org>
8006         * international/fontset.el (charset-script-alist): Fix script names.
8008 2008-02-01  Kenichi Handa  <handa@m17n.org>
8010         * international/latin-1.el: Bind set-case-syntax-charset to
8011         iso-8859-1.  Never provide latin-1.
8013         * international/latin-2.el: Bind set-case-syntax-charset to
8014         iso-8859-2.  Never provide latin-2.
8016         * international/latin-3.el: Bind set-case-syntax-charset to
8017         iso-8859-3.  Never provide latin-3.
8019         * international/latin-4.el: Bind set-case-syntax-charset to
8020         iso-8859-4.  Never provide latin-4.
8022         * international/latin-5.el: Bind set-case-syntax-charset to
8023         iso-8859-9.  Never provide latin-5.
8025         * international/latin-8.el: Bind set-case-syntax-charset to
8026         iso-8859-14.  Never provide latin-8.
8028         * international/latin-9.el: Bind set-case-syntax-charset to
8029         iso-8859-15.  Never provide latin-9.
8031         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
8032         (set-case-syntax-charset): New variable.
8033         (set-case-syntax-1): New function.
8034         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8035         Call set-case-syntax-1 on arguments.
8037         * international/mule-cmds.el (set-language-environment): Delete
8038         unnecessary setup of syntax/case for unibyte case.
8040 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8042         * international/fontset.el (generate-fontset-menu): Exclude the
8043         default fontset.
8045         * faces.el (describe-face): Describe :fontset property too.
8047 2008-02-01  Dave Love  <fx@gnu.org>
8049         * international/characters.el: Don't set char width of CJK
8050         charsets generally.  Add some non-word syntax cases.
8051         (korean-ksc5601): Fix ranges with symbol syntax.
8053 2008-02-01  Dave Love  <fx@gnu.org>
8055         * Makefile.in (DONTCOMPILE): Add indian.el.
8057         * language/ind-util.el:
8058         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
8059         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
8060         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
8061         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
8062         Remove declarations and let-bind them in re-written top-level loop
8063         over scripts, including ucs-devanagari-to-is13194-alist.
8065 2008-02-01  Dave Love  <fx@gnu.org>
8067         * international/mule-cmds.el (charset): Move.
8068         (language-info-custom-alist): Move.  Alter :set.
8069         (find-coding-systems-for-charsets): Check charset type before
8070         getting :charset-list.
8072         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
8074 2008-02-01  Dave Love  <fx@gnu.org>
8076         * wid-edit.el (widget-string-complete): New.
8077         (widget-coding-system-prompt-value-history): Delete.
8078         (coding-system): Use coding-system-value-history.
8080         * international/mule-cmds.el (charset): New widget.
8081         (language-info-custom-alist): Use it.
8082         (default-input-method): Modify :type.
8084 2008-02-01  Dave Love  <fx@gnu.org>
8086         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
8087         (indian-glyph-char, indian-char-glyph): Delete.
8088         (is13194-default-repertory): Rename from is13194-default-repartory.
8089         (iscii-to-ucs-region): Hoist evals from loop.
8091         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
8093         * language/indian.el (indian-script-table)
8094         (ccl-encode-indian-glyph-font): Delete.
8096         * international/mule-cmds.el (language-info-custom-alist): New.
8097         (input-method-activate-hook, input-method-inactivate-hook)
8098         (input-method-after-insert-chunk-hook)
8099         (input-method-use-echo-area, set-language-environment-hook)
8100         (exit-language-environment-hook): Customize.
8101         (find-coding-systems-for-charsets): Rewrite.
8102         (default-input-method): Add :link.
8104 2008-02-01  Dave Love  <fx@gnu.org>
8106         * international/mule-conf.el (eight-bit): Add :docstring,
8107         :short-name properties.
8108         (cp851): Doc fix.
8109         (unicode-bmp): New.
8111         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
8113         * language/european.el (cp858): New.
8114         ("Turkish"): Add special case rules.
8116 2008-02-01  Dave Love  <fx@gnu.org>
8118         * international/characters.el: Make Ÿ and ÿ a case pair.
8120 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8122         * international/mule-conf.el: Don't define the charset iso-8859-1
8123         here, just setup its properties.
8125 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8127         * international/mule-conf.el (utf-8): Give :mime-charset property.
8129 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8131         * international/characters.el: Remove duplicated case setting for
8132         Cyrillic and Greek letters.  Don't setup printable-chars here.
8134         * case-table.el (describe-buffer-case-table): Handle the case
8135         that KEY is a cons within map-char-table.
8137 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8139         * international/characters.el: Fix categories ?A and ?C.
8140         Treat ASCII characters as `latin' script.
8142 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8144         * international/fontset.el (fontset-plain-name): If the fontset
8145         name doesn't ends with "-fontset-*", use family name as the first
8146         part of the plain name.
8147         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
8148         created, use that name for the fontset.  Fix arguments to
8149         subst-char-in-string.
8151 2008-02-01  Dave Love  <fx@gnu.org>
8153         * term.el (term-char-mode): Remove generic-character-list code.
8155         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
8157         * wid-edit.el (character): Use characterp.
8159         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
8161         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
8163         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8164         Add charset.
8165         ("Ukrainian"): New.
8167         * language/georgian.el (georgian-ps): New coding system.
8169 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8171         * international/mule-cmds.el (reset-language-environment):
8172         Don't set nonascii-translation-table and nonascii-insert-offset.
8173         Call set-unibyte-charset, not set-primary-charset.
8174         (nonascii-translation-table, nonascii-insert-offset):
8175         Declare these variable as obsolete ones.
8176         (set-language-environment): Call set-unibyte-charset, not
8177         set-primary-charset.  Call set-charset-priority with `charset'
8178         info of the language environment.
8180 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8182         * international/characters.el (next-word-boundary-han):
8183         Don't treat katakana following han characters as a part of a word.
8185 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8187         * international/characters.el: Call map-charset-chars on big5 (not
8188         chinese-big5-1/2) to set categories `c', `C', and `|'.
8189         (next-word-boundary-han, next-word-boundary-kana): New function.
8190         Register it in next-word-boundary-function-table.
8192 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8194         * arc-mode.el (archive-file-name-coding-system): New variable.
8195         Make it permanent-local.
8196         (byte-after, bref, insert-unibyte): New function.  Change most of
8197         char-after, aref, insert to them respectively.
8198         (archive-mode): Set archive-file-name-coding-system.
8199         (archive-summarize): Don't change the buffer's multibyteness.
8200         (archive-extract): Inherit archive-file-name-coding-system from
8201         archive-superior-buffer.  Bind coding-system-for-write to
8202         archive-file-name-coding-system.
8203         (archive-*-write-file-member): Encode ENAME by
8204         archive-file-name-coding-system.  Bind coding-system-for-write to
8205         no-conversion.
8206         (archive-rename-entry): Encode the filename by
8207         archive-file-name-coding-system.
8208         (archive-mode-revert): Don't change the buffer's multibyteness.
8209         (archive-arc-summarize, archive-lzh-summarize)
8210         (archive-zoo-summarize): Don't change the buffer's multibyteness.
8211         Decode filenames by archive-file-name-coding-system.
8212         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
8213         the buffer's multibyteness.
8215         * tar-mode.el (tar-file-name-coding-system): New variable.
8216         Make it permanent-local.
8217         (tar-header-block-tokenize): Decode filename and linkname by
8218         tar-file-name-coding-system.
8219         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
8220         the byte value of eight-bit chars.
8221         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
8222         `to'.  Delete unnecessary call of position-bytes.
8223         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
8224         call of position-bytes.
8225         (tar-extract): Simplify by calling decode-coding-region with
8226         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
8227         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
8228         (tar-clear-modification-flags): Delete unnecessary call of
8229         position-bytes.
8230         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
8231         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
8232         Convert new-data-string by string-to-multibyte before inserting it.
8233         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
8234         buffer.  Simplify by calling encoding-coding-region with
8235         DESTINATION argument.
8236         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
8238 2008-02-01  Dave Love  <fx@gnu.org>
8240         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
8242         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
8244 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8246         * international/characters.el: Setup char-script-table.
8248         * international/fontset.el: Setup the default fontset by the new
8249         script-based way.
8250         (x-complement-fontset-spec): Change the format of arg FONTLIST to
8251         an alist of charsets vs font name lists.
8252         (charset-script-alist): New variable.
8253         (create-fontset-from-fontset-spec): Allow script name in
8254         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
8255         to the corresponding script name.
8256         (create-fontset-from-ascii-font): Slight tuning.
8258         * international/mule-conf.el (devanagari-glyph): New charset.
8259         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
8260         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
8261         japanese-jisx0213-2.
8263         * international/mule-diag.el (print-fontset): Use describe-vector
8264         to handle a char table returned by fontset-info.
8266         * language/indian.el: Don't register ccl-encode-indian-glyph-font
8267         and ccl-encode-unicode-font in font-ccl-encoder-alist.
8269 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8271         * international/mule-util.el (detect-coding-with-priority):
8272         Fix the place of using `,' marker in backquote form.
8274 2008-02-01  Dave Love  <fx@gnu.org>
8276         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
8278         * international/mule-util.el (with-coding-priority): Fix.
8280         * international/mule.el (set-coding-priority): Fix obsolete spec.
8282 2008-02-01  Dave Love  <fx@gnu.org>
8284         * international/mule-cmds.el (leim-list-header): Add coding tag.
8286 2008-02-01  Dave Love  <fx@gnu.org>
8288         * international/mule-cmds.el (find-coding-systems-region)
8289         (language-info-alist, reset-language-environment, princ-list): Doc fix.
8290         (input-method-verbose-flag): Fix :type.
8292 2008-02-01  Dave Love  <fx@gnu.org>
8294         * international/mule.el (set-char-table-default): Make obsolete.
8296 2008-02-01  Dave Love  <fx@gnu.org>
8298         * language/devanagari.el ("Devanagari"): Fix coding-system,
8299         coding-priority.
8301         * international/mule-diag.el (describe-char-after): Modify display
8302         list processing.
8303         (unicodedata-file, unicodedata-find): New.
8305 2008-02-01  Dave Love  <fx@gnu.org>
8307         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
8308         autoload cookie.
8310         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
8312 2008-02-01  Dave Love  <fx@gnu.org>
8314         * international/mule-util.el (detect-coding-with-priority): Rewrite.
8316 2008-02-01  Dave Love  <fx@gnu.org>
8318         * composite.el (compose-string): Doc fix.
8320         * language/georgian.el ("Georgian"): Delete code-pages feature,
8321         add nonascii-translation.
8323         * language/european.el ("German", "French", "Spanish"):
8324         Add latin-9 as alternative coding system.
8325         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
8326         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
8327         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
8328         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
8329         system.
8331         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
8332         encode-coding-char.
8333         (side-effect-and-error-free-fns): Add charsetp, max-char,
8334         primary-charset.
8336         * simple.el: Don't require cl when compiling.
8338         * Makefile.in (DONTCOMPILE): Fix duplicates.
8340         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
8342         * international/mule.el: Doc fixes.
8343         (load-with-code-conversion): Fix coding-system-type test.
8345         * international/mule-cmds.el (sort-coding-systems): Comment out
8346         iso-2022 case.
8347         (encoded-string-description): Fix coding-system-type test.
8349 2008-02-01  Dave Love  <fx@gnu.org>
8351         * international/characters.el: Make korean-ksc5601 double-width.
8353         * international/mule.el (auto-coding-regexp-alist):
8354         Recognize Emacs 20/1 byte-compiled files.
8356         * international/mule-conf.el (file-coding-system-alist):
8357         Change .elc to utf-8-emacs.
8359         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
8360         of utf-8-emacs.
8361         (byte-compile-insert-header): Update magic number.  Add ballast.
8362         (map-char-table): Use byte-compile-funarg-2.
8364 2008-02-01  Dave Love  <fx@gnu.org>
8366         * language/cyrillic.el ("Belarusian"): Doc fix.
8367         (cp1125, koi8-t): Doc fix.
8369         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8370         (find-multibyte-characters): Don't test for charset `unknown'.
8371         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
8372         ru, sr_YU, tg, wa, zh.gbk.
8373         (locale-language-names): Change sp to Cyrillic.
8374         (locale-charset-language-names): Match @euro after utf-8.
8376 2008-02-01  Dave Love  <fx@gnu.org>
8378         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
8379         New coding systems.
8380         ("Chinese-GBK"): New environment.
8382         * language/thai-util.el: Remove redundant unicodes in category-setting.
8384         * language/lao-util.el: Remove redundant unicodes in category-setting.
8386         * international/mule-conf.el (japanese-jisx0213-1)
8387         (japanese-jisx0213-2): Add unify-map.
8389 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8391         * international/quail.el (quail-update-leim-list-file):
8392         Force writing the file by iso-2022-7bit.
8394         * international/titdic-cnv.el (miscdic-convert): Force writing the
8395         file by iso-2022-7bit.
8397         * international/mule.el (define-charset): Change the attribute
8398         :parents to :subset or :superset.
8400         * international/mule-conf.el: Adjust for the change of
8401         define-charset (:parent -> :subset or :superset).
8403         * international/characters.el: Fix the last change.
8405 2008-02-01  Dave Love  <fx@gnu.org>
8407         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
8408         (cyrillic-encode-alternativnyj-char): Fix.
8409         (standard-display-cyrillic-translit): Remove redundant unicodes.
8411 2008-02-01  Dave Love  <fx@gnu.org>
8413         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8414         New environments.
8416         * international/mule-conf.el (control-1): New charset.
8417         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
8418         (korean-ksc5601): Redefine to use code-offset and unify-map.
8420 2008-02-01  Dave Love  <fx@gnu.org>
8422         * international/mule-conf.el (tcvn-5712): New charset.
8424         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
8425         ("Vietnamese"): Doc fix.
8427 2008-02-01  Dave Love  <fx@gnu.org>
8429         * international/mule-conf.el (windows-936): New alias.
8431         * cus-start.el: Add scalable-fonts-allowed.
8433         * international/characters.el: Reinstate various CJK syntax and
8434         category setup.  Remove obsolete syntax setting in Greek section.
8435         Optimize the char tables.
8437         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
8439         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
8441         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
8442         coding systems.
8444         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
8446 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8448         * international/characters.el (printable-chars): Setup correctly.
8450 2008-02-01  Dave Love  <fx@gnu.org>
8452         * cus-start.el: Add selection-coding-system.
8454         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
8456         * language/china-util.el (post-read-decode-hz)
8457         (pre-write-encode-hz): Move from chinese.el.
8458         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
8459         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
8461         * language/chinese.el (post-read-decode-hz)
8462         (pre-write-encode-hz): Move to china-util.el.
8464         * case-table.el (set-case-syntax-pair): Test again for equal byte
8465         lengths of the pair.
8467         * international/characters.el: Add Vietnamese category to
8468         equivalent unicodes.
8470 2008-02-01  Dave Love  <fx@gnu.org>
8472         * international/mule-conf.el (chinese-sisheng, ipa)
8473         (indian-is13194, tibetan, ethiopic): Add :unify-map.
8475         * international/mule-diag.el (describe-character-set): Account for
8476         more than two dimensions of possibly different size.
8477         (describe-current-coding-system): Add selection-coding-system.
8479         * international/mule-cmds.el (unify-8859-on-encoding-mode)
8480         (unify-8859-on-decoding-mode): Move from mule.el.
8482         * international/mule.el (unify-8859-on-encoding-mode)
8483         (unify-8859-on-decoding-mode): Remove :init-value.
8484         (charset-chars): Add optional dimension arg.
8485         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
8486         Move to mule-cmds.el.
8488 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8490         * international/fontset.el: Change registry for japanese-jisx0208
8491         to "JISX0208*" in the default fontset.
8492         (font-encoding-alist): Add an entry for "JISX0208.1983" and
8493         "ISO10646.indian-1".
8495 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8497         * language/japanese.el (japanese-iso-7bit-1978-irv):
8498         Add `designation' to :flags, `ascii' to :charset-list.
8500         * international/mule.el (define-charset): New args :min-code and
8501         :max-code.
8502         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
8504         * international/mule-conf.el (chinese-gbk): Change :code-offset to
8505         #x160000.
8506         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
8507         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
8509 2008-02-01  Dave Love  <fx@gnu.org>
8511         * language/thai.el (iso-8859-11): New coding system.
8513         * international/mule-conf.el: Doc fixes.
8514         (iso-8859-11): New.
8516 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
8518         * cus-start.el (scalable-fonts-allowed): Add.
8520 2008-02-01  Dave Love  <fx@gnu.org>
8522         * international/mule.el (unify-8859-on-encoding-mode)
8523         (unify-8859-on-decoding-mode): Dummy versions.
8525         * international/ucs-tables.el: Remove.
8527         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
8528         language/japanese.el.
8530         * international/mule-conf.el: Doc fixes.
8531         (cp936): New alias.
8532         (cp720, cp858): New charsets.
8534         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
8535         coding system, not emacs-mule.
8537         * files.el (revert-buffer, recover-file): Likewise.
8539         * desktop.el (desktop-save): Likewise.
8541 2008-02-01  Dave Love  <fx@gnu.org>
8543         * international/mule.el (with-category-table): Use make-symbol.
8544         (coding-system-list): Use coding-system-aliases.
8545         (make-translation-table): Don't deal with generic characters.
8547         * international/mule-util.el (coding-system-post-read-conversion)
8548         (coding-system-pre-write-conversion)
8549         (coding-system-translation-table-for-decode)
8550         (coding-system-translation-table-for-encode): Get the right properties.
8551         (with-coding-priority): New macro.
8552         (detect-coding-with-language-environment): Use it.
8553         (coding-system-equal): Use coding-system-plist.
8555         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
8556         Use :valid property.
8558         * international/mule-cmds.el (encode-coding-char):
8559         Use find-coding-systems-string.  Don't use make-char.
8560         (describe-language-environment): Use coding-system-aliases.
8561         (prefer-coding-system): Doc fix.
8563         * international/mule-diag.el (describe-current-coding-system):
8564         Fix aliases listing.
8565         (print-iso-2022-flags): Delete.
8566         (print-designation): Partial re-write.
8567         (describe-coding-system): Deal with iso-2022 designations, flags.
8568         Fix shift_jis case.
8569         (describe-char-after): Use characterp.  Print explicit unicode.
8570         Remove some obsolete code.
8571         (print-coding-system-briefly): Fix printing aliases.
8572         (print-coding-system): Use coding-system-aliases.
8573         (mule-diag): Don't list coding categories.
8575         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
8576         Re-order charset priorities.
8577         (binary): New alias.
8578         (iso-8859-16): Fix nickname.
8579         (define-iso-single-byte-charset): Un-define after use.
8581 2008-02-01  Dave Love  <fx@gnu.org>
8583         * international/characters.el: Additional double width specifications.
8585         * international/mule-diag.el (print-coding-system): Incomplete updates.
8586         (describe-character-set): List more properties.
8587         (print-fontset): Fix case of vector font-spec.
8588         (describe-current-coding-system): Fix iso-7, iso-7-else.
8590         * international/mule-conf.el (ibm866): Fix alias.
8591         (iso-8859-16): Fix nickname.
8593 2008-02-01  Dave Love  <fx@gnu.org>
8595         * language/ind-util.el: Avoid decode-char.
8596         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
8597         Use characterp, not char-valid-p.
8599         * language/devan-util.el: Add coding tag, avoid decode-char.
8601         * international/titdic-cnv.el: Add coding tag.
8602         (tit-process-header): Add coding tag to output.
8604         * language/thai.el (cp874, ibm874): New coding systems.
8606         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
8607         Add character-p.
8609         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
8610         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
8611         New coding systems.
8612         <set-language-info-alist>: Avoid decode-char.
8614         * language/hebrew.el (cp862, ibm862): New coding systems.
8616         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
8618         * language/cyrillic.el (cp855, ibm855): New coding systems.
8620         * international/mule-conf.el: Avoid decode-char in top-level code
8621         for self-inserting multibyte chars.
8622         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
8623         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
8624         New charsets.
8626         * international/characters.el: Various simplifications and additions.
8628 2008-02-01  Dave Love  <fx@gnu.org>
8630         * international/mule-conf.el (code-pages): Provide, for compatibility.
8632         * international/code-pages.el: Remove.
8634 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8636         * Makefile.in: Cancel the 2008-02-01 change of mine.
8638         * international/fontset.el: Add setting for unicode font at the
8639         end of the default fontset.
8641 2008-02-01  Dave Love  <fx@gnu.org>
8643         * international/mule-conf.el (adobe-standard-encoding, symbol):
8644         Adjust :code-space.
8645         (ibm850): Add :ascii-compatible-p.
8647 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8649         * international/mule-conf.el (vietnamese-viscii-lower)
8650         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
8651         mapping table.
8653 2008-02-01  Dave Love  <fx@gnu.org>
8655         * cus-start.el: Add charset-map-directory.
8657         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
8659         * format.el (format-alist): Remove ibm, mac, hp entries (available
8660         natively).
8662         * language/romanian.el (iso-latin-10): Add :mime-charset.
8663         ("Romanian"): Add doc.
8665         * international/mule-conf.el (iso-8859-10, symbol)
8666         (adobe-standard-encoding, ibm850): New charsets.
8667         (iso-8859-13): Fix IR number, final char.
8668         (file-coding-system-alist): Add .xml.
8670         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
8671         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
8672         (adobe-standard-encoding, cp850, ibm850): New coding systems.
8673         ("Latin-6", "Latin-7"): New language environments.
8675 2008-02-01  Dave Love  <fx@gnu.org>
8677         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
8678         utf-8-subst; add vietnamese, cyrillic, czech.
8680         * language/romanian.el (iso-latin-10): New coding system.
8682         * international/mule-conf.el (emacs-mule): Set :charset-list,
8683         consistent with coding-system-charset-list doc.
8684         (iso-8859-16): New charset.
8686         * international/mule-diag.el (describe-coding-system): Avoid error
8687         for iso-2022, emacs-mule.
8689 2008-02-01  Dave Love  <fx@gnu.org>
8691         * international/codepage.el: Remove or comment out most of code.
8692         (codepage-setup): Re-write as trivial, obsolete function.
8694         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
8695         Remove setup function.
8697         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
8699         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
8700         language/cyrillic.el, language/czech.el.
8702         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
8703         (font-ccl-encoder-alist): Remove viscii, vscii.
8705         * language/hebrew.el (windows-1255, cp1255): New coding systems.
8707         * language/european.el (windows-1254, cp1254, windows-1257)
8708         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
8709         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
8711         * language/greek.el (windows-1253, cp1253): New coding systems.
8713         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
8714         file name.
8715         (windows-1253, windows-1254, windows-1255, windows-1256)
8716         (windows-1257, windows-1258, next): New charsets.
8718         * international/utf-8.el, international/utf-8-subst.el: Remove.
8720         * international/mule.el: Doc fixes.
8721         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
8722         (coding-system-get): Try to convert old-style symbol to keyword.
8723         (define-charset): Purecopy strings in property list.
8724         (define-coding-system): Purecopy docstring.
8726         * international/mule-diag.el (list-character-sets-2): Avoid
8727         charset-bytes.
8728         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
8729         (list-block-of-chars): Re-write.
8730         (describe-character-set): Show more properties.
8731         (describe-char-after): Correct codepoint display.
8732         (print-coding-system): Use symbolic types.
8734 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8736         * Makefile.in: Be sure also to run emacs with LANG=C.
8738 2008-02-01  Dave Love  <fx@gnu.org>
8740         * international/mule-diag.el: Doc fixes.
8741         (sort-charset-list, charset-multibyte-form-string): Remove.
8742         (list-character-sets, list-character-sets-1)
8743         (list-character-sets-2): Re-write.
8744         (non-iso-charset-alist): Set to nil and made obsolete.
8745         (decode-codepage-char): Re-write and made obsolete.
8746         (read-charset): Don't use non-iso-charset-alist.
8747         (describe-coding-system): Use keyword properties.
8748         (describe-character-set): Re-write.
8750         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
8751         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
8752         (ebcdic-uk): New charsets.
8754         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
8755         New coding systems.
8757         * language/european.el (windows-1252): New coding system.
8759 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8761         * Makefile.in: By sure to run emacs with LC_ALL=C.
8763         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
8764         encoded-kbd-self-insert-iso2022-8bit with argument 1.
8765         (encoded-kbd-self-insert-charset): New function.
8766         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
8767         coding-system of type charset.
8769 2008-02-01  Dave Love  <fx@gnu.org>
8771         * international/mule-cmds.el (set-locale-environment): Comment out
8772         set-keyboard-coding-system stuff.
8774 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8776         * international/mule.el (define-coding-system): Doc fix;
8777         sjis->shift-jis.
8779         * international/mule-conf.el: Use decode-char instead of make-char.
8781         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
8782         New arg ARG.  Directly call self-insert-command.  This is a
8783         temporary workaround to make it work with latin-1.
8784         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
8786         * international/characters.el: Setup char-width-table for CJK
8787         characters.
8789 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8791         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8792         Fix the initial value to specify character range of
8793         japanese-jisx0208, not unicode.
8795         * international/characters.el: Set syntax/category for
8796         japanese-jisx0208.
8798 2008-02-01  Dave Love  <fx@gnu.org>
8800         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
8801         mime-charset.
8803         * language/vietnamese.el, language/korean.el, language/japanese.el:
8804         * language/hebrew.el, language/greek.el, language/chinese.el:
8805         Fix :mime-charset properties.
8807         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
8808         (cyrillic-alternativnyj): Fix :mime-charset.
8809         (cp878, cp866): New alias.
8811         * language/european.el: Fix mime-charset properties.
8813         * international/mule-cmds.el (sort-coding-systems)
8814         (select-safe-coding-system, select-message-coding-system): Use
8815         :mime-charset, not 'mime-charset.
8817         * international/mule-conf.el: Add various :mime-charset properties.
8819 2008-02-01  Dave Love  <fx@gnu.org>
8821         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
8822         getting decoder.
8823         (encoded-kbd-mode): Fix code for coding system type and designations.
8825         * international/mule-conf.el: Spelling fixes.
8827 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8829         * international/fontset.el (fontset-plain-name): Handle the case
8830         that size, weight, slant are not specified in the fontset name.
8832 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
8834         * language/greek.el (greek-iso-8bit): Fix typo.
8836 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8838         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
8840 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8842         * international/characters.el: Change encoding to utf-8-emacs.
8843         Remove apparent duplicate codes.
8845 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8847         * international/fontset.el: Change the registry for
8848         chinese-gb2312 and add the registry for chinese-gbk.
8850         * international/mule.el (charset-chars): Fix typo.
8852         * international/mule-conf.el (chinese-gbk): New charset.
8854         * international/titdic-cnv.el (titdic-convert): Read into a
8855         unibyte buffer then make the buffer multibyte.
8857 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8859         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
8860         instead of :signature.
8862 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8864         * language/czech.el ("Czech"): Set `iso-8859-2' for
8865         `nonascii-translation'.
8867         * language/romanian.el ("Romanian"): Likewise.
8869         * language/slovak.el ("Slovak"): Likewise.
8871         * international/characters.el: Optimize calls of modify-category-entry.
8873 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8875         * bindings.el: Don't bind multibyte characters to
8876         self-insert-command here.  It's done in mule-conf.el.
8878         * case-table.el (set-case-syntax-offset): Delete variable.
8879         (set-case-syntax-1): Delete function.  Change callers.
8880         (set-case-syntax-delims): Don't check byte length of characters.
8882         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
8883         characters to isearch-printing-char.
8885         * loadup.el: Don't load "international/utf-8".  Don't call
8886         update-coding-systems-internal.  Bind coding-system-for-write to
8887         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
8888         dumping.
8890         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
8891         change of map-char-table.
8893         * eshell/esh-mode.el: Adjust for the change of map-char-table.
8895         * international/characters.el: Adjust for the deletion of
8896         generic characters.
8898         * international/code-pages.el (cp-make-translation-table)
8899         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
8900         (cp-make-coding-system): Call define-coding-system.
8902         * international/fontset.el: Rewrite most code.
8904         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
8905         Call encode-char instead of split-char.
8907         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
8908         Change value.
8909         (skkdic-lookup-key): Call encode-char instead of split-char.
8911         * international/titdic-cnv.el (titdic-convert): Bind
8912         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
8913         buffer.
8915         * international/latin-1.el: Don't bind set-case-syntax-offset.
8917         * international/latin-2.el: Don't bind set-case-syntax-offset.
8919         * international/latin-3.el: Don't bind set-case-syntax-offset.
8921         * international/latin-4.el: Don't bind set-case-syntax-offset.
8923         * international/latin-5.el: Don't bind set-case-syntax-offset.
8925         * international/latin-8.el: Don't bind set-case-syntax-offset.
8927         * international/latin-9.el: Don't bind set-case-syntax-offset.
8929         * international/mule-cmds.el: Don't use coding category.
8930         Call set-coding-system-priority instead of set-coding-priority.
8931         (sort-coding-systems, select-safe-coding-system):
8932         Call coding-system-priority-list to get the most preferred one.
8933         (reset-language-environment): Order of coding system priority
8934         changed.  Set primary charset to iso-8859-1.
8935         (set-language-environment-coding-systems):
8936         Call set-coding-system-priority instead of set-coding-priority.
8937         (get-charset-property, put-charset-property): Move to mule.el.
8939         * international/mule-conf.el: Ful re-write.
8941         * international/mule-diag.el (print-designation): Change arguments.
8942         (print-iso-2022-flags): New function.
8943         (describe-coding-system, describe-current-coding-system):
8944         Adjust for the new structure of coding system.
8946         * international/mule.el (char-valid-p): Make it an alias of characterp.
8947         (define-charset): Full re-design.
8948         (charset-quoted-standard-p): Delete.
8949         (charsetp): Move to charset.c.
8950         (charset-info, charset-id, charset-bytes, charset-width)
8951         (charset-directioin, charset-iso-graphic-plane)
8952         (charset-reverse-charset): Delete.
8953         (charset-dimension, charset-chars, charset-iso-final-char)
8954         (charset-description, charset-short-name, charset-long-name):
8955         Call charset-plist instead of charset-info.
8956         (charset-plist, set-charset-plist): Move to charset.c.
8957         (get-charset-property, put-charset-property): Move from
8958         mule-cmds.el.  Call charset-plist and set-charset-plist.
8959         (make-char): Delete.
8960         (generic-char-p): Make it always return nil.
8961         (decode-char, encode-char): Move to charset.c.
8962         (coding-spec-XXX-idx): Delete variables.
8963         (coding-system-iso-2022-flags): New variable.
8964         (define-coding-system): New function.
8965         (transform-make-coding-system-args, make-coding-system): Delete.
8966         (set-coding-priority): Make it obsolete.
8967         (after-insert-file-set-buffer-file-coding-system)
8968         (find-new-buffer-file-coding-system): Adjust for the new coding
8969         system structure.
8971         * language/chinese.el, language/cyrillic.el, language/european.el:
8972         * language/greek.el, language/hebrew.el, language/indian.el:
8973         * language/japanese.el, language/korean.el, language/lao.el:
8974         * language/thai.el, language/tibetan.el, language/vietnamese.el:
8975         Call define-coding-system instead of make-coding-system.
8976         Delete all CCL program.
8978         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
8979         of make-char.
8980         (sgml-char-names-table): Fix iteration limit.
8982         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
8983         (ccl-encode-mac-roman-font): Delete.
8985         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
8986         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
8987         currently.  This is just a temporary workaround.
8989 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8991         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
8992         of `find-file-hooks'.
8993         (global-whitespace-toggle-options): Doc fix.
8995 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
8997         * whitespace.el (whitespace): Set :version tag to 23.1.
8998         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
8999         (whitespace-style, whitespace-chars, whitespace-space)
9000         (whitespace-hspace, whitespace-tab, whitespace-newline)
9001         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9002         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9003         (whitespace-hspace-regexp, whitespace-space-regexp)
9004         (whitespace-tab-regexp, whitespace-trailing-regexp)
9005         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9006         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9007         (whitespace-space-after-tab-regexp, whitespace-line-column)
9008         (whitespace-display-mappings, global-whitespace-toggle-options)
9009         (whitespace-cleanup, whitespace-cleanup-region)
9010         (whitespace-interactive-char): Doc fixes.
9012 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
9014         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
9015         When turning off the global mode, turn off the local modes too
9016         if whitespace is being unloaded.
9017         (whitespace-unload-function): New function.
9019 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
9021         * vc.el (vc-update): Fix bug: Specify branch tip as
9022         vc-checkout REVISION.  Reported by Dan Nicolaescu.
9024 2008-02-01  Glenn Morris  <rgm@gnu.org>
9026         * info.el (bookmark-make-cell-function, bookmark-search-size)
9027         (bookmark-current-bookmark): Declare variables for compiler.
9028         (bookmark-buffer-file-name, bookmark-get-filename)
9029         (bookmark-get-front-context-string)
9030         (bookmark-get-rear-context-string, bookmark-get-position)
9031         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
9032         (bookmark-jump-noselect): Declare functions for compiler.
9033         (Info-bookmark-make-cell): Fix argument list to match example of
9034         `bookmark-make-cell-for-text-file'.
9035         (Info-bookmark-jump): Don't require info inside info.el.
9037 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
9039         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
9040         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
9041         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
9042         (verilog-sk-state-machine): Quote all calls to
9043         "auxiliary skeleton"s to prevent infloops.
9045 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9047         * w32-fns.el: Partially revert 2007-11-10 change.
9049 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
9051         * mail/rmail.el (rmail-highlight): Fix specification.
9052         Reported by pod <pod@herald.ox.ac.uk>.
9054 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9056         * image-mode.el (image-mode-current-vscroll)
9057         (image-mode-current-hscroll): Make buffer-local.
9058         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
9059         (image-reset-current-vhscroll): Use the latest setting when displaying
9060         for the first time in a window.  Apply to all windows in the frame.
9061         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
9063         * progmodes/grep.el (grep-compute-defaults):
9064         Don't mix up defaults for different connections to the same host.
9066 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9068         * blank-mode.el: Rename to whitespace.el.
9070         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
9072 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9074         * net/rcompile.el (remote-compile): Remove broken code.
9076 2008-01-31  Jason Rumney  <jasonr@gnu.org>
9078         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
9080 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
9082         * linum.el (linum-unload-function): New function.
9084 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
9086         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
9087         (gdb-var-set-format-handler): New function.
9088         (gdb-var-set-format): Use it.
9090 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
9092         * emacs-lisp/check-declare.el (check-declare-directory):
9093         * emacs-lisp/authors.el (authors): Use `find-program' and
9094         `grep-program' instead of hardcoded program names.
9096         * emacs-lisp/cl-loaddefs.el: Update.
9098 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
9100         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
9101         Implement bookmark support the new make-cell/handler way.
9102         (Info-mode): Bind bookmark-make-cell-function to
9103         Info-bookmark-make-cell buffer locally.
9105 2008-01-30  Richard Stallman  <rms@gnu.org>
9107         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
9108         Doc fix.
9110         * files.el (hack-local-variables): Don't query about fake variables.
9112 2008-01-30  Markus Triska  <markus.triska@gmx.at>
9114         * linum.el: New file.
9116 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
9118         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
9119         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
9120         a single element in "plinkx".
9121         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
9122         "*Shell Command Output*" buffers.  Check, whether there is already
9123         an asynchronous process running.  Display always the buffer of the
9124         asynchronous process.
9125         (tramp-compute-multi-hops): Adapt error message.
9127 2008-01-29  Alan Mackenzie  <acm@muc.de>
9129         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
9130         from this regexp; part of same fix as next change to cc-engine.el.
9132         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
9133         Anchor the "{" of a template function correctly on "template", not the
9134         following "<".
9136         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
9138 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
9140         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
9141         and image-mode-current-hscroll being alists now.
9143         * image-mode.el (image-mode-current-vscroll)
9144         (image-mode-current-hscroll): Add doc strings.
9145         (image-set-window-vscroll, image-set-window-hscroll)
9146         (image-reset-current-vhscroll, image-mode): Adapt to
9147         image-mode-current-vscroll and image-mode-current-hscroll being
9148         alists now.
9150 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
9152         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9153         Strip extension from .emacs.el to make sure symbol is searched
9154         in .emacs too.
9156 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
9158         * doc-view.el (doc-view-mode): Use facilities below to
9159         restore [vh]scroll when switching buffers.
9161         * image-mode.el (image-mode-current-vscroll)
9162         (image-mode-current-hscroll): New variables.
9163         (image-set-window-hscroll, image-set-window-vscroll): New functions.
9164         (image-forward-hscroll, image-next-line, image-bol, image-eol)
9165         (image-bob, image-eob): Use them.
9166         (image-reset-current-vhscroll): New function.
9167         (image-mode): Make new variables buffer-local and reset [vh]scroll
9168         on window configuration changes.
9170 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
9172         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
9173         gdb-cpp-define-alist-program if file is nil (currently only
9174         " *partial-output-...").
9176 2008-01-27  Richard Stallman  <rms@gnu.org>
9178         * allout.el: Many doc fixes.
9179         (allout-encrypt-string): Fix error message.
9181 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
9183         * progmodes/etags.el (tags-query-replace): Doc fix.
9185 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
9187         * allout.el (allout-unload-function): New function.
9189 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
9191         * allout.el (allout-prefix-data): Doc fix.
9192         (allout-show-current-subtree): Reflow docstring.
9193         (allout-use-mode-specific-leader, allout-use-hanging-indents)
9194         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
9195         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
9196         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
9197         (allout-copy-topic-as-kill, allout-listify-exposed)
9198         (allout-process-exposed, allout-encrypted-key-info)
9199         (allout-update-passphrase-mnemonic-aids)
9200         (allout-next-topic-pending-encryption)
9201         (allout-tests-globally-true): Fix typos in docstrings.
9203 2008-01-23  Jason Rumney  <jasonr@gnu.org>
9205         * lpr.el (printer-name): Do not set on MS Windows.
9207 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
9209         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
9210         the command.
9212 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9214         * whitespace.el: Moved to obsolete dir.
9216         * blank-mode.el: New version 9.2.  Replace whitespace functions by
9217         aliases in blank-mode.
9218         (whitespace-buffer): New fun.
9219         (whitespace-region): Alias for whitespace-buffer, because there is no
9220         blank-region fun.
9221         (whitespace-cleanup): Alias for blank-cleanup.
9222         (whitespace-cleanup-region): Alias for blank-cleanup-region.
9224 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
9226         * server.el (server-log-time-function): Doc fix.
9227         (server-buffer): Fix typo in docstring.
9229 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
9231         * view.el (view-buffer): Explain in doc-string why exit-action
9232         should not be set to kill-buffer.
9234         * arc-mode.el (archive-extract):
9235         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
9236         exit-action when viewing the buffer.
9238 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
9240         * add-log.el (change-log-search-file-name): Work harder to find
9241         the correct file name.
9242         (change-log-find-file): Fix typo.
9243         (change-log-start-entry-re): Move definition earlier.
9245 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9247         * add-log.el (change-log-search-file-name, change-log-find-file):
9248         New function.
9249         (change-log-font-lock-keywords): Move file name matching ...
9250         (change-log-file-names-re): ... here.  New defconst.
9251         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
9253 2008-01-27  Alan Mackenzie  <acm@muc.de>
9255         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
9256         enhance comments.
9258 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
9260         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
9261         methods, the host name must be a local host.
9263 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
9265         * vc.el: Add TODO item about not defaulting to RCS.
9267         * server.el (server-process-filter): Check for non-nil before
9268         calling file-directory-p.
9270 2008-01-27  Alan Mackenzie  <acm@muc.de>
9272         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
9273         arglist-cont-nonempty.
9275         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
9276         for a brace with syntax arglist-cont-nonempty.
9278         * progmodes/cc-styles.el (c-style-alist): Add elements for
9279         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
9281 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
9283         * button.el (define-button-type): Clarify type of NAME in docstring.
9285 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9287         * server.el (server-buffer): New const.
9288         (server-log): New var.
9289         (server-log): Use them.
9290         (server-process-filter): (Try to) run the continuation in the same cwd
9291         as the client's.
9293 2008-01-26  Alan Mackenzie  <acm@muc.de>
9295         * progmodes/cc-defs.el (c-save-buffer-state):
9296         Bind buffer-file-name and buffer-file-truename to nil, to prevent
9297         primitives generating "buffer is read only" messages.
9299 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
9301         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
9302         (icalendar-import-format): Doc fix.  Allow function type.
9303         (icalendar--read-element): Doc fix.
9304         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
9305         type icalendar-import-format.  Make regexps non-greedy.
9306         (icalendar--format-ical-event): Handle function type
9307         icalendar-import-format.
9308         (icalendar-import-format-sample): New function.
9310 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
9312         * vc.el (vc-exec-after): For mode-line-process highlighting, if
9313         `compile' is not available, fall back to font-lock-warning-face.
9315 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
9317         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
9318         that the filename end is found even when the filename is empty.
9319         Fixes error and spurious newlines when marking files for deletion.
9321 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
9323         * subr.el (find-tag-default): Simplify using exclusively
9324         skip-syntax-backward/-forward.
9326 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
9328         * vc.el (vc-directory, vc-update-change-log): Remove check for
9329         Tramp.  Both functions work for it, though pretty slow
9330         (`vc-directory').  Maybe the implementation can be optimized.
9332         * net/tramp.el (tramp-dissect-file-name): Raise an error when
9333         Tramp 2.0 syntax is used.
9334         Suggested by Trent W. Buck <trentbuck@gmail.com>.
9336 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
9338         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
9339         invoke directory-files-and-attributes with last argument `integer'
9340         instead of `string'.
9341         (insert-directory): Add -n to the list of supported switches
9342         mentioned in the doc string.
9344 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9346         * blank-mode.el: New version 9.1.  Handle "long" line tail
9347         visualization.  Doc fix.
9348         (blank-line-length): Rename to blank-line-column.
9349         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
9350         Initialization fix.
9351         (blank-replace-spaces-by-tabs): New fun.
9352         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
9354 2008-01-25  Richard Stallman  <rms@gnu.org>
9356         * subr.el (add-hook): Implement `permanent-local-hook' property.
9358         * loadhist.el (file-provides, file-requires): Push the filename right.
9360 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
9362         * emacs-lisp/find-func.el (find-library): Wrap search for
9363         library name in condition-case to avoid reporting a scan-error.
9365 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
9367         * server.el (server-process-filter): Don't force
9368         the authentication string to be followed by "\n".
9370 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9372         * blank-mode.el: New version 9.0.  New commands to clean up some blank
9373         problems like trailing blanks.  New faces and regexp for visualizing
9374         the blank problems.  Doc fix.
9375         (blank-chars, blank-global-modes, blank-chars-value-list)
9376         (blank-toggle-option-alist, blank-help-text): Initialization fix.
9377         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
9378         (blank-indentation, blank-empty, blank-space-after-tab)
9379         (blank-indentation-regexp, blank-empty-at-bob-regexp)
9380         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
9381         (blank-cleanup, blank-cleanup-region): New commands.
9382         (blank-color-on): Code fix.
9384 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
9386         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
9387         file name.
9388         (ibuffer-mode-map): Add binding to sort by file name.
9389         (ibuffer-filename/process-header-map): New variable.
9390         (filename-and-process): Add a header that sorts by file name.
9391         (ibuffer-mode): Mention sorting by file name.
9393         * ibuf-ext.el (filename/process): New sorter.
9395 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
9397         * view.el (kill-buffer-if-not-modified): Don't pass t to
9398         buffer-modified-p.
9400 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
9402         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
9403         the source file in case of `rename'.
9404         Reported by Pete Forman <pete.forman@westerngeco.com>.
9406 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
9408         * allout.el (allout-keybindings-list): In initial setting, express
9409         meta-prefixed allout keys as vectors instead of strings, since the
9410         string form is interpreted in some cases as composed key
9411         modifiers, eg, accented keys.
9413         (allout-line-boundary-regexp): Clarify description.
9415         (set-allout-regexp): Repair the expressions so that the formfeed
9416         part is identified as one of the top-level groups, and is
9417         included in all the forms, not just the -line-boundary-regexp one.
9419         (allout-prefix-data): Incorporate information from the various
9420         allout regexp's formfeed alternative group, when present.
9422         (allout-write-file-hook-handler): Rectify mangling of the error
9423         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
9424         condition-case handler was apparently reformatted as if it was a
9425         call to the error function.  An apparent repair attempt in version
9426         1.101 situated the original body of the error handling code as
9427         bogus condition-case handlers.  I've returned to just about the
9428         working code that was originally there, removing an unnecessary -
9429         but benign - enclosing 'progn'.  (Automated or cursory code fixes
9430         often aren't.)
9432         (allout-region-active-p): Fallback to value of mark-active if
9433         neither use-region-p nor region-active-p are present, for
9434         compatability with current and recent emacs major releases.
9436 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
9438         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
9439         (reftex-toc-restore-region):
9440         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
9441         (reftex-index-phrases-apply-to-region):
9442         * textmodes/ispell.el (ispell-word):
9443         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
9444         * progmodes/pascal.el (pascal-mark-defun):
9445         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
9446         (f90-fill-region):
9447         * emulation/tpu-edt.el (tpu-set-mark):
9448         * emulation/crisp.el (crisp-region-active):
9449         * winner.el (winner-active-region):
9450         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
9451         of bound tests in order to resolve conditionals at compile time.
9453 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
9455         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
9456         not autoloaded, and we wouldn't want to load CL just to unload
9457         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
9459 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
9461         * delsel.el (delete-selection-pre-hook): Avoid clearing out
9462         pre-command-hook when text is read-only.
9464 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
9466         * vc.el (vc-process-filter): Do nothing if buffer not live.
9467         (vc-diff-finish): Rename from vc-diff-sentinel.
9468         No longer take REV1-NAME and REV2-NAME.
9469         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
9470         Don't do window resize if no window displays buffer.
9471         (vc-diff-internal): Use vc-diff-finish.
9473         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
9474         In both cases, convert single call to one wrapped in dolist.
9476 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
9478         * vc.el: Add a TODO item about missing files.
9479         (vc-exec-after): Add a tooltip to the new mode-line item.
9481 2008-01-24  Glenn Morris  <rgm@gnu.org>
9483         * t-mouse.el (gpm-mouse-start): Declare as a function.
9485 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
9487         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
9488         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
9489         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9490         Don't send `tramp-rsh-end-of-line' additionally, when setting the
9491         prompt.
9492         (tramp-wait-for-output): Distinguish different prompt formats.
9493         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
9494         (tramp-local-host-p): Check whether temp directory is writable.
9496 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9498         * vc.el: Add TODO items.
9500 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
9502         * replace.el (occur-mode-find-occurrence-hook): New hook that can
9503         be used to reveal or highlight the location of a match.
9504         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
9505         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
9507 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
9509         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
9510         for defcustom.
9511         (hide-ifdef-shadow): Add version number for defface.
9513 2008-01-23  Glenn Morris  <rgm@gnu.org>
9515         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
9517 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9519         * progmodes/sh-script.el (sh-basic-offset):
9520         * progmodes/cc-vars.el (c-syntactic-indentation)
9521         (c-syntactic-indentation-in-macros): Mark as safe.
9523 2008-01-23  Richard Stallman  <rms@gnu.org>
9525         * icomplete.el (icomplete-get-keys):
9526         Look up KEYS using all maps in proper buffer.
9528 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
9530         * frame.el (display-mm-height, display-mm-width):
9531         * whitespace.el (whitespace-check-leading-whitespace)
9532         (whitespace-check-trailing-whitespace)
9533         (whitespace-check-spacetab-whitespace)
9534         (whitespace-check-indent-whitespace)
9535         (whitespace-check-ateol-whitespace):
9536         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
9538 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9540         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
9541         after-save-hook so that it is not called multiple times.
9543         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
9545 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
9547         * view.el (view-file-other-window, view-file-other-frame):
9548         Don't kill the buffer if it is modified.  Doc fixes.
9549         (kill-buffer-if-not-modified): New function.
9550         (view-file): Don't kill the buffer if it is modified.
9552         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
9553         (ebrowse-view/find-file-and-search-pattern):
9554         Call view-file-other-window instead of ebrowse-view-file-other-window.
9555         (ebrowse-view-file-other-frame): Don't call
9556         current-window-configuration.  Fix second argument in the call to
9557         view-mode-enter.  Doc fix.
9559 2008-01-23  Richard Stallman  <rms@gnu.org>
9561         * subr.el (atomic-change-group): Prevent undo list truncation.
9563 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9565         * files.el (safe-local-eval-forms):
9566         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
9568 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
9570         * comint.el (comint-insert-input): Set point first.
9572         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
9573         session doesn't hang because gdb-pending-triggers is non-nil.
9574         (gdb-frame-handler): Use buffer-file-name instead of
9575         buffer-name in case of duplicate file names.
9577 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9579         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
9580         C-M-e and C-M-h for emacs, they work by default.
9581         (verilog-emacs-features): Remove.
9582         (verilog-setup-dual-comments, verilog-populate-syntax-table):
9583         Remove.  Move syntax table initialization ...
9584         (verilog-mode-syntax-table): ... here.
9585         (verilog-mode): Don't initialize the syntax table here.
9586         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
9587         does not need it.
9589 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
9591         * progmodes/verilog-mode.el (verilog-booleanp): New function for
9592         backward compatibility.  Replace all uses of booleanp with
9593         verilog-booleanp.
9595 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
9597         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
9599 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
9601         * progmodes/verilog-mode.el (top-level): Fix spacing.
9602         (verilog-mode-version, verilog-mode-release-date):
9603         Update version number.
9604         (verilog-mode-release-emacs): New variable.
9605         (compile-command, reporter-prompt-for-summary-p):
9606         Define for byte compiler.
9607         (verilog-startup-message-lines, verilog-startup-message-displayed)
9608         (verilog-display-startup-message): Remove.
9609         (verilog-highlight-p1800-keywords): Improve docstring.
9610         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
9611         (vector-skip-list): Only defvar at compile time.
9612         (verilog-highlight-translate-off, verilog-indent-level)
9613         (verilog-indent-level-module, verilog-indent-level-declaration)
9614         (verilog-indent-declaration-macros, verilog-indent-lists)
9615         (verilog-indent-level-behavioral, verilog-indent-level-directive)
9616         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
9617         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
9618         (verilog-tab-to-comment, verilog-indent-begin-after-if)
9619         (verilog-align-ifelse, verilog-minimum-comment-distance)
9620         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
9621         (verilog-auto-endcomments, verilog-auto-read-includes)
9622         (verilog-auto-star-expand, verilog-auto-star-save)
9623         (verilog-library-flags, verilog-library-directories)
9624         (verilog-library-files, verilog-library-extensions)
9625         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
9626         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
9627         (verilog-assignment-delay, verilog-auto-inst-vector)
9628         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
9629         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9630         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9631         Add safe-local-variable properties.
9632         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
9633         (verilog-re-search-backward, verilog-error-regexp-add)
9634         (verilog-end-block-re, verilog-emacs-features)
9635         (verilog-populate-syntax-table, verilog-setup-dual-comments)
9636         (verilog-type-font-keywords, verilog-inside-comment-p)
9637         (electric-verilog-backward-sexp, verilog-backward-sexp)
9638         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
9639         (electric-verilog-terminate-line, electric-verilog-semi)
9640         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
9641         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
9642         (verilog-beg-of-statement, verilog-in-case-region-p)
9643         (verilog-in-struct-region-p, verilog-in-generate-region-p)
9644         (verilog-in-fork-region-p, verilog-backward-case-item)
9645         (verilog-set-auto-endcomments, verilog-get-expr)
9646         (verilog-expand-vector-internal, verilog-surelint-off)
9647         (verilog-batch-execute-func, verilog-calculate-indent)
9648         (verilog-calc-1, verilog-calculate-indent-directive)
9649         (verilog-leap-to-head, verilog-continued-line)
9650         (verilog-backward-token, verilog-backward-syntactic-ws)
9651         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
9652         (verilog-forward-ws&directives, verilog-at-constraint-p)
9653         (verilog-skip-backward-comments, verilog-indent-line-relative)
9654         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
9655         (verilog-pretty-declarations, verilog-pretty-expr)
9656         (verilog-just-one-space, verilog-indent-declaration)
9657         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
9658         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
9659         (verilog-read-always-signals-recurse, verilog-read-instants)
9660         (verilog-read-auto-template, verilog-set-define)
9661         (verilog-read-defines, verilog-read-signals, verilog-getopt)
9662         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
9663         (verilog-modi-cache-results, verilog-insert-one-definition)
9664         (verilog-make-width-expression, verilog-delete-autos-lined)
9665         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
9666         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
9667         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9668         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
9669         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
9670         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
9671         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
9672         (verilog-load-file-at-mouse, verilog-load-file-at-point)
9673         (verilog-library-files): Cleanup spacing of )'s they should not be
9674         on unique lines.  Fix checkdoc warnings.
9676 2008-01-22  Glenn Morris  <rgm@gnu.org>
9678         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
9679         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
9680         from defcustoms.
9681         (hide-ifdef-shadow): Remove autoload cookie from defface.
9683         * vc.el (vc-diff-sentinel): Do not write a footer if there were
9684         differences.
9686 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
9688         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
9689         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
9690         manual entry.
9692 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
9694         * net/dbus.el (dbus-ignore-errors): New macro.
9695         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
9696         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
9697         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
9698         (dbus-get-signatures): Apply `dbus-ignore-errors'.
9700 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
9702         * outline.el (outline-up-heading): Fix check for top level to
9703         avoid infinite looping in hide-other.
9705 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9707         * vc.el (vc-process-sentinel): After calling the previous
9708         sentinel, do nothing if the process' buffer is not live.
9710 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9712         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
9713         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
9714         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
9715         blank-mode faces.  Doc fix.  New version 8.1.
9716         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
9717         CONDITION BODY).
9718         (blank-space-face): Face/option name replaced by blank-space.
9719         (blank-hspace-face): Face/option name replaced by blank-hspace.
9720         (blank-tab-face): Face/option name replaced by blank-tab.
9721         (blank-newline-face): Face/option name replaced by blank-newline.
9722         (blank-trailing-face): Face/option name replaced by blank-trailing.
9723         (blank-line-face): Face/option name replaced by blank-line.
9724         (blank-space-before-tab-face): Face/option name replaced by
9725         blank-space-before-tab.
9726         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
9728 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
9730         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
9731         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
9732         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
9733         (global-blank-mode): Doc fixes.
9734         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
9735         (blank-newline-face, blank-trailing-face, blank-line-face)
9736         (blank-space-before-tab-face, blank-display-mappings)
9737         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
9738         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
9739         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
9740         Fix typos in docstrings.
9742 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
9744         * server.el (server-log-time-function): New variable.
9745         (server-log): Use it.
9747 2008-01-21  Glenn Morris  <rgm@gnu.org>
9749         * progmodes/hideif.el: Move defcustoms and defface to start of file.
9751         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
9753 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
9755         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
9756         (org-descriptive-links, org-link-file-path-type)
9757         (org-remember-use-refile-when-interactive)
9758         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
9759         (org-export-ascii-bullets, org-agenda-deadline-faces)
9760         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
9761         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
9762         (org-kill-note-or-show-branches): Fix typos in docstrings.
9764 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
9766         * vc.el (vc-process-sentinel): Set mode-line-process.
9767         (vc-exec-after): Likewise, for the `run' process status.
9769 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9771         * ibuffer.el (ibuffer-mode): Fix last change.
9773 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
9775         * vc-hg.el (vc-hg-registered):
9776         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
9778 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
9780         * repeat.el (repeat-undo-count): New variable.
9781         (repeat): For self-insertions make undo boundary only after 20
9782         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
9784 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9786         * net/imap.el (imap-ping-server): New variable.
9787         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9788         (imap-ping-server): Minor doc string fixes.
9790 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9792         * net/imap.el (imap-ping-server): New function.
9793         (imap-opened): Call imap-ping-server.
9795 2008-01-20  Glenn Morris  <rgm@gnu.org>
9797         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
9798         prevent infloops.
9800 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
9802         * progmodes/python.el (python-imports): Default to "None".
9804 2008-01-19  Tom Tromey  <tromey@redhat.com>
9806         * vc-svn.el (vc-svn-after-dir-status): New function.
9807         (vc-svn-dir-status): Run svn asynchronously.
9809 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
9811         * progmodes/hideif.el (hide-ifdef-shadow): New option.
9812         (hide-ifdef-shadow): New face.
9813         (hide-ifdef-toggle-shadowing): New function to toggle between
9814         shadowing and making code invisible.
9815         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
9816         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
9817         (hide-ifdef-region-internal): Give new overlay hide-ifdef
9818         property.  Shadow text when hide-ifdef-shadow is non-nil.
9819         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
9820         (hif-hide-line): Use when instead of if.
9821         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
9822         Remove unneeded * from doc-strings.
9824 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9826         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
9827         the hscroll behavior was fixed.
9828         (doc-view-mode): Disable auto-hscroll-mode.
9830 2008-01-18  Tom Tromey  <tromey@redhat.com>
9832         * vc-svn.el (vc-svn-dir-status): New function.
9834 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
9836         * vc.el: Make vc-status asynchronous.
9837         (vc-update-vc-status-buffer): New function broken out of ...
9838         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
9839         the dir-status backend function.
9841         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
9842         Move the output processing to ...
9843         (vc-hg-after-dir-status): ... here.  Call the function passed as
9844         an argument with the results.
9846 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9848         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
9849         (doc-view-insert-image): Do something if the image is missing.
9850         (doc-view-mode): Don't use file-remote-p.
9852 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
9854         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
9855         (org-export-latex-special-chars): Convert "..." in \ldots
9856         and skip tables.
9857         (org-export-latex-fontify-headline): Change parameter name.
9858         (org-export-as-latex): Handle export of subtrees.
9859         (org-export-latex-make-header): New argument TITLE.
9860         (org-export-latex-content): New argument EXCLUDE-LIST.
9861         (org-list-parse-list): New name for org-export-latex-parse-list.
9862         (org-export-latex-make-header): New name for
9863         org-export-latex-make-preamble.
9864         (org-list-to-generic): New name of org-export-list-to-generic.
9865         (org-list-to-latex): New name of org-export-list-to-latex.
9866         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
9867         (org-list-send-list, org-list-to-texinfo)
9868         (org-list-to-html): New functions.
9869         (org-export-latex-tables-column-borders)
9870         (org-export-latex-default-class, org-export-latex-classes)
9871         (org-export-latex-classes-sectioning)
9872         (org-list-radio-list-templates): New options.
9873         (org-export-latex-header): New variable.
9874         (org-latex-entities): New constant.
9875         (org-export-latex-default-sectioning, org-export-latex-preamble)
9876         (org-export-latex-prepare-text-option)
9877         (org-export-latex-get-sectioning): Remove.
9879 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
9881         * textmodes/org-publish.el (org-publish-current-project):
9882         Fix bug with forcing publication.
9884         * textmodes/org.el (org-export-with-special-strings): New option.
9885         (org-export-html-convert-special-strings): New function.
9886         (org-html-do-expand): `org-export-html-convert-special-strings'
9887         added to the list of conversion.
9888         (org-infile-export-plist, org-get-current-options): Add support
9889         for "-" in the #+OPTION line to let user switch on/off special
9890         strings conversion.
9891         (org-export-plist-vars): New :html-table-tag property.
9892         (org-export-as-html, org-format-org-table-html)
9893         (org-format-table-table-html) Use the :html-table-tag property
9894         instead of the `org-export-html-table-tag' global value.
9895         (org-additional-option-like-keywords): Add "TBLFM".
9896         (org-entry-properties): Include the CLOCKSUM special property.
9897         (org-columns-edit-value): Do not allow to edit the special
9898         CLOCKSUM property.
9899         (org-flag-drawer): Use the original value of `outline-regexp'.
9900         (org-remember-handler): Add invisible-ok flag to call to
9901         `org-end-of-subtree'.
9902         (org-agenda-highlight-todo): Respect
9903         `org-agenda-todo-keyword-format'.
9904         (org-agenda-todo-keyword-format): New option.
9905         (org-infile-export-plist): No restriction while searching for options.
9906         (org-remember-handler): Remove comments at the end of the buffer.
9907         (org-remember-use-refile-when-interactive): New option.
9908         (org-table-sort-lines): Make sure sorting works on link
9909         descritions only, and ignores the link.
9910         (org-sort-entries-or-items): Make sure the end of the subtree is
9911         included.
9912         (org-refile-use-outline-path): New allowed values `file' and
9913         `full-file-path'.
9914         (org-get-refile-targets): Respect new values for
9915         `org-refile-use-outline-path'.
9916         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
9917         (org-export-as-xoxo): Restore point when done.
9918         (org-open-file): Allow multiple %s in command.
9919         (org-clock-in-switch-to-state): New option.
9920         (org-first-list-item-p): New function.
9921         (org-last-remember-storage-locations): New variable.
9922         (org-get-refile-targets): Interpret the new maxlevel setting.
9923         (org-refile-targets): New option `:maxlevel'.
9924         (org-copy-subtree): Include empty lines before but not after subtree.
9925         (org-back-over-empty-lines, org-skip-whitespace): New functions.
9926         (org-move-item-down, org-move-item-up): Include empty lines before
9927         but not after item.
9928         (org-first-sibling-p): New function.
9929         (org-remember-apply-template): Defaults, completions and history
9930         for template prompts.  Also, interpret new `%!' escape.
9931         (org-context-choices): New constant.
9932         (org-bound-and-true-p): New macro.
9933         (org-imenu-depth): New option.
9934         (org-imenu-markers): New variable.
9935         (org-imenu-new-marker, org-imenu-get-tree)
9936         (org-speedbar-set-agenda-restriction): New functions.
9937         (org-agenda-set-restriction-lock)
9938         (org-agenda-remove-restriction-lock)
9939         (org-agenda-maybe-redo): New functions.
9940         (org-agenda-restriction-lock): New face.
9941         (org-agenda-restriction-lock-overlay)
9942         (org-speedbar-restriction-lock-overlay): New variables.
9943         (org-open-at-point): Remove obsolete way to do redirection in
9944         shell links.
9945         (org-imenu-and-speedbar): New customization group.
9946         (org-entry-properties): Return keyword-less time strings.
9947         (org-clock-heading-function): New option.
9948         (org-clock-in): Use `org-clock-heading-function'.
9949         (org-calendar-holiday): Try to use `calendar-check-holidays'
9950         instead of the obsolete `check-calendar-holidays'.
9951         (org-export-html-special-string-regexps): New constant.
9952         (org-massive-special-regexp): New variable.
9953         (org-compute-latex-and-specials-regexp)
9954         (org-do-latex-and-special-faces): New functions.
9955         (org-latex-and-export-specials): New face.
9956         (org-highlight-latex-fragments-and-specials): New option.
9957         (org-link-escape-chars): Use characters instead of strings.
9958         (org-link-escape-chars-browser, org-link-escape)
9959         (org-link-unescape): Use characters instead of strings.
9960         (org-export-html-convert-sub-super, org-html-do-expand): Check for
9961         protected text.
9962         (org-emphasis-alist): Additional `verbatim' flag.
9963         (org-set-emph-re): Handle the verbatim flag and compute
9964         `org-verbatim-re'.
9965         (org-cleaned-string-for-export): Protect verbatim elements.
9966         (org-verbatim-re): New variable.
9967         (org-hide-emphasis-markers): New option.
9968         (org-additional-option-like-keywords): Add new keywords.
9969         (org-get-entry): Rename from `org-get-cleaned-entry'.
9970         (org-icalendar-cleanup-string): New function for quoting icalendar text.
9971         (org-agenda-skip-scheduled-if-done): New option.
9972         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
9973         `org-agenda-skip-scheduled-if-done'.
9974         (org-prepare-agenda-buffers): Allow buffers as arguments.
9975         (org-entry-properties): Add CATEGORY as a special property.
9976         (org-use-property-inheritance): Allow a list of properties as a value.
9977         (org-eval-in-calendar): No longer update the prompt.
9978         (org-read-date-popup-calendar): Rename from
9979         `org-popup-calendar-for-date-prompt'.
9980         (org-read-date-display-live): New variable.
9981         (org-read-date-display): New function.
9982         (org-read-date-analyze): New function.
9983         (org-remember-apply-template): Define `remember-finalize' if it is
9984         not yet defined.
9985         (org-remember-insinuate): New function.
9986         (org-read-date-prefer-future): New option.
9987         (org-read-date): Respect the setting of
9988         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
9989         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
9990         hardcoded string.
9991         (org-remember-apply-template): Use `remember-finalize' instead of
9992         `remember-buffer'.
9993         (org-columns-compute, org-column-number-to-string)
9994         (org-columns-uncompile-format, org-columns-compile-format)
9995         (org-columns-compile-format): Handle printf format specifier.
9996         (org-columns-new, org-column-number-to-string)
9997         (org-columns-uncompile-format, org-columns-compile-format):
9998         Support for new currency summary type.
9999         (org-tree-to-indirect-buffer): Do not kill old buffer when
10000         `org-indirect-buffer-display' is `new-frame'.
10001         (org-indirect-buffer-display): Document that `new-frame' leads to
10002         indiret buffer proliferation.
10003         (org-agenda-list): Use `org-extend-today-until'.
10004         (org-extend-today-until): New option.
10005         (org-format-org-table-html): Use lower-case for <col> tag.
10006         (org-agenda-execute): New command.
10007         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
10008         (org-select-remember-template): New function.
10009         (org-remember-apply-template): Use `org-select-remember-template'.
10010         (org-go-to-remember-target): New function.
10012 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
10014         * vc.el: Add a TODO note about vc-state.
10015         (vc-next-action): Register 'unregistered and 'ignored files.
10016         Use when and unless instead of if where appropriate.
10017         (vc-start-entry): Fix typo.
10018         (vc-status): Autoload it.
10020 2008-01-18  Glenn Morris  <rgm@gnu.org>
10022         * ffap.el (ffap-alist): Remove space from RFC regexp.
10024 2008-01-18  Richard Stallman  <rms@gnu.org>
10026         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
10027         than face-spec-recalc.
10029 2008-01-18  Glenn Morris  <rgm@gnu.org>
10031         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
10033 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10034             Miles Bader  <miles@gnu.org>
10036         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
10037         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
10038         for handling display table (via visws.el package), his code was
10039         modified, but the main idea was kept.
10041 2008-01-17  Glenn Morris  <rgm@gnu.org>
10043         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
10044         (ibuffer-save-filters): Remove calls to deleted
10045         ibuffer-update-mode-name.
10047 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
10049         * longlines.el (longlines-mode, longlines-show-region)
10050         (longlines-unshow-hard-newlines): Bind buffer-file-name and
10051         buffer-file-truename to nil while modifying buffer.
10053         * cus-edit.el (custom-reset-standard-variables-list)
10054         (custom-reset-standard-faces-list): New variables.
10055         (custom-reset-standard-save-and-update): New function.
10056         (Custom-save): Apply custom-mark-to-save before and
10057         custom-state-set-and-redraw after saving options.
10058         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
10059         options and call custom-reset-standard-save-and-update.
10060         (custom-variable, custom-face, custom-group): Provide new
10061         entries for custom-mark-to-save, custom-mark-to-reset-standard,
10062         and custom-state-set-and-redraw.
10063         (custom-variable-mark-to-save)
10064         (custom-variable-state-set-and-redraw)
10065         (custom-variable-mark-to-reset-standard)
10066         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
10067         (custom-face-mark-to-reset-standard)
10068         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
10069         (custom-group-mark-to-reset-standard): New functions.
10070         (custom-variable-save): Move save, state-set, and redraw
10071         functionality to custom-variable-mark-to-save.
10072         (custom-face-save): Move save, state-set, and redraw
10073         functionality to custom-face-mark-to-save.
10074         (custom-group-save): Move save, state-set, and redraw
10075         functionality to custom-group-mark-to-save.
10076         (custom-variable-reset-standard, custom-face-reset-standard)
10077         (custom-group-reset-standard): Move save, state-set, and redraw
10078         functionality to custom-reset-standard-save-and-update.
10080         (custom-buffer-create-internal): Fix text in verbose help.
10081         (custom-face-value-create): Indent doc-strings of faces like
10082         those of variables.
10084 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10086         * server.el (server-process-filter): Replace lineno and columnnno
10087         which defaulted to 1&0 with filepos which defaults to nil.
10088         (server-goto-line-column): Only receive the filepos.
10089         Only move if filepos is non-nil.
10090         (server-visit-files): Slight restructure to consolidate two calls to
10091         server-goto-line-column into just one.
10093         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
10094         the use of degraded mode.
10095         (nxml-degrade): Don't change mode-name.
10097         * nxml/rng-nxml.el (rng-nxml-mode-init):
10098         Don't overwrite mode-line-process.
10100         * ibuffer.el (mode): Pass the buffer to format-mode-line.
10101         (ibuffer-update-mode-name): Remove.
10102         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
10103         (ibuffer-mode): Use mode-line-process instead.
10105         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
10106         Use derived-mode-p.
10107         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
10109         * help.el (describe-mode): Pass the right buffer to format-mode-line.
10111 2008-01-16  Glenn Morris  <rgm@gnu.org>
10113         * comint.el (comint-regexp-arg): Fix no-input case.
10115 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
10117         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
10118         * pcvs.el (cvs-revert-if-needed):
10119         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
10121         * vc-svn.el (vc-svn-find-file-hook):
10122         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
10124 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
10126         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
10127         (icalendar-export-file, icalendar-import-file):
10128         Restore significant trailing whitespace in `interactive' prompts.
10130 2008-01-16  Tom Tromey  <tromey@redhat.com>
10132         * calendar/icalendar.el (icalendar--convert-tz-offset)
10133         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
10134         (icalendar--find-time-zone): New functions.
10135         (icalendar--decode-isodatetime): Add `zone' argument, passed to
10136         `decode-time'.  Doc fix.
10137         (icalendar--convert-ical-to-diary): Compute zone-map.
10138         Pass timezone to icalendar--decode-isodatetime.
10140 2008-01-16  Alan Mackenzie  <acm@muc.de>
10142         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
10143         an eval-and-compile, so as to permit byte-compiling (e.g. in
10144         bootstrap).
10146 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10148         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
10149         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
10150         using the same key for different menu entries.
10152         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
10153         (smerge-makeup-conflict): New command.
10155 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
10157         * log-edit.el (log-edit): Doc fix.
10159 2008-01-15  Glenn Morris  <rgm@gnu.org>
10161         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
10163 2008-01-14  Alan Mackenzie  <acm@muc.de>
10165         * progmodes/cc-vars.el (c-constant-symbol): New function which
10166         supersedes c-const-symbol.  During a customize-.. call it enables
10167         an element of (e.g.) c-hanging-braces alist to have its name
10168         displayed, even when the default value of c-h-b etc. doesn't
10169         include the elemnt.  Replace uses of the old function by the new.
10171         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
10172         obscure non-working fragment ":value c-".
10174 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10176         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
10178 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
10180         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
10181         instead of `tramp-file-name-real-host'.
10183         * net/trampver.el: Update release number.
10185 2008-01-14  Alan Mackenzie  <acm@muc.de>
10187         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
10188         call inside a struct being recognised as a K&R argument.
10190 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10192         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10193         Accept "fatal error" from MSFT.
10194         Reported by Jared Finder <jfinder@crypticstudios.com>.
10196 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
10198         * smerge-mode.el (smerge-auto): New function.
10199         * vc-svn.el (vc-svn-find-file-hook):
10200         * vc-arch.el (vc-arch-find-file-hook):
10201         * pcvs.el (cvs-revert-if-needed):
10202         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
10203         (top-level): Add a Todo list.
10205 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
10207         * vc.el (vc-update): Resolve conflicts if necessary instead of
10208         just updating the buffer.
10210         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
10211         update command so that we can parse the output.
10213 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
10215         * mail/rmail.el (rmail-convert-to-babyl-format):
10216         Remove save-excursion to avoid infinite looping.
10217         Reported by dnz <dnz@bk.ru>.
10219 2008-01-12  Glenn Morris  <rgm@gnu.org>
10221         * woman.el (woman-parse-numeric-arg): Change handling of `==':
10222         can be interned without a function definition.
10224 2008-01-12  Jason Rumney  <jasonr@gnu.org>
10226         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
10227         (rng-nxml-mode-init): Declare.
10229 2008-01-11  Jason Rumney  <jasonr@gnu.org>
10231         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
10232         (rng-preferred-prefix-alist-default): Remove.
10234         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
10235         Rename from nxml-enable-unicode-char-name-sets-flag.
10236         (nxml-enable-unicode-char-name-sets-1): Merge into
10237         nxml-enable-unicode-char-name-sets.
10238         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
10239         nxml-char-name-ignore-case here.
10241         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
10242         Update doc string and commentary.
10243         (nxml-char-name-ignore-case): Change default value.
10244         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
10246 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
10248         * cus-start.el (all): Add missing version entries.
10250 2008-01-11  Glenn Morris  <rgm@gnu.org>
10252         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
10253         (euc-to-flat-code, flat-code-to-euc):
10254         * textmodes/org.el (elmo-msgdb-overview-get-entity)
10255         (wl-summary-buffer-msgdb): Declare as funtions.
10257 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
10259         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
10260         Bind buffer-file-name and buffer-file-truename.
10262         * fringe.el (fringe-mode-explicit): New variable.
10263         (set-fringe-mode): Don't alter default-frame-alist when just
10264         loading this file.
10266 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
10268         * doc-view.el (doc-view-buffer-file-name): New variable.
10269         (doc-view-convert-current-doc, doc-view-search)
10270         (doc-view-current-cache-dir, doc-view-initiate-display)
10271         (doc-view-mode): Use it.
10272         (doc-view-bookmark-make-cell): Use variable buffer-file-name
10273         instead of function.
10275 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
10277         * vc-svn.el (vc-svn-registered): Return the correct value for
10278         ignored and unregistered files.
10280 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
10282         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
10284 2008-01-10  Tom Tromey  <tromey@redhat.com>
10286         * vc.el (vc-status-unmark-all-files): New function.
10287         (vc-status-unmark-all-files): Likewise.
10288         (vc-status-mode-map): Add bindings.
10290 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
10292         * ediff*.el: Uncomment declare-function.
10294         * emulation/viper*.el: Uncomment declare-function.
10296 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
10298         * doc-view.el (doc-view-mode): Support tramp, compressed files and
10299         files inside archives uniformly.
10301 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
10303         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
10304         constant with a computation on sgml-specials rather than a literal
10305         list.  Without this change the syntax table is generated
10306         incorrectly, and the mode will think it's in a comment following
10307         any instance of the string "--".
10309 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
10311         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
10312         (doc-view-mode): Support document files inside archives.
10314 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
10316         * vc.el (vc-deduce-fileset): Return the currently selected file if
10317         no files are selected when using vc-status.
10319 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
10321         * ediff*.el: Comment out declare-function.  "make bootstrap"
10322         stops with an error and Emacs does not compile with those things in.
10323         Besides, declare-function is not defined in XEmacs.
10325         * ediff-util (eqiff-quit): Autoraise minibuffer.
10327         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
10329         * emulation/viper*.el: Comment out declare-function -- not defined
10330         in XEmacs.
10332         * emulation/viper-ex.el (viper-info-on-file):
10333         Take care of indirect buffers.
10335         * emulation/viper.el (viper-set-hooks, set-cursor-color):
10336         Set viper-vi-state-cursor-color.
10338 2008-01-09  Tom Tromey  <tromey@redhat.com>
10340         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
10341         Just return header.
10342         (vc-status-move-to-goal-column): New function.
10343         (vc-status-mode-map): Define more keys.
10344         (vc-status-mode): Use vc-status-refresh.  Now 'special.
10345         (vc-status-refresh): New function.
10346         (vc-status-next-line): Likewise.
10347         (vc-status-previous-line): Likewise.
10348         (vc-status-mark-file): Use vc-status-next-line.
10349         (vc-status-unmark-file): Use vc-status-previous-line.
10350         (vc-status-unmark-file-up): New function.
10351         (vc-status-register): Likewise.
10352         (vc-status-find-file): Likewise.
10353         (vc-status-find-file-other-window): Likewise.
10354         (vc-status-current-file): Likewise.
10355         (vc-ensure-vc-buffer): Understand vc-status mode.
10357         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
10359 2008-01-09  Glenn Morris  <rgm@gnu.org>
10361         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
10362         entry, for Windows.
10364 2008-01-09  Tom Tromey  <tromey@redhat.com>
10366         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
10368 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10370         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
10371         add a file-name handler.
10373 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10375         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
10376         Rename from function bibtex-files-expand.  New optional arg select.
10377         (bibtex-flash-head): Allow blink-matching-delay being zero.
10378         (bibtex-clean-entry): Use atomic-change-group.
10379         (bibtex-format-entry): Check presence of required fields only
10380         after formatting of fields.  Use member-ignore-case.  Do not use
10381         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
10382         (bibtex-autofill-entry): Do not call undo-boundary.
10383         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
10384         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
10385         Parse keys if necessary.
10387 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
10389         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
10390         quotes in case of spaces, e.g. STL containers (not pretty).
10392 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
10394         * progmodes/gdb-ui.el (gud-gdb-command-name):
10395         Explain "--annotate=3" option is necessary for the Graphical Interface.
10397 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
10399         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
10400         on menu bar.
10402 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
10404         * ffap.el (ffap-read-file-or-url): Let-bind
10405         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
10407 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
10409         * vc-bzr.el: Fix typo in header.
10411 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
10413         * Makefile.in (custom-deps, finder-data): Depend on autoloads
10414         instead of loaddefs.el.
10416 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10418         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
10419         gets inserted out-of-order.
10421 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
10423         * vc-bzr.el: Copyright and version headers update.
10424         Remove some outdated comments through the whole file.
10425         (vc-bzr-program-args): Remove because unused.
10426         (vc-bzr-log-switches): New customization option.
10427         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
10428         use `vc-bzr-program-args'.
10429         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
10430         `vc-find-root' (patch by Andreas Hoenen).
10431         (vc-bzr-status): Update regex to match latest Bzr output.
10432         Remove redundant test.
10433         (vc-bzr-init-version): New function.
10434         (vc-bzr-unregister): Must not delete file.
10435         (vc-bzr-find-version): New function.
10436         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
10437         a non-empty string, otherwise take head revision.
10438         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
10439         (vc-bzr-diff): Simpler build of the revision spec string.
10440         (vc-annotate-convert-time, vc-bzr-annotate-difference):
10441         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
10442         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
10443         (vc-bzr-dired-state-info): Only provide custom strings for
10444         overloaded VC state 'edited; otherwise fallback to
10445         `vc-default-dired-state-info'.
10447 2008-01-08  Richard Stallman  <rms@gnu.org>
10449         * delsel.el (delete-selection-mode): Doc fix.
10451 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
10453         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
10454         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
10456         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
10457         of watch expressions (only works fully with GDB 6.7 or later).
10459 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
10461         * time-stamp.el (time-stamp-time-zone):
10462         * whitespace.el (whitespace-check-buffer-leading)
10463         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
10464         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
10465         * progmodes/sh-script.el (sh-indentation):
10466         * textmodes/ispell.el (ispell-local-pdict):
10467         Add safe-local-variable properties.
10469 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
10471         * vc-git.el (vc-git--call): Apply `process-file' instead of
10472         `call-process'.
10474         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
10475         Reported by Pete Forman <pete.forman@westerngeco.com>.
10476         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
10477         (tramp-handle-process-file): Handle the case where DESTINATION is
10478         a consp with t as car.
10479         (tramp-wait-for-output): We shall remove exactly what has been
10480         find by the search.
10482 2008-01-08  Kevin Ryde  <user42@zip.com.au>
10484         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10485         For perl, allow "during global destruction" at end.  Add entry for
10486         two-arg form of the Test module ok() func.
10488 2008-01-08  Glenn Morris  <rgm@gnu.org>
10490         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
10491         unified format.
10493         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
10495 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
10497         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
10498         Simplify selection of frame focusing function.
10500 2008-01-08  Michael Olson  <mwolson@gnu.org>
10502         * textmodes/remember.el (remember-region): Fix typo in docstring.
10504 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10506         * textmodes/remember.el (remember): If there is a visible region
10507         [that is, the mark is active and transient mark mode is enabled]
10508         then use this region for the initial contents of the *Remember*
10509         buffer.  Use `region-beginning' and `region-end' instead of
10510         `point' and `mark'.
10512 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
10514         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
10515         argument to vc-hg-command.
10516         (vc-hg-log-view-mode): Handle the user field better.
10518 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10520         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
10522 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10524         * vc.el (vc-status-fileinfo): New defstruct.
10525         (vc-status): New defvar.
10526         (vc-status-insert-headers, vc-status-printer, vc-status)
10527         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
10528         (vc-status-unmark-file, vc-status-marked-files): New functions.
10530         * vc-hg.el (vc-hg-dir-status): New function.
10532 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
10534         * cus-edit.el (custom-tool-bar-map): Move initialization of this
10535         keymap from here ...
10536         (custom-mode): ... to here.  Reported by Reiner Steib.
10538 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10540         * obsolete/x-apollo.el: Remove file for unsupported system.
10542         * term/x-win.el (vendor-specific-keysyms): Remove reference to
10543         Apollo.
10545         * progmodes/gud.el (gud-dgux-p): Remove.
10546         (dbx): Remove reference to dgux.
10548         * progmodes/ps-mode.el (ps-mode-print-function):
10549         * ps-print.el (ps-lp-system):
10550         * paths.el (rmail-spool-directory):
10551         * ls-lisp.el (ls-lisp-emulation):
10552         * lpr.el (lpr-lp-system):
10553         * dired.el (dired-chown-program): Remove references to dgux.
10555 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10557         * vc.el (vc-process-sentinel): Fix apparent typo.
10558         (vc-do-command): Forcefully kill any left over process.
10559         Use start-file-process.
10560         (vc-annotate-get-time-set-line-props): Check we don't move backward.
10562 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
10564         * net/dbus.el (dbus-list-hash-table)
10565         (dbus-name-owner-changed-handler): Replace "signal" by "member".
10566         (dbus-check-event): Add serial number to event.
10567         (dbus-handle-event): Apply return message if needed.
10568         (dbus-event-serial-number): New defun.
10569         (dbus-event-service-name, dbus-event-path-name)
10570         (dbus-event-interface-name, dbus-event-member-name):
10571         Adapt implementation to serial number.
10573 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
10575         * bs.el (bs--get-mode-name): Fix typo in previous change.
10577 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
10579         * mouse.el (mouse-popup-menubar): Fix typo.
10581         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
10582         form inside with-current-buffer.
10584         * progmodes/antlr-mode.el (provide): Move to the end of file.
10585         (require): Don't require font-lock and compile.
10586         (outline-level, imenu-use-markers, imenu-create-index-function):
10587         Move declarations to top level.
10588         (cond-emacs-xemacs-macfn): Declare for compiler.
10590         * vc-bzr.el (vc-bzr-root):
10591         * vc-arch.el (vc-arch-root): Only set a property if the file is
10592         managed by this backend.
10594         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
10596 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
10598         * doc-view.el (doc-view-scroll-up-or-next-page)
10599         (doc-view-scroll-down-or-previous-page): Don't scroll to the
10600         top/bottom again when on the first/last page.
10602         * doc-view.el (doc-view-scroll-up-or-next-page)
10603         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
10604         image-scroll-down instead of the non-image equivalents.
10605         Don't rely on a signalled condition but switch pages when scrolling
10606         doesn't change the vertical position anymore.
10607         (doc-view-mode-map): Remap scroll-{up,down} to
10608         image-scroll-{up,down}.
10610 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
10612         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
10613         tpu-mapper command rather than load the tpu-mapper package.
10615         * emulation/tpu-mapper.el (tpu-mapper): New command.
10616         Contains all the code previously at top-level.
10618 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10620         * bs.el (bs--sort-by-mode, bs--get-mode-name):
10621         * imenu.el (imenu-add-to-menubar):
10622         * makesum.el (make-command-summary):
10623         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10624         (mouse-buffer-menu):
10625         * msb.el (msb--mode-menu-cond):
10626         * calc/calc-embed.el (calc-do-embedded):
10627         * emacs-lisp/helper.el (Helper-describe-mode):
10628         * mail/emacsbug.el (report-emacs-bug):
10629         * progmodes/hideshow.el (hs-grok-mode-type):
10630         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10631         * textmodes/table.el (*table--cell-describe-mode):
10632         Pass mode-name through format-mode-line.
10634 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10636         * progmodes/ada-xref.el (ada-prj-find-prj-file):
10637         * progmodes/ada-mode.el (comment-region):
10638         * calendar/todo-mode.el (todo-insert-item):
10639         * bookmark.el (bookmark-buffer-name):
10640         Test major-mode rather than mode-name.
10642 2008-01-04  Richard Stallman  <rms@gnu.org>
10644         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10645         Call byte-compile-warn-about-unresolved-functions outside
10646         the with-current-buffer.
10647         (byte-compile-insert-header): Use with-current-buffer.
10649 2008-01-04  Glenn Morris  <rgm@gnu.org>
10651         * startup.el (fancy-about-screen): Remove reference to deleted
10652         `fancy-splash-help-echo' variable.
10654         * version.el (emacs-copyright): Update to 2008.
10656         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
10657         rather than mapcar.
10659         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
10660         change (merge mistake).
10662         * doc-view.el (doc-view-search-internal): Don't use `incf'.
10664         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
10665         (bookmark-get-bookmark-record):
10666         * image-mode.el (bookmark-make-cell-function)
10667         (bookmark-get-filename, bookmark-get-bookmark-record)
10668         (bookmark-get-position):
10669         * log-view.el (vc-modify-change-comment):
10670         * progmodes/grep.el (find-name-arg): Declare for compiler.
10672 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
10674         * savehist.el (savehist-coding-system): Default to a variant coding
10675         system with explicit unix end-of-line conversion, which is safer.
10677 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10679         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
10680         * ibuffer.el (mode column): Use format-mode-line.
10682         * server.el (server-create-window-system-frame): Remove workaround for
10683         a bug that has been fixed.
10685 2008-01-03  Magnus Henoch  <magnus@zemdatav>
10687         * net/dbus.el (dbus-name-owner-changed-handler):
10688         Use dbus-unregister-object instead of dbus-unregister-signal.
10690 2008-01-03  Drew Adams  <drew.adams@oracle.com>
10692         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
10694 2008-01-03  Richard Stallman  <rms@gnu.org>
10696         * replace.el (occur-context-lines): New subroutine,
10697         broken out of occur-engine.
10698         (occur-engine): Call it.
10700 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
10702         * vc-git.el (vc-git--ls-files-state): New function.
10703         (vc-git-dir-state): Use it instead of processing the status
10704         results here.
10706 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
10708         * progmodes/grep.el (grep-find-ignored-directories):
10709         Initialize from the value of vc-directory-exclusion-list.
10711         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
10712         even though we don't have a back end for darcs yet.
10714 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
10716         Change a return type, for greater extensibility.
10717         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
10718         and its thread for discussion leading to this change.
10720         * bookmark.el (bookmark-jump-noselect):
10721         Return an alist instead of a dotted pair.
10722         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10723         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
10724         (bookmark-bmenu-switch-other-window): Adjust accordingly.
10725         (bookmark-make-cell-function): Adjust documentation accordingly.
10727         * image-mode.el (image-bookmark-jump):
10728         Adjust return type accordingly; document.
10730         * doc-view.el (doc-view-bookmark-jump):
10731         Adjust return type accordingly; document.
10733 2008-01-02  Miles Bader  <miles@gnu.org>
10735         * net/rcirc.el (rcirc-log-filename-function): New variable.
10736         (rcirc-log): Use `rcirc-log-filename-function' to generate the
10737         log-file name.  Don't log anything if it returns nil.
10738         (rcirc-log-write): Use `expand-file-name' when merging the
10739         log-file name from the alist with rcirc-log-directory; this does
10740         the right thing if the name in the alist already an absolute
10741         filename.  Make the log-file directory if necessary.
10743 2007-12-29  Richard Stallman  <rms@gnu.org>
10745         * font-lock.el (font-lock-prepend-text-property)
10746         (font-lock-append-text-property): Canonicalize the face and
10747         font-lock-face properties.
10749         * faces.el (facep): Doc fix.
10751         * startup.el (fancy-startup-tail, fancy-about-text)
10752         (fancy-startup-text): Regularize format of face property.
10754         * facemenu.el (list-colors-print): Use :background and :foreground
10755         instead of background-color and foreground-color.
10757 2007-12-29  Drew Adams  <drew.adams@oracle.com>
10759         * cus-edit.el (custom-add-parent-links):
10760         Fill the "Parent documentation" text.
10762 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
10764         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
10765         MS-Windows and MS-DOS.
10766         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
10768 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
10770         * vc-svn.el (vc-svn-modify-change comment): New function.
10772 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
10774         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
10775         Do not disable undo, with-temp-buffer does it by default.
10777 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
10779         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
10780         correctly.
10782         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
10783         with vc-state.
10784         (vc-next-action): Fix vc-transfer-file call.
10786 2007-12-31  Tom Tromey  <tromey@redhat.com>
10788         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
10789         Move point to the start of the buffer.
10791 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
10793         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
10795         * vc.el: State that dir-state is required to set the vc-state and
10796         vc-backend properties.
10798 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
10800         * man.el (Man-default-man-entry): Make this a defun.
10801         Improve guessing mechanism and handling of section numbers.
10803 2007-12-31  Richard Stallman  <rms@gnu.org>
10805         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
10807 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
10809         * calc/calc-units.el (calc-convert-temperature): Ensure that units
10810         are on the result even when the result is zero.
10812 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
10814         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
10815         resistent towards wrong parameters.
10816         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
10818 2007-12-30  Richard Stallman  <rms@gnu.org>
10820         * faces.el (face-all-attributes): New function.
10822         * faces.el (face-differs-from-default-p): Compute list of attr names
10823         from face-attribute-name-alist.
10825         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
10826         (custom-face-save): Likewise.
10827         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
10829         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
10830         (custom-theme-set-faces): Clear `face-override-spec' property.
10831         Call `face-spec-set' with FOR-DEFFACE.
10833         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
10835         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
10836         Use of frame as third arg is deprecated.
10837         Handle `face-override-spec' property.
10838         (face-spec-recalc): New function.
10839         (face-spec-set-2): New function.
10840         (frame-set-background-mode): Handle `face-override-spec' property.
10841         Use `face-spec-recalc'.
10842         (face-set-after-frame-default): Use `face-spec-recalc'.
10844 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
10846         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
10848 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10850         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
10852 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
10854         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
10855         'added, 'removed.
10857         * vc.el (header coment): Better description of dir-state.
10858         (vc-compatible-state): New function.  Checks whether two states
10859         can be in the same changeset; used with 'edited it can test whether
10860         the next action for a state should be commit.
10861         (vc-default-dired-state-info): Display 'removed state.
10862         (vc-dired-hook): Turn off undo, this is a speed tweak.
10864         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
10866         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
10867         Cope with the possibility that the 'C' status flag might change
10868         in 0.9,6.
10870         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
10872 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
10874         * files.el (cd-absolute): Fix omission bug:
10875         Make `list-buffers-directory' buffer-local.
10877 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10879         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
10881 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
10883         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
10885         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
10886         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
10887         (math-yacas-compose-deriv, math-yacas-compose-taylor)
10888         (math-maxima-parse-subst, math-maxima-parse-taylor)
10889         (math-maxima-compose-taylor, math-maxima-compose-subst)
10890         (math-maxima-compose-if, math-lang-switch-args)
10891         (math-lang-compose-switch-args, math-read-giac-subscr):
10892         New functions.
10893         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
10894         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
10895         Add languages.
10896         (math-vector-brackets, math-complex-format, math-variable-table)
10897         (math-parse-table, math-oper-table, math-function-table)
10898         (math-special-function-table, math-compose-subscr):
10899         Add values for new languages.
10901         * calc/calccomp.el (math-compose-expr): Add new languages.
10903         * calc/calc.el (calc-language): Add languages to docstring.
10905         * calc/calc-ext.el (calc-init-extensions): Add keybindings
10906         for new languages.  Autoload commands to change languages.
10908         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
10910         * calc/calc-menu.el (calc-modes-menu): Add new languages.
10911         (calc-arithmetic-menu, calc-scientific-function-menu)
10912         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
10913         (calc-units-menu, calc-variables-menu, calc-stack-menu):
10914         Add :active keywords.
10916 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
10918         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
10919         returns 'ignored or 'unregistered.
10920         (vc-hg-state): Pass "-A" to the status command and deal with the
10921         output.
10922         (vc-hg-dir-state): Pass "-A" to the status command.
10924 2007-12-29  Richard Stallman  <rms@gnu.org>
10926         * progmodes/compile.el (compilation-start): Set initial visible
10927         point properly even when compilation buffer already current.
10929 2007-12-29  Richard Stallman  <rms@gnu.org>
10931         * files.el (conf-mode-maybe): New function.
10932         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
10934 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
10936         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
10938 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10940         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
10942 2007-12-29  Richard Stallman  <rms@gnu.org>
10944         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
10945         so they never do EOF.
10947 2007-12-29  Richard Stallman  <rms@gnu.org>
10949         * faces.el (copy-face): Create the new face explicitly if it
10950         does not exist already.
10952 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
10954         * simple.el (minibuffer-history, shell-command-history)
10955         (set-variable-value-history):
10956         * replace.el (regexp-history):
10957         * international/mule-cmds.el (input-method-history):
10958         * files.el (file-name-history): Add reference to history-length in
10959         the doc string.
10961 2007-12-29  Richard Stallman  <rms@gnu.org>
10963         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
10965 2007-12-29  Jason Rumney  <jasonr@gnu.org>
10967         * find-dired.el (find-name-arg): New custom variable.
10968         (find-name-dired): Use it.
10969         (find-dired-find-program): Remove.
10970         (find-dired): Use find-program.
10971         (find-grep-dired): Use grep-program.
10973         * progmodes/grep.el (rgrep): Use find-name-arg.
10975 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
10977         * progmodes/cc-vars.el (defcustom-c-stylevar):
10978         Revert to pre-2007-12-12 version.
10980 2007-12-29  Richard Stallman  <rms@gnu.org>
10982         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
10984         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
10985         Use changed.
10987         * startup.el (fancy-splash-help-echo): Var deleted.
10988         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
10989         (fancy-about-screen): Don't display fancy-splash-help-echo.
10991         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
10993 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
10995         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
10996         to vc-hooks.el so it will be available to other modes, such as
10997         speedbar.el.  Also, teach it to recognize monotone state directories.
10999         * speedbar.el: Remove this mode's fragile assumptions about
11000         version-control systems.  Instead, make it use logic from
11001         vc-hooks.el so it will become smarter whenever VC mode does.
11003         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
11004         Fix the documentation.
11006         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
11007         Modify all instances of the dir-state back-end method to suppress
11008         keeping undo lists on the buffers holding status output, which
11009         can get extremely large.
11011         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
11012         so they don't do work that the default one can do instead.
11014         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
11015         states, and the new return-value convention.  These are not
11016         actually used yet, just set.
11018         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
11019         states when appropriate.
11021         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
11022         'unregistered when appropriate.
11024         * vc-git.el: Document that we don't set the new states yet.
11026         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
11027         'ignored states.
11029         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
11030         appropriate.
11032         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
11033         when appropriate.
11035 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
11037         * thumbs.el (thumbs-call-convert): Use call-process directly
11038         with thumbs-conversion-program instead of through shell-file-name
11039         for better error reporting.
11041 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
11043         * calc/calc-aent.el (math-remove-percentsigns):
11044         * calc/calccomp.el (math-to-percentsigns): Change placeholder
11045         for percent signs.
11047 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
11049         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
11050         use completion-ignored-extensions to detect files that should be
11051         ignorted in VC-Dired listings, heading off lots of expensive calls
11052         to (vc-state).
11054         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
11055         non-terse mode.
11056         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
11057         Makefile.in or Makefile.am.
11059 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11061         * ps-print.el (ps-mark-active-p): Fun returned back.
11062         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
11063         `region-active-p' for error checking.
11065 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
11067         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
11068         Put new machinery in place to support editing of change comments
11069         with 'e' in a log-view buffer.  Not documented yet as this
11070         only works for SCCS, RCS, and maybe CVS if you have admin
11071         privileges.  When we have backend support for Subversion and
11072         more modern systems it will be time to write this up.
11074 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
11076         * international/mule-cmds.el (select-safe-coding-system):
11077         When a buffer is modified, cancel the writing.
11079 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
11081         * log-view.el: Add Subversion and Mercurial log format samples.
11083         * vc.el (vc-dired-hook): Significantly speed up by arranging for
11084         it to call the backend dir-state hook (if it exists)
11085         exactly *once*, rather than once per each subdirectory (with
11086         dired-state-info calls on all toplevel files slowing it down even
11087         further).  For this to work, backend dir-state methods have to
11088         recurse to subdirectories.  Most of them already did anyway; a few
11089         needed *non*-recursion switches removed.  This change mostly
11090         removed code that was perversely bad and should have been shot
11091         through the head years ago.
11093         * vc-bzr.el (vc-bzr-dir-state):
11094         * vc-cvs.el (vc-cvs-dir-state):
11095         * vc-mcvs.el (vc-mcvs-dir-state):
11096         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
11098         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
11099         multiple arguments, so generate logs sequentially when we get them.
11100         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
11101         headers so the various log bindings can do the right thing.
11102         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
11104 2007-12-26  Andreas Schwab  <schwab@suse.de>
11106         * font-lock.el (save-buffer-state): Make sure the state of the
11107         buffer is always restored.
11109 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
11111         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
11113         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
11114         a variable.
11116         * calc/calccomp.el (math-to-percentsigns): New function.
11117         (math-compose-var): Handle variables with percent signs.
11118         (math-compose-expr): Handle function names with percent signs.
11120         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
11121         (math-read-exprs): Handle percent signs in languages that
11122         allow them.
11123         (math-restore-underscores): Remove function.
11124         (math-remove-percentsigns, math-restore-placeholders):
11125         New functions.
11127 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11129         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
11130         of `mark' for error checking.
11132 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
11134         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
11135         New functions.
11136         (image-mode): Set bookmark-make-cell-function appropriately.
11138         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
11140         * bookmark.el (bookmark-make-cell-function): New variable.
11141         (bookmark-make): Call bookmark-make-cell-function's function
11142         instead of bookmark-make-cell.
11143         (bookmark-get-handler, bookmark-jump-internal): New functions.
11144         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11145         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
11146         Use bookmark-jump-internal.
11147         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
11149         * doc-view.el (doc-view-bookmark-make-cell)
11150         (doc-view-bookmark-jump): New functions.
11151         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
11153 2007-12-25  Miles Bader  <miles@gnu.org>
11155         * indent.el (indent-for-tab-command): Rigidly indent the following
11156         sexp along with the current line when a prefix arg is given in the
11157         non-active-region case.  Specify raw prefix in interactive spec.
11158         Simplify main indentation logic to get rid of the conditional call
11159         to `indent-according-to-mode' (it just ended up calling
11160         `indent-line-function' in all cases anyway, which can be done more
11161         simply here).  Remove unnecessary test of ARG in active region case.
11163 2007-12-25  Richard Stallman  <rms@gnu.org>
11165         * allout.el (allout-region-active-p): Rename from my-region-active-p.
11166         Use `use-region-p'.
11167         (allout-write-file-hook-handler): Simplify code.
11169         * ps-print.el (ps-mark-active-p): Function deleted.
11170         (ps-print-preprint-region): Use (mark) for the error check.
11172         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
11174         * winner.el (winner-active-region): Use `mark-active' if it's defined.
11176         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
11178         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
11180         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
11182         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
11184         * progmodes/cc-defs.el (c-region-is-active-p):
11185         Use `mark-active' if it's defined.
11187         * progmodes/cc-cmds.el (c-indent-line-or-region):
11188         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
11190         * simple.el (select-active-regions): New option.
11191         (set-mark): Obey it.
11192         (yank-pop-change-selection): New option.
11193         (current-kill): Obey it.
11195         * simple.el (use-region-p): Rename from `region-active-p'.
11196         (region-active-p): New function.
11198 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
11200         * term/x-win.el (x-select-enable-primary): New option.
11201         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
11203         * mouse.el (mouse-yank-primary): New function (almost same
11204         as mouse-yank-secondary).
11206 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
11208         * calculator.el:
11209         * dframe.el:
11210         * iswitchb.el:
11211         * whitespace.el:
11212         * winner.el:
11213         * emacs-lisp/checkdoc.el:
11214         * mail/feedmail.el:
11215         * net/quickurl.el:
11216         * obsolete/fast-lock.el:
11217         * play/5x5.el:
11218         * progmodes/delphi.el:
11219         * progmodes/idlw-shell.el:
11220         * progmodes/idlwave.el:
11221         * textmodes/artist.el:
11222         * textmodes/ispell.el:
11223         * textmodes/texinfmt.el:
11224         * textmodes/texinfo.el: Remove obsolete definitions of backward
11225         compatibility macros for defcustom, defgroup, defface, when,
11226         unless, with-current-buffer and with-temp-message.
11228 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
11230         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
11232 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11234         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
11235         indeed a process.
11237 2007-12-23  Richard Stallman  <rms@gnu.org>
11239         * simple.el (region-active-p): New function.
11240         (use-empty-active-region): New variable.
11242         * dired-aux.el (dired): Load dired.el at run time too.
11244 2007-12-23  Juri Linkov  <juri@jurta.org>
11246         * man.el (Man-follow-manual-reference): Fill the minibuffer's
11247         default list with a full list of references.
11249         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
11251 2007-12-23  Andreas Schwab  <schwab@suse.de>
11253         * files.el (switch-to-buffer-other-frame): Return the buffer
11254         switched to.
11256 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
11258         Sync with Tramp 2.1.12.
11260         * net/tramp.el: New todo item.
11262         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
11263         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
11265         * net/trampver.el: Update release number.
11267 2007-12-22  Richard Stallman  <rms@gnu.org>
11269         * newcomment.el (comment-region-default): Don't triple the
11270         comment starter if the first region line isn't indented enough.
11272 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11274         * net/imap.el (imap-authenticate): Use current-buffer instead of
11275         buffer, for the cases where imap-authenticate is called with a nil
11276         buffer parameter.
11278 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
11280         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
11281         specifier from format-string.  Reported by Ye Wenbin.
11283 2007-12-20  Jason Rumney  <jasonr@gnu.org>
11285         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
11286         Parent group is font-lock-faces.
11287         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
11288         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
11289         (nxml-version): Remove.
11290         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
11291         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
11292         (nxml-processing-instruction-delimiter)
11293         (nxml-processing-instruction-target)
11294         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
11295         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
11296         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
11297         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
11298         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
11299         (nxml-attribute-prefix, nxml-attribute-colon)
11300         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
11301         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
11302         (nxml-attribute-value, nxml-attribute-value-delimiter)
11303         (nxml-namespace-attibute-value)
11304         (nxml-namespace-attribure-value-delimiter)
11305         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
11306         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
11307         (nxml-glyph): Rename, removing -face suffix.
11308         Inherit from existing font-lock faces.
11309         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
11310         Use new face names.
11312         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11313         (nxml-outline-active-indicator, nxml-outline-ellipsis):
11314         Rename, removing -face suffix.
11315         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
11316         (nxml-highlighted-colon, nxml-highlighted-slash)
11317         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
11318         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
11319         (nxml-highlighted-qname, nxml-outline-display-heading):
11320         Use new face names.
11322         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
11324         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
11326 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
11328         * cus-start.el (all): Use correct group name for members of
11329         mode-line group.
11331         * man.el (Man-default-man-entry): When looking for default man
11332         entry title search text preceding point.  Use when instead of if.
11334         * indent.el (indent-for-tab-command): Fix doc-string typo.
11336         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
11337         vc-parent-buffer is the current buffer.
11339         * info-look.el (info-lookup, info-lookup-setup-mode)
11340         (info-lookup-make-completions): Avoid clobbering Info-history and
11341         Info-history-list.
11343 2007-12-19  Glenn Morris  <rgm@gnu.org>
11345         * progmodes/verilog-mode.el (top-level): Don't require compile.
11346         (compilation-error-regexp-alist, compilation-last-buffer):
11347         Define for compiler.
11348         (verilog-insert-1): New function.
11349         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
11350         Use verilog-insert-1.
11351         (verilog-surelint-off): Use next-error-last-buffer if bound.
11352         Check compile buffer is live.
11354 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
11356         * progmodes/compile.el (compilation-start): Don't pass a FRAME
11357         argument to display-buffer.
11359 2007-12-19  Jason Rumney  <jasonr@gnu.org>
11361         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
11362         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
11363         (rng-byte-compile-load, rng-write-version): Remove.
11365         * nxml/rng-loc.el (rng-schema-locating-files-default)
11366         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
11367         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
11369 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
11371         * files.el (cd-absolute): Set `list-buffers-directory' in order to
11372         show correct path in buffer list.
11374         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
11375         (tramp-find-shell): Send only single prompt setting commands, in
11376         order to avoid double-prompt.
11378         * net/tramp-compat.el (top): Require cl only when compiling.
11379         Reported by Glenn Morris <rgm@gnu.org>.
11381 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
11383         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
11384         (c-comment-continuation-stars): No longer declare with
11385         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
11386         (c-block-comment-prefix): Use symbol-value to
11387         access c-comment-continuation-stars.
11388         * progmodes/cc-mode.el (c-initialize-cc-mode):
11389         Use symbol-value to access c-comment-continuation-stars.
11391 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
11393         * xml.el (xml-escape-string): New function.  Escape string using
11394         xml-entity-alist.
11395         (xml-debug-print-internal): Use xml-escape-string to escape
11396         characters in attributes and in text children of elements.
11398 2007-12-18  Glenn Morris  <rgm@gnu.org>
11400         * progmodes/cc-subword.el (c-subword-mode): Drop support for
11401         systems without define-minor-mode.
11403         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
11405         * progmodes/verilog-mode.el: Replace all instances of
11406         string-to-int with string-to-number, insert-string with insert,
11407         and read-input with read-string.
11408         (top-level): No need to require imenu, reporter, dinotrace, vc,
11409         font-lock when compiling.  Always require compile.  Relegate remaining
11410         compatibility cruft to XEmacs.  Don't require font-lock.
11411         (verilog-version): Remove superfluous concat.
11412         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
11413         No need to define.
11414         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
11415         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
11416         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
11417         (verilog-startup-message-displayed): These are variables, not constants.
11418         (verilog-batch-execute-func, verilog-auto-inst)
11419         (verilog-auto-inst-param): Use mapc rather than mapcar.
11420         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
11421         actually defining.
11422         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
11423         (verilog-modi-get-outputs, verilog-modi-get-inouts)
11424         (verilog-modi-get-inputs, verilog-modi-get-wires)
11425         (verilog-modi-get-regs, verilog-modi-get-assigns)
11426         (verilog-modi-get-consts, verilog-modi-get-gparams)
11427         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
11428         (verilog-modi-get-sub-inputs): Move inline functions earlier in
11429         the file.
11430         (sigs-in, sigs-out): Don't declare multiple times.
11431         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
11432         `defvar'.
11433         (verilog-auto): Call dinotrace-unannotate-all only if bound.
11434         (verilog-module-inside-filename-p): No need to wrap fboundp test
11435         in condition-case.
11436         (reporter-submit-bug-report): Autoload it.
11437         (verilog-mark-defun): Call zmacs-activate-region only if bound.
11438         (verilog-font-customize): Call customize-apropos only if bound.
11439         (verilog-getopt-flags, verilog-auto-reeval-locals):
11440         Use make-local-variable rather than make-variable-buffer-local.
11441         (verilog-company, verilog-project, verilog-modi-cache-list):
11442         Move make-variable-buffer-local calls to top-level.
11443         (font-lock-defaults-alist): Don't define it.
11444         (verilog-need-fld): Remove.
11445         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
11446         (verilog-mode): Only call make-local-hook on XEmacs.
11447         Set font-lock-defaults rather than using verilog-font-lock-init.
11449 2007-12-17  Andreas Schwab  <schwab@suse.de>
11451         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
11452         Fix comment typo.
11454 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
11456         * net/dbus.el (dbus-name-owner-changed-handler):
11457         Use `dbus-unregister-signal' for removing old rules.
11458         Obey new structure of `dbus-registered-functions-table'.
11460 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
11462         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
11464 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
11466         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
11467         function.
11468         (add-submenu): Only define for XEmacs.
11469         (verilog-regexp-words): Revert previous change, keep the other
11470         definition.
11472 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
11474         * progmodes/perl-mode.el (perl-continued-statement-offset)
11475         (perl-continued-brace-offset, perl-brace-offset)
11476         (perl-brace-imaginary-offset, perl-label-offset):
11477         * progmodes/cperl-mode.el (cperl-brace-offset)
11478         (cperl-continued-brace-offset, cperl-label-offset)
11479         (cperl-continued-statement-offset)
11480         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
11481         Add safe-local-variable properties.
11483 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
11485         * progmodes/verilog-mode.el (verilog-mode-map)
11486         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
11487         (verilog-colorize-include-files): Use only overlay functions so
11488         that it can work on both emacs and XEmacs.
11489         (set-extent-keymap): Remove unused defun.
11490         (verilog-kill-existing-comment, verilog-insert-date)
11491         (verilog-insert-year): Rename in order not to pollute the global
11492         namespace from kill-existing-comment, insert-date and
11493         insert-year, respectively.
11494         (verilog-set-auto-endcomments, verilog-header): Update callers.
11496         * files.el (auto-mode-alist): Recognize verilog files.
11498         * progmodes/verilog-mode.el (verilog-string-replace-matches)
11499         (verilog-string-remove-spaces, verilog-re-search-forward)
11500         (verilog-re-search-backward, verilog-re-search-forward-quick)
11501         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
11502         (verilog-get-end-of-line, verilog-within-string): Move definitions
11503         before first use.  No code changes.
11505 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
11507         * progmodes/verilog-mode.el (verilog-mode-version)
11508         (verilog-mode-release-date): Don't use expanding keywords.
11509         (provide): Move to the end of file.
11510         (fboundp): Don't check if eval-when-compile is bound, it is used
11511         later in the file without checking.
11512         (when, unless): Copy definitions from subr.el.
11513         (char-before, defcustom, defface, customize-group)
11514         (verilog-batch-error-wrapper): Don't use old style backquotes.
11515         (verilog-regexp-opt): Avoid using the cl function case.
11516         (verilog-regexp-words): Remove duplicated definition.
11517         (verilog-mode-abbrev-table): Remove, duplicate.
11518         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
11519         Declare and initialize in one step.
11520         (verilog-declaration-prefix-re, verilog-declaration-re)
11521         (verilog-end-of-statement, verilog-indent-declaration)
11522         (verilog-get-lineup-indent): Remove trailing whitespace.
11523         (verilog-mode): Fix autoload cookie.
11524         Set beginning-of-defun-function and end-of-defun-function.  Use when
11525         instead of if.
11526         (verilog-emacs-features, verilog-auto-ascii-enum)
11527         (verilog-insert-indices): Escape braces in doc strings.
11529 2007-12-08  Michael McNamara  <mac@verilog.com>
11530             Wilson Snyder  <wsnyder@wsnyder.org>
11532         * progmodes/verilog-mode.el: New file.
11534 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
11536         * international/latexenc.el (latexenc-find-file-coding-system):
11537         If both coding-system-for-write and buffer-file-coding-system of
11538         latex-main-file are nil, use `undecided'.
11540 2007-12-06  Jason Rumney  <jasonr@gnu.org>
11542         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
11544 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
11546         * files.el (revert-buffer): Docstring fix.
11548 2007-12-11  Glenn Morris  <rgm@gnu.org>
11550         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
11552 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
11554         * calc/calc-aent.el (math-restore-underscores)
11555         (math-string-restore-underscores): New functions.
11556         (math-read-factor): Properly check variable names with underscores
11557         for entries in `math-expr-variable-mapping'.
11559         * calc/calc-lang.el (math-lang-name): New property name.
11561         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
11562         to set language name.
11564 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11566         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11568 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11570         * server.el (server-select-display): Fix important typo.
11571         (server-process-filter): Turn a "" display into nil.
11573 2007-12-09  Juri Linkov  <juri@jurta.org>
11575         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
11576         Check search-upper-case before calling isearch-no-upper-case-p
11577         to set case-fold-search.
11578         (occur): Doc fix.
11579         (occur-1, perform-replace): Check search-upper-case before calling
11580         isearch-no-upper-case-p to set case-fold-search.
11582         * isearch.el (search-upper-case): Doc fix.
11583         (isearch-mode-map): Bind `M-s o' to isearch-occur.
11584         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
11585         (isearch-query-replace-regexp): Doc fix.
11586         (isearch-occur): New function.
11588 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11590         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
11591         backward compatibility.
11593         * net/imap.el (imap-string-to-integer): New function.
11595 2007-12-09  David Kastrup  <dak@gnu.org>
11597         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
11598         directories.  Not sure anybody uses this anymore, though.
11600 2007-12-09  Glenn Morris  <rgm@gnu.org>
11602         * emulation/viper-init.el (top-level): Use dolist rather than mapc
11603         in make-variable-frame-local call.
11605 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
11607         * mail/hashcash.el (declare-function):
11608         * net/imap.el (declare-function): New no-op macro for backward
11609         compatibility.
11611 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
11613         Sync makefile.w32-in with Makefile.in.
11615         * makefile.w32-in (check-declare): New target.
11616         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
11617         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
11618         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
11619         ($(lisp)/progmodes/cc-mode.elc): Use it.
11620         ($(lisp)/progmodes/cc-mode.elc): New rule.
11622 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11624         * indent.el (tab-stop-list): Mark as safe-local-variable.
11626         * generic-x.el (etc-sudoers-generic-mode): New mode.
11627         (generic-unix-modes): Add it.
11629 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
11631         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
11632         apply wildcards in a hash table key; there is no usable hash code then.
11633         (dbus-registered-functions-table): Use `equal' as test function.
11634         (dbus-name-owner-changed-handler): Rewrite due to new hash table
11635         structure.
11637 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
11639         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
11640         bound error in block comment branch.
11642 2007-12-08  David Kastrup  <dak@gnu.org>
11644         * textmodes/reftex.el (reftex-select-with-char):
11645         * textmodes/reftex-toc.el (reftex-toc-do-promote)
11646         (reftex-toc-visit-location, reftex-toc-find-section):
11647         * textmodes/reftex-index.el (reftex-index-show-entry):
11648         * textmodes/org.el (org-cycle-hide-archived-subtrees)
11649         (org-table-rotate-recalc-marks, org-mark-ring-push)
11650         (org-follow-info-link, org-mhe-get-message-folder-from-index)
11651         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
11652         (org-evaluate-time-range, org-edit-agenda-file-list):
11653         * textmodes/artist.el (artist-select-next-op-in-list)
11654         (artist-select-prev-op-in-list):
11655         * term/mac-win.el (mac-service-insert-text):
11656         * startup.el (fancy-about-screen):
11657         * progmodes/vhdl-mode.el (vhdl-decision-query):
11658         * progmodes/idlwave.el (idlwave-template)
11659         (idlwave-scroll-completions, idlwave-display-completion-list):
11660         * progmodes/ebrowse.el (ebrowse-show-progress):
11661         * progmodes/cperl-mode.el (cperl-find-pods-heres):
11662         * progmodes/antlr-mode.el (antlr-insert-option-do):
11663         * play/mpuz.el (mpuz-close-game):
11664         * net/rcirc.el (rcirc-next-active-buffer):
11665         * mail/reporter.el (reporter-update-status):
11666         * kmacro.el (kmacro-display):
11667         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
11668         * emulation/viper-util.el (viper-save-setting):
11669         * emacs-lisp/lisp-mnt.el (lm-verify):
11670         * emacs-lisp/edebug.el (edebug-set-mode):
11671         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
11672         * calendar/calendar.el (calendar-print-day-of-year):
11673         * calc/calcalg3.el (calc-curve-fit):
11674         * calc/calcalg2.el (math-integral):
11675         * calc/calc.el (calc-read-key-sequence, calc-version):
11676         * calc/calc-mode.el (calc-set-simplify-mode):
11677         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
11679 2007-12-07  D. Goel  <deego3@gmail.com>
11681         * progmodes/idlw-shell.el (idlwave-shell-display-line)
11682         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11683         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
11684         * mail/uce.el (uce-reply-to-uce)
11685         * progmodes/vhdl-mode.el (vhdl-template-modify)
11686         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
11687         to `error' (as suggested by RMS.)
11689 2007-12-07  Glenn Morris  <rgm@gnu.org>
11691         * allout.el (allout-write-file-hook-handler):
11692         * textmodes/reftex.el (reftex-TeX-master-file):
11693         * textmodes/reftex-parse.el (reftex-short-context):
11694         Revert previous change.
11696 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
11698         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
11699         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
11700         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11701         (dbus-event-service-name, dbus-event-path-name)
11702         (dbus-event-interface-name, dbus-event-member-name): Fix for new
11703         event structure.
11704         (dbus-list-activatable-names, dbus-list-names)
11705         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
11706         Reorder `dbus-call-method' arguments.
11708 2007-12-06  D. Goel  <deego3@gmail.com>
11710         * allout.el (allout-write-file-hook-handler):
11711         * textmodes/reftex.el (reftex-TeX-master-file):
11712         * textmodes/org.el (org-paste-subtree):
11713         * progmodes/vhdl-mode.el (vhdl-template-modify):
11714         * progmodes/idlw-shell.el (idlwave-shell-send-command)
11715         (idlwave-shell-display-line):
11716         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11717         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
11718         * net/trampver.el (x):
11719         * mail/uce.el (uce-reply-to-uce):
11720         * mail/rmailout.el (rmail-output):
11721         * mail/feedmail.el (feedmail-dump-message-to-queue):
11722         * whitespace.el (whitespace-write-file-hook):
11723         * wdired.el (wdired-check-kill-buffer):
11724         * vc.el (vc-update):
11725         * vc-mcvs.el (vc-mcvs-checkin):
11726         * vc-cvs.el (vc-cvs-checkin):
11727         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
11728         * ibuffer.el (ibuffer-current-buffer):
11729         * dired.el (dired-move-to-end-of-filename):
11730         * bindings.el (complete-symbol):
11731         * textmodes/org-publish.el (org-publish-file):
11732         (org-publish-current-project):
11733         * textmodes/reftex-parse.el (reftex-short-context):
11734         * textmodes/texinfmt.el: Fix buggy calls to `error'.
11736 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11738         * doc-view.el (doc-view-dvi->pdf-sentinel)
11739         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
11740         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
11741         within a sentinel or timer.
11742         (doc-view-display): Don't try to display before the requested page
11743         is available, unless told to do so explicitly.
11744         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
11745         Force display even if the requested page is not available.
11747 2007-12-06  Richard Stallman  <rms@gnu.org>
11749         * help-fns.el (describe-function-1): Call ad-get-advice-info
11750         only on symbols.
11752 2007-12-06  Glenn Morris  <rgm@gnu.org>
11754         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
11755         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
11756         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
11757         faces in non-light-background case.
11759         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
11760         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
11761         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
11762         * emulation/vi.el, emulation/viper-cmd.el:
11763         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
11764         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
11765         * textmodes/fill.el: Remove directory part from filenames in
11766         function declarations.
11768         * dired-aux.el (mailcap-mime-info): Update declaration.
11770 2007-12-05  Richard Stallman  <rms@gnu.org>
11772         * wid-edit.el (widget-type): Doc fix.
11774 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11776         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11777         Don't match "sub { (...) ... }".
11779 2007-12-05  Richard Stallman  <rms@gnu.org>
11781         * international/mule-cmds.el (toggle-input-method-active): New var.
11782         (toggle-input-method): Bind toggle-input-method-active to t.
11783         Error if it was already non-nil.
11785 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
11787         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11789 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
11791         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
11792         see if certs should be verified and what is to be done in the
11793         event of a verification failure.
11795 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
11797         * net/tls.el (tls-program): Provide more custom choices from
11798         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11799         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11800         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11801         version.  Minor improvement to doc strings.
11802         (tls-program): Add comment.
11804 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
11806         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11807         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11808         mismatch between the hostname provided in the certificate and the name
11809         of the host connnecting to.
11810         (open-tls-stream): Use them.  Check certificates against trusted root
11811         certificates.
11813 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11815         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11816         (imap-parse-status): Upcase status-att for broken servers that sends
11817         them lower-case (e.g., MS Exchange 2007).
11819 2007-12-05  D. Goel  <deego3@gmail.com>
11821         * simple.el (undo):
11822         * image-dired.el (image-dired-display-thumb-properties):
11823         (image-dired-modify-mark-on-thumb-original-file):
11824         (image-dired-dired-display-properties):
11825         * help.el (help-window-display-message):
11826         * files.el (hack-local-variables-confirm):
11827         * ediff.el (ediff-version):
11828         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
11829         `message' and `error': Ensure that first arg is a format string.
11831         * emacs-lisp/find-func.el (find-library-name): Prefer files with
11832         ".el" suffix over "".
11834 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
11836         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
11837         interface and member fields.
11839 2007-12-05  Glenn Morris  <rgm@gnu.org>
11841         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
11842         (pcomplete-here): Autoload it.
11844         * eshell/em-basic.el (print-func): No need to define for compiler.
11846         * eshell/esh-cmd.el (eshell-debug-command):
11847         * eshell/esh-io.el (eshell-print): Move definitions before use.
11849         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
11851         * eshell/esh-util.el (top-level): Don't require pp.
11852         Use condition-case rather than ignore-errors.
11854         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
11856         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
11857         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11858         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
11859         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
11860         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
11861         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
11862         * eshell/esh-util.el, eshell/eshell.el: Require individual files
11863         if needed when compiling, rather than esh-maint.  Collect any
11864         require statements.  Move provide statement to end.  Move any
11865         commentary to start.
11867         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
11868         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
11869         * eshell/esh-proc.el, eshell/esh-var.el:
11870         Require individual files if needed when compiling, rather than
11871         esh-maint.  Collect any require statements.  Leave provide at start.
11872         Move any commentary to start.
11874         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11875         Remove declared function from byte-compile-noruntime-functions.
11877         * ediff-util.el (ediff-version):
11878         * progmodes/python.el (compilation-shell-minor-mode):
11879         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
11880         (calendar-bahai-date-string, calendar-check-holidays)
11881         (calendar-chinese-date-string, calendar-coptic-date-string)
11882         (calendar-ethiopic-date-string, calendar-forward-day)
11883         (calendar-french-date-string, calendar-goto-date)
11884         (calendar-goto-today, calendar-hebrew-date-string)
11885         (calendar-islamic-date-string, calendar-iso-date-string)
11886         (calendar-julian-date-string, calendar-mayan-date-string)
11887         (calendar-persian-date-string, gnus-summary-last-subject)
11888         (parse-time-string, rmail-show-message): Declare as functions.
11890 2007-12-05  Michael Olson  <mwolson@gnu.org>
11892         * textmodes/remember.el: Merge contents of remember-diary.el here,
11893         updating header.  Add autoload cookie so that byte-compilation
11894         works without warning.
11895         (remember-diary-file): Default to nil, since diary might not yet
11896         be loaded at this point, which would deny us access to diary-file.
11897         (remember-diary-extract-entries): If remember-diary-file is nil,
11898         then use diary-file instead.
11900         * textmodes/remember-diary.el: Remove, due to the issue of needing
11901         the first 8 characters of a filename to be unique.
11903 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
11905         * net/dbus.el (dbus-hash-table=): New defun.
11906         (dbus-hash-table-test): New hash table test function, used in
11907         `dbus-registered-functions-table'.
11908         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11909         (dbus-event-service-name, dbus-event-path-name)
11910         (dbus-event-interface-name, dbus-event-member-name):
11911         Rewrite, due to new structure of `dbus-event'.
11913 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
11915         * ido.el (ido-save-history): Set the `coding' local
11916         variable in the first line of the file.
11918 2007-12-04  Glenn Morris  <rgm@gnu.org>
11920         * password-cache.el: Move here from gnus/password.el.
11921         (top-level): Don't require cl when compiling.
11922         (password-read-and-add): Doc fix.  Make obsolete.
11924         * net/tramp.el: Require password-cache or password.
11926         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
11927         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
11928         compiling.
11929         (cua-set-rectangle-mark): Add doc string to autoload.
11930         (cua--rectangle, cua--last-killed-rectangle)
11931         (cua--global-mark-active): Always define for compiler.
11932         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
11933         (cua--delete-rectangle, cua--insert-rectangle)
11934         (cua--rectangle-corner, cua--rectangle-assert)
11935         (cua--insert-at-global-mark, cua--global-mark-post-command):
11936         Declare as functions.
11938         * emulation/cua-gmrk.el (top-level): Move provide to end.
11940         * emulation/cua-rect.el (top-level): Move provide to end.
11941         Don't require cua-gmrk when compiling.
11942         (cua--cut-rectangle-to-global-mark)
11943         (cua--copy-rectangle-to-global-mark): Declare as functions.
11945         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
11946         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
11947         (viper-vi-state-cursor-color):
11948         Consolidate make-variable-frame-local calls.
11950         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
11951         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
11952         than bbdb-address-street1,2,3.
11954         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11955         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
11957 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
11959         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
11960         (save-place-alist-to-file, load-save-place-alist-from-file):
11961         Don't print non-error messages at all, there's really no need.
11962         Do print if there's a problem, and clarify message in that case.
11964 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11966         * ediff-diff.el (ediff-prepare-error-list):
11967         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
11969 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
11971         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
11972         (doc-view-current-overlay, doc-view-pending-cache-flush):
11973         Add doc string.
11975 2007-12-03  Richard Stallman  <rms@gnu.org>
11977         * subr.el (declare-function): Move from byte-run.el.
11979         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
11981         * window.el (recenter-top-bottom): Don't use `ecase'.
11983 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
11985         * saveplace.el (save-place-alist-to-file):
11986         Set coding-system-for-write once and refer to it throughout.
11987         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
11989 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
11991         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
11992         system when writing, and set it in the first-line file variables.
11993         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
11994         Juanma Barranquero.
11996 2007-12-02  Glenn Morris  <rgm@gnu.org>
11998         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11999         Reverse branches of if statement.
12001         * emulation/viper-cmd.el (top-level): Don't require advice.
12002         Don't load viper-util, viper-keym, viper-mous, viper-macs,
12003         viper-ex when compiling.
12005         * emulation/viper-ex.el (top-level): Don't load viper-util,
12006         viper-keym when compiling.
12008         * emulation/viper-init.el (top-level): Move provide statement to end.
12010         * emulation/viper-keym.el (top-level): Don't load viper-util when
12011         compiling.  Move provide statement to end.
12013         * emulation/viper-macs.el (top-level): Don't load viper-util,
12014         viper-keym, viper-mous when compiling.
12016         * emulation/viper-mous.el (top-level): Don't load viper-util when
12017         compiling.
12019         * emulation/viper-util.el (top-level): Don't load viper-init when
12020         compiling.
12022         * emulation/viper.el (top-level): Don't require ring.
12023         Don't load viper-init, viper-cmd when compiling.
12025         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
12026         Move here from gnus/.
12028 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
12030         Offer option for saveplace to be quiet about loading and saving.
12031         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12033         * saveplace.el (save-place-quiet): New customizable boolean.
12034         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
12035         to determine whether to print loading/saving messages.
12037 2007-12-02  Glenn Morris  <rgm@gnu.org>
12039         * mail/binhex.el: Move here from gnus/.
12040         (binhex): New custom group.
12041         (binhex-decoder-program, binhex-decoder-switches)
12042         (binhex-use-external): Move to the binhex custom group.
12044         * mail/uudecode.el: Move here from gnus/.
12045         (uudecode): New custom group.
12046         (uudecode-decoder-program, uudecode-decoder-switches)
12047         (uudecode-use-external): Move to the uudecode custom group.
12049         * net/netrc.el (top-level): Don't load `encrypt' features.
12050         (netrc-parse): Don't use encrypt.
12051         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12053         * progmodes/python.el (top-level): Don't require cl when compiling.
12055 2007-12-02  Agustín Martín  <agustin.martin@hispalinux.es>
12057         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
12058         encoding for aspell process and for communication with it.
12059         Only add "-d" option if not already present.
12060         Use ispell-current-dictionary and ispell-current-personal-dictionary.
12061         General reorganization.
12063         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
12064         encoding here.
12065         (ispell-start-process): Explicitly set encoding here if using aspell.
12067 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
12069         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
12070         function to log-edit.
12072 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
12074         * net/dbus.el: New file.
12076 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
12078         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
12079         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
12080         (calc-lang-parens-are-subscripts): New variables.
12081         (math-expr-special-function-mapping): Remove variable.
12082         (math-eqn-ignore-words, math-tex-ignore-words)
12083         (math-latex-ignore-words): Move to calc-lang.el.
12085         * calc/calc-lang.el (math-compose-vector, math-compose-var)
12086         (math-tex-expr-is-flat): Declare as functions.
12087         (calc-lang-slash-idiv, calc-lang-allow-underscores)
12088         (math-comp-left-bracket, math-comp-right-bracket)
12089         (math-comp-comma, math-comp-vector-prec): Declare as variables.
12090         (math-var-formatter, math-matrix-formatter)
12091         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
12092         (math-punc-table, math-compose-subscr, math-dots)
12093         (math-func-formatter): New property names to store language
12094         specific information.
12095         (math-compose-tex-var, math-compose-tex-intv)
12096         (math-compose-maple-intv, math-compose-eqn-intv)
12097         (math-compose-tex-sum, math-compose-tex-func)
12098         (math-compose-tex-intv): New functions.
12099         (math-eqn-ignore-words, math-tex-ignore-words)
12100         (math-latex-ignore-words): Move from calc.el.
12101         (math-special-function-table): Add entries for tex.
12102         (calc-lang-slash-idiv, calc-lang-allows-underscores):
12103         New variables.
12104         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
12105         (math-compose-tex-matrix, math-compose-eqn-matrix)
12106         (math-eqn-special-functions): Move from calccomp.el.
12108         * calc/calccomp.el (math-compose-var): New function.
12109         (math-compose-expr): Allow more special functions to be used.
12110         Change test for formatting fractions.  Use variables and property
12111         names to help with language specific formatting.
12112         (math-compose-tex-matrix, math-compose-eqn-matrix)
12113         (math-eqn-special-functions): Move to calc-lang.el.
12114         (math-compose-rows): Use property names to help with language
12115         specific formatting.
12117         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
12118         into nested subscripts.
12119         (math-read-token): Use variables and property names to help with
12120         language specific parsing.
12121         (math-read-expression-level): Use variables to help with language
12122         specific parsing.
12124 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12126         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
12127         (archive-rar-summarize): Allow the file name to be passed as argument.
12128         Remove unused vars `header' and `footer'.
12129         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
12131 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
12133         * log-edit.el (log-edit-show-diff): New function.
12134         (log-edit-mode-map, log-edit-menu): Bind it.
12135         (log-edit-diff-function): New variable.
12136         (log-edit): Change the 3rd param to be an alist and accept a
12137         function that computes a diff for the files involved.
12139         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
12141 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
12143         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
12144         wrap next-/previous-line in with-no-warnings.
12146 2007-12-01  Glenn Morris  <rgm@gnu.org>
12148         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
12150         * net/dig.el: Move here from gnus/.
12151         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
12153         * net/dns.el: Move here from gnus/.
12154         (top-level): Don't require mm-util, or cl when compiling.
12155         (dns-write-name, dns-read, dns-read-type, query-dns):
12156         Replace mm-with-unibyte-buffer with its expansion.
12157         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
12159         * progmodes/gdb-ui.el (gud-remove, gud-break):
12160         * progmodes/gud.el (gdb-create-define-alist)
12161         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
12162         (hl-line-highlight, gdb-display-source-buffer)
12163         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
12164         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
12166 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
12168         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
12169         Move args on defun line.
12171         * textmodes/org.el (org-calendar-holiday):
12172         Use calendar-check-holidays instead of the obsolete
12173         check-calendar-holidays.
12174         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
12175         (bbdb-company, bbdb-current-record, bbdb-name)
12176         (bbdb-record-getprop, bbdb-record-name)
12177         (bibtex-beginning-of-entry, bibtex-generate-autokey)
12178         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
12179         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
12180         (mh-find-path, mh-get-header-field, mh-get-msg-num)
12181         (mh-header-display, mh-index-previous-folder)
12182         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
12183         (mh-show-buffer-message-number, mh-show-header-display)
12184         (mh-show-msg, mh-show-show, mh-visit-folder)
12185         (org-export-latex-cleaned-string, remember)
12186         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
12187         (rmail-what-message, elmo-folder-exists-p)
12188         (elmo-message-entity-field, elmo-message-field)
12189         (vm-beginning-of-message, vm-follow-summary-cursor)
12190         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
12191         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
12192         (vm-summarize, wl-folder-get-elmo-folder)
12193         (wl-summary-goto-folder-subr)
12194         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
12195         (wl-summary-line-subject, wl-summary-message-number)
12196         (wl-summary-redisplay): Declare as functions.
12198 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
12200         * longlines.el (longlines-show-hard-newlines): Remove handling of
12201         buffer-undo-list and buffer-modified status.
12202         (longlines-show-region, longlines-unshow-hard-newlines):
12203         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
12204         inhibit-modification-hooks here to avoid that a buffer appears
12205         modified when toggling visibility of hard newlines.
12207 2007-11-30  Glenn Morris  <rgm@gnu.org>
12209         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
12211         * progmodes/idlw-complete-structtag.el
12212         (idlwave-sintern-structtag):
12213         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
12214         (idlwave-sintern-sysvartag):
12215         * progmodes/idlwave.el (idlwave-sintern-class-tag)
12216         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
12217         functions.
12219 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
12221         * textmodes/reftex-index.el (texmathp):
12222         * textmodes/reftex-auc.el (TeX-argument-insert)
12223         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
12224         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
12225         (LaTeX-label-list):
12226         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
12227         (rng-clear-conditional-region, rng-do-some-validation): Declare as
12228         functions.
12229         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
12231 2007-11-30  Glenn Morris  <rgm@gnu.org>
12233         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
12234         argument and document it.
12236         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12237         Third argument to declare-function must be a list to specify arglist.
12239         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
12240         Handle declare-function third argument `t' and fourth argument.
12241         (check-declare-verify): Doc fix.  Handle `fileonly' case.
12242         Use progn rather than prog1.
12244         * desktop.el (uniquify-item-base):
12245         * term/mac-win.el (url-type): Declare as functions.
12247         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
12248         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
12249         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
12250         fourth arg to declare-function.
12252         * play/dunnet.el: Don't require cl when compiling.
12253         (byte-compile-warnings): Set via file local variables.
12254         (dun-parse): Let-bind `beg' and `line'.
12256 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
12258         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
12260 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
12262         * calendar/time-date.el (encode-time-value): Doc fix.
12264 2007-11-29  Glenn Morris  <rgm@gnu.org>
12266         * calendar/time-date.el (with-decoded-time-value): Doc fix.
12268         * textmodes/css-mode.el (prog-mode): Remove.
12269         (css-mode): Derive from fundamental-mode rather than prog-mode.
12271         * emacs-lisp/byte-run.el (declare-function): Doc fix.
12273         * emacs-lisp/check-declare.el (check-declare-locate)
12274         (check-declare-verify): Handle `external' files.
12275         (check-declare-errmsg): New function.
12276         (check-declare-verify, check-declare-file, check-declare-directory):
12277         Use check-declare-errmsg to report the number of problems.
12279         * ffap.el (w3-view-this-url)
12280         * mail/mspools.el (vm-visit-folder)
12281         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
12282         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
12283         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
12284         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
12285         (bbdb-records)
12286         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
12287         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
12288         (sasl-make-client, sasl-next-step, sasl-step-data)
12289         (sasl-step-set-data)
12290         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
12291         (htmlr-step): Declare as functions.
12293         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
12294         Use bbdb-address-zip rather than bbdb-address-zip-string.
12296 2007-11-28  Richard Stallman  <rms@gnu.org>
12298         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
12299         Move here from gnus/.
12301 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
12303         * newcomment.el (comment-region-internal): Fix newline insertion
12304         in `block' case.
12306 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12308         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
12310 2007-11-28  Glenn Morris  <rgm@gnu.org>
12312         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
12313         delete .elc files.
12315         * nxml/char-name/unicode: Move to etc/nxml/.
12316         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
12318         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
12319         Declare as a function.
12321         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
12322         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
12323         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
12325         * nxml/nxml-outln.el (nxml-token-start-tag-p)
12326         (nxml-token-end-tag-p): Move definitions before use.
12328         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
12330         * nxml/nxml-uchnm.el (top-level)
12331         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
12332         (nxml-enabled-unicode-blocks): Add custom group.
12334         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
12335         Use string-to-number rather than string-to-int.
12337         * dired-x.el (dired-omit-old-add-entry): Declare as function.
12338         Move definition before use.
12339         (dired-old-find-buffer-nocreate): Declare as function.
12341         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
12342         (check-declare-verify): Handle fset.
12344         * emulation/edt.el (edt-user-emulation-setup):
12345         Test edt-setup-user-bindings is bound before calling.
12347         * emulation/tpu-edt.el: Don't require cl when compiling.
12348         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
12349         (tpu-edt-off): Use condition-case rather than ignore-errors.
12350         Use with-no-warnings.
12352         * eshell/esh-util.el (top-level): Use require rather than load for
12353         ange-ftp.
12355         * mail/supercite.el (sc-version): Redefine as an alias for
12356         emacs-version.
12357         (sc-help-address): Remove.
12358         (sc-version): Use emacs-version rather than sc-version.
12359         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
12361         * net/socks.el (socks-original-open-network-stream): Declare as
12362         function.  Move definition before use.
12364 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
12366         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
12367         (math-make-frac): Declare as functions.
12369 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12371         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
12372         Pacify byte compiler.
12373         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
12375         * progmodes/idlwave.el (idlwave-shell-get-path-info)
12376         (idlwave-shell-temp-file, idlwave-shell-is-running)
12377         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
12378         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
12379         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
12380         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
12381         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
12382         (idlwave-completing-read, idlwave-current-routine)
12383         (idlwave-downcase-safe, idlwave-entry-find-keyword)
12384         (idlwave-expand-keyword, idlwave-find-class-definition)
12385         (idlwave-find-inherited-class, idlwave-find-struct-tag)
12386         (idlwave-get-buffer-visiting, idlwave-in-quote)
12387         (idlwave-make-full-name, idlwave-members-only)
12388         (idlwave-popup-select, idlwave-routine-source-file)
12389         (idlwave-routines, idlwave-sintern-class)
12390         (idlwave-sintern-keyword, idlwave-sintern-method)
12391         (idlwave-sintern-routine-or-method)
12392         (idlwave-substitute-link-target, idlwave-sys-dir)
12393         (idlwave-this-word, idlwave-what-module-find-class)
12394         (idlwave-where):
12395         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
12396         * mail/uce.el (rmail-msg-is-pruned)
12397         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
12398         (rmail-toggle-header):
12399         * mail/sendmail.el (dired-view-file, dired-get-filename):
12400         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
12401         (rmail-display-labels, rmail-msgbeg)
12402         (rmail-set-message-deleted-p, rmail-message-labels-p)
12403         (rmail-show-message, mail-comma-list-regexp)
12404         (mail-parse-comma-list):
12405         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
12406         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
12407         (rfc822-addresses, mail-abbrev-make-syntax-table)
12408         (mail-sendmail-delimit-header, mail-header-end):
12409         * mail/hashcash.el (message-narrow-to-headers-or-head)
12410         (message-fetch-field, message-goto-eoh)
12411         (message-narrow-to-headers):
12412         * vc.el (view-mode-exit): Declare as functions.
12414         * mail/vms-pmail.el:
12415         * vmsproc.el:
12416         * vms-patch.el: Don't byte compile these files, they don't work.
12418 2007-11-27  Glenn Morris  <rgm@gnu.org>
12420         * calc/calc-ext.el (math-read-big-rec):
12421         * calc/calc-nlfit.el (math-map-binop):
12422         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
12424         * eshell/eshell.el (eshell-report-bug): Add version number of
12425         obsolescence.
12427         * emulation/viper.el, emulation/viper-util.el,
12428         emulation/viper-macs.el, emulation/viper-keym.el,
12429         emulation/viper-ex.el, emulation/viper-cmd.el:
12430         Load viper-*.el files silently.
12432         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
12433         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
12434         Load ediff-*.el files silently.
12436         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
12437         compiling.
12438         (Info-goto-node): Declare as a function.
12440         * ediff-init.el: Don't load ange-ftp when compiling.
12441         * ediff-util.el: Don't load reporter when compiling.
12443         * ediff-wind.el (ediff-display-pixel-width)
12444         (ediff-display-pixel-height):
12445         * generic-x.el (ini-generic-mode):
12446         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
12447         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
12448         (ps-mule-initialize, ps-mule-begin-job):
12449         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
12450         (mark-calendar-days-named):
12451         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
12452         (add-to-diary-list, diary-name-pattern)
12453         (mark-calendar-days-named):
12454         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
12455         (mark-calendar-days-named):
12456         * calendar/cal-x.el (make-fancy-diary-buffer):
12457         * calendar/holidays.el (calendar-absolute-from-julian):
12458         * calendar/todo-mode.el (calendar-current-date):
12459         * calendar/cal-menu.el (calendar-increment-month)
12460         (calendar-month-name, extract-calendar-year)
12461         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
12462         (calendar-current-date, calendar-cursor-holidays)
12463         (calendar-date-string, insert-diary-entry, calendar-set-mark)
12464         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12465         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12466         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
12467         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
12468         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
12469         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
12470         (calendar-day-of-year-string, calendar-iso-date-string)
12471         (calendar-julian-date-string, calendar-astro-date-string)
12472         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
12473         (calendar-persian-date-string, calendar-bahai-date-string)
12474         (calendar-islamic-date-string, calendar-chinese-date-string)
12475         (calendar-coptic-date-string, calendar-ethiopic-date-string)
12476         (calendar-french-date-string, calendar-mayan-date-string)
12477         (calendar-print-chinese-date, calendar-goto-date):
12478         Declare as functions.
12480         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
12481         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
12483         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
12484         aliases for report-emacs-bug.
12485         (gnus-summary-select-article, gnus-configure-windows): Declare as
12486         functions.
12488         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
12489         compiler.
12491         * pgg.el (pgg-clear-string): Declare as a function.
12492         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
12493         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
12495         * emacs-lisp/check-declare.el (check-declare-locate):
12496         Handle compressed files.
12497         (check-declare-verify): Handle define-generic-mode,
12498         define-global(ized)-minor-mode, define-obsolete-function-alias.
12500 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
12502         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
12503         algebraic modes.
12505         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
12506         (math-is-true, calc-explain-why, calc-alg-edit)
12507         (math-composite-inequalities, math-flatten-lands)
12508         (math-multi-subst, calcFunc-vmatches, math-simplify)
12509         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
12510         (math-read-string, math-read-brackets, math-read-angle-brackets):
12511         Declare as functions.
12513         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
12514         (calc-fit-bell-shaped-logistic-curve)
12515         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
12516         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
12517         (math-max-list): Declare as functions.
12518         (math-map-binop): New function.
12519         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
12521         * calc/calc.el (calc-set-language, calc-edit-finish)
12522         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
12523         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
12524         (math-lessp, calc-embedded-finish-command)
12525         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
12526         (calc-push-list-in-macro, calc-replace-selections)
12527         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
12528         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
12529         (calc-embedded-stack-change, calc-refresh-evaltos)
12530         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
12531         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
12532         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
12533         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
12534         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
12535         (math-dimension-error, calc-incomplete-error, math-float-fancy)
12536         (math-neg-fancy, math-zerop, calc-add-fractions)
12537         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
12538         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
12539         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
12540         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
12541         (math-compose-expr, math-comp-width, math-composition-to-string)
12542         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
12543         (math-adjust-fraction, math-format-binary, math-format-radix)
12544         (math-group-float, math-mod, math-format-number-fancy)
12545         (math-format-bignum-fancy, math-read-number-fancy)
12546         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
12547         (calc-do-embedded-activate, math-do-defmath)
12548         (calc-load-everything): Declare as functions.
12550         * calc/calc-ext.el (math-clip, math-round, math-simplify)
12551         (math-simplify-extended, math-simplify-units, calc-set-language)
12552         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
12553         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
12554         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
12555         (math-normalize-hms, math-normalize-mod, math-make-sdev)
12556         (math-make-intv, math-normalize-logical-op, math-possible-signs)
12557         (math-infinite-dir, math-calcFunc-to-var)
12558         (calc-embedded-evaluate-expr, math-known-nonzerop)
12559         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
12560         (math-format-date, math-vector-is-string, math-vector-to-string)
12561         (math-format-radix-float, math-compose-expr, math-abs)
12562         (math-format-bignum-binary, math-format-bignum-octal)
12563         (math-format-bignum-hex, math-format-bignum-radix)
12564         (math-compute-max-digits): Declare as functions.
12565         (math-provably-realp): Fix typo.
12567         * calc/calc-forms.el (calendar-current-time-zone)
12568         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
12569         functions.
12571         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
12573         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
12574         Declare as functions.
12576         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
12577         (math-posp, math-compare, math-bignum, math-compare-bignum):
12578         Declare as functions.
12580         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
12581         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
12582         (calc-explain-why, calc-clear-command-flag)
12583         (calc-roll-down-with-selections, calc-roll-up-with-selections)
12584         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
12585         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
12586         (math-trunc-special, math-trunc-fancy, math-floor-special)
12587         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
12588         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
12589         (math-pow-zero, math-pow-fancy): Declare as functions.
12591         * calc/calc-mode.el (calc-embedded-save-original-modes):
12592         Declare as a function.
12594         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
12595         Declare as functions.
12596         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
12597         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
12598         Replace `mapcar*' by `math-map-binop'.
12599         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
12601         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
12602         (math-read-expr-level): Declare as functions.
12604         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
12606 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12608         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
12609         end-of-defun-function is called consistently, even for negative
12610         arguments.
12611         (end-of-defun-function): Default to forward-sexp.
12613 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
12615         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12617 2007-11-26  Glenn Morris  <rgm@gnu.org>
12619         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
12620         than :suffix.
12622         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12624 2007-11-26  Simon Josefsson  <simon@josefsson.org>
12626         * net/imap.el: Move from ../gnus.
12628 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12630         * doc-view.el (doc-view-mode-p): New function.
12632 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
12634         * mail/mspools.el (rmail-get-new-mail):
12635         * mail/reporter.el (mail-position-on-field, mail-text):
12636         * mail/rmail.el (mail-position-on-field, mail-text-start)
12637         (rmail-update-summary):
12638         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
12639         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
12640         * mail/rmailout.el (rmail-update-summary):
12641         * mail/rmailsort.el (rmail-update-summary):
12642         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
12643         (dired-view-file):
12644         * mail/uce.el (mail-strip-quoted-names):
12645         * mail/undigest.el (rmail-update-summary):
12646         * mail/unrmail.el (mail-strip-quoted-names):
12647         * ediff.el (diff-latest-backup-file): Declare as functions.
12649         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
12650         (kill-to-end-of-line):
12651         * obsolete/rnews.el (news-set-minor-modes):
12652         Remove non working functions.
12654 2007-11-25  Glenn Morris  <rgm@gnu.org>
12656         * eshell/esh-maint.el (top-level): Use require with NOERROR for
12657         pcomplete.  Don't mess with load-path.
12659         * eshell/eshell.el (eshell-report-bug-address): Remove.
12660         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
12662 2007-11-24  Glenn Morris  <rgm@gnu.org>
12664         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
12665         (appt-disp-window): Don't require electric.
12666         Simplify minibuffer-avoidance code.
12667         (appt-select-lowest-window): Avoid minibuffer.
12669         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
12670         (esh-mode): Require it.
12671         (esh-util): Use require rather than featurep and load.
12672         (eshell): No need to test if eshell-mode is bound; remove obsolete
12673         reference to eshell-auto.
12674         (eshell-command, eshell-command-result): Don't require esh-mode
12675         now that the file does.
12676         (top-level): Move provide statement to the end of the file.
12677         Re-order and update commentary.
12679 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
12681         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
12682         (vc-annotate-toggle-annotation-visibility): New command.
12683         (vc-annotate-mode-map): Bind "V" to it.
12684         (vc-annotate-mode-menu): Add entry for it.
12685         (vc-annotate-get-time-set-line-props): New func.
12686         (vc-annotate-display-autoscale)
12687         (vc-annotate-display-difference): Use it.
12689         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
12690         Also, match one space at end of annotation text, after last paren.
12692 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
12694         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
12695         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
12696         `tramp-completion-mode'.
12698 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
12700         * vc-git.el (vc-git-show-log-entry): New func.
12702         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
12703         (vc-git-state): Use vc-git--call.
12704         (vc-git-registered, vc-git-working-revision)
12705         (vc-git-previous-revision, vc-git-next-revision)
12706         (vc-git--run-command-string, vc-git-symbolic-commit):
12707         Use vc-git--out-ok.
12709 2007-11-24  Glenn Morris  <rgm@gnu.org>
12711         * emacs-lisp/byte-run.el (declare-function): Doc fix.
12713 2007-11-24  Kenichi Handa  <handa@m17n.org>
12715         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
12717 2007-11-23  David Kastrup  <dak@gnu.org>
12719         * server.el (server-process-filter): Use `command-line-args-left'.
12721 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12723         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
12725 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
12727         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
12728         buffer if the parent buffer is in vc-dired-mode.
12730 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
12732         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
12734 2007-11-23  Juri Linkov  <juri@jurta.org>
12736         * dired.el (dired-read-dir-and-switches): For C-x d, set the
12737         value for M-n to the visited file name of the current buffer.
12738         Use minibuffer-with-setup-hook to set minibuffer-default to
12739         buffer-file-name inside read-file-name.
12741         * man.el (Man-getpage-in-background): Don't disregard user option
12742         `Man-width' on non-window systems.  Remove test for `window-system'
12743         around setting envvar "COLUMNS" depending on the value of `Man-width'.
12745         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
12746         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
12747         of "--color=always".
12749 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12751         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
12752         beginning-of-defun-function.
12754 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12756         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
12758 2007-11-22  Glenn Morris  <rgm@gnu.org>
12760         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
12762         * emacs-lisp/check-declare.el (check-declare-locate): New function.
12763         (check-declare-scan): Use check-declare-locate.
12764         (check-declare-verify): No longer adjust fnfile, now
12765         check-declare-locate does it.
12767         * emacs-lisp/byte-run.el (declare-function): Doc fix.
12769 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12771         * subr.el (posn-col-row): Make the `default-value' use explicit.
12773         * window.el (balance-windows): Remove unused var `counter'.
12774         (bw-balance-sub): Remove unused var `lastchild'.
12775         (split-window-vertically): Remove unused var `switch'.
12776         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
12778         * emacs-lisp/bytecomp.el
12779         (byte-compile-file-form-custom-declare-variable): Simplify.
12781 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12783         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
12784         Set `show-trailing-whitespace' to nil.
12786         * dired.el (make-symbolic-link):
12787         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
12788         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
12789         * dired-x.el (make-symbolic-link):
12790         * frame.el (x-initialize-window-system):
12791         * menu-bar.el (x-menu-bar-open):
12792         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
12793         (x-store-cut-buffer-internal):
12794         * wdired.el (make-symbolic-link):
12795         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
12796         (x-send-client-message):
12797         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
12799 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
12801         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
12803 2007-11-22  Glenn Morris  <rgm@gnu.org>
12805         * dos-fns.el (int86):
12806         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
12808         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
12810         * calendar/holidays.el (holiday-list): Add autoload cookie.
12812         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
12813         files relative to src/ directory.
12814         (check-declare-verify): Handle .c files.  Warn if could not find
12815         an arglist to check.
12817         * emacs-lisp/byte-run.el (declare-function): Doc fix.
12819 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
12821         * replace.el (occur-mode-map): Add a major mode menu with entries
12822         for all occur operations.
12824         * international/titdic-cnv.el (dos-8+3-filename):
12825         * obsolete/fast-lock.el (msdos-long-file-names):
12826         * frame.el (msdos-mouse-p):
12827         * files.el (msdos-long-file-names, w32-long-file-name):
12828         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12829         (mac-resume-apple-event, mac-font-panel-mode)
12830         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12831         (mac-clear-font-name-table):
12832         * term/pc-win.el (msdos-remember-default-colors)
12833         (w16-set-clipboard-data, w16-get-clipboard-data):
12834         * term/w32-win.el (w32-send-sys-command, w32-select-font)
12835         (set-message-beep):
12836         * net/browse-url.el (w32-shell-execute):
12837         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12838         (w32-get-locale-info, w32-get-valid-locale-ids)
12839         (w32-set-clipboard-data):
12840         * dos-fns.el (int86, msdos-long-file-names):
12841         * dos-w32.el (default-printer-name): Declare as functions.
12843 2007-11-21  Jason Rumney  <jasonr@gnu.org>
12845         * emacs-lisp/byte-run.el (declare-function): Return nil.
12847 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12849         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
12851 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
12853         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
12855 2007-11-21  Glenn Morris  <rgm@gnu.org>
12857         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
12858         for now.  Handle define-minor-mode, and defalias (with no argument
12859         checking).
12861 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
12863         * frame.el (msdos-mouse-p):
12864         * files.el (msdos-long-file-names, w32-long-file-name):
12865         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12866         (mac-resume-apple-event, mac-font-panel-mode)
12867         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12868         (mac-clear-font-name-table):
12869         * term/pc-win.el (msdos-remember-default-colors)
12870         (w16-set-clipboard-data, w16-get-clipboard-data):
12871         * term/w32-win.el (w32-send-sys-command, w32-select-font)
12872         (set-message-beep):
12873         * net/browse-url.el (w32-shell-execute):
12874         * dos-fns.el (int86, msdos-long-file-names):
12875         * dos-w32.el (default-printer-name): Undo previous change.
12877 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
12879         * international/mule-cmds.el (set-locale-environment):
12880         Set default-file-name-coding-system _after_ keyboard and terminal
12881         coding systems.  This fixes last change.
12883         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
12884         one space after "Subject:".
12886 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12888         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
12889         in order to determine if there's a conflict.
12891 2007-11-21  Richard Stallman  <rms@gnu.org>
12893         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
12895         * reposition.el (reposition-window):
12896         Binding C-M-l moved to bindings.el.
12898         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
12900         * add-log.el (add-change-log-entry-other-window):
12901         Key binding C-x 4 a moved to bindings.el.
12903         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
12904         from filecache.el.
12906         * filecache.el: Minibuffer map bindings moved to bindings.el.
12908 2007-11-21  Jason Rumney  <jasonr@gnu.org>
12910         * international/mule-cmds.el (set-locale-environment):
12911         Set default-file-name-coding-system from system defaults on Windows.
12913 2007-11-21  Jason Rumney  <jasonr@gnu.org>
12915         * term/w32console.el: New term init file for w32 console.
12917         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
12918         (x-setup-function-keys): Likewise, replacing top-level key definitions.
12919         (w32-tty-standard-colors): Move to term/w32console.el.
12921         * term/w32-win.el (x-setup-function-keys): Remove.
12923         * term/tty-colors.el (tty-register-default-colors): Remove special
12924         case for w32.
12926 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
12928         * frame.el (msdos-mouse-p):
12929         * generic-x.el (w32-shell-name):
12930         * files.el (msdos-long-file-names, w32-long-file-name)
12931         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
12932         (dos-8+3-filename, vms-read-directory, view-mode-disable):
12933         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
12934         (mac-resume-apple-event, mac-font-panel-mode)
12935         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
12936         (mac-clear-font-name-table):
12937         * term/pc-win.el (msdos-remember-default-colors)
12938         (w16-set-clipboard-data, w16-get-clipboard-data):
12939         * term/w32-win.el (w32-send-sys-command, w32-select-font)
12940         (set-message-beep):
12941         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
12942         (w32-get-locale-info, w32-get-valid-locale-ids)
12943         (w32-set-clipboard-data):
12944         * help-fns.el (ad-get-advice-info):
12945         * font-lock.el (fast-lock-after-fontify-buffer)
12946         (fast-lock-after-unfontify-buffer, fast-lock-mode)
12947         (lazy-lock-after-fontify-buffer)
12948         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
12949         * net/browse-url.el (w32-shell-execute):
12950         * dos-fns.el (int86, msdos-long-file-names):
12951         * dos-w32.el (default-printer-name): Declare as functions.
12953 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
12955         * textmodes/paragraphs.el (forward-sentence): Doc fix.
12956         Reported by Drew Adams <drew.adams@oracle.com>.
12958 2007-11-20  Jason Rumney  <jasonr@gnu.org>
12960         * term/w32-win.el (x-setup-function-keys): Protect against
12961         multiple calls on the same terminal.
12963 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12965         * term/mac-win.el (x-setup-function-keys): Only setup
12966         local-function-key-map if it has not been setup already for the
12967         current frame.  Move the suspend-emacs processing here.
12969 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
12971         * progmodes/grep.el (xargs-program): New variable.
12972         (grep-compute-defaults): Use it.
12973         (grep-default-command): Doc fix.
12974         (grep, lgrep, rgrep): Reflow docstrings.
12976 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12978         * vc.el (vc-find-revision): Set the parent buffer.
12979         Use when instead of if.
12981         * progmodes/python.el (info-lookup-maybe-add-help):
12982         * progmodes/ps-mode.el (doc-view-minor-mode):
12983         * mail/emacsbug.el (Info-menu, Info-goto-node):
12984         * emulation/viper-keym.el (viper-ex)
12985         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
12986         * emulation/viper-cmd.el (widget-type, widget-button-press)
12987         (viper-set-hooks):
12988         * emacs-lisp/tcover-unsafep.el (unsafep-function):
12989         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
12990         (ses-load, ses-vector-delete, ses-create-header-string)
12991         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
12992         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
12994 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12996         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
12998 2007-11-20  Glenn Morris  <rgm@gnu.org>
13000         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
13001         for end of function-name.  Handle define-derived-mode.
13003 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13005         * progmodes/idlw-help.el: Require browse-url unconditionally, it
13006         is available by default.
13007         (idlwave-help-browse-url-available): Change default to t.
13009         * emulation/edt.el (defgroup, defcustom): Remove definition.
13010         (eval-when-compile): Remove.
13011         (c-mark-function):
13012         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
13013         * textmodes/fill.el (comment-search-forward)
13014         (comment-string-strip):
13015         * progmodes/prolog.el (comint-mode, comint-send-string)
13016         (comint-send-region, comint-send-eof):
13017         * progmodes/dcl-mode.el (imenu-default-create-index-function):
13018         * emulation/viper-util.el (viper-forward-Word):
13019         * emulation/vi.el (c-mark-function):
13020         * emulation/edt-vt100.el (vt100-wide-mode):
13021         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
13023 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
13025         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13026         Still some tuning in case of an echoing shell.
13027         (tramp-send-command): Connection property "remote-echo" is not
13028         persistent; cache key is the process therefore.
13030 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
13032         * replace.el (map-query-replace-regexp): Doc fix (revert part of
13033         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
13035 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
13037         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
13038         * play/yow.el (doctor-ret-or-read):
13039         * vc-hooks.el (vc-dired-resynch-file):
13040         * vc-hg.el (log-view-get-marked):
13041         * smerge-mode.el (ediff-cleanup-mess):
13042         * pcvs.el (vc-editable-p, vc-checkout):
13043         * pcomplete.el (comint-bol):
13044         * informat.el (texinfo-format-refill):
13045         * ido.el (tramp-tramp-file-p):
13046         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
13047         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
13048         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
13049         functions.
13051         * textmodes/ispell.el (ispell-int-char): Make it a defalias
13052         instead of fset.
13053         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
13055         * ido.el (ido-file-internal): Move with-no-warnings to include the
13056         ffap-string-at-point call.
13058         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
13060         * vc-hg.el (vc-hg-revision-table): Fix last change.
13062 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
13064         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
13065         clipboard-yank when the buffer is read-only.
13067         * cus-edit.el (custom-field-keymap): Move to other Custom mode
13068         keymaps such that it's before the definition of Custom-mode-menu.
13069         (Custom-mode-menu): Show it for custom-field-keymap too.
13071 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
13073         * progmodes/gdb-ui.el: Update commentary.
13075 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
13077         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
13079 2007-11-19  Glenn Morris  <rgm@gnu.org>
13081         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
13082         does not exist, try adding `.el' extension.  Also search for defsubsts.
13084         * cus-edit.el (recentf-expand-file-name):
13085         * dired.el (dired-relist-entry):
13086         * subr.el (w32-shell-dos-semantics):
13087         * emacs-lisp/bytecomp.el (compilation-forget-errors):
13088         Declare as functions.
13090 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13092         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
13093         (prepare-abbrev-list-buffer): Use dolist.
13094         (clear-abbrev-table): Preserve properties.
13096 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
13098         * textmodes/texinfmt.el (texinfo-format-printindex):
13099         Collect combined indexes using texinfo-short-index-format-cmds-alist.
13100         Reported on <bug-texinfo@gnu.org>.
13102 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
13104         * net/tramp.el (tramp-completion-reread-directory-timeout):
13105         New defcustom.
13106         (tramp-handle-file-name-all-completions): Flush directory contents
13107         from cache regularly.
13108         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
13109         (tramp-open-connection-setup-interactive-shell):
13110         Call `tramp-cleanup-connection' via funcall.
13112         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
13113         created when copying.
13115 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
13117         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
13118         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
13119         * eshell/esh-ext.el (eshell-external-command):
13120         * eshell/esh-cmd.el (require):
13121         * eshell/em-unix.el (eshell-plain-locate-behavior):
13122         * eshell/em-cmpl.el (eshell-cmpl-initialize):
13123         Replace eshell-under-xemacs-p with (featurep 'xemacs).
13124         * eshell/esh-mode.el (characterp, char-int): Remove unused
13125         conditional defaliases.
13127         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
13128         Rename from event-matches-key-specifier-p, define unconditionally.
13129         (event-basic-type): Remove unused defalias.
13130         (pcomplete-show-completions):
13131         Use pcomplete-event-matches-key-specifier-p.
13133 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
13135         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
13136         when saving esh-groups.el.
13138 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
13140         * wid-edit.el (widget-default-complete):
13141         * progmodes/flymake.el (flymake-goto-file-and-line):
13142         Fix typo in (doc-)string.
13144 2007-11-17  Glenn Morris  <rgm@gnu.org>
13146         * emacs-lisp/byte-run.el (declare-function): New macro.
13147         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13148         New function, byte-hunk-handler for declare-function.
13149         (byte-compile-callargs-warn): Handle declared functions.
13151         * emacs-lisp/check-declare.el: New file.
13152         * Makefile.in (check-declare): New target.
13154         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
13156         * subr.el (process-lines): Move here from ../admin/admin.el.
13157         * emacs-lisp/authors.el (authors-process-lines): Remove.
13158         (authors): Use process-lines rather than authors-process-lines.
13160         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
13161         Remove these files.
13163 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
13165         * emacs-lisp/backquote.el (backquote):
13166         Improve argument/docstring consistency.
13168         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
13169         (ring-length, ring-empty-p): Use c[ad]dr.
13170         (ring-plus1): Use `1+'.
13171         (ring-minus1): Use `zerop'.
13172         (ring-remove): Use c[ad]dr.  Use `when'.
13173         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
13174         (ring-ref): Use `let', not `let*'.
13175         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
13176         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
13177         (ring-member): Simplify.  Doc fix.
13178         (ring-convert-sequence-to-ring): Simplify.
13180 2007-11-17  Juri Linkov  <juri@jurta.org>
13182         * dired-aux.el (dired-create-directory): Allow creating
13183         a directory of an arbitrary depth.  Add a loop to find the topmost
13184         nonexistent parent dir `new', and call `dired-add-file' on it.
13185         Set the `PARENTS' arg of `make-directory' to t.
13187 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
13189         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
13190         (math-build-parse-table): Get parse information from math-parse-table.
13192 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13194         * window.el (recenter-last-op): New var.
13195         (recenter-top-bottom): New command.
13196         (global-map): Bind it to C-l.
13198         * abbrev.el (abbrev--write): Fix error in transcription from C.
13200         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
13201         (pc-select-ensure-mark): Set mark-active to a special value instead.
13202         Rename from ensure-mark.  Update call callers.
13203         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
13204         Rewrite.  Update all callers.
13205         (pc-selection-mode): Remove redundant var declaration.
13207 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
13209         * doc-view.el (doc-view-search-backward, doc-view-search):
13210         Fix assignment to free variable bug.
13212 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
13214         * emulation/pc-select.el (pc-select-shifted-mark): New var.
13215         (ensure-mark): Set it.
13216         (maybe-deactivate-mark): New fun.
13217         Use it everywhere instead of (setq mark-active nil).
13219 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13221         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
13222         Add check for XEmacs.
13224         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
13226         * doc-view.el (doc-view-resolution): Add missing :group.
13228 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
13230         * subr.el (make-variable-frame-local):
13231         Fix typo in obsolescence declaration.
13233 2007-11-16  Werner Lemberg  <wl@gnu.org>
13235         * files.el (set-auto-mode-1): Check second line for -*- if file
13236         starts with '\" (which is used by man pages to identify needed
13237         troff preprocessors).
13239 2007-11-16  Glenn Morris  <rgm@gnu.org>
13241         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
13243 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
13245         * calc/calc-lang.el (math-oper-table): Fix typo.
13246         Reduce precedence of "/" for TeX.
13248         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
13250 2007-11-16  Juri Linkov  <juri@jurta.org>
13252         * dired-aux.el (dired-read-shell-command-default): New function.
13253         (dired-read-shell-command): Use its return value for DEFAULT arg.
13255         * replace.el (keep-lines-read-args, occur-read-primary-args):
13256         Use a list of default values for DEFAULT arg of read-from-minibuffer.
13258         * man.el (Man-heading-regexp): Add 0-9.
13259         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
13261 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13263         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
13264         (doc-view-resolution): New custom var.
13265         (doc-view-pdf/ps->png): Use it.
13266         (doc-view-shrink-factor): New var.
13267         (doc-view-enlarge, doc-view-shrink): New commands.
13268         (doc-view-mode-map): Use them.
13270 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13272         * ediff-wind.el (ediff-window-setup-function):
13273         * simple.el (normal-erase-is-backspace):
13274         * eshell/em-unix.el (eshell/info):
13275         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13276         Fix typos in docstrings.
13278         * emulation/cua-base.el (cua--keymaps-initialized):
13279         Rename from `cua--keymaps-initalized'.  Callers changed.
13280         (cua-highlight-region-shift-only): Doc fix.
13281         (cua-paste-pop): Fix typo in docstring.
13283 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13285         * emulation/cua-base.el (cua--pre-command-handler-1):
13286         Use input-decode-map instead of function-key-map.
13287         Use event-modifiers now that it works reliably.
13289         * vc.el (vc-diff-internal): Pop-to-buffer later.
13291         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
13293         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
13294         did not touch them.
13296 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
13298         * calc/calc-menu.el: New file.
13299         * calc/calc.el (calc-mode): Require calc-menu.
13301 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
13303         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
13305 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
13307         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
13308         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
13309         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
13310         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
13311         locations.
13312         (gdb-info-breakpoints-custom, gdb-assembler-custom)
13313         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
13314         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
13316 2007-11-13  Noah Friedman  <friedman@splode.com>
13318         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
13319         bindings to remap when `calc-scan-for-dels' is non-nil.
13321 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13323         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
13324         constant forms.
13325         (byte-compile-nilconstp): New function.
13326         (byte-optimize-cond): Kill subsequent branches when a branch is
13327         know to be taken or not taken.
13328         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
13330 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
13332         * vc.el (vc-register): Allow registering a file passed as a
13333         parameter instead of just the current buffer.
13335 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
13337         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13338         Check whether the output of "uname -sr" has been changed.
13340 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13342         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
13343         patterns from compilation-perl.el and compilation-weblint.el files.
13345 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
13347         * progmodes/compilation-perl.el:
13348         * progmodes/compilation-weblint.el: Disable autoloads, they cause
13349         a bootstrap failure.
13351         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
13352         instead of doing "cvs diff" in order to avoid accessing the repository.
13354 2007-11-12  Kevin Ryde  <user42@zip.com.au>
13356         * progmodes/compilation-perl.el:
13357         * progmodes/compilation-weblint.el: New files.
13359 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
13361         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
13362         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
13363         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
13364         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
13365         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
13366         Rewrite in active voice.
13368 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
13370         * doc-view.el: Add comments about isearch support.
13372 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
13374         * vc.el (vc-start-entry): Fix setting the in the case the function
13375         is called from vc-dired.  Use when instead of if where appropriate.
13377 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13379         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
13380         to be a list.
13381         (ps-begin-job): Error if ps-lpr-switches is not a list.
13383 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13385         * faces.el (face-normalize-spec): Remove function.
13386         (frame-set-background-mode): Undo last change.
13388 2007-11-10  Jason Rumney  <jasonr@gnu.org>
13390         * w32-fns.el: Sync charset names with setup-default-fontset.
13391         Append "-1" where second part missing.
13393 2007-11-10  Juri Linkov  <juri@jurta.org>
13395         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
13396         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
13398         * custom.el (custom-note-var-changed): Remove the `interactive'
13399         spec from this new non-interactive function.
13401 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
13403         * doc-view.el (doc-view-mode-map, doc-view-menu)
13404         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
13405         (doc-view-search-backward): New function.
13406         (doc-view-search): Query new regexp if prefix arg is given, else
13407         jump to next/previous match.
13408         (doc-view-mode): Handle compressed files.
13409         (jka-compr): Required for compressed files.
13411 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
13413         * replace.el (query-replace-show-replacement): New defcustom.
13414         (perform-replace): Use `match-substitute-replacement' if
13415         `query-replace-show-replacement' is non-nil.
13417 2007-11-10  David Kastrup  <dak@gnu.org>
13419         * subr.el (match-substitute-replacement): New function.
13421 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
13423         * files.el (auto-mode-alist): Select org-mode for files with the
13424         extension ".org".
13426 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
13428         * help.el (help-window, help-window-point-marker): New variables.
13429         (help-window-select): New option.
13430         (with-help-window): New macro for displaying help windows.
13431         (help-window-display-message, help-window-setup-finish)
13432         (help-window-setup): New functions used for setting up help windows.
13433         (print-help-return-message): Reset help-window to nil.
13434         (view-lossage): Use with-help-window instead of
13435         with-output-to-temp-buffer and move help-window-point-marker after
13436         inserted text.
13437         (describe-bindings, describe-key, describe-mode): Use
13438         with-help-window instead of with-output-to-temp-buffer.
13440         * help-mode.el (help-mode): Set view-exit-action to bury the
13441         buffer instead of fiddling with windows.  Simplify code.
13442         (help-mode-finish): When help-window eqs t set it to the selected
13443         window and have with-help-window set up view-return-to-alist.
13444         (help-buffer): Add autoload cookie.
13446         * view.el (view-remove-frame-by-deleting): Change default value to t.
13447         Add autoload cookie.
13448         (view-exit-action, view-file, view-file-other-window)
13449         (view-file-other-frame, view-buffer, view-buffer-other-window)
13450         (view-buffer-other-frame): Rewrite doc strings.
13451         (view-return-to-alist-update): New function to remove stale entries
13452         from view-return-to-alist.
13453         (view-mode-enter): Rewrite doc string and simplify code.
13454         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
13455         view-exit-action to nil.  Simplify code and rewrite doc string.
13457         * apropos.el (apropos-describe-plist):
13458         * descr-text.el (describe-char):
13459         * disp-table.el (describe-display-table):
13460         * faces.el (list-faces-display, describe-face):
13461         * facemenu.el (list-colors-display):
13462         * help-fns.el (describe-function, describe-variable)
13463         (describe-syntax, describe-categories):
13464         Use with-help-window instead of with-output-to-temp-buffer.
13466 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
13468         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
13469         Optimize (featurep 'emacs) to t.
13471         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
13472         New function.
13473         (byte-compile-maybe-guarded): Use it to also look for bound
13474         symbols inside `and' forms.  Comment out non-working code that was
13475         trying to avoid warnings for XEmacs code.
13477         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
13479         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
13480         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
13481         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
13482         (vc-cvs-annotate-command):
13483         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
13484         is bound, it always is.
13486 2007-11-10  Jason Rumney  <jasonr@gnu.org>
13488         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
13489         setup here from global scope.
13491 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
13493         * ido.el (ido-save-history): Save the history file in UTF-8, not
13494         the current filename coding system.
13496 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13498         * simple.el (interprogram-cut-function, interprogram-paste-function):
13499         Don't make them frame-local any more.
13501         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
13502         Don't set interprogram-(cut|paste)-function on each frame.
13504         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
13505         Make them work in tty frames.
13506         (interprogram-cut-function, interprogram-paste-function):
13507         Set them globally.
13509 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13511         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
13512         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
13513         (iso-iso2duden-trans-tab): Add docstring.
13515 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13517         * abbrev.el (define-abbrev-table): Record the variable definition.
13519         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
13520         New function.
13522 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13524         * ps-print.el: Clean the code for checking suitable Emacs version.
13525         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
13526         (ps-print-version): New version 6.8.1.
13528 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13530         * files.el (enable-local-variables): Doc fix.
13532 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
13534         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
13536 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
13538         * dired-aux.el (dired-copy-file-recursive):
13539         Preserve directory permissions.
13541 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13543         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
13544         (whitespace-unload-function): New-style unload function.  When run,
13545         unintern `whitespace-unload-hook' and call `unload-feature' recursively
13546         to stop the old hook from messing with the unloading.
13548 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13550         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
13551         (elp-unset-master, elp-results): Fix typos.
13552         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
13553         Doc fixes.
13555         * msb.el (msb--many-menus): Remove variable.
13556         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
13557         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
13558         (msb--toggle-menu-type): Fix typos in docstrings.
13560         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
13561         (shadow-insert-var): Doc fixes.
13562         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
13563         Reflow docstrings.
13564         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
13566 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13568         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
13569         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
13570         Fix typos in autoload docstrings.
13572 2007-11-09  Richard Stallman  <rms@gnu.org>
13574         * savehist.el (savehist-save): Obey savehist-ignored-variables.
13576 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
13578         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
13579         (gdb-var-update-handler-1): Use it.
13581 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13583         * loadhist.el (unload-feature): Remove erroneous check for the
13584         FEATURE-unload-function variable; check the existence of the
13585         function (that's what the docstring says, and it makes more sense).
13587         * follow.el (follow-unload-function): Add docstring.
13588         (follow-unload-function): Remove variable.
13590         * server.el (server-unload-function): Remove variable.
13591         (server-unload-function): Unbind `server-edit' from `C-x #'.
13593         * ses.el (ses-unload-function): New function.
13595 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
13597         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
13598         (unsafep-progn, unsafep-let): Fix typos in docstrings.
13600         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
13601         before use to avoid a warning in packages that require uniquify.
13602         (uniquify-unload-function): New function and var.
13604 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
13606         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
13607         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
13608         (ediff-current-diff-A, ediff-current-diff-B)
13609         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
13610         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
13611         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
13612         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
13613         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
13614         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
13615         (ediff-setup-windows-plain-merge)
13616         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
13617         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
13618         * ediff-util.el (ediff-setup-keymap, )
13619         (ediff-toggle-wide-display, ediff-toggle-multiframe)
13620         (ediff-toggle-use-toolbar, ediff-really-quit)
13621         (ediff-good-frame-under-mouse)
13622         (ediff-highlight-diff-in-one-buffer)
13623         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
13624         (ediff-make-bullet-proof-overlay):
13625         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
13626         (ediff-set-meta-overlay):
13627         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
13628         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
13629         ediff-emacs-p with their former definitions.
13631         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
13632         (viper-has-face-support-p, viper-inactivate-input-method)
13633         (viper-activate-input-method)
13634         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
13635         * emulation/viper-mous.el (viper-multiclick-timeout)
13636         (viper-surrounding-word, viper-mouse-click-insert-word)
13637         (viper-mouse-click-search-word, viper-parse-mouse-key):
13638         * emulation/viper-macs.el (viper-char-array-to-macro):
13639         * emulation/viper.el (viper-go-away, viper-set-hooks)
13640         (viper-non-hook-settings):
13641         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
13642         (viper-get-saved-cursor-color-in-insert-mode)
13643         (viper-get-saved-cursor-color-in-emacs-mode)
13644         (viper-check-version, viper-get-visible-buffer-window)
13645         (viper-file-checked-in-p, viper-set-replace-overlay)
13646         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
13647         (viper-check-minibuffer-overlay, viper-read-key-sequence)
13648         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
13649         with their former definitions.
13650         (viper-eventify-list-xemacs): Only do work for XEmacs.
13651         (viper-set-unread-command-events): Only do work for Emacs.
13652         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
13653         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
13654         (viper-overlay-get, viper-overlay-put, viper-read-event)
13655         (viper-characterp, viper-int-to-char, viper-get-face)
13656         (viper-color-defined-p, viper-iconify): New defaliases replacing
13657         the old fsets.
13659         * progmodes/fortran.el (comment-region-function)
13660         (uncomment-region-function): Pacify byte compiler.
13662         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
13664 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
13666         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
13667         `process-environment'.
13669 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
13671         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
13672         match dir like "a...b".
13674 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13676         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
13678 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
13680         * net/tramp.el (tramp-handle-substitute-in-file-name):
13681         Don't expand the remote connection identification.
13682         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13683         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
13684         before calling stty.
13686         * net/tramp-cache.el (tramp-cache-print)
13687         (tramp-dump-connection-properties): Fix docstring.
13688         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
13690         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
13692         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
13693         remote connection identification when setting connection property.
13695         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
13696         "//" substitutes only in the local filename part.
13698 2007-11-07  David Hansen  <david.hansen@gmx.net>
13700         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
13702 2007-11-07  Glenn Morris  <rgm@gnu.org>
13704         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
13705         Remove superfluous concats.  Move final set-buffer to
13706         non-emacs-specific code.
13708 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
13710         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
13712 2007-11-07  Johan Bockgård  <bojohan@gnu.org>
13714         * eshell/esh-mode.el (eshell-output-filter):
13715         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
13716         Use `with-current-buffer'.
13718 2007-11-07  Andreas Schwab  <schwab@suse.de>
13720         * server.el (server-start): Only register cleanup after server was
13721         started.
13723 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
13725         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
13727         * net/tramp-cache.el (tramp-cache-print): Move down.
13728         (tramp-cache-list-connections): New defun.
13730         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
13732 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
13734         * ido.el (ido-save-history): Write the history file in the current
13735         filename coding system, and add `coding' file-local variable.
13737 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
13739         * textmodes/org.el (org-table-formula-substitute-names):
13740         Remove forgotten temporary debugging code.
13742 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
13744         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
13745         the prompt.
13747 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
13749         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
13751 2007-11-05  Simon Josefsson  <simon@josefsson.org>
13753         * net/tls.el (tls-end-of-info): Doc fix.
13755 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
13757         * international/utf-7.el (utf-7-imap): New coding system.
13758         (utf-7-imap-post-read-conversion): New function.
13759         (utf-7-imap-pre-write-conversion): New function.
13761 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13763         * abbrev.el (abbrev--write): Fix up typo.
13765 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
13767         * abbrev.el (define-abbrev-table): Doc fix.
13769 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
13771         * info.el (Info-revert-buffer-function): New func.
13772         (Info-mode): Arrange to use it for reverting.
13773         (Info-copy-current-node-name): Add space between filename and nodename.
13775 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13777         * abbrev.el (expand-abbrev): Move point back to expansion's end.
13779 2007-11-04  Glenn Morris  <rgm@gnu.org>
13781         * net/tls.el: Don't require rx when compiling.
13782         (tls-end-of-info): Rewrite without using rx.
13783         (open-tls-stream): Use with-current-buffer.
13785 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
13787         * net/tls.el: Require rx when compiling.
13788         (tls-end-of-info): New variable.
13789         (open-tls-stream): Keep reading input until `tls-end-of-info' is
13790         matched.
13792 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
13794         * register.el (append-to-register, prepend-to-register):
13795         Don't signal error on empty register; use the text, instead.
13797 2007-11-03  Michael Olson  <mwolson@gnu.org>
13799         * textmodes/remember.el (remember-buffer):
13800         Use define-obsolete-function-alias rather than defalias.
13802 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
13804         * simple.el (bad-packages-alist): Anchor semantic regexp.
13806 2007-11-03  Glenn Morris  <rgm@gnu.org>
13808         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
13809         if defined, for blank lines.  Doc fix.
13811         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
13812         (fortran-mode): Set values for comment-region-function,
13813         uncomment-region-function and comment-insert-comment-function.
13814         (fortran-uncomment-region): New function.
13816         * textmodes/nroff-mode.el (nroff-mode):
13817         Set comment-insert-comment-function rather than indent-line-function.
13818         (nroff-indent-line-function): Remove.
13819         (nroff-insert-comment-function): New function.
13821 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
13823         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
13825 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
13827         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
13829         * emulation/viper-cmd.el (viper-prev-destructive-command)
13830         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
13831         copy-sequence.
13833         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
13834         Got rid of ediff-copy-list.
13836         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
13837         use face-name.
13838         (ediff-test-utility, ediff-diff-mandatory-option)
13839         (ediff-reset-diff-options): Remove to simplify the mandatory option
13840         handling on Windows.
13841         (ediff-set-diff-options): Add.
13842         (ediff-diff-options): Set "--binary" option as default in some cases.
13844         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
13845         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
13846         ediff-vc-working-revision.  Require vc-hooks.
13848 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
13850         * files.el (hack-local-variables): Fix membership tests to avoid
13851         treating all variables as safe if `enable-local-variables' is
13852         set to :safe (CVE-2007-5795).
13854 2007-11-02  Glenn Morris  <rgm@gnu.org>
13856         * newcomment.el (comment-indent): Let comment-insert-comment-function,
13857         if defined, do all the work of inserting a new comment.
13859         * progmodes/etags.el (tags-table-mode): Disable undo.
13861         * simple.el (bad-packages-alist): Revert previous change.
13863 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
13865         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
13867         * obsolete/lselect.el: Do not warn about unknown functions.
13869 2007-11-02  Michael Olson  <mwolson@gnu.org>
13871         * textmodes/remember.el (remember-buffer): Make this an alias of
13872         remember-finalize, because Org uses it.
13874 2007-11-01  Michael Olson  <mwolson@gnu.org>
13876         * textmodes/remember.el: Improve documentation in heading.
13877         (remember-before-remember-hook): Turn into a customizable option.
13878         (remember): Document INITIAL argument.
13879         (remember-region): Remove autoload cookie.  Improve docstring to
13880         mention that it is called from the *Remember* buffer, and does not
13881         have any functional overlap with the `remember' function.
13882         (remember-finalize): Remove autoload cookie.  Rename from
13883         remember-buffer to emphasize that this does not have any
13884         functional overlap with the `remember' function.
13885         (remember-destroy): Remove autoload cookie.
13886         (remember-mode-map): Define and initialize in one step.
13887         (remember-mode): Improve docstring.
13888         (remember-annotation-functions): Default to just '(buffer-file-name),
13889         and don't try to take the default value from Planner.
13891 2007-11-01  Glenn Morris  <rgm@gnu.org>
13893         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
13895         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
13897         * emacs-lisp/authors.el (authors-scan-change-log)
13898         (authors-scan-el): Don't enable local eval; enable only safe local
13899         variables, without querying.
13901         * mail/footnote.el (footnote-numeric-regexp)
13902         (footnote-english-upper-regexp, footnote-english-lower-regexp)
13903         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
13904         Match multi-character footnotes.
13906         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
13907         (nroff-indent-line-function): New function.
13908         (nroff-count-text-lines): Use nroff-forward-text-line rather than
13909         obsolete alias.
13911 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
13913         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
13914         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
13915         (rcirc-print): Only update the line count when not marking the
13916         line as omittable.
13917         (rcirc-log-write): Specify coding system when writing logfile.
13918         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
13920 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
13922         * printing.el (printing): Fix :version, printing.el was included
13923         for in emacs-22.1.
13924         (pr-path-style, pr-path-alist, pr-txt-name)
13925         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
13926         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
13927         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
13928         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
13929         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
13930         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
13931         (pr-setting-database, pr-visible-entry-list)
13932         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
13933         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
13935         * ediff-util.el (ediff-nuke-selective-display): Move definition to
13936         top level, make it dependent on the emacs flavor.
13938         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
13939         Test for XEmacs not for itimer.
13941         * term/sun-mouse.el:
13942         * obsolete/sun-fns.el:
13943         * obsolete/sun-curs.el: Remove files.
13945         * term/sun.el (select-previous-complex-command): Remove obsolete code.
13947 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
13949         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
13950         was given to concat.
13952 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13954         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
13955         used normally for goto-line.  Change `g' to revert the buffer.
13956         Add redundant `r' binding for buffer-revert.
13958         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
13959         (mail-abbrevs-setup): Use abbrev-expand-functions.
13960         (build-mail-abbrevs): Use with-temp-buffer.
13961         (define-mail-abbrev): Simplify.
13962         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
13963         Change it for use on abbrev-expand-functions.
13964         (mail-abbrev-complete-alias): Use with-syntax-table.
13966 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
13968         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
13969         directly.  Fix bug in deleting temp file.
13971 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13973         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
13974         Merge defvar and define-abbrev-table.
13975         (def-python-skeleton): Use :case-fixed and :enable-function.
13976         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13977         Remove.
13978         (python-mode): Don't modify pre-abbrev-expand-hook.
13980 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
13982         * ediff-util.el (ediff-file-checked-out-p)
13983         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
13985 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13987         * abbrev.el (abbrev-symbol): Correct let->let*.
13988         (abbrev--before-point): Only use abbrev-start-location if before point.
13990 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
13992         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
13993         (strokes-unload-hook): Remove function and variable.
13994         (strokes-unload-function): New-style unload function, adapted
13995         from `strokes-unload-hook'.
13997         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
13998         (cl-unload-hook): Remove variable.
13999         (cl-unload-function): New-style unload function, adapted
14000         from `cl-cannot-unload'.
14002         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
14003         (elp-unload-function): New-style unload function, adapted
14004         from `elp-unload-hook'.
14006 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14008         * emacs-lisp/find-func.el (find-library): Use library at
14009         point as default interactive argument.
14011 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
14013         * shadowfile.el (shadow-join): Remove.
14014         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
14015         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
14016         (shadowfile-unload-hook): Remove function and variable.
14017         (shadowfile-unload-function): New-style unload function, adapted
14018         from `shadowfile-unload-hook'.
14020 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
14022         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
14023         only if it is bound.
14025         * textmodes/reftex.el: Move autoloads for before all uses.
14026         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
14027         (reftex-delete-overlay): Move to the top level with the condition
14028         in the body.
14030         * progmodes/simula.el: Use when instead of if.
14032         * iimage.el (iimage-locate-file): Define unconditionally.
14034         * mail/mailabbrev.el (mail-abbrev-next-line):
14035         * emulation/vip.el (vip-enlarge-region, vip-line)
14036         (vip-next-line-at-bol, vip-previous-line)
14037         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
14038         Wrap with-no-warnings around uses of next-line and previous-line.
14040         * ediff.el (run-ediff-from-cvs-buffer):
14041         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
14042         Remove function not used by pcl-cvs anymore.
14043         (noninteractive, generic-sc-get-latest-rev)
14044         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
14045         Delete support for long obsolete generic-sc.el.
14047 2007-10-31  Glenn Morris  <rgm@gnu.org>
14049         * cvs-status.el: No longer require pcvs when compiling.
14051         * doc-view.el (doc-view-conversion-refresh-interval)
14052         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14053         (doc-view-reset-slice): Doc fixes.
14054         (doc-view-menu): Remove deleted function doc-view-edit-doc.
14056 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
14058         * help-at-pt.el (help-at-pt-unload-hook): Remove.
14059         Timers are automatically canceled by `unload-feature'.
14061         * delsel.el (delsel-unload-hook): Remove function and variable.
14062         (delsel-unload-function): New-style unload function, adapted
14063         from `delsel-unload-hook'.
14065         * msb.el (msb-unload-hook): Remove function and variable.
14066         (msb-unload-function): New-style unload function, adapted from
14067         `msb-unload-hook'.
14069 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
14071         * desktop.el (uniquify-managed): Pacify byte compiler.
14072         (desktop-buffer-info): If the buffer name is managed by uniquify,
14073         save the base name, not the uniquified one.
14074         (desktop-create-buffer): Allow `rename-buffer' to generate a new
14075         name in case of conflict.
14077 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14079         * doc-view.el: Use expand-file-name rather than concat.
14080         (doc-view-cache-directory): Add the UID so multiple users won't clash.
14081         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
14082         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
14083         (doc-view-toggle-display): Use an overlay over the whole buffer so as
14084         not to have to touch the buffer's content.
14085         (doc-view-initiate-display): New function, extracted from doc-view-mode.
14086         (doc-view-mode): Use it.  Don't mark as a special mode.
14087         Put the page numbers in the modeline.
14088         Set up the overlay.  Hide the cursor.  Run the mode hook.
14089         Use after-revert-hook rather than revert-buffer-function.
14090         (doc-view-search-internal): Fix typo.
14091         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
14092         image-cache flush.
14093         (doc-view-reconvert-doc): Don't reset the whole mode.
14094         (doc-view-make-safe-dir): New function.
14095         (doc-view-current-cache-dir): Use it.
14097 2007-10-30  Jason Rumney  <jasonr@gnu.org>
14099         * time.el (display-time-world-list): Test for zoneinfo support.
14101 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
14103         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
14105         * net/tramp-cache.el (tramp-flush-file-function): Check also
14106         `default-directory' if `buffer-file-name' does not return a
14107         string.  Added to `eshell-pre-command-hook'.
14109 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14111         * doc-view.el (doc-view-current-doc): Remove.
14112         Replace all uses by buffer-file-name.
14113         (doc-view-menu): New menu.
14114         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
14115         unused var `doc'.
14116         (doc-view-sort): Simplify.
14117         (doc-view-buffer-message): Don't change buffer-modified-p.
14118         (doc-view-mode): Change it here instead.
14119         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
14120         Don't modify the global value of revert-buffer-function.
14122         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
14123         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
14124         (image-toggle-display): Take overlays into account and don't assume
14125         point-min==1.
14127 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
14129         * vc.el (vc-annotate): Fix omission bug:
14130         Specify value for vc-sentinel-movepoint.
14132 2007-10-30  Michael Olson  <mwolson@gnu.org>
14134         * textmodes/remember.el (remember-mode-hook)
14135         (remember-handler-functions, remember-annotation-functions):
14136         Add additional items as options, including some Org functions.
14138 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
14140         * doc-view.el: Remove cl-dependency.
14141         (doc-view-buffer-message): Mention new binding K.
14142         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
14143         instead of variable.
14144         (doc-view-current-cache-dir): Better cache dir naming.
14145         (doc-view-current-display): Remove variable.
14146         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
14147         (doc-view-kill-proc): Set converter process to nil.
14148         (doc-view-minor-mode): New minor mode.
14149         (doc-view-minor-mode-map): New keymap.
14150         (doc-view-mode): Remove text/image switching code.  Use plain defun.
14151         (doc-view-mode-map): New binding K kills converter process.
14152         Remove C-c C-e binding.
14153         (doc-view-mode-text-map): Remove keymap.
14154         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
14155         d-v-display-maybe.
14156         (doc-view-previous-major-mode): New variable.
14157         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
14158         (doc-view-remove-if): New function.
14159         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
14160         (doc-view-toggle-display): Toggle modes instead of display styles.
14161         (doc-view-reconvert-doc): Adapt to new way of doing things.
14163         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
14165 2007-10-30  Glenn Morris  <rgm@gnu.org>
14167         * dirtrack.el (dirtrack-mode): Doc fix.
14169         * shell.el (shell-dirtrack-verbose, shell-mode)
14170         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
14172         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
14173         (byte-compile-enable-warning): Doc fix.
14175         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
14176         suppress byte-opt warning.
14178 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
14180         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
14181         (edt-gnu-emacs19-p): Remove.
14182         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
14183         (edt-xserver, edt-page-backward, edt-beginning-of-line)
14184         (edt-end-of-line-forward, edt-end-of-line-backward)
14185         (edt-one-word-forward, edt-one-word-backward, edt-character)
14186         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
14187         (edt-find-forward, edt-find-backward, edt-find-next-forward)
14188         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
14189         (edt-define-key, edt-bottom-check, edt-sentence-forward)
14190         (edt-sentence-backward, edt-paragraph-forward)
14191         (edt-paragraph-backward, edt-restore-key, edt-window-top)
14192         (edt-window-bottom, edt-scroll-window-forward-line)
14193         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14194         (edt-line-to-top-of-window, edt-paragraph-backward)
14195         (edt-restore-key, edt-window-top, edt-window-bottom)
14196         (edt-scroll-window-forward-line)
14197         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14198         (edt-line-to-middle-of-window, edt-goto-percentage)
14199         (edt-display-the-time, edt-remember, edt-split-window)
14200         (edt-emulation-on, edt-emulation-off)
14201         (edt-default-emulation-setup, edt-user-emulation-setup)
14202         (edt-select-default-global-map, edt-select-user-global-map):
14203         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
14204         tests.
14206         * textmodes/reftex-index.el (reftex-index-selection-or-word):
14207         Use feature test instead of boundp test so it can be resolved at
14208         compile time.
14210         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
14212 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14214         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
14215         Update all users.
14216         (abbrev-get, abbrev-put): Simplify.
14217         (define-abbrev): Don't store the `force' value in the :system property.
14218         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
14220 2007-10-30  Michael Olson  <mwolson@gnu.org>
14222         * desktop.el (desktop-minor-mode-table): Add line for ERC.
14224         * textmodes/remember.el: New file that implements a mode for
14225         quickly jotting down things to remember.
14227         * textmodes/remember-diary.el: A backend for remember.el that
14228         implements saving notes to a Diary file.
14230 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
14232         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
14233         Relocate in file.
14234         (allout-doublecheck-at-and-shallower): Increase to include
14235         slightly greater depths, since yank interaction is now ok.
14236         Also, elaborate the docstring to explain the situation.
14237         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
14238         instead of concat, so we accommodate key sequences expressed as
14239         vectors as well as strings and lists.
14240         (allout-flag-region, allout-hide-by-annotation): Make the
14241         hidden-text overlays 'front-advance.
14242         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
14243         (allout-aberrant-container-p, allout-on-current-heading-p)
14244         (allout-e-o-prefix-p, allout-next-heading)
14245         (allout-previous-heading, allout-goto-prefix)
14246         (allout-end-of-prefix, allout-next-sibling-leap)
14247         (allout-next-visible-heading, allout-auto-fill)
14248         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
14249         (allout-yank-processing, allout-resolve-xref)
14250         (allout-current-topic-collapsed-p, allout-hide-region-body)
14251         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
14252         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
14253         (count-trailing-whitespace-region): Preserve match data, so allout
14254         outline navigation doesn't disrupt other Emacs operations.
14255         (allout-beginning-of-line): Retreat to the beginning of the hidden
14256         text, so fields are respected (for submodes that care).
14257         (allout-end-of-line): Preserve mark activation status when jumping.
14258         (allout-open-topic): Account for opening after a child that
14259         contains a hidden trailing newline.  Preserve match data.
14260         Run allout-structure-added-hook
14261         (allout-encrypt-decrypted): Preserve match data.
14262         (allout-toggle-current-subtree-exposure): Add new interactive
14263         function for toggle subtree exposure - suggested by tassilo.
14264         (move-beginning-of-line, move-end-of-line): Don't use
14265         line-move-invisible-p, it's obsolete - substitute the code, instead.
14267 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
14269         * textmodes/flyspell.el (message-signature-separator):
14270         * longlines.el (message-indent-citation-function): Pacify byte
14271         compiler.
14273         * emacs-lisp/cl-loaddefs.el:
14274         * ldefs-boot.el: Regenerate.
14276         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
14277         (.el.elc, compile, compile-always, compile-calc)
14278         ($(lisp)/progmodes/cc-mode.elc): Use it.
14280         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
14281         Only do work for XEmacs.
14282         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
14283         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
14284         on XEmacs.
14285         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14286         (ps-x-color-name, ps-x-color-specifier-p)
14287         (ps-x-copy-coding-system, ps-x-device-class)
14288         (ps-x-extent-end-position, ps-x-extent-face)
14289         (ps-x-extent-priority, ps-x-extent-start-position)
14290         (ps-x-face-font-instance, ps-x-find-coding-system)
14291         (ps-x-font-instance-properties, ps-x-make-color-instance)
14292         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
14293         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
14294         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
14295         (ps-generate-postscript-with-faces): Delete defaliases.
14296         (ps-face-foreground-name, ps-face-background-name)
14297         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
14298         Move definitions to top level, make the body conditional on the Emacs
14299         flavor.  Replace uses of deleted aliases and renamed functions.
14300         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
14301         of deleted aliases and renamed functions.
14303         * calc/calc.el (calc-emacs-type-lucid): Remove.
14304         (calc-digit-map, calcDigit-start, calc-read-key)
14305         (calc-clear-unread-commands):
14306         * calc/calc-ext.el (calc-user-key-map): Replace uses of
14307         calc-emacs-type-lucid with (featurep 'xemacs)
14309         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
14310         (featurep 'xemacs).
14311         (tpu-lucid-emacs19-p): Remove.
14312         (tpu-map-key): Make it a function instead of using fset.  Inline
14313         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
14314         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
14316         * ielm.el: Use featurep 'xemacs.
14318         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
14319         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
14320         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
14321         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
14322         cperl-xemacs-p with (featurep 'xemacs).
14323         (font-lock-cache-position): Pacify byte compiler.
14325 2007-10-29  Drew Adams  <drew.adams@oracle.com>
14327         * faces.el (read-color): New function.
14328         (face-at-point, foreground-color-at-point)
14329         (background-color-at-point): New functions.
14331 2007-10-28  Richard Stallman  <rms@gnu.org>
14333         * net/browse-url.el (browse-url-text-xterm): Rename from
14334         browse-url-lynx-xterm and made generic.
14335         (browse-url-text-emacs): Likewise.
14336         (browse-url-text-browser): New variable.
14337         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
14338         (browse-url-text-input-field, browse-url-text-input-attempts)
14339         (browse-url-kde-program): Likewise.
14341 2007-10-29  Glenn Morris  <rgm@gnu.org>
14343         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
14344         Use mapc rather than mapcar (reinstall change deleted without log
14345         entry 2007-10-22).
14347 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
14349         * wdired.el (wdired-next-line, wdired-previous-line):
14350         Use next-line and previous-line wrapped in with-no-warnings.
14352 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
14354         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
14355         (rcirc-recent-quit-alist): New function.
14356         (rcirc): Print a better message when there is only one connected server.
14357         (rcirc-complete-nick): Do not update the nick table here.
14358         (rcirc-mode-map): Add M-o.
14359         (rcirc-current-line): Add variable.
14360         (rcirc-mode): Setup variables for line based omit.
14361         (rcirc-edit-multiline): Strip text properties.
14362         (rcirc-omit-responses): Add NICK.
14363         (rcirc-omit-threshold): Add variable.
14364         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
14365         Add functions.
14366         (rcirc-print): Keep track of current line.  Do not fill text if
14367         `rcirc-fill-flag' is null.  Only omit text if the last activity
14368         from the sender is more than `rcirc-omit-threshold' lines ago.
14369         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
14370         numbers instead of time.
14371         (rcirc-channel-nicks): Sort by line numbers instead of time.
14372         (rcirc-omit-mode): Add `...' when omitting text and recenter.
14373         (rcirc-handler-JOIN): Restore the joiners linestamp.
14374         (rcirc-maybe-remember-nick-quit): Add function.
14375         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
14377 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
14379         * loadhist.el (unload-feature-special-hooks):
14380         Add `delete-frame-functions' and `suspend-tty-functions'.
14382         * server.el (server-unload-function): Rename from `server-unload-hook'
14383         and adapt to new `unload-feature' functionality.  Remove hook from
14384         `kill-buffer-hook' buffer-locally.
14385         (server-unload-hook): Remove.
14386         (server-unload-function): New var; replaces `server-unload-hook'.
14388 2007-10-29  Glenn Morris  <rgm@gnu.org>
14390         * dirtrack.el (dirtrack-debug): Doc fix.
14391         (dirtrack-mode, dirtrack-debug-mode): New names for
14392         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
14393         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
14394         Make obsolete.
14395         (dirtrack-debug-message): Only print message if
14396         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
14397         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
14398         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
14400 2007-10-28  Glenn Morris  <rgm@gnu.org>
14402         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
14403         (byte-compile-warnings-safe-p): Handle `not'.
14404         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
14405         (byte-compile-enable-warning): New functions.
14406         (byte-compile-eval-before-compile)
14407         (byte-compile-file-form-require): Use byte-compile-disable-warning.
14408         (byte-compile-close-variables): Locally bind byte-compile-warnings,
14409         but do not modify it.
14410         (byte-compile-eval, byte-compile-obsolete)
14411         (byte-compile-warn-about-unresolved-functions)
14412         (byte-compile-file-form-defvar)
14413         (byte-compile-file-form-custom-declare-variable)
14414         (byte-compile-file-form-require)
14415         (byte-compile-file-form-defmumble, byte-compile-lambda)
14416         (byte-compile-form, byte-compile-normal-call)
14417         (byte-compile-variable-ref, byte-compile-defvar)
14418         (byte-compile-make-variable-buffer-local):
14419         Use byte-compile-warning-enabled-p.
14420         * emacs-lisp/advice.el (ad-compile-function):
14421         Use byte-compile-disable-warning.
14422         * emacs-lisp/cl.el: Move local variables to end of file, and set
14423         byte-compile-warnings to `(not cl-functions)'.
14424         * emacs-lisp/cl-compat.el: Add a local variables section, and set
14425         byte-compile-warnings to `(not cl-functions)'.
14426         * emacs-lisp/cl-macs.el: Unify local variable section, and set
14427         byte-compile-warnings to `(not cl-functions)'.
14428         (cl-do-proclaim): Use byte-compile-disable-warning and
14429         byte-compile-enable-warning.
14430         * emacs-lisp/cl-seq.el: Unify local variable section, and set
14431         byte-compile-warnings to `(not cl-functions)'.
14432         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
14433         Use byte-compile-disable-warning.
14435 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
14437         * cus-edit.el (custom-browse-insert-prefix):
14438         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
14440 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
14442         * server.el (server-process-filter): Fix typo in docstring.
14443         (server-log): Reflow docstrings.
14444         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
14445         (server-goto-line-column): Use `when'.
14447 2007-10-28  Juri Linkov  <juri@jurta.org>
14449         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
14450         when mouse is clicked on the isearch message.
14451         (isearch-resume): Call `isearch-update' at the end.
14452         Rename argument `search' to `string' to conform to the
14453         isearch terminology.
14455 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14457         Rewrite abbrev.c in Elisp.
14458         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
14459         (abbrev-table-get, abbrev-table-put, abbrev-get)
14460         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
14461         (define-abbrev, abbrev--check-chars, define-global-abbrev)
14462         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
14463         (abbrev-expansion, abbrev--before-point, expand-abbrev)
14464         (unexpand-abbrev, abbrev--write, abbrev--describe)
14465         (insert-abbrev-table-description, define-abbrev-table):
14466         New funs, largely transcribed from abbrev.c.
14467         (abbrev-with-wrapper-hook): New macro.
14468         (abbrev-table-name-list, global-abbrev-table)
14469         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
14470         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
14471         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
14472         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
14473         New vars, largely transcribed from abbrev.c.
14474         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
14475         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
14476         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
14478 2007-10-27  Glenn Morris  <rgm@gnu.org>
14480         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
14481         (shell-dirtrack-toggle): Mark as obsolete.
14482         (dirtrack-toggle, dirtrack-mode): No longer alias to
14483         shell-dirtrack-mode.
14485 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
14487         * calc/calc.el (math-standard-opers): Lower the precedence
14488         of negation.
14489         * calc/calc-lang.el (math-oper-table): Lower precedence of
14490         negation for C, TeX, and eqn.
14492 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
14494         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
14496 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
14498         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
14499         (desktop-not-loaded-hook): Fix :version tags.
14501 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
14503         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
14504         (tramp-get-remote-tmpdir): New defun.
14505         (tramp-make-tramp-temp-file): Use it.
14506         (tramp-local-call-process): New defun.  Replace all calls of
14507         `call-process' by this when appropriate.
14508         (tramp-handle-write-region): Replace calls of `file-attributes' by
14509         `tramp-compat-file-attributes'.
14510         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14511         Make the first command a `tramp-send-command' call, with let-bind
14512         of `tramp-end-of-output'.
14513         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
14514         (tramp-load-report-modules, tramp-append-tramp-buffers):
14515         Move to tramp-cmds.el.
14517         * net/tramp-fish.el (tramp-fish-handle-copy-file)
14518         (tramp-fish-do-copy-or-rename-file)
14519         (tramp-fish-do-copy-or-rename-file-directly):
14520         * net/tramp-smb.el (tramp-smb-handle-copy-file):
14521         Add parameter PRESERVE-UID-GID.
14523 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
14525         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
14526         New defcustoms.
14527         (display-time-world-list): Use them as appropriate for the current
14528         value of `system-type'.
14530 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
14532         * emulation/pc-select.el (next-line-mark, next-line-nomark)
14533         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
14534         around uses of previous-line and next-line.
14536         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
14537         New defvars.
14539         * textmodes/css-mode.el (comment-continue):
14540         * net/browse-url.el (url-handler-regexp):
14541         * progmodes/idlw-help.el (idlwave-system-routines):
14542         Pacify byte-compiler.
14544         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
14545         line-move-invisible-p with its former definition: invisible-p.
14546         line-move-invisible-p was removed on 2007-08-29.
14548 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
14550         * files.el (kill-emacs-query-functions): Doc fix;
14551         `save-buffers-kill-emacs' is no longer bound to a key.
14553 2007-10-26  Richard Stallman  <rms@gnu.org>
14555         * isearch-multi.el (isearch-buffers-multi): New option.
14556         (isearch-buffers-search-fun): Test it.
14558         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
14559         Put ps-run-clear on C-c C-l.
14561         * newcomment.el (comment-styles): New style indent-or-triple.
14562         (comment-style): Make that the default.
14563         (comment-add defvar): Doc fix.
14564         (comment-add): Delete arg EXTRA.
14565         (comment-region-default): Open code call to comment-add.
14566         Handle indent-or-triple style which uses `multi-char' for INDENT.
14568 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
14570         * eshell/em-unix.el (nil-blank-string): Doc fix.
14572 2007-10-26  John Wiegley  <johnw@newartisans.com>
14574         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
14575         function, ensure that the third argument is turned into a nil if
14576         the string is otherwise completely empty (either no characters, or
14577         all tabs/spaces).  This fixes a bug from a user who found himself
14578         unable to customize `diff-switches' and still use Eshell's diff
14579         command.
14581 2007-10-26  Glenn Morris  <rgm@gnu.org>
14583         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
14584         safe-local-variable property.
14586 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
14588         * net/browse-url.el (browse-url-browser-function): Delete grail.
14589         (browse-url-grail): Function and variable deleted.
14590         (browse-url-browser-function): Delete IXI Mosaic.
14591         (browse-url-default-browser): Don't try IXI Mosaic.
14592         (browse-url-iximosaic): Function deleted.
14593         (browse-url-browser-function): Delete MMM.
14594         (browse-url-default-browser): Don't try MMM.
14595         (browse-url-mmm): Function deleted.
14597 2007-10-26  Drew Adams  <drew.adams@oracle.com>
14599         * custom.el (custom-note-var-changed): New function.
14601 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
14603         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
14604         use with the definition.  Remove.
14606         * add-log.el (change-log-start-entry-re): New defconst.
14607         (change-log-sortable-date-at): Use it.
14608         (change-log-beginning-of-defun, change-log-end-of-defun):
14609         New functions.
14610         (change-log-mode): Use them for beginning-of-defun-function and
14611         end-of-defun-function.
14613 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
14615         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
14616         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
14617         (ses-recalculate-cell): Deal with point being just beyond end of
14618         data area (why does this happen?)
14619         (ses-set-curcell): Ditto.
14620         (ses-column-letter): Handle columns beyond 702.  Code written by
14621         Gareth Rees.
14623 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
14625         * textmodes/org.el (org-agenda-get-restriction-and-command):
14626         Use `mapc' instead of `mapcar'.
14627         (org-agenda-list): Numeric prefix argument can specify the number
14628         of days.
14629         (remember-register, remember-buffer): Prevent byte compiler from
14630         complaining.
14631         (org-todo): Save and restore match data.
14632         (org-no-warnings): New macro.
14633         (org-columns-eval): Use `org-no-warnings'.
14635 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
14637         * comint.el (comint-password-prompt-regexp):
14638         Handle `[sudo] password'-style prompt.
14640 2007-10-25  Glenn Morris  <rgm@gnu.org>
14642         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
14643         (defcustom): Doc fix.
14645         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
14646         Add `non_intrinsic'.
14647         (f90-constants-re): Add ieee modules.
14648         (f90-typedef-matcher, f90-typedec-matcher)
14649         (f90-imenu-type-matcher): New functions.
14650         (f90-font-lock-keywords-1): Give module procedures function-name face.
14651         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
14652         Add `use, intrinsic'.
14653         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
14654         Move start of `enum' blocks to separate entry.
14655         (f90-start-block-re): Fix `type', `abstract interface'.
14656         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
14657         derived types.
14658         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
14659         `elemental', change `enumerator'.
14660         (f90-no-block-limit): Fix `abstract interface'.
14662         * progmodes/f90.el (f90-indented-comment-re)
14663         (f90-directive-comment-re, f90-break-delimiters):
14664         * progmodes/fortran.el (fortran-comment-line-start-skip)
14665         (fortran-directive-re):
14666         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
14667         as safe if they are strings.
14669 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14671         * startup.el (window-system): Remove.  Don't make it frame-local.
14673 2007-10-24  Richard Stallman  <rms@gnu.org>
14675         * savehist.el (savehist-save): Omit unreadable elements.
14677         * loadhist.el (unload-function-defs-list): Rename from
14678         unload-function-features-list.
14679         (unload-feature-special-hooks, unload-feature): Doc fixes.
14681         * indent.el (indent-to-left-margin): If point's in the indentation,
14682         move to the end of the indentation.
14684         * cus-edit.el (customize-changed-options): Make arg optional.
14686 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
14688         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
14690 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
14692         * textmodes/org-publish.el (org-publish-attachment): Re-install
14693         accidentally deleted change.
14695 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14697         * term/iris-ansi.el (iris-function-map): Move init into declaration.
14699 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
14701         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
14702         (Buffer-menu-mode-map): Initialize in the declaration.
14703         (Buffer-menu-mode): Define with `define-derived-mode'.
14705 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
14707         * textmodes/org.el (org-version): Change to 5.13e.
14708         (org-agenda-file-regexp): Fix typo in docstring.
14709         (org-add-planning-info): Fix bug in parenthesis settings.
14710         (org-scan-tags): Catch the case of indirect buffers with no filename.
14711         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
14712         Re-install switch to mapc, had been removed by accident.
14713         (org-columns-map): New binding `C-c C-o'.
14714         (org-columns-menu): Change menu text and added new entry.
14715         (org-columns-eval): Document the use of `next-line'.
14716         (org-columns-open-link): New function.
14717         (org-columns-follow-link): Remove function.
14718         (org-open-link-from-string): New function.
14719         (org-read-date-get-relative): Fix typo in docstring.
14720         (org-read-date-get-relative): Leading +/- is not optional.
14721         (org-agenda-get-restriction-and-command): Always resize window on
14722         first loop cycle.
14723         (org-agenda-open-link): Make sure the link abbreviations are
14724         present in the agenda buffer.
14725         (org-agenda-copy-local-variable): New function.
14727 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14729         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
14731 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14733         * simple.el (reindent-then-newline-and-indent): Use a `move after
14734         insert' kind of marker in the save-excursion.
14736 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14738         * textmodes/css-mode.el: Require CL.
14739         (comment-continue): Declare.
14741         * subr.el (make-variable-frame-localizable): Remove.
14742         (make-variable-frame-local): Mark obsolete.
14744 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14746         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
14747         of the subdirs is unreadable.
14749 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
14751         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
14752         when we are local.
14754 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14756         * progmodes/python.el (python-current-defun): Remove left-over
14757         assignment to `start'.
14759 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
14761         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
14762         than `mapcar'; return value is not used.
14764 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14766         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
14767         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
14769 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
14771         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
14772         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
14774 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14776         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
14778 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14780         * emacs-lisp/advice.el (ad-make-advised-docstring):
14781         Add ad-advice-info text property to doc string.
14783 2007-10-23  Glenn Morris  <rgm@gnu.org>
14785         * progmodes/f90.el (f90-do-indent, f90-if-indent)
14786         (f90-type-indent, f90-program-indent, f90-associate-indent)
14787         (f90-continuation-indent, f90-comment-region)
14788         (f90-beginning-ampersand, f90-smart-end)
14789         (f90-break-before-delimiters, f90-auto-keyword-case)
14790         (f90-leave-line-no, f90-mode-hook):
14791         Give an appropriate safe-local-variable property.
14793         * progmodes/fortran.el (fortran-tab-mode-default)
14794         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
14795         (fortran-structure-indent, fortran-continuation-indent)
14796         (fortran-comment-indent, fortran-comment-line-extra-indent)
14797         (fortran-comment-line-start)
14798         (fortran-minimum-statement-indent-fixed)
14799         (fortran-minimum-statement-indent-tab)
14800         (fortran-comment-indent-char, fortran-line-number-indent)
14801         (fortran-check-all-num-for-matching-do)
14802         (fortran-blink-matching-if, fortran-continuation-string)
14803         (fortran-comment-region, fortran-electric-line-number)
14804         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
14805         (fortran-analyze-depth, fortran-break-before-delimiters):
14806         Give an appropriate safe-local-variable property.
14808 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
14810         * printing.el: Move variable definitions before use.
14811         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
14813 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14815         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
14816         (tpu-edt-off): Use it.
14817         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
14818         the global-map before adding it to global-map.
14820         * menu-bar.el (global-buffers-menu-map): New var.
14821         (global-map, menu-bar-update-buffers): Use it.
14822         * msb.el (msb-menu-bar-update-buffers): Use it.
14823         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
14824         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
14825         Use with-current-buffer.
14827 2007-10-22  Juri Linkov  <juri@jurta.org>
14829         * isearch-multi.el: New file.
14831         * isearch.el (isearch-search-string): After finding the next
14832         occurrence switch to buffer isearch-buffers-current-buffer when
14833         isearch-buffers-next-buffer-function is non-nil and
14834         isearch-buffers-current-buffer is live.
14836         * add-log.el (change-log-mode): Make and set buffer-local variable
14837         isearch-buffers-next-buffer-function to change-log-next-buffer.
14838         Call isearch-buffers-minor-mode.
14839         (change-log-next-buffer): New function.
14841 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
14843         * textmodes/org-export-latex.el (org-export-latex-protect-string):
14844         Renaming of `org-latex-protect'.
14845         (org-export-latex-emphasis-alist): By default, don't protect
14846         any emphasis formatter from further conversion.
14847         (org-export-latex-tables): Honor column grouping for tables.
14848         (org-export-latex-title-command): New option.
14849         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
14850         export backslash character.
14852 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
14854         * textmodes/org.el (org-read-date-get-relative): New function.
14855         (org-agenda-file-regexp): New variable.
14856         (org-agenda-files): Allow directories in the variable.
14857         (org-agenda-get-restriction-and-command): New function.
14858         (org-agenda): Use `org-agenda-get-restriction-and-command'.
14859         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
14860         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
14861         New functions.
14862         (org-entry-add-to-multivalued-property)
14863         (org-entry-remove-from-multivalued-property)
14864         (org-entry-member-in-multivalued-property): New functions.
14865         (org-remember-apply-template): Catch C-g and make sure window
14866         configuration is restored.
14867         (org-agenda-open-link): Make it work with several links in the line.
14868         (org-drawers, org-set-regexps-and-options)
14869         (org-get-current-options): Add support for a DRAWERS in-buffer option.
14870         (org-agenda-window-frame-fractions): New option.
14871         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
14872         (org-columns-cleanup-item, org-find-entry-with-id)
14873         (org-insert-columns-dblock, org-listtable-to-string)
14874         (org-dblock-write:columnview, org-columns-capture-view)
14875         (org-edit-headline): New functions.
14876         (org-agenda-to-appt): Require calendar.
14877         (org-entry-get-with-inheritance): Widen for search.
14878         (org-columns-display-here): Don't mark buffer as modified when
14879         adding space characters to accomodate column overlays.
14880         (org-export-as-html): Better formatting of tags in the toc.
14881         (org-columns-display-here): Make the ITEM column as compact as possible.
14882         (org-remember-templates): Customization interface improved.
14883         (org-export-with-property-drawer): Variable removed.
14884         (org-export-with-drawers): New option.
14885         (org-complex-heading-regexp): New variable.
14886         (org-sort-entries): Rewrite using `sort-subr'.
14887         (org-set-property): More appropriate completion during interactive use.
14888         (org-sort-entries): Allow sorting by property.
14889         (org-additional-option-like-keywords): Add more values.
14890         (org-sort-entries-or-items): Rename from `org-sort-entries'.
14892 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
14894         * textmodes/org.el (org-get-date-from-calendar): New function.
14895         (org-at-timestamp-p, org-timestamp-change)
14896         (org-remember-templates): First element of each entry is now a
14897         name for the template.
14898         (org-store-log-note): Check for `org-note-abort'.
14899         (org-kill-note-or-show-branches): New command.
14900         (org-fontify-priorities): New option.
14901         (org-fontify-priorities): New function.
14902         (org-cut-subtree, org-copy-subtree): New argument N to
14903         act on N sequential subtrees.
14904         (org-paste-subtree): Fix the level at which a tree is pasted.
14905         (org-fit-agenda-window): Limitations on window size removed.
14906         (org-agenda-find-same-or-today-or-agenda): Rename from
14907         `org-agenda-find-today-or-agenda'.
14908         (org-scheduled-past-days): New option.
14909         (org-agenda-scheduled-leaders)
14910         (org-agenda-deadline-leaders): New options.
14911         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
14912         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
14913         (org-export-with-tags, org-export-plist-vars)
14914         (org-infile-export-plist): New "tags" option.
14915         (org-use-property-inheritance): New option.
14916         (org-cached-entry-get): Use `org-use-property-inheritance'.
14917         (org-remember-apply-template): Fix typo.
14919 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
14921         * net/tramp.el (tramp-find-shell)
14922         (tramp-open-connection-setup-interactive-shell): Improve sending
14923         initial commands.
14924         (tramp-action-terminal): Send debug message.
14925         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
14926         (tramp-barf-if-no-shell-prompt): Insert code of
14927         `tramp-wait-for-shell-prompt'.
14929 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14931         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
14933         * term/vt200.el (terminal-init-vt200):
14934         * term/vt201.el (terminal-init-vt201):
14935         * term/vt220.el (terminal-init-vt220):
14936         * term/vt240.el (terminal-init-vt240):
14937         * term/vt300.el (terminal-init-vt300):
14938         * term/vt320.el (terminal-init-vt320):
14939         * term/vt400.el (terminal-init-vt400):
14940         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
14942         * term/wyse50.el (wyse50-terminal-map): New var.
14943         (terminal-init-wyse50): Use it and input-decode-map.
14944         (enable-arrow-keys): Emasculate.
14946         * term/tvi970.el (tvi970-terminal-map): New var.
14947         (terminal-init-tvi970): Use it and input-decode-map.
14948         (tvi970-keypad-numeric): Remove.
14949         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
14951         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
14952         (terminal-init-sun): Use it and input-decode-map.
14954         * term/news.el (terminal-init-news):
14955         * term/lk201.el (terminal-init-lk201):
14956         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
14958 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14960         * complete.el (PC-expand-many-files): Remove.
14961         (PC-do-completion): Call file-expand-wildcards instead of
14962         PC-expand-many-files.
14964         * net/tramp.el (tramp-handle-expand-many-files): Remove.
14965         (PC-expand-many-files): Remove advice.
14967 2007-10-22  Glenn Morris  <rgm@gnu.org>
14969         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
14970         Add some support for Fortran 2003 syntax:
14971         (f90-type-indent): Now also applies to `enum'.
14972         (f90-associate-indent): New user option.
14973         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
14974         Add some F2003 keywords.
14975         (f90-constants-re): New constant.
14976         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
14977         Interface'.
14978         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
14979         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
14980         element for functions with specified types.  Add `end enum' and
14981         `select type'.  Add `implicit enumerator' and `procedure'.
14982         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
14983         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
14984         (f90-font-lock-keywords-4): Add `f90-constants-re'.
14985         (f90-blocks-re): Add `enum' and `associate'.
14986         (f90-else-like-re): Add `class is', `type is', and `class default'.
14987         (f90-end-type-re): Add `enum'.
14988         (f90-end-associate-re, f90-typeis-re): New constants.
14989         (f90-end-block-re): Add `enum' and `associate'.  Change from
14990         optional whitespace to end-of-word, to avoid `enumerator'.
14991         (f90-start-block-re): Add `select type', `abstract interface', and
14992         `enum'.  Avoid `type is', and `type (sometype)'.
14993         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
14994         (f90-mode): Doc fix.
14995         (f90-looking-at-select-case): Doc fix.  Add `select type'.
14996         (f90-looking-at-associate): New function.
14997         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
14998         Add `enum' and `abstract interface'.
14999         (f90-no-block-limit): Add `select type' and `abstract interface'.
15000         (f90-get-correct-indent, f90-calculate-indent)
15001         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
15002         (f90-indent-region, f90-match-end): Handle `associate' blocks.
15004 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
15006         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
15007         Use window-full-width-p.
15009 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
15011         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
15013         * tooltip.el: Use featurep 'xemacs.
15015         * printing.el: Move variable definitions before use, no code change.
15017 2007-10-22  Juri Linkov  <juri@jurta.org>
15019         * simple.el (goto-history-element): Allow minibuffer-default to be
15020         a list of default values accessible by typing M-n in the minibuffer.
15022         * dired-x.el (dired-guess-shell-command): Put all guesses to the
15023         minibuffer default value list instead of pushing them temporarily
15024         to the history list.
15026 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
15028         * hexl.el (hexl-menu): New major mode menu.
15030 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15032         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
15034 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
15036         * w32-fns.el (w32-quote-process-args):
15037         * dos-w32.el (print-region-function, lpr-headers-switches)
15038         (ps-print-region-function): Pacify byte-compiler.
15040         * emulation/edt-mapper.el (function-key-map):
15041         (edt-map-key): Make it a function instead of using fset.
15042         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
15043         (edt-gnu-map-key, edt-lucid-map-key): Remove.
15044         (edt-x-emacs-p): Remove.
15045         (edt-emacs-variant, edt-window-system, edt-xserver):
15046         Use featurep 'xemacs.
15048         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
15049         Replace eudc-xemacs-p with its definition.
15050         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
15051         (eudc-emacs-mule-p): Remove.
15052         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
15053         eudc-xemacs-p with feature tests.
15055         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
15056         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
15057         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
15058         (eudc-bob-toggle-inline-display):
15059         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
15060         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
15062         * net/eudcb-ph.el (eudc-ph-open-session):
15063         Replace eudc-xemacs-mule-p with its former definition.
15065         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
15066         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
15068         * progmodes/vera-mode.el (vera-xemacs): Remove.
15069         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
15071         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
15072         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
15073         (vhdl-speedbar-initialize, vhdl-ps-print-init)
15074         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
15075         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
15076         with (featurep 'xemacs).
15078         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
15079         (save-buffer-state-x):
15080         * obsolete/fast-lock.el (fast-lock-verbose):
15081         * emulation/viper-init.el (viper-xemacs-p)
15082         (viper-cond-compile-for-xemacs-or-emacs):
15083         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
15084         * ps-print.el (case-fold-search):
15085         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
15086         * calculator.el (calculator-help): Use featurep 'xemacs.
15088         * progmodes/prolog.el: Undo previous change.
15089         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
15091         * progmodes/dcl-mode.el:
15092         * play/yow.el:
15093         * calendar/todo-mode.el:
15094         * calendar/cal-hebrew.el:
15095         * vc-hg.el: Undo previous change.
15097         * vms-patch.el: Likewise.
15098         (print-region-function): Pacify byte-compiler.
15100 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
15102         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
15103         preserve-uid-gid.
15105         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
15106         compatibility.  It is not used, though.
15108         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
15109         Require tramp-cmds.el.
15110         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
15111         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
15112         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
15113         (tramp-do-copy-or-rename-file-out-of-band)
15114         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
15115         possible, because we don't need to create the temporary file, but
15116         we need a prefix for ssh, which has its own temporary file handling.
15117         (tramp-handle-delete-directory): Add "-f" to rmdir.
15118         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
15119         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
15120         a signal, in order to give the callee a chance to suppress.
15121         (tramp-handle-write-region): Set owner also in case of short
15122         track.  Don't use compatibility calls for `write-region' anymore.
15123         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
15124         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
15126         * net/tramp-cmds.el: New file.
15128         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
15129         `tramp-clear-passwd'.
15131         * net/trampver.el: Update release number.
15133 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
15135         * progmodes/gud.el (gud-target-name): Move definition before use.
15137         * progmodes/dcl-mode.el: Require imenu at compile time.
15139         * progmodes/cc-engine.el (c-maybe-stale-found-type):
15140         Pacify byte-compiler.
15142         * obsolete/fast-lock.el: Use featurep test instead of string-match.
15144         * eshell/esh-mode.el (eshell-handle-ansi-color):
15145         Require ansi-color at compile time too.
15147         * eshell/em-unix.el (eshell/info): Require info at compile time too.
15149         * w32-fns.el: Require w32-vars.
15151         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
15152         time too.
15154 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15156         * double.el ([ignore]): Use `ignore'.
15157         (double-setup): Inline into double-mode.
15158         (double-mode): Use define-minor-mode.
15160 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
15162         * textmodes/reftex.el: Move require easymenu before first use.
15163         (reftex-info): Require info at compile too.
15165         * textmodes/org-publish.el (org-publish-org-to-html)
15166         (org-publish-org-to): Require org at compile time too.
15167         (org-publish-attachment): Require at compile time too.
15169         * term/tty-colors.el (w32-tty-standard-colors):
15170         Pacify byte-compiler.
15172         * term/pc-win.el (frame-creation-function-alist): Add to this
15173         instead of setting frame-creation-function.
15175         * play/blackbox.el (bb-up, bb-down): Use forward-line.
15177         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
15179         * calendar/todo-mode.el: Require calendar at compile time.
15181         * calendar/cal-hebrew.el: Require holidays at compile time.
15183         * w32-vars.el: Provide w32-vars.
15185         * term/w32-win.el: Require w32-vars.
15186         (w32-color-map): Pacify byte-compiler.
15188         * loadup.el: Load w32-vars before term/w32-win.
15190 2007-10-20  Juri Linkov  <juri@jurta.org>
15192         * textmodes/fill.el (fill-paragraph): When the region is active,
15193         don't try other `or' branches regardless of the value returned by
15194         fill-region; just return t.
15196 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
15198         * vc.el (vc-do-command): Condition out a misleading message when
15199         running asynchronously.
15200         (vc-deduce-fileset): New argument enables using an unregistered
15201         visited file as a singleton fileset if nothing else is available.
15202         (vc-next-action): Restore file-registering behavior.
15204 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
15206         * calc/README: Add recent news.
15208 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
15210         * term/x-win.el (x-gtk-stock-map, icon-map-list)
15211         (x-gtk-map-stock): Delete duplicated definitions from merge.
15213         * progmodes/compile.el (compilation-skip-to-next-location)
15214         (compilation-skip-threshold, compilation-skip-visited):
15215         Move definitions earlier.
15217         * play/decipher.el (decipher-keypress):
15218         * play/zone.el (zone-fall-through-ws):
15219         * play/landmark.el (lm-move-down, lm-move-up):
15220         * play/handwrite.el (handwrite):
15221         * mail/mspools.el (mspools-visit-spool):
15222         * wdired.el (wdired-next-line, wdired-previous-line):
15223         * tar-mode.el (tar-subfile-save-buffer):
15224         * scroll-lock.el (scroll-lock-next-line)
15225         (scroll-lock-previous-line):
15226         * image-dired.el (image-dired-next-line)
15227         (image-dired-previous-line):
15228         * ediff-help.el (ediff-help-message-line-length):
15229         Use forward-line.
15231         * smerge-mode.el (smerge-auto-refine):
15232         * diff-mode.el (diff-auto-refine): Add :group.
15234         * play/yow.el: Require doctor at compile time.
15236         * vmsproc.el: Provide vmsproc.
15237         (command-send-input): Use forward-line.
15239         * vms-patch.el: Require ps-print and vmsproc at compile time.
15241         * vc-mtn.el (log-view-message-re, log-view-file-re)
15242         (log-view-font-lock-keywords): Pacify byte-compiler.
15244         * vc-hg.el: Require log-view at compile time.
15246 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
15248         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
15250 2007-10-20  Glenn Morris  <rgm@gnu.org>
15252         * progmodes/f90.el (f90-font-lock-keywords-2)
15253         (f90-looking-at-type-like): Fix regexp typos.
15255 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
15257         * bs.el (bs--track-window-changes): Don't refresh the whole list.
15258         (bs-mode): Set mode-class property to special.
15260 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15262         * diff-mode.el (diff-auto-refine): New var.
15263         (diff-hunk): Use it.
15264         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
15265         (diff-refine-change): Rename from diff-fine-change.  Change it.
15266         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
15267         (diff-refine-hunk): Rename from diff-fine-highlight.
15269 2007-10-20  John Paul Wallington  <jpw@pobox.com>
15271         * help-fns.el (describe-variable-custom-version-info): New function
15272         to return variable's version or package version note.
15273         (describe-variable): Use it, display result.
15275 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15277         * smerge-mode.el (smerge-auto-refine): New var.
15278         (smerge-next, smerge-prev): Use it.
15279         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
15281         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15282         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
15284         * vc-bzr.el (vc-bzr-diff-tree):
15285         * vc-git.el (vc-git-diff-tree):
15286         * vc-hg.el (vc-hg-diff-tree):
15287         * vc-mcvs.el (vc-mcvs-diff-tree):
15288         * vc-mtn.el (vc-mtn-diff-tree):
15289         * vc-svn.el (vc-svn-diff-tree): Remove.
15291         * vc-mtn.el (vc-mtn-revision-completion-table):
15292         * vc-cvs.el (vc-cvs-revision-completion-table):
15293         * vc-arch.el (vc-arch-revision-completion-table):
15294         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
15295         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
15296         Make it work when the arg is a list of files.
15298 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15300         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
15301         Also `revision-completion-table' now takes a list of files.
15302         (vc-deduce-fileset): Remove unused var `regexp'.
15303         Only obey allow-directory-wildcard in dired buffers.
15304         (vc-default-diff-tree): Remove.
15305         (vc-diff-added-files): New var.
15306         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
15307         (vc-version-diff): Revert from `vc-history-diff' to the original name.
15308         Remove the `backend' arg.
15309         (vc-contains-version-controlled-file): Remove.
15310         (vc-diff): Bring it closer to the version in Emacs-22.
15311         (vc-revert): Fix typo in let-binding.
15312         (vc-default-unregister): Remove.
15313         (vc-dired-buffers-for-dir): Remove N^2 behavior.
15315 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
15317         * textmodes/two-column.el (2C-split, 2C-merge):
15318         * textmodes/bib-mode.el (bib-find-key, mark-bib):
15319         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
15320         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
15321         * progmodes/ada-xref.el (ada-get-all-references):
15322         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
15323         * emulation/vi.el (vi-previous-line-first-nonwhite)
15324         (vi-effective-range, vi-put-before):
15325         * emulation/edt.el (edt-next-line, edt-previous-line)
15326         (edt-paragraph-forward): Use forward-line.
15328         * progmodes/etags.el (tags-apropos): Require apropos at compile
15329         time too.
15331         * progmodes/prolog.el: Require comint when compiling.
15332         (inferior-prolog-flavor): Move defvar before use.
15334 2007-10-19  Richard Stallman  <rms@gnu.org>
15336         * font-core.el (turn-on-font-lock-if-desired):
15337         Rename from `turn-on-font-lock-if-enabled'.
15338         Fully obey `font-lock-global-modes'.
15340 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15342         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
15343         which will not affect the behavior of things like forward-word.
15344         (diff-fine-highlight): Preserve point.
15346         * doc-view.el (doc-view-mode-map): Use remapping.
15347         Don't rebind C-v, M-v to their default value.
15348         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
15350         * smerge-mode.el: Add word-granularity refinement.
15351         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
15352         (smerge-refine-weight-hack): New vars.
15353         (smerge-refine-forward): New fun.
15354         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
15355         (smerge-refine-subst): Use them as well.  Preserve point.
15357 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
15359         * follow.el (follow-unload-function): New function.
15361         * loadhist.el (unload-function-features-list):
15362         Rename from `unload-hook-features-list'.
15363         (unload-hook-features-list): Add as obsolete alias.
15364         (unload-feature): Use `unload-function-features-list'
15365         and new FEATURE-unload-function.
15367 2007-10-19  Glenn Morris  <rgm@gnu.org>
15369         * bindings.el (mouse-minor-mode-menu)
15370         (minor-mode-menu-from-indicator): Move to mouse.el.
15371         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15372         Move here from bindings.el.
15374 2007-10-19  Richard Stallman  <rms@gnu.org>
15376         * help-fns.el (describe-function-1): Don't use the advice origname
15377         if it has no function definition.
15379 2007-10-18  Johan Bockgård  <bojohan@gnu.org>
15381         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
15382         Use `save-restriction' rather than `widen'.
15384 2007-10-18  Richard Stallman  <rms@gnu.org>
15386         * time.el (display-time-world-time-format): Display day # not month #.
15388 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15390         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
15392         * doc-view.el: Remove version keyword.
15393         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15394         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
15395         (doc-view-ghostscript-options): Improve custom type.
15396         (doc-view-cache-directory, doc-view-conversion-buffer)
15397         (doc-view-conversion-refresh-interval): Simplify custom type.
15399 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
15401         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
15402         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
15403         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
15404         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
15405         Remove superfluous messages.
15406         (doc-view-mode-map): Use the image-mode scrolling commands.
15407         Don't rebind C-x k.
15409 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15411         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
15412         Add comment about "-dSAFER".
15414 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15416         * term/xterm.el: Don't require xt-mouse.
15417         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
15418         calling turn-on-xterm-mouse-tracking-on-terminal directly.
15420         * xt-mouse.el: Don't change the global function-key-map anny more.
15421         (xterm-mouse-mode): Use terminal-init-xterm-hook.
15422         Don't use after-make-frame-functions now that term/xterm.el calls
15423         us directly.
15424         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
15425         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
15426         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
15427         Setup input-decode-map and remember that xterm-mouse-mode was
15428         enabled in this terminal.
15429         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
15430         terminals where it has been enabled.
15432         * faces.el (tty-create-frame-with-faces): Make sure not only
15433         tty-run-terminal-initialization but also set-locale-environment
15434         are run only once per terminal.
15435         (tty-run-terminal-initialization): Don't check if the terminal was
15436         already initted.
15438         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
15439         not to remove keymaps that just happen to inherit from one of ours.
15440         When setting up our keymap, make sure it won't be accidentally
15441         modified by someone else.
15443 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
15445         * textmodes/artist.el (artist-previous-line, artist-next-line):
15446         * dired.el (dired-next-line, dired-previous-line):
15447         * progmodes/delphi.el (delphi-newline):
15448         * textmodes/org.el (org-columns-eval):
15449         Use forward-line.
15451         * emerge.el (emerge-setup): Use insert-buffer-substring.
15452         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
15454 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
15456         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
15457         (adaptive-fill-function): Doc fix.  Remove * from docstring.
15459 2007-10-18  Tom Horsley  <tom.horsley@att.net>
15461         * simple.el (interprogram-paste-function): Doc fix.
15462         (current-kill): Accept list of strings as well
15463         as single string from `interprogram-paste-function'.
15465 2007-10-18  Glenn Morris  <rgm@gnu.org>
15467         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
15469 2007-10-18  Drew Adams  <drew.adams@oracle.com>
15471         * bindings.el (mode-line-minor-mode-keymap):
15472         Add mouse-minor-mode-menu on mouse-1.
15473         (mode-line-modes): Add mouse-1 to help-echo text.
15474         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15475         New functions.
15476         (mode-line-minor-mode-help): Doc fix.
15478 2007-10-17  Juri Linkov  <juri@jurta.org>
15480         * textmodes/fill.el (fill-paragraph-or-region): Remove function
15481         at the request of RMS.
15482         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
15483         arg `region'.  Fix docstring.  At the first `or' branch add call to
15484         `fill-region' if it the region is active in transient-mark-mode.
15486         * bindings.el (esc-map): Bind M-q to fill-paragraph
15487         instead of fill-paragraph-or-region.
15489         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
15490         with fill-paragraph.
15492         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
15493         Fix docstring.
15495         * indent.el (indent-for-tab-command): Change interactive spec from
15496         "P" to "p".  Add check for interactive arg before indenting the
15497         active region.
15499         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
15500         Regroup.
15502 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
15504         * emacs-lisp/find-func.el: Don't require loadhist.
15506         * loadhist.el (feature-symbols, file-provides, file-requires)
15507         (file-set-intersect, file-dependents): Simplify.
15508         (unload-feature-special-hooks): Update list of special hooks.
15510 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
15512         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
15513         extensions since they can be viewed with doc-view.
15515         * files.el (auto-mode-alist): Make doc-view-mode the default mode
15516         for pdf, ps and dvi files.
15518         * doc-view.el: Make doc-view-mode the standard mode for viewing
15519         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
15520         text and image display.  Add binding C-c C-e to switch to an
15521         editing mode.
15522         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
15523         avoid security problems when rendering files from untrusted sources.
15525 2007-10-17  Aaron Hawley  <aaronh@garden.org>
15527         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
15528         position is not saved.
15530 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15532         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
15533         (doc-view-ghostscript-options): Fix typo in doc string.
15535 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15537         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
15538         handling, so compilation-fake-loc works again.
15540         * server.el (server-select-display): Nop if we do not support m-f-o-d.
15541         (server-process-filter): Revert last change.
15543         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
15544         behavior unrelated to filesets.
15546 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
15548         * longlines.el (longlines-wrap-follows-window-size): Integer value
15549         specifies wrapping margin.
15550         (longlines-mode, longlines-window-change-function):
15551         Set window-specific wrapping margin based on the above.
15553 2007-10-17  John Wiegley  <johnw@newartisans.com>
15555         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
15557 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
15559         * server.el (server-process-filter): Only set display if X11 is
15560         supported.
15562 2007-10-17  Glenn Morris  <rgm@gnu.org>
15564         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
15565         Tweak regexp to avoid stack overflow.
15567 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15569         * simple.el (reindent-then-newline-and-indent): Don't assume that
15570         indent-according-to-mode preserves point.
15572 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
15574         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
15575         (bs--nth-wrapper): Simplify.
15576         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
15577         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
15578         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
15579         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
15580         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
15581         (bs-configurations, bs-default-configuration)
15582         (bs-alternative-configuration, bs-cycle-configuration-name)
15583         (bs-string-show-always, bs-string-show-never, bs-string-current)
15584         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
15585         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
15586         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
15587         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
15588         (bs--window-config-coming-from): Revert 2006-11-09 change.
15589         (bs--restore-window-config): Keep the selected frame.
15590         (bs--track-window-changes, bs--remove-hooks): New functions.
15591         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
15592         (bs--create-header): Remove.
15593         (bs--create-header-line): New function, based on `bs--create-header'.
15594         (bs--show-header): Use `bs--create-header-line'.
15595         (bs--show-with-configuration): Revert 2006-11-09 change.
15596         Don't reuse window unless it is visible on the selected frame.
15597         Restore window configuration (possibly in a different frame)
15598         before creating any window.
15600 2007-10-16  Glenn Morris  <rgm@gnu.org>
15602         * simple.el (blink-matching-open): Don't report false errors with
15603         the `$' syntax class.
15605 2007-10-16  Richard Stallman  <rms@gnu.org>
15607         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
15608         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
15609         (ad-is-advised, ad-get-advice-info-field)
15610         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
15612 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15614         * vc-hooks.el (vc-workfile-version): Compatibility alias.
15615         (vc-default-working-revision): Compatibility for backends.
15617 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
15619         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
15620         (filesets-ormap, filesets-sort-case-sensitive-flag)
15621         (filesets-remake-shortcut, filesets-ingroup-collect-files):
15622         Fix typos in docstrings.
15623         (filesets-conditional-sort, filesets-find-or-display-file)
15624         (filesets-data-get-name, filesets-data-get-data)
15625         (filesets-data-set, filesets-cmd-query-replace-getargs)
15626         (filesets-ingroup-collect): Doc fixes.
15628 2007-10-15  Sam Steingold  <sds@gnu.org>
15630         * mail/sendmail.el (sendmail-error-reporting-interactive)
15631         (sendmail-error-reporting-non-interactive): New variables for
15632         sendmail error reporting options to simplify support for imperfect
15633         sendmail emulators.
15634         (sendmail-send-it): Use them instead of list literals.
15636 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
15638         * help-fns.el: Revert previous change; it creates a
15639         dependency loop between advice.el and help-fns.el.
15641 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
15643         * help-fns.el: Require advice when compiling.
15645 2007-10-14  Drew Adams  <drew.adams@oracle.com>
15647         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
15648         (ring-insert+extend, ring-remove+insert+extend, ring-member)
15649         (ring-next, ring-previous): New functions.
15651 2007-10-14  Richard Stallman  <rms@gnu.org>
15653         * emacs-lisp/advice.el (documentation): Advice deleted.
15654         Doc for advised functions is now handled at C level.
15655         (ad-stop-advice, ad-start-advice): Don't enable or disable
15656         advice for `documentation'.
15657         (ad-advised-definition-docstring-regexp): Var deleted.
15658         (ad-make-advised-definition-docstring): Store orig name
15659         as text property of string.
15660         (ad-advised-definition-p): Check for text property of docstring.
15662         * help-fns.el (describe-function-1): Find source of advised functions.
15664 2007-10-14  Juri Linkov  <juri@jurta.org>
15666         * faces.el (describe-face): Allow handling a string as the face name.
15668         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
15669         active region in transient-mark-mode.
15670         (ispell-region): Change messages displayed at the start and end of
15671         the spell-checking to be the same.
15673         * startup.el (fancy-startup-tail): Say exactly what does the button
15674         dismiss ("Dismiss this startup screen").  Use text "Never show
15675         it again" for the checkbox after this button.
15676         (fancy-startup-screen, fancy-about-screen): Put point before the
15677         first link, so the user can quickly select links with the keyboard.
15678         (normal-mouse-startup-screen): Add more useful text describing how
15679         to follow a link.
15681 2007-10-14  Glenn Morris  <rgm@gnu.org>
15683         * progmodes/etags.el (select-tags-table): Disable undo in the
15684         `*Tags Table List*' buffer.
15686 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
15688         * dired.el (dired-warn-writable): New face.
15689         (dired-warn-writable-face): New variable.
15690         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
15691         of dired-warning-face, for group- and world-writable files.
15693 2007-10-13  Richard Stallman  <rms@gnu.org>
15695         * files.el (directory-abbrev-alist): Doc fix.
15697 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
15699         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
15701 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
15703         * frame.el (set-frame-configuration): Assign name parameter only
15704         if it has been set explicitly before.
15706 2007-10-11  Tom Tromey  <tromey@redhat.com>
15708         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
15709         frame is visible.
15711 2007-10-10  Richard Stallman  <rms@gnu.org>
15713         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
15714         in *Backtrace*.
15716         * faces.el (face-font-selection-order): Doc fix.
15718         * loadhist.el (unload-feature): Doc fix.
15720 2007-10-13  Glenn Morris  <rgm@gnu.org>
15722         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
15723         (octave-re-search-forward-kw, octave-re-search-backward-kw):
15724         Add doc string, and an explicit COUNT argument.
15725         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
15726         `inc' to search functions.
15728         * faces.el (face-spec-set): When FRAME is nil, set the default for
15729         new frames (restores pre-2007-09-17 behavior).  Doc fix.
15731 2007-10-13  John W. Eaton  <jwe@octave.org>
15733         * progmodes/octave-mod.el (octave-looking-at-kw)
15734         (octave-re-search-forward-kw, octave-re-search-backward-kw):
15735         New functions.
15736         (octave-in-defun-p, calculate-octave-indent)
15737         (octave-blink-matching-block-open, octave-beginning-of-defun)
15738         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
15739         to search for regexps that contain case-sensitive keywords.
15740         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
15741         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
15743 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
15745         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
15746         Do not use a single clause cond.
15748         * cus-start.el (all): Use test that does not match the X11 version
15749         for mac.
15751 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
15753         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
15754         BROWSE buffer.
15756 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
15758         * cus-start.el (all): Undo previous change.
15760 2007-10-13  Glenn Morris  <rgm@gnu.org>
15762         * woman.el (woman0-rename): Fix paren typo.
15764         * mail/feedmail.el (feedmail-run-the-queue)
15765         (feedmail-look-at-queue-directory):
15766         * mail/reporter.el (reporter-dump-state):
15767         * net/eudc-hotlist.el (eudc-edit-hotlist):
15768         * net/eudc.el (eudc-display-records)
15769         (eudc-filter-duplicate-attributes)
15770         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
15771         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
15772         (eudc-bbdb-query-internal):
15773         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
15774         * net/socks.el (socks-build-auth-list):
15775         * progmodes/cc-cmds.el (top level):
15776         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
15777         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
15778         (cperl-write-tags, cperl-tags-treeify):
15779         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
15780         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
15781         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
15782         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
15783         (idlwave-toolbar-remove-everywhere):
15784         * progmodes/idlwave.el (idlwave-indent-line)
15785         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
15786         (idlwave-write-paths, idlwave-all-method-classes)
15787         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
15788         (idlwave-fix-keywords, idlwave-display-calling-sequence)
15789         (idlwave-complete-in-buffer):
15790         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
15791         (org-fast-tag-selection):
15792         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
15793         than mapcar.
15795 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
15797         * diff-mode.el (diff-fine-change): Add :group.
15799 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
15801         * cus-start.el (all): Use the same test as the 22.2 branch.
15803 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15805         * diff-mode.el (diff-current-defun): Force recomputation of
15806         change-log-default-name.
15808 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
15810         * startup.el (fancy-startup-screen): Remove an unnecessary newline
15811         and some leftover logic regarding dedicated frames.  If showing
15812         concise startup screen, fit window to buffer.
15813         (command-line-1): If we will be using the splash screen, use
15814         find-file instead of find-file-other-window to find additional files.
15815         Comment out unused code for coping with the old sit-for behavior.
15817 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15819         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
15820         `meta' modifier consistently, rather than using sometimes meta
15821         sometimes alt.
15823 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
15825         * window.el (handle-select-window): Revert part of 2007-10-08
15826         change setting the input focus.
15828 2007-10-12  Glenn Morris  <rgm@gnu.org>
15830         * startup.el (command-line): Do not read abbrev file in batch mode.
15832         * emacs-lisp/byte-opt.el (top level):
15833         * mail/rmail.el (rmail-list-to-menu):
15834         * obsolete/hilit19.el (hilit-mode):
15835         * progmodes/cc-mode.el (c-postprocess-file-styles)
15836         (c-submit-bug-report):
15837         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15838         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
15839         (reftex-access-parse-file):
15840         * textmodes/reftex-cite.el (reftex-do-citation)
15841         (reftex-insert-bib-matches):
15842         * textmodes/reftex-ref.el (reftex-offer-label-menu):
15843         * textmodes/reftex-sel.el (reftex-select-unmark):
15844         * textmodes/reftex-toc.el (reftex-toc-do-promote):
15845         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
15847         * cus-edit.el (custom-variable-menu, custom-face-menu)
15848         (custom-group-menu): Check init-file-user rather than
15849         user-init-file, in case cus-edit is loaded by site-run-file.
15851 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
15853         * vc.el (vc-deduce-fileset): Delete unused code.
15854         (vc-next-action): Fix typos.
15856 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
15858         * bs.el (bs--mark-unmark): New function.
15859         (bs-mark-current, bs-unmark-current): Use it.
15861 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
15863         * vc.el (vc-diff):
15864         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
15865         temporarily disable the check for his edge case of
15866         vc-diff (stopping it from grinding when called from $HOME), as
15867         it's calling some brittle code in vc-hooks.el.
15868         (with-vc-properties): Fix evaluation time of a macro argument.
15869         * ediff-vers.el (ediff-vc-internal):
15870         * vc-hooks.el:
15871         * loaddefs.el: Follow up on VC terminology change.
15873 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
15875         * follow.el (follow-stop-intercept-process-output):
15876         Use `follow-call-process-filter' rather than `process-filter'.
15877         Simplify.
15879 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
15881         * vc-hooks.el (vc-registered): Robustify this function a bit
15882         against filenames with no directory component.
15884 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15886         * international/characters.el: Undo unwanted and unexplained change.
15888 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15890         * ps-print.el: Fix the usage of :foreground and :background face
15891         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
15892         (ps-print-version): New version 6.7.6.
15893         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
15894         Fix code.
15895         (ps-face-foreground-color-p, ps-face-background-color-p)
15896         (ps-face-color-p): New inline funs.
15898 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
15900         * textmodes/org.el (org-additional-option-like-keywords): New constant.
15901         (org-complete): Use `org-additional-option-like-keywords'.
15902         (org-parse-local-options): New function.
15904 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
15906         * textmodes/org.el (org-in-clocktable-p): New function.
15907         (org-clock-report): Only update the table at point, or insert a new one.
15908         (org-clock-goto): New function.
15909         (org-open-file): Use `start-process-shell-command' instead of
15910         `shell-command' with an ampersand.
15911         (org-deadline, org-schedule): New argument REMOVE to remove the
15912         date from the entry.
15913         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
15914         argument to `org-schedule' and `org-deadline'.
15915         (org-trim): Use the correct expressions for beginning and end of
15916         the string.
15917         (org-get-cleaned-entry): Trim the string before returning it.
15918         (org-clock-find-position): New function.
15919         (org-clock-into-drawer): New option.
15920         (org-agenda-tags-column): Rename from
15921         `org-agenda-align-tags-to-column'.
15922         (org-agenda-align-tags): Allow negative values for
15923         `org-agenda-tags-column'.
15924         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
15925         (org-agenda-to-appt): New optional argument FILTER.
15926         (org-completion-fallback-command): New variable.
15927         (org-complete): Use `org-completion-fallback-command'.
15928         (org-find-base-buffer-visiting): Catch the case that there is no
15929         buffer visiting the file.
15930         (org-property-or-variable-value): New function.
15931         (org-todo): Use `org-property-or-variable-value'
15932         (org-agenda-compact-blocks): New option.
15933         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
15934         (org-agenda-schedule, org-agenda-deadline):
15935         Call `org-agenda-show-new-time'.
15936         (org-agenda-show-new-time): New argument PREFIX.
15937         (org-colgroup-info-to-vline-list): Fix but that cause a
15938         shift in the vertical lines.
15939         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
15940         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
15941         (org-indent-item): No arg in call to `org-fix-bullet-type'.
15942         (org-fix-bullet-type): Remove argument.
15943         (org-read-date): Check for am/pm twice, to catch the end time.
15944         (org-goto-map): Use `suppress-keymap'.
15945         (org-remember-apply-template): Respect the dynamically scoped
15946         selection character.
15948 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15950         * frame.el (frame-inherited-parameters): Remove unused `environment'
15951         parameter, and let server.el add `client' when needed.
15953         * server.el (server-create-tty-frame)
15954         (server-create-window-system-frame): Set frame-inherited-parameters.
15956         * frame.el (frame-inherited-parameters): New var.
15957         (make-frame): Use it.
15959         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
15961         * env.el (let-environment): Remove.  Unused.
15962         (read-envvar-name): Simplify.
15963         (setenv): Remove unused arg `frame'.
15965         * help-fns.el (describe-variable): Add missing "  " for multiline
15966         obsolescence info and missing EOL after global value.
15968 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
15970         * add-log.el:
15971         * ediff-vers.el:
15972         * log-view.el:
15973         * pcvs.el:
15974         * vc-arch.el:
15975         * vc-bzr.el:
15976         * vc-cvs.el:
15977         * vc.el:
15978         * vc-git.el:
15979         * vc-hg.el:
15980         * vc-hooks.el:
15981         * vc-mcvs.el:
15982         * vc-mtn.el:
15983         * vc-rcs.el:
15984         * vc-sccs.el:
15985         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
15986         {find,init,next,previous,annotate-*,log}-version ->
15987         {find,init,next,previous,annotate-*,log}-revision,
15988         annotate-focus-version -> annotate-working-revision, The term
15989         'focus' is gone.  The term 'revision' is now used consistently
15990         everywhere that reference to a revision ID is intended, replacing
15991         older use of 'version'.
15993 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
15995         * follow.el: Change all instances of "Follow Mode" to "Follow
15996         mode" in docstrings and messages.
15997         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
15999 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
16001         * vc.el (vc-next-action): Rewrite completely; this principal
16002         entry point now operates on a current fileset selected either
16003         explicitly via VC-Dired or implicitly by visiting a file buffer,
16004         rather than always operating on the file of the current buffer as
16005         in older versions.  Rewrite the rest of the mode to match.
16006         (with-vc-properties): Rewrite to operate on a file list.
16007         (with-vc-file): vc-checkin takes a file list argument now.
16008         (vc-post-command-functions): This hook now receives a file list.
16009         (vc-do-command): Take a either a file or a file list as argument.
16010         (vc-deduce-fileset): New function for deducing a file list to
16011         operate on.
16012         (vc-next-action-on-file, vc-next-action-dired): Remove.
16013         Merge into vc-next-action.
16014         (vc-register): Adapt to the fact that vc-start-entry now takes a
16015         file list.
16016         (vc-register-with): New function.
16017         (vc-start-entry): Take a file list argument rather than a
16018         file argument.
16019         (vc-checkout): Cope with vc-start-entry taking a file list.
16020         (vc-steal-lock): Cope with with-vc-properties taking a
16021         file list.
16022         (vc-checkin): Take a file list argument rather than a file argument.
16023         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
16024         (vc-diff-internal): Rewrite for filesets.
16025         (vc-diff-sentinel): New function, tests whether changes were
16026         written into a diff buffer.
16027         (vc-diff): Rewrite for filesets.
16028         (vc-version-diff): Rewrite for filesets.
16029         (vc-print-log): Take a fileset argument.
16030         (vc-revert): Revert the entire selected fileset, not just the
16031         current buffer.
16032         (vc-rollback): Roll back the entire selected fileset, if
16033         possible.  No longer accepts a prefix argument.
16034         (vc-update): Merge new changes for the entire selected
16035         fileset, not just the current buffer.
16036         (vc-revert-file): Cope with with-vc-properties taking a file list.
16037         (vc-default-dired-state-info): Add + status suffix if the file is
16038         modified.
16039         (vc-annotate-warp-version): Use the new diff machinery.
16040         (vc-log-edit): Take a file list argument rather than a file argument.
16042 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
16044         Sync with Tramp 2.1.11.
16046         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
16047         Pacify byte compiler.
16049         * net/trampver.el: Update release number.
16051 2007-10-09  Richard Stallman  <rms@gnu.org>
16053         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
16055 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
16057         * follow.el: Require easymenu.
16058         (follow-mode-hook, follow-mode): Doc fixes.
16059         (follow-mode-off-hook): Mark as obsolete.
16061 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
16063         * window.el (mouse-autoselect-window-cancel): Don't cancel for
16064         select-window or select-frame events.
16065         (handle-select-window): When autoselecting window set input
16066         focus.  Restructure.
16068         * frame.el (focus-follows-mouse): Move to frame.c.
16069         * cus-start.el (all): Add focus-follows-mouse.
16071 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
16073         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
16074         activate font-locking in the *buffer-selection* buffer.
16075         (bs-show-sorted): Doc fix.
16077         * bs.el (bs--get-marked-string, bs--get-modified-string)
16078         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16079         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
16080         (bs--format-aux): Doc fix.
16082 2007-10-08  Michaël Cadilhac  <michael@cadilhac.name>
16084         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
16086 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
16088         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
16089         (gud-gdb): New function for old M-x gdb (text command mode).
16090         (gud-gdb-command-name, gdb): Move to...
16092         * progmodes/gdb-ui.el: ...here and adapt doc string.
16093         (gud-gdba-command-name, gdba): Delete.
16095 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
16097         * bs.el: Don't defvar `font-lock-verbose'.
16098         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
16099         (bs--get-file-name): Fix typos in docstrings.
16100         (bs--show-header): Use `dolist' instead of `mapcar'.
16101         (bs-mode): Set `show-trailing-whitespace' to nil.
16102         (bs-buffer-sort-function, bs-mouse-select-other-frame)
16103         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
16104         Doc fixes.
16106 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
16108         * progmodes/gud.el (pdb): Specify file for gud-break.
16110 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
16112         * progmodes/gud.el (gdb): Make graphical mode the default and
16113         switch to text command mode if appropriate, i.e., reverse previous
16114         arrangement.
16115         (gud-gdb-marker-filter): Adapt for above change.
16117         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
16118         gud-minor-mode and gud-marker-filter.
16119         (gdb-fullname-regexp): New variable.
16120         (gud-gdba-marker-filter): Use it to switch to text command
16121         mode if appropriate.
16123 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
16125         * progmodes/gud.el (gud-display-line): Find source buffer even when
16126         GUD buffer has its own frame.
16128 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
16130         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
16132 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
16134         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
16136 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
16138         * allout.el (allout-before-change-handler): Replace got-char by
16139         goto-char.
16141 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16143         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
16144         Used to try and automatically enabled smerge-mode in the presence of
16145         conflicts and to call `svn resolved' when the conflicts are gone.
16146         (vc-svn-parse-status): Remember the svn-specific status.
16148 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
16150         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
16151         menu-bar-apropos-menu.  All users changed.
16152         (menu-bar-help-menu): Change menu symbols to better match the text
16153         displayed by the menu.
16155 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
16157         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
16158         #, @, : and ^.
16160 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
16162         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
16164         * log-view.el (log-view-mode-map): Likewise.
16166         * diff-mode.el (diff-mode-shared-map): Likewise.
16168 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
16170         * files.el (file-name-sans-versions): Also allow `A-Z'.
16172         * vc.el: Mention all supported VC backends.
16174 2007-10-08  Richard Stallman  <rms@gnu.org>
16176         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
16177         neighbouring buttons.
16179 2007-10-08  Andreas Schwab  <schwab@suse.de>
16181         * files.el (file-name-sans-versions): Also allow `_'.
16183 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
16185         * files.el (file-name-sans-versions): Allow - and a-z in version names.
16187         * log-view.el (log-view-mode-map, log-view-mode-menu):
16188         Bind log-view-annotate-version.
16189         (log-view-beginning-of-defun, log-view-end-of-defun)
16190         (log-view-annotate-version): New functions.
16191         (log-view-mode): Use log-view-beginning-of-defun and
16192         log-view-end-of-defun.
16194 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16196         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
16198 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16200         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
16201         neighbouring buttons.
16203         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16204         Recognize gcc's use of "note" for informational messages.
16206 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16208         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
16209         (css-mode): Update correspondingly.
16211 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
16213         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
16214         Signed-off-by, Acked-by and Merge.
16216 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16218         * ediff-init.el (ediff-verbose-p): This var is not a constant.
16220 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16222         * vc-mtn.el: New file.
16224         * vc-hooks.el (vc-handled-backends): Add Mtn.
16226 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
16228         * files.el (find-file, find-file-other-window)
16229         (find-file-other-frame, find-file-existing, find-file-read-only)
16230         (find-file-read-only-other-window)
16231         (find-file-read-only-other-frame)
16232         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
16234 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
16236         * progmodes/gud.el (gdb-ready): New variable.
16237         (gdb): Set it to nil.  Set gud-running to nil here...
16238         (gud-common-init): ...instead of here.
16240         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
16241         Use gdb-ready.  Discard input until GDB is ready to accept it.
16243 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
16245         * dired.el (dired-warning): Inherit from font-lock-warning-face to
16246         make it show up with eight colors.
16248 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16250         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
16251         diffs are concatenated with no intervening line.
16253 2007-10-08  Dave Love  <fx@gnu.org>
16255         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
16256         (python-font-lock-keywords): Update to the 2.5 version of the language.
16257         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
16258         (python-backspace): Only behave funny in code.
16259         (python-compilation-regexp-alist): Add PDB stack trace regexp.
16260         (inferior-python-mode): Add PDB prompt regexp.
16261         (python-fill-paragraph): Refine the fenced-string regexp.
16262         (python-find-imports): Handle imports spanning several lines.
16263         (python-mode): Add `class' to hideshow support.
16265 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16267         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16268         Use add-log-buffer-file-name-function rather than binding
16269         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
16270         when `fi' is the ChangeLog file itself.
16272         * outline.el (outline-flag-region): Use front-advance.
16274 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
16276         * progmodes/cperl-mode.el: Merge upstream 5.23.
16277         (cperl-where-am-i): Remove function.
16278         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
16279         (cperl-sniff-for-indent): De-invert [string] and [comment].
16280         When looking for label, skip s:m:y:tr.
16281         (cperl-indent-line): Likewise.
16282         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
16283         (cperl-windowed-init): Wrong `ps-print' handling.
16284         Both thanks to Chong Yidong.
16285         (cperl-look-at-leading-count): Could fail with unfinished RExen.
16286         (cperl-find-pods-heres): If the second part of s()[] is missing,
16287         don't try to highlight delimiters...
16289 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16291         * progmodes/compile.el (compilation-get-file-structure): Complete last
16292         change by also using spec-directory in the puthash.
16294 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
16296         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
16297         (vc-bzr-status): Fix shadowing of variable 'status'.
16298         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
16299         Use `expand-file-name' instead of `concat'.
16300         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
16301         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
16303 2007-10-08  Jason Rumney  <jasonr@gnu.org>
16305         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
16307 2007-10-08  Richard Stallman  <rms@gnu.org>
16309         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
16310         Add `safe-local-variable' property.
16311         (lisp-body-indent): Likewise.
16313 2007-10-08  Richard Stallman  <rms@gnu.org>
16315         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
16316         Add doc string.
16318 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
16320         * files.el (backup-buffer-copy): Try to overwrite old backup first.
16322 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
16324         * repeat.el (repeat): Use last-repeatable-command instead of
16325         real-last-command.  Run pre- and post-command hooks for
16326         self-insertion.  Update doc-string.
16328 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
16330         * vc-git.el (vc-git-state): Call git-add --refresh to update the
16331         state of the file.
16332         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
16333         (vc-git-create-repo): Fix invalid command.
16335 2007-10-08  Richard Stallman  <rms@gnu.org>
16337         * textmodes/flyspell.el (flyspell-mode):
16338         Catch errors in flyspell-mode-on.
16340 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
16342         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
16344 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16346         * international/encoded-kb.el (encoded-kbd-setup-display):
16347         Use input-decode-map rather than local-key-translation-map.
16349         * term/rxvt.el (rxvt-alternatives-map): New map.
16350         (terminal-init-rxvt): Use it.
16351         Bind rxvt-function-map in input-decode-map.
16353         * term/xterm.el (xterm-alternatives-map): New map.
16354         (terminal-init-xterm): Use it.
16355         Bind xterm-function-map in input-decode-map.
16357         * term/x-win.el (x-alternatives-map): New var.
16358         (x-setup-function-keys): Use it.
16360         * help-fns.el (describe-variable): Slightly change the layout of
16361         meta-info to separate it better from the docstring.
16362         Standardize insertion of extra empty lines in various circumstances.
16364         * diff-mode.el (diff-hunk-style): New fun.
16365         (diff-end-of-hunk): Use it.
16366         (diff-context->unified): Use the new `apply' undo element,
16367         if applicable, so as to save undo-log space.
16368         (diff-fine-change): New face.
16369         (diff-fine-highlight-preproc): New function.
16370         (diff-fine-highlight): New command.
16371         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
16373         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
16374         (smerge-refine-highlight-change): Add `props' argument.
16375         (smerge-refine-subst): New function holding most of smerge-refine.
16376         (smerge-refine): Use it.
16378 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
16380         * vc.el (vc-default-wash-log): Remove unused code, the
16381         log washers all live in the backends now.
16382         (vc-default-comment-history): Correct for the fact
16383         that wash-log is argumentless in the new API.
16385 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
16387         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
16388         (tramp-maybe-send-script): Apply `member' but `memq'.
16389         (tramp-advice-file-expand-wildcards): Simplify implementation.
16391 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
16393         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
16395         * mb-depth.el (minibuf-depth-indicator-function): New variable.
16396         (minibuf-depth-setup-minibuffer): Use it.
16398 2007-10-07  Glenn Morris  <rgm@gnu.org>
16400         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
16401         version numbers.
16403 2007-10-06  Juri Linkov  <juri@jurta.org>
16405         * textmodes/fill.el (fill-paragraph-or-region): New function.
16407         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
16408         instead of fill-paragraph.
16410         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
16411         with fill-paragraph-or-region.  Suspend command is now the same
16412         `suspend-frame' on window systems and on tty.
16414         * image.el (image-type): Check if image-types is bound to not fail
16415         on tty.
16417         * delsel.el (delete-selection-pre-hook):
16418         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
16419         is fbound to not fail on mouseless tty.
16421 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
16423         * net/tramp.el (top): Move loading of tramp-util.el and
16424         tramp-vc.el to tramp-compat.el.
16425         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
16426         temporary file if possible, in order to avoid a security hole.
16427         (tramp-do-copy-or-rename-file-out-of-band)
16428         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
16429         with DONT-CREATE, because the connection is not setup yet.
16430         (tramp-handle-process-file): Rewrite temporary file handling.
16431         (tramp-completion-mode): New defvar.
16432         (tramp-completion-mode-p): Use it.
16434         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
16436         * net/tramp-fish.el (tramp-fish-handle-process-file):
16437         Rewrite temporary file handling.
16439 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
16441         * vc.el: Workfile version -> focus version change.  Port various
16442         comments from new VC to reduce the noise in the diff.
16443         Patch in the new vc-create-repo function to go with the
16444         header comment about it already present.
16445         There are no changes to existing logic in this patch.
16446         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
16448 2007-10-06  Aaron Hawley  <aaronh@garden.org>
16450         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
16452 2007-10-05  Chris Moore  <dooglus@gmail.com>
16454         * server.el (server-kill-new-buffers): Doc fix.
16456 2007-10-05  John W. Eaton  <jwe@octave.org>
16458         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
16459         (octave-begin-keywords): Add "do".
16460         (octave-end-keywords): Remove "end".
16461         (octave-reserved-words): Add "end".  Remove "all_va_args",
16462         "gplot", and 'gsplot".
16463         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
16464         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
16465         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
16466         "default_return_value", "define_all_return_values",
16467         "do_fortran_indexing", "empty_list_elements_ok",
16468         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
16469         "ok_to_lose_imaginary_part", "prefer_column_vectors",
16470         "prefer_zero_one_indexing", "propagate_empty_matrices",
16471         "resize_on_range_error", "treat_neg_dim_as_zero",
16472         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
16473         "warn_divide_by_zero", "warn_function_name_clash",
16474         "warn_missing_semicolon", "whitespace_in_literal_matrix".
16475         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
16476         "crash_dumps_octave_core", "sighup_dumps_octave_core",
16477         "sigterm_dumps_octave_core".
16478         (octave-block-match-alist): Remove "end" from block-end keywords.
16479         (octave-mode): Update ftp site address.
16481 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
16483         * vc.el: Reorder functions, no code changes.
16485 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
16487         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
16488         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
16489         the cond clauses where needed.
16490         (tramp-handle-write-region): Rearrange code for proper handling of
16491         tmpfile.
16493         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
16495         * net/tramp.el:
16496         * net/tramp-fish.el:
16497         * net/tramp-ftp.el:
16498         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
16499         `tramp-compat-make-temp-file'.
16501 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16503         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
16505 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16507         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
16508         already uses a more recent copyright version than the "current" one.
16510 2007-10-03  Michaël Cadilhac  <michael@cadilhac.name>
16512         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
16513         (doc-view-insert-image): Minor aesthetical docstring changes.
16515 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
16517         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
16518         completing filename.
16519         (doc-view-search-internal): Docstring change.
16521 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
16523         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
16524         (tramp-file-name-handler-alist):
16525         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
16526         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
16527         used before, creates the file already, which is not desired.
16528         (tramp-do-copy-or-rename-file-directly): Simplify handling of
16529         temporary file.
16530         (tramp-handle-insert-file-contents): Assign the result in the
16531         short track case.
16532         (tramp-handle-insert-file-contents-literally): New defun.
16533         (tramp-completion-mode-p): Revert change from 2007-09-24.
16534         Checking for `return' etc as last character is not sufficient, for
16535         example in dired-mode when entering <g> (revert-buffer) or
16536         <s> (dired-sort).
16538         * net/tramp-compat.el (top): Add also compatibility code for loading
16539         appropriate timer package.
16540         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
16541         order to avoid autoloading problems.
16543         * net/tramp-fish.el:
16544         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
16546         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
16547         where the second parameter of `copy-file' or `rename-file' is a
16548         remote file but not via ftp.
16550 2007-10-02  Richard Stallman  <rms@gnu.org>
16552         * frame.el (cursor-in-non-selected-windows): Doc fix.
16554 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
16556         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
16557         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
16559 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
16561         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
16562         when `expt' doesn't give range errors.
16564 2007-10-01  Markus Triska  <markus.triska@gmx.at>
16566         * calc/calc-math.el (math-smallest-emacs-expt):
16567         Make the computation more robust.
16569 2007-09-30  David Kastrup  <dak@gnu.org>
16571         * startup.el (argv): Alias for `command-line-args-left' to use as
16572         `(pop argv)' inside of --eval command sequences.  Allows for
16573         passing shell commands into Emacs verbatim without need for Lisp
16574         quoting.
16576         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
16577         check only for changed size.
16578         (auto-revert-tail-handler): Get size from caller.  If the file has
16579         shrunk, tail the whole file again (the file presumably has been
16580         rewritten).
16582         * woman.el (woman-topic-all-completions, woman-mini-help):
16583         Fix fallout from 2007-09-07 introduction of `dolist' when the list
16584         actually was being manipulated in the loop.
16585         (woman-Cyg-to-Win, woman-pre-process-region)
16586         (woman-horizontal-escapes, woman-if-body, woman-unescape)
16587         (woman-strings, woman-special-characters, woman1-hc)
16588         (woman-change-fonts, woman-find-next-control-line):
16589         Use `match-beginning' rather than `match-string' when the result is
16590         just used as a flag.
16592 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
16594         * net/tramp-compat.el: New file.
16596         * net/tramp.el:
16597         * net/tramp-fish.el:
16598         * net/tramp-smb.el:
16599         * net/tramp-uu.el:
16600         * net/trampver.el: Move compatibility code to tramp-compat.el.
16601         Apply `mapc' instead of `mapcar' when the code needs side effects
16602         only.  Move utf-8 coding cookie to the second line.
16604 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
16606         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
16607         Improve custom type.
16608         (icon-map-list): Make it customizable.  Document how to disable
16609         stock icons.
16611 2007-09-30  Richard Stallman  <rms@gnu.org>
16613         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
16615 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16617         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
16618         (t-mouse-mode): New compatibility alias.
16620 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
16622         * server.el (server-delete-client): Only delete the terminal if it
16623         is non-nil.
16625 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
16627         * net/tramp.el (with-file-property, with-connection-property):
16628         Highlight as keyword.
16629         (tramp-rfn-eshadow-setup-minibuffer)
16630         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
16631         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
16632         (tramp-do-copy-or-rename-file-directly)
16633         (tramp-do-copy-or-rename-file-out-of-band)
16634         (tramp-handle-shell-command, tramp-get-debug-buffer)
16635         (tramp-send-command-and-read, tramp-equal-remote)
16636         (tramp-get-local-gid): Pacify byte-compiler.
16637         (tramp-handle-file-name-directory): Result shall not be expanded.
16638         (tramp-find-foreign-file-name-handler): Rewrite.
16639         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
16641         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
16643         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
16644         Apply `tramp-completion-mode-p'.
16645         (tramp-fish-handle-set-file-times)
16646         (tramp-fish-handle-executable-find)
16647         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
16648         (tramp-fish-retrieve-data): Pacify byte-compiler.
16650         * net/tramp-gw.el (tramp-gw-basic-authentication):
16651         Call `tramp-read-passwd' with first parameter `nil'.
16653 2007-09-28  Glenn Morris  <rgm@gnu.org>
16655         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
16656         than mapcar.
16658         * textmodes/tex-mode.el (tex-suscript-height-ratio)
16659         (tex-suscript-height-minimum): New customizable variables.
16660         (tex-suscript-height): New function.
16661         (superscript, subscript): Set height using tex-suscript-height
16662         rather than fixing at 0.8.
16663         (tex-fontify-script, tex-font-script-display): Add :version tag.
16665 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
16667         * progmodes/python.el (python-eldoc-function): Doc fix.
16669 2007-09-27  Glenn Morris  <rgm@gnu.org>
16671         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
16672         image if it is not in image-type-auto-detectable, or is there with
16673         a nil value.
16675 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
16677         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
16678         connection more robust.
16680 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
16682         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
16683         Deal with the case that special &keywords are at the beginning or
16684         end of the argument list.  Also add some (incomplete) support for
16685         non-standard arglists.
16687 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
16689         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
16690         (eldoc-message-commands, eldoc-current-idle-delay)
16691         (eldoc-function-argstring-format): Fix typos in docstrings.
16693 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
16695         * calc/calc-units.el (calc-convert-units)
16696         (calc-convert-temperature): Remove unnecessary colons.
16698 2007-09-26  Bastien Guerry  <bzg@altern.org>
16700         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
16701         New function.
16702         (org-export-latex-remove-from-headlines): Name changed because of typo.
16703         (org-export-latex-quotation-marks-convention): Option removed.
16704         (org-export-latex-make-preamble): Handle the DATE option.
16705         (org-export-latex-cleaned-string): Now the only cleaning function,
16706         synched up with org.el.
16707         (org-export-latex-lists, org-export-latex-parse-list)
16708         (org-export-list-to-latex): New functions.
16710 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
16712         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
16713         (org-outline-regexp): New constant.
16714         (org-remember-handler): Throw error when the target file is not in
16715         org-mode.
16716         (org-cleaned-string-for-export): No longer call
16717         `org-export-latex-cleaned-string' with an argument.
16718         (org-get-tags): Returns now a list, not a string.
16719         (org-get-tags-string): New function.
16720         (org-archive-subtree): No need to split return of `org-get-tags'.
16721         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
16722         instead of `org-get-tags'.
16723         (org-agenda-format-date): Rename from `org-agenda-date-format'.
16724         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
16725         (org-compatible-face): New argument INHERITS.  Inherit from this
16726         face if possible.
16727         (org-level-1, org-level-2, org-level-3, org-level-4)
16728         (org-level-5, org-level-6, org-level-7, org-level-8)
16729         (org-special-keyword, org-drawer, org-column, org-warning)
16730         (org-archived, org-todo, org-done, org-headline-done, org-table)
16731         (org-formula, org-code, org-agenda-structure)
16732         (org-scheduled-today, org-scheduled-previously)
16733         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
16734         in the new way.
16735         (org-get-heading): New argument NO-TAGS.
16736         (org-fast-tag-selection-include-todo): Made defvar instead of
16737         defcustom, feature is not deprecated.
16738         (org-remember-store-without-prompt): New default value t.
16739         (org-todo-log-states): New variable.
16740         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
16741         Compute the log states.
16742         (org-goto-map): More commands copied from global map.  Also bind
16743         `org-occur'.
16744         (org-goto): Made into a general lookup command.
16745         (org-get-location): Complete rewrite.
16746         (org-goto-exit-command): New variable.
16747         (org-goto-selected-point): New variable.
16748         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
16749         Set the new variables.
16750         (org-paste-subtree): Whitespace insertion strategy revised.
16751         (org-remember-apply-template): Protect v-A from the possibility
16752         that v-a might be nil.
16753         (org-remember-handler): Insertion rules revised.
16754         (org-todo): Respect org-todo-log-states.
16755         (org-up-heading-safe): New function.
16756         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
16758 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
16760         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
16761         region if in transient-mark-mode.
16763 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
16765         * calc/calc-ext.el (calc-init-extensions, calc-reset):
16766         * calc/calc-help.el (calc-full-help):
16767         * calc/calc-misc.el (another-calc):
16768         * calc/calc-store.el (calc-var-name-map):
16769         * calc/calc-stuff.el (calc-flush-caches):
16770         * calc/calc-units.el (math-build-units-table):
16771         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
16772         (calc-quit):
16773         * calendar/icalendar.el (icalendar--format-ical-event)
16774         (icalendar--convert-ical-to-diary):
16775         * emacs-lisp/authors.el (authors):
16776         * emacs-lisp/cust-print.el (custom-print-install)
16777         (custom-print-uninstall):
16778         * emacs-lisp/disass.el (disassemble-1):
16779         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
16780         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
16781         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
16782         (elint-check-let-form, elint-check-condition-case-form)
16783         (elint-initialize):
16784         * emacs-lisp/elp.el (elp-results):
16785         * emacs-lisp/generic.el (generic-mode-internal):
16786         * emacs-lisp/re-builder.el (reb-delete-overlays):
16787         * emacs-lisp/regi.el (regi-interpret):
16788         * emacs-lisp/sregex.el (sregex--char-aux):
16789         * emulation/cua-rect.el (cua--deactivate-rectangle)
16790         (cua--highlight-rectangle, cua--rectangle-post-command):
16791         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
16792         * emulation/viper-macs.el (viper-describe-kbd-macros)
16793         (viper-describe-one-macro):
16794         * emulation/viper-util.el (viper-setup-master-buffer):
16795         * emulation/viper.el (set-viper-state-in-major-mode):
16796         * international/mule-diag.el (describe-current-coding-system):
16797         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
16798         * mail/emacsbug.el (report-emacs-bug):
16799         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
16800         * obsolete/hilit19.el (hilit-unhighlight-region)
16801         (hilit-set-mode-patterns):
16802         * play/solitaire.el (solitaire-check, solitaire-solve):
16803         * play/zone.el (zone-pgm-rotate):
16804         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
16805         * progmodes/ada-prj.el (ada-prj-display-page):
16806         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
16807         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
16808         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
16809         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
16810         * progmodes/sh-script.el (sh-make-vars-local)
16811         (sh-reset-indent-vars-to-global-values):
16812         * progmodes/sql.el (top):
16813         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
16814         * progmodes/xscheme.el (top):
16815         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
16816         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
16817         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
16818         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
16819         (artist-submit-bug-report):
16820         * textmodes/flyspell.el (flyspell-delay-commands)
16821         (flyspell-deplacement-commands):
16822         * textmodes/table.el (table--generate-source-epilogue, table-insert)
16823         (table--generate-source-cells-in-a-row, table--make-cell-map)
16824         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
16826 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
16828         * allout.el (produce-allout-mode-map, allout-process-exposed):
16829         * ansi-color.el (ansi-color-make-color-map):
16830         * autoinsert.el (auto-insert):
16831         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
16832         * dired-aux.el (dired-create-files):
16833         * dired.el (dired-restore-desktop-buffer):
16834         * ediff-diff.el (ediff-setup-fine-diff-regions):
16835         * ediff-mult.el (ediff-intersect-directories)
16836         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
16837         (ediff-redraw-registry-buffer):
16838         * ediff-ptch.el (ediff-fixup-patch-map):
16839         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
16840         (ediff-really-quit, ediff-clear-diff-vector):
16841         * emerge.el (emerge-really-quit):
16842         * ffap.el (ffap-replace-file-component):
16843         * filecache.el (file-cache-add-directory)
16844         (file-cache-add-directory-recursively)
16845         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
16846         (file-cache-delete-directory, file-cache-files-matching-internal)
16847         (file-cache-display):
16848         * files.el (cd):
16849         * find-lisp.el (find-lisp-insert-directory):
16850         * finder.el (finder-compile-keywords):
16851         * help.el (view-emacs-news):
16852         * hi-lock.el (hi-lock-write-interactive-patterns):
16853         * ido.el (ido-to-end, ido-set-matches-1):
16854         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
16855         (image-dired-mark-tagged-files):
16856         * jka-cmpr-hook.el (jka-compr-get-compression-info):
16857         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
16858         * ps-print.el (ps-background, ps-begin-file)
16859         (ps-build-reference-face-lists):
16860         * simple.el (clone-buffer):
16861         * startup.el (command-line):
16862         * tempo.el (tempo-insert-template, tempo-is-user-element)
16863         (tempo-forward-mark, tempo-backward-mark):
16864         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
16866 2007-09-25  Glenn Morris  <rgm@gnu.org>
16868         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
16870         * view.el (view-search-no-match-lines): Add a doc string.
16871         Rewrite to simplify and work better.
16873 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
16875         * progmodes/cc-mode.el (c-mode-base-map):
16876         Use c-indent-line-or-region instead of c-indent-line.
16878         * indent.el (indent-for-tab-command): First check if the region is
16879         active.
16881 2007-09-24  Michaël Cadilhac  <michael@cadilhac.name>
16883         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
16884         whitespace-rescan-timer-time is 0.
16886 2007-09-24  Karl Berry  <karl@gnu.org>
16888         * international/mule.el (coding-system-base): Fix doc string grammar.
16890 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
16892         * net/tramp.el (tramp-completion-mode-p): Rename from
16893         `tramp-completion-mode'.  Revert logic, check `return', `newline'
16894         and such alike.  Packages like Icicles tend to use other completion
16895         characters but `tab' and `space' only.
16897 2007-09-24  Adam Hupp  <adam@hupp.org>
16899         * progmodes/python.el (run-python): Import emacs module without
16900         waiting; prevents lockup on error.
16902 2007-09-23  Richard Stallman  <rms@gnu.org>
16904         * mail/sendmail.el (mail-bury): Delete the frame
16905         if this frame looks like it was made for this message.
16907         * completion.el (completion-separator-self-insert-command)
16908         (completion-separator-self-insert-autofilling):
16909         If `self-insert-command' has been remapped, use the substitute.
16911         * simple.el (copy-region-as-kill): Doc fix.
16913         * textmodes/org.el (org-confirm-shell-link-function)
16914         (org-confirm-elisp-link-function): Doc fixes.
16916 2007-09-23  Glenn Morris  <rgm@gnu.org>
16918         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
16920 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
16922         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
16924         * term/tvi970.el (terminal-init-tvi970): Likewise.
16926         * term/sun-mouse.el (print-mouse-format): Likewise.
16928         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
16929         Use forward-line instead of previous-line and next-line.
16931 2007-09-22  Juri Linkov  <juri@jurta.org>
16933         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
16935         * tutorial.el (tutorial--default-keys): Update standard bindings:
16936         rename `iconify-or-deiconify-frame' to `suspend-frame',
16937         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
16939 2007-09-22  Juri Linkov  <juri@jurta.org>
16941         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
16942         Add help-echo to external links and to links without description.
16943         (fancy-splash-insert): Use help-echo from the 3rd element of the
16944         link specification list, or "Follow this link" if it's nil.  Doc fix.
16946 2007-09-22  Juri Linkov  <juri@jurta.org>
16948         * startup.el (command-line): Rename `inhibit-startup-message' to
16949         `inhibit-startup-screen'.
16950         (fancy-about-text): Use shorter label for "Ordering Manuals".
16951         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
16952         is nil, display a line with "To start..." and 3 links to useful
16953         tasks.  Display the "Dismiss" button and "Don't show this message
16954         again" only when concise is non-nil.
16955         (fancy-startup-screen): Call `fancy-startup-tail' with optional
16956         arg `concise'.  If CONCISE is non-nil, display a concise version
16957         of the splash screen in another window.  Otherwise, switch to the
16958         startup buffer in the same window.
16959         (startup-echo-area-message): Change displayed binding from
16960         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
16961         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
16962         the GNU system".
16963         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
16964         to "*GNU Emacs*".
16965         (display-about-screen): Don't check the existence of the buffer
16966         "*About GNU Emacs*".
16967         (display-splash-screen): Make alias to `display-startup-screen'.
16968         (command-line-1): Rename `inhibit-startup-message' to
16969         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
16970         started with command line options "-f", "-funcall", "-e", "-eval",
16971         "-execute", "-insert", "-find-file", "-file", "-visit".
16972         Inhibit startup screen when Emacs is started with a file name only
16973         on tty (i.e. don't inhibit it when started with a file name like
16974         "emacs FILE..." on a window system).
16975         (command-line-1): Simplify logic of displaying the startup screen:
16976         if file-count > 0, then display the concise version in another
16977         window, otherwise display full version in the same window.
16979         * help.el (help-map): Bind C-h C-a to about-emacs.
16980         (help-for-help-internal): Add C-a description to C-h help text.
16982 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
16984         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
16985         (checkdoc-permit-comma-termination-flag): Autoload the
16986         safe-local-variable setting.
16988         * bookmark.el (bookmark-xemacsp): Remove.
16989         (bookmark-make): Don't use bookmark-xemacsp,
16990         use (featurep 'xemacs) instead.
16992         * speedbar.el (speedbar-frame-mode)
16993         (speedbar-frame-reposition-smartly)
16994         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
16995         (speedbar-check-vc): Remove use of non-existent variable
16996         dframe-xemacsp, use (featurep 'xemacs) instead.
16998         * indent.el (indent-for-tab-command): Indent the region if
16999         transient-mark-mode and the region is active.
17001 2007-09-21  Francesco Potortì  <pot@gnu.org>
17003         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
17004         add inferior-octave-directory-tracker to the buffer-local value
17005         of comint-input-filter-functions.
17007 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
17009         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
17011 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
17013         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
17014         on w32 frames.
17016 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17018         * startup.el (normal-top-level): Remove DISPLAY from
17019         process-environment to let it be computed dynamically in callproc.c.
17021         * frame.el (frame-initialize, make-frame):
17022         * faces.el (tty-set-up-initial-frame-faces):
17023         * env.el (setenv): Don't set display-environment-variable.
17025         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
17026         (server-create-tty-frame): Don't set unused `tty' property.
17027         Set `display' instead of display-environment-variable.
17028         (server-create-window-system-frame): No display-environment-variable.
17030 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
17032         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
17033         (rfn-eshadow-update-overlay-hook): New defvars.
17034         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
17035         Run the hooks.
17037         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
17038         (tramp-rfn-eshadow-setup-minibuffer)
17039         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
17040         rfn-eshadow.el.
17042         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
17043         timeout.
17045 2007-09-21  Glenn Morris  <rgm@gnu.org>
17047         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
17048         * term/sun-mouse.el (suspend-emacstool): Remove.
17049         * term/sun.el: Remove emacstool-related code.
17051         * emacs-lisp/bytecomp.el (byte-compile-warnings)
17052         (byte-compile-warnings-safe-p): Add `mapcar'.
17053         (byte-compile-warning-types): Add mapcar and make-local.
17054         (byte-compile-normal-call): Add option to suppress mapcar warning.
17055         (top-level): Use mapc rather than mapcar in eval-when-compile.
17057         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
17058         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
17059         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
17060         Handle escaped parens.
17061         (latex-forward-sexp): Doc fix.
17063         * eshell/esh-mode.el (eshell-output-filter-functions):
17064         Add eshell-postoutput-scroll-to-bottom.
17066         * loadup.el: Remove termdev.
17068         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
17069         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
17071 2007-09-21  Markus Triska  <markus.triska@gmx.at>
17073         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
17074         `mapcar' is called for effect.
17076 2007-09-21  Kevin Ryde  <user42@zip.com.au>
17078         * international/mule.el (sgml-html-meta-auto-coding-function):
17079         Bind `case-fold-search' to t.
17081 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17083         * termdev.el: Remove.
17085         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
17086         (frames-on-display-list): Use it.
17088         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
17090         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
17092 2007-09-20  Richard Stallman  <rms@gnu.org>
17094         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
17096 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17098         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
17100 2007-09-20  Glenn Morris  <rgm@gnu.org>
17102         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
17103         motion functions, rather than hard-coding "\n\n".
17104         (tex-validate-region): Check for eobp, to speed up.
17105         (tex-next-unmatched-end): Doc fix.
17107 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17109         * files.el (auto-mode-alist): Use archive-mode for .rar files.
17111         * international/mule.el (auto-coding-alist): Rar archives are binary.
17113         * arc-mode.el: Add basic support for Rar.
17114         (archive-find-type): Recognize Rar's signature.
17115         (archive-desummarize): New fun.
17116         (archive-summarize): Use it to restore the buffer's data in case
17117         someone wants to switch to some other major mode.
17118         (archive-resummarize): Use it as well.
17119         (archive-rar-summarize, archive-rar-extract): New functions.
17121         * filesets.el: Remove spurious * in docstrings.
17122         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
17123         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
17124         (filesets-ingroup-collect): Remove unused arg `depth'.
17125         (filesets-update): Remove unused arg `version'.
17127         * finder.el (finder-compile-keywords): Fix up comment style.
17128         (finder-mouse-face-on-line): previous-line -> forward-line.
17130         * recentf.el: Remove spurious * in docstrings.
17131         (recentf-save-list): Fix up comment style.
17133         * progmodes/octave-mod.el: Remove spurious * in docstrings.
17134         (octave-mode-map): Move init into declaration and remove \t binding.
17135         (octave-mode-startup-message): Remove unused var.
17136         (octave-scan-blocks): Remove unused arg `from'.
17137         (octave-forward-block, octave-down-block, octave-up-block):
17138         Update callers.
17140         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
17141         (meta-mode-map): Likewise and remove \t binding.
17143         * net/snmp-mode.el: Remove spurious * in docstrings.
17144         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
17145         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
17146         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
17147         that completion accepts lists of strings.
17148         (snmp-mode-syntax-table): Move initialization into declaration.
17149         (snmp-mode-map): Likewise and remove \t binding.
17150         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
17151         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
17152         (snmp-indent-command): Remove.
17154         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
17155         binding, so tab-always-indent works right.
17157 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
17159         * net/browse-url.el (browse-url-elinks-new-window): New function.
17160         (browse-url-elinks): Use browse-url-elinks-new-window.
17161         Accept optional second argument `new-window'.  Fix typo in doc-string.
17162         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
17163         Improve error message.
17165 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
17167         * net/browse-url.el (browse-url-url-encode-chars): Use the right
17168         parameter name in the function body.
17169         Reported by Johannes Weiner.
17171 2007-09-19  Glenn Morris  <rgm@gnu.org>
17173         * net/socks.el (socks-open-network-stream): Signal an explicit
17174         error if the port associated with a service string can't be found.
17176         * textmodes/tex-mode.el (tex-terminate-paragraph):
17177         Use backward-paragraph.
17179 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17181         * server.el (server-running-p): New function.
17183 2007-09-18  Jason Rumney  <jasonr@gnu.org>
17185         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
17186         x-focus-frame.
17188         * frame.el (select-frame-set-input-focus, select-frame-by-name):
17189         Use x-focus-frame for w32.
17191 2007-09-17  David Kastrup  <dak@gnu.org>
17193         * textmodes/tex-mode.el (tex-verbatim-environments):
17194         Eliminate CL dependency.
17196 2007-09-17  Richard Stallman  <rms@gnu.org>
17198         * newcomment.el (comment-add): New arg EXTRA.
17199         (comment-region-default): Pass EXTRA if not indenting lines.
17201 2007-09-17  Michaël Cadilhac  <michael@cadilhac.name>
17203         * net/browse-url.el (browse-url-url-encode-chars): New function.
17204         URL-encode some chars in a string.
17205         (browse-url-encode-url): Rewrite using the previous function.
17206         (browse-url-file-url): Use `browse-url-url-encode-chars'.
17207         (browse-url-elinks-sentinel): Fix typo.
17208         (browse-url-new-window-flag): Doc change.
17210 2007-09-17  Glenn Morris  <rgm@gnu.org>
17212         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
17213         filename from `--file-line-error', if it is available.
17215 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
17217         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
17218         TeX `--file-line-error' format.
17220 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
17222         * xt-mouse.el: Delete add-hook calls that were moved to
17223         xterm-mouse-mode.
17224         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
17225         does not work.
17227 2007-09-17  Richard Stallman  <rms@gnu.org>
17229         * cus-face.el (custom-theme-set-faces): Undo previous change.
17231         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
17233 2007-09-17  Glenn Morris  <rgm@gnu.org>
17235         * textmodes/tex-mode.el (tex-region): Simplify previous change,
17236         handling the case where the region is not in `tex-main-file'.
17237         (tex-region-1): Delete.
17238         (tex-region-header): New function, doing the header part of the
17239         old tex-region-1.
17241 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17243         * simple.el (newline): Simplify use of prefix-numeric-value.
17244         (line-move-partial): Remove unused var `ppos'.
17245         (line-move-1): Replace 9999 with most-positive-fixnum.
17246         (move-end-of-line): Use more efficient single-property search.
17247         (move-beginning-of-line): Remove unused var `start'.
17248         (blink-matching-open): Restructure in a more functional style.
17250 2007-09-16  Michaël Cadilhac  <michael@cadilhac.name>
17252         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
17254 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17256         * server.el (server-clients): Only keep procs, no properties any more.
17257         (server-client): Remove.
17258         (server-client-get, server-client-set): Remove, replace all callers by
17259         process-get and process-put resp.
17260         (server-clients-with, server-add-client, server-delete-client)
17261         (server-create-tty-frame, server-create-window-system-frame)
17262         (server-process-filter, server-execute, server-visit-files)
17263         (server-buffer-done, server-kill-buffer-query-function)
17264         (server-kill-emacs-query-function, server-switch-buffer)
17265         (server-save-buffers-kill-terminal): Update accordingly.
17267         * server.el (server-with-environment): Simplify.
17268         (server-select-display, server-unselect-display): Re-add functions that
17269         seem to have been lost in the multi-tty merge.
17270         (server-eval-and-print, server-create-tty-frame)
17271         (server-create-window-system-frame, server-goto-toplevel)
17272         (server-execute, server-return-error): New functions extracted from
17273         server-process-filter.
17274         (server-execute-continuation): New functions.
17275         (server-process-filter): Restructure so that all arguments are analysed
17276         first and then acted upon in a subsequent stage.  This way
17277         server-goto-toplevel can be executed later, when we know if
17278         it's necessary.
17279         Remove the "-version" and "-version-good" support.
17281 2007-09-16  Drew Adams  <drew.adams@oracle.com>
17283         * cus-edit.el (custom-face-edit-activate): Doc fix.
17285 2007-09-16  Glenn Morris  <rgm@gnu.org>
17287         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
17288         Following cal-bahai renaming, update all instances of
17289         list-bahai-diary-entries to diary-bahai-list-entries,
17290         mark-bahai-diary-entries to diary-bahai-mark-entries,
17291         calendar-goto-bahai-date to calendar-bahai-goto-date,
17292         insert-bahai-diary-entry to diary-bahai-insert-entry,
17293         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
17294         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
17295         calendar-print-bahai-date to calendar-bahai-print-date.
17297         * textmodes/tex-mode.el (tex-region): Handle the case where the
17298         region is not in `tex-main-file'.  Move the old code that applies
17299         to both cases...
17300         (tex-region-1): ...to this new function.
17302 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17304         * vc.el (vc-process-sentinel): New function.
17305         (vc-exec-after): Use it instead of using ugly hackish analysis and
17306         construction of Elisp code.
17307         (vc-sentinel-movepoint): New dynamically scoped var.
17308         (vc-print-log, vc-annotate): Set it to move the user's point.
17310         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
17311         inhibit-modification-hooks.
17313         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
17314         (calendar-bahai-print-date, calendar-bahai-goto-date)
17315         (diary-bahai-list-entries, diary-bahai-insert-entry):
17316         New names to clean up the namespace a bit more.
17317         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
17319 2007-09-15  Glenn Morris  <rgm@gnu.org>
17321         * calendar/holidays.el (holiday-list): Rename it back to
17322         `list-holidays', but leave `holiday-list' as an alias.
17324         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
17325         custom group.
17327         * textmodes/css-mode.el (css): New custom group.
17328         (css-electrick-keys, css-selector, css-property)
17329         (css-indent-offset): Specify custom group.
17331 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17333         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
17334         (cvs-execute-single-file): Use process-file.
17335         (cvs-run-process): Use start-file-process.
17337 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
17339         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
17340         level.  Remove the hooks when turning off the mode.
17342         * term/xterm.el: Require xt-mouse at compile time.
17343         (terminal-init-xterm): Turn on xterm mouse tracking for this
17344         terminal if xterm-mouse-mode is enabled.
17346 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
17348         * term/xterm.el (xterm-function-map): Replace bindings that were
17349         deleted by the merge.
17351 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
17353         * play/bubbles.el (bubbles-version): Bump value to "0.5".
17354         (bubbles-mode-map): Move define-key statements here.
17355         (bubbles-game-theme-menu): Ditto.
17356         (bubbles-graphics-theme-menu): Ditto.
17357         (bubbles-menu): Ditto.
17358         (bubbles-mode): Initialize buffer-undo-list, redisplay.
17359         (bubbles--initialize): Reset buffer-undo-list, redisplay.
17360         (bubbles-plop): Set buffer-undo-list, redisplay.
17361         (bubbles-undo): Reset buffer-undo-list, redisplay.
17362         (bubbles--show-images): Take care of missing text properties.
17364 2007-09-14  Glenn Morris  <rgm@gnu.org>
17366         * startup.el (fancy-startup-text, fancy-about-text): Fix face
17367         quoting.
17369         * calendar/cal-hebrew.el, calendar/cal-menu.el
17370         * calendar/calendar.el, calendar/diary-lib.el
17371         * calendar/holidays.el: Rename all instances of
17372         list-calendar-holidays callers to calendar-list-holidays,
17373         list-holidays to holiday-list, check-calendar-holidays to
17374         calendar-check-holidays, mark-calendar-holidays to
17375         calendar-mark-holidays, and filter-visible-calendar-holidays to
17376         holiday-filter-visible-calendar.
17378 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
17380         * term/xterm.el (xterm-function-map): Add C-M- bindings.
17382 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
17384         * play/bubbles.el (bubbles--initialize-images): Fix bug:
17385         Use transparent background for empty cells in graphics mode.
17387 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
17389         * man.el (Man-default-man-entry): At end of line, continue looking
17390         to the next line for possible end of hyphenated command.
17392 2007-09-13  Chris Moore  <dooglus@gmail.com>
17394         * shell.el (shell-resync-dirs): Don't move the cursor relative to
17395         the command being edited.
17397 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
17399         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
17401 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
17403         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
17404         C-M-S- keys.
17406         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
17408 2007-09-12  Michaël Cadilhac  <michael@cadilhac.name>
17410         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
17411         New argument `filename-p' to use one set of confusing chars or another.
17412         (browse-url-file-url): Use the argument.
17413         Suggested by Johannes Weiner.
17415 2007-09-12  Romain Francoise  <romain@orebokech.com>
17417         * cus-start.el (all): Revert 2007-09-08 change.
17419 2007-09-12  Aaron Hawley  <aaronh@garden.org>
17421         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
17422         extract .Z files, since it is more common than uncompress.
17424 2007-09-12  Glenn Morris  <rgm@gnu.org>
17426         * textmodes/org-publish.el (org-publish-org-to-html): Remove
17427         duplicate function definition.
17429 2007-09-10  Chris Moore  <dooglus@gmail.com>
17431         * diff-mode.el (diff-sanity-check-hunk):
17432         Also accept single-line hunks.
17434 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
17436         * startup.el (startup-screen-inhibit-startup-screen)
17437         (pure-space-overflow-message): New vars.
17438         (fancy-splash-insert): Allow functions for face and link specs.
17439         (fancy-splash-head): Remove unused arg.  Move splash text...
17440         (fancy-startup-text, fancy-about-text): ...here.
17441         (fancy-startup-tail): Rename from fancy-splash-tail.
17442         (fancy-startup-screen, fancy-about-screen): Split off from
17443         fancy-splash-screens.
17444         (display-startup-screen): New function.
17445         (display-about-screen): Rename from display-splash-screen.
17446         (command-line-1): Use concise startup screen if necessary.
17448 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
17450         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
17451         Reported by Jan Djärv <jan.h.d@swipnet.se>.
17453 2007-09-10  Dave Love  <fx@gnu.org>
17455         * outline.el (outline-4, outline-5, outline-7):
17456         Move font-lock-builtin-face down from 4 to 7 to better keep the
17457         progression of color brightness, and to better match Org-mode's faces.
17459 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
17461         * progmodes/meta-mode.el (meta-font-lock-keywords)
17462         (font-lock-match-meta-declaration-item-and-skip-to-next)
17463         (meta-comment-indent, meta-indent-previous-line)
17464         (meta-indent-unfinished-line, meta-beginning-of-defun)
17465         (meta-end-of-defun, meta-common-initialization): Handle \f.
17466         (meta-indent-unfinished-line): Do not handle a `%' in a string as
17467         a comment-start.
17469         * files.el (file-modes-char-to-who, file-modes-char-to-right)
17470         (file-modes-rights-to-number): Auxiliary functions for symbolic to
17471         numeric notation of file modes.
17472         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
17473         numeric value.
17474         (read-file-modes): New.  Read either an octal value of a file mode or a
17475         symbolic value, and return its numeric value.
17477         * dired-aux.el (dired-do-chmod): Change to use the built-in
17478         `set-file-modes' and the previous symbolic mode parsing functions.
17480 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17482         * textmodes/texinfo.el: Remove spurious * in docstrings.
17483         (texinfo-mode-syntax-table, texinfo-mode-map):
17484         Initialize in the declaration.
17486         * tmm.el: Remove spurious * in docstrings.
17487         (tmm-prompt): Use with-current-buffer.
17489         * vcursor.el: Remove spurious * in docstrings.
17490         (vcursor-map): Initialize in the declaration.
17491         (vcursor-use-vcursor-map): Use define-minor-mode.
17492         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
17494         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
17495         Initialize in the declaration.
17496         (widget-minor-mode): Use define-minor-mode.
17498         * woman.el (woman-mode-map, woman-syntax-table):
17499         Initialize in the declaration.
17501 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
17503         * doc-view.el: New file.
17505 2007-09-09  Juri Linkov  <juri@jurta.org>
17507         * Makefile.in (update-authors): Add etc/ to AUTHORS.
17509         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
17511         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
17512         to "Startup screen".  Fix docstring.
17513         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
17514         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
17515         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
17516         (initial-scratch-message): Fix docstring.
17517         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
17518         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
17519         Add link to "Customize Startup" and set interval between links to
17520         5 spaces.
17521         (fancy-about-text): Add links "Authors" and "Contributing".
17522         (fancy-splash-head): Add text "Welcome to " on the startup screen,
17523         and "This is " on the about screen.  Add link to
17524         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
17525         For the about screen move emacs version to the header from
17526         `fancy-splash-tail' (as it's done already for normal about screen).
17527         (fancy-splash-tail): Insert emacs version only for startup screen.
17528         (normal-splash-screen): Remove duplicate empty lines.
17529         (normal-about-screen): Add links "Authors" and "Contributing".
17531         * menu-bar.el (menu-bar-help-menu):
17532         Move "About Emacs" and "About GNU" to the end of the Help menu.
17533         Move "Emacs Psychotherapist" after "Send Bug Report...".
17534         Move "External Packages" after "Find Emacs Packages".
17536 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
17538         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
17539         they are useless with the byte compiler.
17540         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
17541         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
17542         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
17543         (tramp-file-name-real-host, tramp-file-name-port)
17544         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
17545         defuns.
17547         * net/tramp-cache.el (top): Improve error message when
17548         `tramp-persistency-file-name' is corrupted.
17550 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
17552         * textmodes/org.el (org-re): Also replace the :alpha: class.
17553         (org-todo-tag-alist): Variable removed.
17554         (org-todo-key-alist, org-todo-key-trigger): New variables.
17555         (org-use-fast-todo-selection): New option.
17556         (org-log-done): Docstring fixed.
17557         (org-deadline-warning-days): New default value 14.
17558         (org-edit-timestamp-down-means-later): New option.
17559         (org-tag-alist): Docstring fixed.
17560         (org-fast-tag-selection-include-todo): New option.
17561         (org-export-language-setup): New languages added.
17562         (org-set-regexps-and-options): Compute the new variables.
17563         (org-paste-subtree): Cleaning up.
17564         (org-remember-apply-template): New escape %A.
17565         (org-todo): Call fast TODO selection.
17566         (org-fast-todo-selection): New function.
17567         (org-add-log-note): Allow prefix for abort exit.
17568         (org-at-property-p, org-entry-properties)
17569         (org-columns-get-autowidth-alist): Use :alpha: class.
17570         (org-get-wdays): New function.
17571         (org-agenda-remove-date): New variable.
17572         (org-agenda-get-deadlines): Use `org-get-wdays'.
17573         (org-agenda-get-deadlines): Reverse ee before returning.
17574         (org-format-agenda-item): New argument REMOVE-RE.
17575         (org-agenda-convert-date): Baha'i calendar added.
17576         (org-infile-export-plist): Also find DATE line.
17577         (org-get-min-level): New function.
17578         (org-export-as-html, org-export-as-ascii): Use the date format.
17579         (org-shiftup, org-shiftdown): Use.
17580         `org-edit-timestamp-down-means-later'.
17581         (org-assign-fast-keys): New function.
17583 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
17585         * cus-start.el (all): Add prefer-window-split-horizontally from
17586         window.c.
17588 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
17590         * net/browse-url.el (browse-url-galeon): Fix last change.
17591         (top-level): Require cl when compiling.
17593 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
17595         * textmodes/org-export-latex.el: arch-tag restored.
17597         * textmodes/org-publish.el: arch-tag restored.
17599 2007-09-08  Masatake YAMATO  <jet@gyve.org>
17601         * progmodes/which-func.el (which-func-modes): Add diff-mode.
17603         * progmodes/cc-langs.el: Support new keywords added to
17604         objective-c frontend of gcc.
17605         (c-simple-stmt-kwds): Add @throw.
17606         (c-block-stmt-2-kwds): Add @synchronized.
17607         (c-block-stmt-1-kwds): Add @finally and @try.
17609 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
17611         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
17612         (org-agenda-after-show-hook): New variable.
17613         (org-columns-compile-format)
17614         (org-columns-get-autowidth-alist, org-buffer-property-keys)
17615         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
17616         property names.
17617         (org-get-wdays): New function.
17619 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17621         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
17623         * term/xterm.el (xterm-function-map): Initialize in the declaration.
17625         * vc-arch.el (vc-arch-checkin): Fix typo.
17627 2007-09-07  Johan Bockgård  <bojohan@gnu.org>
17629         * cus-face.el (custom-theme-set-faces): Set face attributes
17630         locally for each frame.
17632 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17634         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
17635         via font-lock-defaults.
17637         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
17638         derived-mode-p.
17640 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
17642         * progmodes/autoconf.el (autoconf-definition-regexp):
17643         Handle optional square brackets around definition name.
17645 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
17647         * net/browse-url.el (browse-url-browser-function): Add elinks.
17648         (browse-url-elinks-wrapper): New option.
17649         (browse-url-encode-url, browse-url-elinks)
17650         (browse-url-elinks-sentinel): New functions.
17651         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
17652         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
17653         Use new function browse-url-encode-url.
17655 2007-09-07  Glenn Morris  <rgm@gnu.org>
17657         * version.el (emacs-version): Revert 2007-08-29 change: no need to
17658         say if multi-tty is present.
17660 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17662         * cus-start.el (split-window-preferred-function): Add custom info.
17664         * calendar/holidays.el (holiday-list, calendar-check-holidays)
17665         (calendar-mark-holidays, calendar-list-holidays)
17666         (holiday-filter-visible-calendar): New names to clean up namespace.
17667         (filter-visible-calendar-holidays, list-calendar-holidays)
17668         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
17669         Add compatibility aliases.
17670         (calendar-check-holidays, calendar-mark-holidays)
17671         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
17672         (holiday-sexp): Replace append with list.
17673         (holiday-filter-visible-calendar): Replace append with push.
17675         * woman.el: Remove spurious * in docstrings.
17676         (woman-mini-help, woman-non-underline-faces, woman0-rename)
17677         (woman-topic-all-completions-merge, woman-file-name-all-completions)
17678         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
17679         (woman-write-directory-cache, woman-display-extended-fonts)
17680         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
17681         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
17682         (woman-mode): Use inhibit-read-only.
17683         (woman-negative-vertical-space): Use dotimes.
17684         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
17686 2007-09-06  Romain Francoise  <romain@orebokech.com>
17688         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
17689         (vc-bzr-workfile-version): Use it.
17691 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
17693         * complete.el (PC-do-completion): Don't try to treat
17694         empty string as an abbreviation.
17696 2007-09-06  Johan Bockgård  <bojohan@dd.chalmers.se>
17698         * help-fns.el (describe-variable): Keep doc's text properties.
17700 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
17702         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
17703         instead of a file.
17705 2007-09-06  Glenn Morris  <rgm@gnu.org>
17707         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
17708         (checkdoc-minor-mode): Allow user to specify lighter via
17709         checkdoc-minor-mode-string.
17711 2007-09-05  Richard Stallman  <rms@gnu.org>
17713         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
17714         Several items removed, simplified, or put on one line.
17715         (fancy-about-text): Add substantial contents, part of startup text.
17716         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
17717         (normal-splash-screen): Call normal-mouse-startup-screen,
17718         normal-no-mouse-startup-screen, or normal-about-screen.
17719         (normal-mouse-startup-screen): New fn, broken out, shortened.
17720         (normal-no-mouse-startup-screen): New fn, broken out.
17721         (normal-about-screen): New function, contents all new.
17723 2007-09-05  Michaël Cadilhac  <michael@cadilhac.name>
17725         * emacs-lisp/rx.el (rx): Fix typo in docstring.
17727 2007-09-05  Glenn Morris  <rgm@gnu.org>
17729         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
17730         is bound.
17732 2007-09-05  Johan Bockgård  <bojohan@dd.chalmers.se>
17734         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
17735         in doc string.
17737 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
17739         * server.el (server-start, server-unload-hook): Undo previous change.
17741         * xt-mouse.el: Undo previous change.
17743 2007-09-04  Juri Linkov  <juri@jurta.org>
17745         * startup.el (fancy-about-text): New variable.
17746         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
17747         (fancy-current-text, fancy-splash-stop-time)
17748         (fancy-splash-outer-buffer): Remove variables.
17749         (fancy-splash-head, fancy-splash-tail): Add new optional argument
17750         `startup' and use it to conditionally display different texts for
17751         Startup and About screens.  Don't display Help commands on the About
17752         screen.
17753         (fancy-splash-screens-1): Remove function and move its content to
17754         `fancy-splash-screens' to the part that dislpays the About screen.
17755         (exit-splash-screen): Don't treat specially exiting from
17756         alternating screens.
17757         (fancy-splash-screens): Rename argument `static' to `startup'.
17758         Fix docstring.  Remove code for displaying alternating screens.
17759         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
17760         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
17761         for `inhibit-read-only'.
17762         (normal-splash-screen): Rename argument `static' to `startup'.
17763         Fix docstring.  Use argument `startup' to conditionally display
17764         different texts for Startup and About screens.  Don't display Help
17765         commands on the About screen.  Remove `unwind-protect' `sit-for'
17766         delay and `kill-buffer' after it.
17767         (display-startup-echo-area-message): Remove call to
17768         `use-fancy-splash-screens-p' because image.el is preloaded and
17769         doesn't display "Loading image... done".
17770         (display-splash-screen): Rename argument `static' to `startup'.
17771         Fix docstring.
17773 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
17775         * server.el (server-start, server-unload-hook):
17776         suspend-tty-functions has been renamed to suspend-tty-hook.
17778         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
17779         resume-tty-hook.
17781 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
17783         * loadup.el: Fix merge problem, only load "button" once.
17785 2007-09-03  Glenn Morris  <rgm@gnu.org>
17787         * vc-svn.el (vc-svn-print-log): If there is only one file, use
17788         "Working file:" as the prefix, for the sake of
17789         log-view-current-file.
17791 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
17793         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
17794         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
17795         if the selected frames is in
17796         xterm-modify-other-keys-terminal-list.
17797         (xterm-turn-off-modify-other-keys): Add an optional frame
17798         parameter.  Only turn off modify-other-keys if FRAME is in
17799         xterm-modify-other-keys-terminal-list.
17800         (xterm-remove-modify-other-keys): New function.
17801         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
17802         Add the selected frame to xterm-modify-other-keys-terminal-list.
17804 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
17806         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
17807         (icon-map-list): New variable.
17808         (x-gtk-map-stock): Use icon-map-list.
17810 2007-09-02  Romain Francoise  <romain@orebokech.com>
17812         * log-view.el (log-view-current-file): Balance parens.
17814 2007-09-02  Glenn Morris  <rgm@gnu.org>
17816         * comint.el (comint-mode): Don't set scroll-conservatively.
17818         * eshell/em-unix.el (eshell/time): Stringify and flatten the
17819         non-command arguments.
17821         * log-view.el (log-view-current-file): Give a more explicit error
17822         if log-view-file-re fails to find a match.
17824 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
17826         * emacs-lisp/bytecomp.el (byte-recompile-directory):
17827         Fix bug: Don't expand top-level file name more than once.
17828         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
17830 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17832         * server.el (server-process-filter): Don't display the splash screen.
17833         It's annoying enough on the initial screen and becomes positively
17834         obnoxious here.
17836 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17838         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
17839         Change naming to use "avl-tree--" for internal functions.
17841 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
17843         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
17844         the merge.
17845         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
17846         (provide): Move to the end of file.
17848         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
17850 2007-08-31  Michaël Cadilhac  <michael@cadilhac.name>
17852         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
17853         New variable.  List of exceptions for the duplicated word rule.
17854         (flyspell-mark-duplications-flag): Mention it.
17855         (flyspell-word): Treat it.
17857         * files.el (create-file-buffer): If the filename sans directory starts
17858         with spaces, remove them.
17860 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
17862         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
17863         (x-gtk-map-stock): Use two directory elements when matching
17864         file name.
17866 2007-08-31  James Wright  <james@chumsley.org>
17868         * eshell/em-unix.el (eshell/info): New function.
17870 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17872         * frame.el (frame-initialize, make-frame):
17873         * server.el (server-process-filter):
17874         * faces.el (tty-set-up-initial-frame-faces): Don't set
17875         term-environment-variable since it's not used any more.
17877         * env.el (setenv): Don't treat $TERM specially.
17879         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
17880         stated otherwise, subprocesses do not send back escape sequences
17881         corresponding to the terminal from which Emacs was started.
17883 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
17885         * calculator.el: Require cl for compilation.
17887 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
17889         * outline.el (outline-font-lock-levels): Comment out unused var.
17890         (outline-font-lock-face): Wrap around face list to handle any
17891         nesting depth gracefully.
17893 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
17895         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
17896         `set-file-times'.
17898 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
17900         * textmodes/org.el (org-export-visible): Fix drawers before export.
17901         (org-do-sort): Allow sorting by priority.
17902         (org-agenda-files): Ignore non-existing files.
17903         (org-agenda-skip-unavailable-files): New variable.
17904         (org-ellipsis): All a face as value.
17905         (org-mode): Interprete the face value of `org-ellipsis'.
17906         (org-archive-save-context-info): New option.
17907         (org-archive-subtree): Store context info in archived entry.
17908         (org-fast-tag-selection-can-set-todo-state): New variable.
17909         (org-fast-tag-selection): Allow setting TODO states through this
17910         interface.
17911         (org-cycle): Docstring updated.
17912         (org-todo-keyword-faces): New option.
17913         (org-get-todo-face): New function.
17914         (org-set-font-lock-defaults, org-agenda-highlight-todo):
17915         Use `org-get-todo-face'.
17916         (org-switch-to-buffer-other-window): New function.
17917         (org-table-edit-field, org-table-show-reference)
17918         (org-table-edit-formulas, org-add-log-note)
17919         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
17920         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
17921         `switch-to-buffer-other-window' to make sure that the temporary
17922         windows show up on the current frame.
17923         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
17924         (org-get-entries-from-diary, org-replace-region-by-html):
17925         Don't allow pop-up frames.
17926         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17927         Fix problems with time-of-day.
17928         (org-export-get-title-from-subtree): New function.
17929         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
17930         with listing items that are DONE.
17931         (org-change-tag-in-region): New command.
17932         (org-agenda-skip-scheduled-if-done)
17933         (org-agenda-skip-deadline-if-done): Docstring clarified.
17934         (org-mode): Hide drawers on startup.
17935         (org-get-todo-face): New function.
17936         (org-todo-keyword-faces): New option.
17937         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
17938         (org-remove-keyword-keys): New function.
17940 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
17942         * progmodes/grep.el (grep-find-ignored-directories):
17943         Add monotone _MTN bookkeeping directory in workspaces.
17944         Add RCS control directory.  List items in alphabetical order.
17946         * progmodes/grep.el (grep-files-aliases): Add cc alias.
17947         Sort items in alphabetical order.  Fix parens.
17949 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
17951         * vc-hg.el (vc-hg-extra-menu-map): New variable.
17952         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
17953         (vc-hg-pull): New functions.
17954         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
17956         * term/mac-win.el: Don't require url, only autoloaded url
17957         functions are used in this file.
17959 2007-08-29  Andreas Schwab  <schwab@suse.de>
17961         * shell.el (shell): Return correct value from interactive spec.
17963 2007-08-29  Glenn Morris  <rgm@gnu.org>
17965         * version.el (emacs-version): Increase to 23.0.50.
17967 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
17969         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
17971 2007-08-29  Juri Linkov  <juri@jurta.org>
17973         * loadup.el: Add "button" loading after "faces" and move "startup"
17974         to load after "button".
17976 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
17978         * loadup.el: Load term/mac-win on a Mac using Carbon.
17980         * term/mac-win.el: Provide mac-win.
17981         (mac-initialized): New variable.
17982         (mac-initialize-window-system): New function.  Move global setup here.
17983         (handle-args-function-alist, frame-creation-function-alist):
17984         (window-system-initialization-alist): Add mac entries.
17985         (x-setup-function-keys): New function containing all the
17986         top level function key definitions.
17988         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
17990         * env.el (read-envvar-name): Don't consider the environment frame param.
17992         * env.el (setenv):
17993         * frame.el (frame-initialize, make-frame):
17994         * faces.el (tty-set-up-initial-frame-faces):
17995         * server.el (server-process-filter): Set
17996         display-environment-variable and term-environment-variable.
17998         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
18000 2007-08-29  Jason Rumney  <jasonr@gnu.org>
18002         * loadup.el: Only load term/x-win when X is compiled in.
18003         Load term/w32-win and dependencies on windows-nt.
18005         * term/w32-win.el: Reorder to match x-win.el more closely.
18006         Provide w32-win.  Don't throw error when global window-system not w32.
18007         (internal-face-interactive): Remove obsolete function.
18008         (x-setup-function-keys): Use local-function-key-map.
18009         (w32-initialized): New variable.
18010         (w32-initialize-window-system): Set it.
18011         Move more global setup here.
18012         (x-setup-function-keys): New function.
18013         (w32-initialize-window-system): Move non function key global setup here.
18014         (x-cut-buffer-max): Remove.
18015         (w32-initialize-window-system): New function.
18016         (handle-args-function-alist, frame-creation-function-alist):
18017         (window-system-initialization-alist): Add w32 entries.
18019 2007-08-29  David Kastrup  <dak@gnu.org>
18021         * env.el (getenv): Pass frame to getenv-internal.
18023 2007-08-29  Károly Lőrentey  <lorentey@elte.hu>
18025         * version.el (emacs-version): Show if multi-tty is present.
18027         * loadup.el: Delay loading env; mule-conf gets confused by cl
18028         during bootstrap.  Also load termdev and term/x-win.
18030         * bindings.el (mode-line-client): New variable.
18031         (help-echo): Add it to the default mode-line format.
18033         * cus-start.el: Remove bogus window-system reference from GTK test.
18035         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
18036         (ebrowse-electric-position-mode-map):
18037         * ebuff-menu.el (electric-buffer-menu-mode-map):
18038         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
18039         not `suspend-emacs'.
18041         * ediff-wind.el (ediff-setup-windows-automatic): New function.
18042         (ediff-window-setup-function): Use it as default.
18044         * files.el (save-buffers-kill-terminal): New function.
18045         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
18047         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
18048         and `with-selected-frame'.
18050         * help-fns.el (describe-variable): Describe frame-local variables
18051         correctly.
18053         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
18054         display support.
18055         (normal-erase-is-backspace-setup-frame): New function.
18057         * subr.el (with-selected-frame): New function.
18058         (read-quoted-char): Use terminal-local binding of
18059         local-function-key-map instead of function-key-map.
18061         * talk.el (talk): New function.
18062         (talk-handle-delete-frame): New function.
18063         (talk-add-display): Open a new frame only if FRAME was not a frame.
18065         * termdev.el: New file.
18067         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
18068         * term/x-win.el: Don't bind f10.
18069         * tmm.el: Remove autoload binding for f10.
18071         * international/encoded-kb.el (encoded-kbd-setup-display): Use
18072         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
18073         Store the saved input method as a terminal parameter.  Add keymap
18074         parameter.  Use it instead of changing key-translation-map directly.
18075         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
18076         Remove.
18077         (encoded-kbd-setup-display): New function.
18079         * international/mule-cmds.el (set-locale-environment): Fix getenv
18080         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
18081         set the keyboard coding system.  Add DISPLAY parameter.
18082         (set-display-table-and-terminal-coding-system): Add DISPLAY
18083         parameter.  Pass it to set-terminal-coding-system.
18085         * international/mule.el (keyboard-coding-system): Test for
18086         encoded-kbd-setup-display, not encoded-kbd-mode.
18087         (set-terminal-coding-system, set-keyboard-coding-system): Add
18088         DISPLAY parameter.
18089         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
18091         * term/README: Update.
18093         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
18095         * term/x-win.el (x-setup-function-keys): New function.  Move
18096         function-key-map tweaks here.  Protect against multiple calls on
18097         the same terminal.  Use terminal-local binding of
18098         local-function-key-map instead of function-key-map.
18099         (x-initialize-window-system): Make a copy of pure list.  Pass a
18100         frame getenv.
18102         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
18103         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
18104         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
18105         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
18106         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
18107         local-function-key-map instead of function-key-map.
18109         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
18110         `substitute-key-definition' and `define-key' calls against
18111         multiple execution.  Use terminal-local binding of
18112         local-function-key-map instead of function-key-map.  Pass a frame
18113         to getenv.
18115         * edmacro.el (edmacro-format-keys):
18116         * emulation/cua-base.el (cua--pre-command-handler):
18117         * isearch.el (isearch-other-meta-char):
18118         * xt-mouse.el: Use terminal-local binding of
18119         local-function-key-map instead of function-key-map.
18121         * fringe.el (set-fringe-mode): Simplify and fix using
18122         `modify-all-frames-parameters'.
18123         * scroll-bar.el (set-scroll-bar-mode): Ditto.
18124         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
18125         check before calling `tool-bar-setup'.
18126         (tool-bar-setup): New variable.
18127         (tool-bar-setup): Use it to guard against multiple calls.  Add
18128         optional frame parameter, and select that frame before adding items.
18129         (toggle-tool-bar-mode-from-frame): New function.
18131         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
18132         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
18133         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
18134         "Tool-bar" toggles to reflect the state of the current frame.
18135         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
18137         * env.el: Require cl for byte compilation (for `block' and `return').
18138         (environment, setenv-internal): New functions.
18139         (let-environment): New macro.
18140         (setenv, getenv): Add optional terminal parameter.  Update docs.
18141         (setenv): Use setenv-internal.  Always set process-environment.
18142         Handle `local-environment-variables'.
18143         (read-envvar-name, setenv, getenv): Use frame parameters
18144         to store the local environment, not terminal parameters.  Include
18145         `process-environment' as well.
18147         * faces.el (tty-run-terminal-initialization): New function.
18148         (tty-create-frame-with-faces): Use it.  Set up faces and
18149         background mode only after the terminal has been initialized.
18150         Call terminal-init-*.  Don't load the initialization file more
18151         than once.  Call set-locale-environment.
18152         (frame-set-background-mode): Handle the 'background-mode terminal
18153         parameter.
18154         (tty-find-type): New function.
18155         (x-create-frame-with-faces): Remove bogus check for
18156         first frame.  Call `tool-bar-setup'.  Don't make frame visible
18157         until we are done setting up all its parameters.  Call
18158         x-setup-function-keys.
18160         * frame.el (make-frame): Always inherit 'environment and 'client
18161         parameters.  Set up the 'environment frame parameter, when needed.
18162         Also inherit 'client parameter.  Don't override explicitly
18163         specified values with inherited ones.  Add 'terminal frame
18164         parameter.  Append window-system-default-frame-alist to parameters
18165         before calling frame-creation-function.
18166         (frame-initialize): Copy the environment from the initial frame.
18167         (window-system-default-frame-alist): Enhance doc string.
18168         (frame-notice-user-settings): Don't put 'tool-bar-lines in
18169         `default-frame-alist' when initial frame is on a tty.
18170         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
18171         Remove specified parameters from `window-system-default-frame-alist'.
18172         (make-frame-on-tty, framep-on-display, suspend-frame):
18173         Extend doc string, update parameter names.
18174         (frames-on-display-list): Use terminal-id to get the display id.
18175         (frame-notice-user-settings): Extend to apply
18176         settings in `window-system-default-frame-alist' as well.
18177         (terminal-id, terminal-parameters, terminal-parameter)
18178         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
18179         (delete-frame-functions): Add to `delete-frame-functions' hook.
18180         (blink-cursor-mode): Adapt blink-cursor-mode default
18181         value from startup.el.
18182         (make-frame-on-display): Protect condition on x-initialized when
18183         x-win.el is not loaded.  Update doc.
18184         (suspend-frame): Use display-controlling-tty-p to decide between
18185         suspend-emacs and suspend-tty.
18186         (frames-on-display-list): Update for display ids.
18187         (framep-on-display): Ditto.
18188         (suspend-frame): Use display-name, not frame-tty-name.
18189         (selected-terminal): New function.
18191         * server.el: Use `device' instead of `display' or `display-id' in
18192         variable and client parameter names.
18193         (server-select-display): Remove (unused).
18194         (server-tty-live-p, server-handle-delete-tty): Remove.
18195         (server-unquote-arg, server-quote-arg, server-buffer-clients):
18196         Update docs.
18197         (server-getenv-from, server-with-environment, server-send-string)
18198         (server-save-buffers-kill-terminal): New functions.
18199         (server-delete-client): Handle quits in kill-buffer.  Don't kill
18200         modified buffers.  Add extra logging.  Delete frames after
18201         deleting the tty.  Clear 'client parameter before deleting a frame.
18202         Use delete-display, not delete-tty.
18203         (server-visit-files): Don't set `server-existing-buffer' if the
18204         buffer already has other clients.  Return list of buffers
18205         created.  Update doc.  Don't set client-record when nowait.
18206         (server-handle-delete-frame): Delete the client if this was its
18207         last frame.  Check that the frame is alive.  Remove bogus comment.
18208         Add note on possible race condition.  Delete tty clients, if needed.
18209         (server-handle-suspend-tty): Use server-send-string.  Kill the
18210         client in case of errors from process-send-string.  Use the display
18211         parameter.
18212         (server-unload-hook): Remove obsolete delete-tty hook.
18213         (server-start): Ask before restarting if the old server still has
18214         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
18215         (server-process-filter): Use server-send-string.  Accept `-dir'
18216         command.  Switch to *scratch* immediately after creating the frame,
18217         before evaluating any -evals.  Protect `display-splash-screen'
18218         call in a condition-case.  Explain why.  Call
18219         `display-startup-echo-area-message' before
18220         `display-splash-screen'.  Don't display the splash screen when no
18221         frame was created.  Show the Emacs splash screen and startup echo
18222         area message.  Display the *scratch* buffer by default.  Store the
18223         local environment in a frame (not terminal) parameter.  Do not try
18224         to decode environment strings.  Fix reference to the 'display
18225         frame parameter.  Change syntax of environment variables.  Put
18226         environment into terminal parameters, not client parameters.  Use
18227         a dummy client with --no-wait's X frames.  In `-position LINE'
18228         handler, don't ruin the request string until the line number is
18229         extracted.  Log opened files.  Handle -current-frame command.
18230         Don't create frames when it is given.  Don't bind X frames to the
18231         client when we are in -no-wait mode.  Set locale environment
18232         variables from client while creating tty frames.  Disable call to
18233         configure-display-for-locale.  When processing -position command,
18234         don't change the request string until the parameters are
18235         extracted.  Don't try to create an X frame when Emacs does not
18236         support it.  Improve logging.  Temporarily set ncurses-related
18237         environment variables to those of the client while creating a new
18238         tty frame.  Select buffers opened by nowait clients, don't leave
18239         them buried under others.  Set the display parameter, and use it
18240         when appropriate.
18242         * startup.el (display-startup-echo-area-message): Handle
18243         `inhibit-startup-echo-area-message' here.
18244         (command-line-1): Moved from here.
18245         (fancy-splash-screens): Use `overriding-local-map' instead of
18246         `overriding-terminal-local-map' for now; the latter doesn't work
18247         right, it looses keypresses to another terminal.  Use
18248         `overriding-terminal-local-map' to set up keymap.  Install a
18249         `delete-frame-functions' hook to catch `delete-frame' events.
18250         Ignore `select-window' events to cope better with
18251         `focus-follows-mouse'.  Don't switch back to the original buffer
18252         if the splash frame has been killed.  Restore previous buffer, even
18253         if it's *scratch*.
18254         (normal-splash-screen): Don't let-bind `mode-line-format'; it
18255         changes the global binding - setq it instead.  Use
18256         `save-buffers-kill-terminal'.
18257         (display-splash-screen): Don't do anything if the splash screen is
18258         already displayed elsewhere.
18259         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
18260         (command-line): Replace duplicated code with a call to
18261         tty-run-terminal-initialization.  Don't load the terminal
18262         initialization file more than once.  Remove call to nonexistent
18263         function `set-locale-translation-file-name'.
18265         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
18266         parameters.
18267         (xterm-mouse-position-function, xterm-mouse-event): Update.
18268         (xterm-mouse-mode): Don't depend on current value of window-system.
18269         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
18270         Update for multi-tty.
18271         (turn-on-xterm-mouse-tracking-on-terminal)
18272         (turn-off-xterm-mouse-tracking-on-terminal)
18273         (xterm-mouse-handle-delete-frame): New functions.
18274         (delete-frame-functions, after-make-frame-functions)
18275         (suspend-tty-functions, resume-tty-functions): Install extra hooks
18276         for multi-tty.
18278 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18280         * simple.el (invisible-p): Remove: implemented in C now.
18281         (line-move-invisible-p): Remove obsolete alias.
18283 2007-08-28  Juri Linkov  <juri@jurta.org>
18285         * image-mode.el (image-type): New variable.
18286         (image-mode): Set default major mode name to "Image[text]".
18287         (image-minor-mode): Change LIGHTER to display image-type in the
18288         mode line.
18289         (image-minor-mode): Set default image-type to "text".
18290         (image-toggle-display): After switching to text mode, set
18291         image-type to "text" and major mode name to "Image[text]".
18292         After switching to image mode, set image-type to actual image
18293         type, and add image type to major mode name.  Let-bind the same
18294         variable names as arguments of `image-type' and `create-image'.
18295         Bind `type' to the result of `image-type' and use it as arg
18296         of `create-image' to not determine the image type twice.
18298 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
18300         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
18301         (tramp-set-file-uid-gid, tramp-get-local-uid)
18302         (tramp-get-local-gid): New defuns.
18303         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
18304         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
18305         Improve fast track.
18306         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
18307         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
18308         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
18309         (tramp-handle-write-region): Improve fast track.
18310         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
18311         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
18312         be nil.
18314 2007-08-28  Ivan Kanis  <apple@kanis.eu>
18316         * time.el: New feature to display several time zones in a buffer.
18317         (display-time-world-mode, display-time-world-display)
18318         (display-time-world, display-time-world-timer): New functions.
18319         (display-time-world-list, display-time-world-time-format)
18320         (display-time-world-buffer-name, display-time-world-timer-enable)
18321         (display-time-world-timer-second, display-time-world-mode-map):
18322         New variables.
18324 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
18326         * term/x-win.el (x-gtk-stock-map): New variable.
18327         (x-gtk-map-stock): New function.
18329         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
18330         prev/next-node.
18332 2007-08-28  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
18334         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
18336 2007-08-28  Glenn Morris  <rgm@gnu.org>
18338         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
18340 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
18342         * progmodes/modula2.el (m2-definition, m2-module):
18343         Don't use previous-line.  Reported by T. V. Raman.
18345 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18347         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
18348         argument to tool-bar-mode call.
18350 2007-08-27  Glenn Morris  <rgm@gnu.org>
18352         * diff-mode.el (diff-find-file-name): Only accept regular files,
18353         to rule out /dev/null, directories, etc.
18355         * vc-svn.el (vc-svn-diff): If the repository version of all the
18356         files is the same as the specified OLDVERS, do a local diff.
18358 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18360         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
18361         of buffers in uniquify-managed.
18363         * simple.el (invisible-p): Rename from text-invisible-p.
18364         Update callers.
18366         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
18367         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
18368         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
18369         (cperl-etags-goto-tag-location): Use new style backquotes.
18371         * net/browse-url.el: Remove spurious * in custom docstrings.
18372         (browse-url-filename-alist): Use new-style backquote.
18374         * emacs-lisp/backquote.el (backquote-unquote-symbol)
18375         (backquote-splice-symbol): Clarify they're not new-style unquotes.
18377         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
18378         (\,@): Backslash the , and ,@ which are not new-style unquotes.
18380         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
18382         * net/socks.el (socks-username/password-auth-filter):
18383         Remove unused vars `state' and `desired-len'.
18384         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
18385         (socks-wait-for-state-change): Use new-style backquotes.
18387         * pcvs.el (cvs-mode-status): Fix long-standing typo.
18389         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
18390         backquotes after each `read' rather than once per buffer.
18392         * dframe.el: Remove spurious * in custom docstrings.
18393         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
18394         (dframe-xemacs20p): Remove, inline at the sole use point.
18395         (defface): Don't defvar the face, don't use old-style backquote.
18396         (defcustom): Don't use old-style backquote.
18397         (dframe-frame-parameter, dframe-mouse-event-p):
18398         Make it obvious that it's always defined.
18399         (dframe-popup-kludge): New function to replace
18400         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
18401         (dframe-frame-mode, dframe-set-timer-internal)
18402         (dframe-mouse-set-point): Remove use of with-no-warnings from
18403         XEmacs-specific code.
18404         (dframe-set-timer-internal): Fix very old bug with
18405         post-command-idle-hook.
18407         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
18409         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
18410         warning if the file uses old style backquotes.
18412         * emacs-lisp/bytecomp.el (byte-compile-log-file)
18413         (byte-recompile-directory, byte-compile-file)
18414         (byte-compile-from-buffer): Use with-current-buffer.
18416         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
18417         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
18418         (line-move-1, line-move-finish, line-move-to-column)
18419         (move-end-of-line, move-beginning-of-line): Use new name.
18421         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
18423         * progmodes/ada-mode.el: Fix up comment style in header.
18424         (ada-check-emacs-version): Remove.
18425         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
18426         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
18427         to try and quieten the byte-compiler.
18428         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
18430         * vc.el (vc-annotate-warp-version): Don't use previous-line.
18432 2007-08-27  Johan Bockgård  <bojohan@dd.chalmers.se>
18434         * net/browse-url.el (browse-url-emacs): New function.
18436 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
18438         * emacs-lisp/avl-tree.el: New file.
18440 2007-08-26  Michaël Cadilhac  <michael@cadilhac.name>
18442         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
18443         was used.
18445 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
18447         * complete.el (PC-do-completion): Make RET accept a non-unique but
18448         complete expansion again.
18450 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
18452         * eshell/esh-opt.el (eshell-eval-using-options):
18453         Add debug declaration.
18455 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
18457         * log-view.el (log-view-toggle-mark-entry): Add docstring.
18458         (log-view-get-marked): Likewise.
18460         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
18461         (vc-delete-automatic-version-backups): Likewise.
18463         * vc.el (vc-dired-buffers-for-dir): Likewise.
18465 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
18467         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
18468         safe-local-variable setting.
18469         * progmodes/perl-mode.el (perl-indent-level): Likewise.
18471         * log-view.el (log-view-marked-list): Delete variable.
18472         (log-view-mode): Don't use it.
18473         (log-view-toggle-mark-entry): Likewise, simplify.
18474         (log-view-current-tag): Don't return properties.
18475         (log-view-get-marked): New function.
18477 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
18479         * vc-git.el (vc-git-mode-line-string): New function.
18481 2007-08-25  Alan Mackenzie  <acm@muc.de>
18483         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
18484         new language variable.
18486         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
18487         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
18488         "extern" etc., rather than BOI.  Fix addition of spurious
18489         syntactic-symbol 'defun-block-intro, replacing it with
18490         'innamespace, etc.
18492 2007-08-25  Juri Linkov  <juri@jurta.org>
18494         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
18496         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
18497         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
18498         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
18500         * image.el (image-type-header-regexps): Use more complex regexp for svg.
18501         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
18502         (image-type-auto-detectable): Add (svg . maybe).
18504         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
18505         to treat it like .tgz.
18507         * calendar/cal-bahai.el: Add file coding cookie.
18509 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
18511         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
18512         Don't behave differently when executed via M-x.  Add doc string.
18514         * sort.el (sort-fold-case, sort-numeric-base): Mark as
18515         safe-local-variable.
18517 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
18519         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
18520         the default value.
18521         (math-calendar-tzinfo): New variable.
18522         (math-get-calendar-tzinfo): New function.
18523         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
18524         to get information when zone is nil.
18526 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
18528         * log-view.el (log-view-toggle-mark-entry): New function.
18529         (log-view-mode-map): Bind it.
18530         (log-view-marked-list): New variable.
18531         (log-view-mode): Make it local.
18533 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
18535         * play/zone.el (zone-pgm-rat-race): New func.
18536         (zone-programs): Add `zone-pgm-rat-race'.
18538 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18540         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
18541         a list.
18543 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
18545         * progmodes/hideshow.el (hs-match-data): Delete alias.
18546         (hs-hide-block-at-point, hs-find-block-beginning)
18547         (hs-show-block): Use `match-data' directly.
18549 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
18551         * format.el (format-alist): Fix typo in doc-string.
18553 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
18555         * net/tramp.el (tramp-local-host-p): New defun.
18556         (tramp-handle-file-local-copy, tramp-handle-write-region):
18557         Implement fast track when being on the local host.
18558         (tramp-file-name-handler): Don't set "started" property.  It shall
18559         be reserved for the "ftp" method.
18560         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
18562         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
18563         (tramp-ftp-file-name-handler): Set "started" property.
18565 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
18567         * files.el (backup-buffer-copy): Don't wrap delete in
18568         condition-case, only try to delete if file exists.
18570 2007-08-24  Glenn Morris  <rgm@gnu.org>
18572         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
18574         * startup.el (tutorial-directory): Set with eval-at-startup so it
18575         gets the right value in an installed Emacs.
18577 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
18579         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
18580         (eldoc-highlight-function-argument): Use it.
18582 2007-08-23  Masatake YAMATO  <jet@gyve.org>
18584         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
18585         name of parameters in document body.
18587 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18589         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
18590         (byte-compile-output-as-comment): Use with-current-buffer rather than
18591         a weird set-buffer&prog1 combination.
18593         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
18594         test so as to optimise cases where the `progn's result is constant.
18596 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
18598         * locate.el (locate-get-file-positions):
18599         Use line-beginning-position and line-end-position.
18601 2007-08-23  John Wiegley  <johnw@newartisans.com>
18603         * calendar/cal-bahai.el: Added in the diacriticals that were
18604         missing for many of the month names.
18606 2007-08-22  Jason Rumney  <jasonr@gnu.org>
18608         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
18610 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
18612         * image-mode.el (image-minor-mode): Use image-mode-text-map.
18614 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
18616         * dabbrev.el (dabbrev--progress-reporter): New variable.
18617         (dabbrev--scanning-message): Delete func.
18618         (dabbrev--find-expansion): Use a progress reporter
18619         instead of dabbrev--scanning-message.
18621 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
18623         * comint.el (comint-exec-1): Raise an error if
18624         `start-file-process' does not return a process object.
18626         * shell.el (shell): Prompt for `default-directory' if it is a
18627         remote file name, and if called with a prefix arg.
18629 2007-08-22  Sam Steingold  <sds@gnu.org>
18631         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
18633 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
18635         * textmodes/org-export-latex.el: New file.
18637         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
18639         * textmodes/org.el (org-agenda-skip): Allow a form for
18640         `org-agenda-skip-function'.
18641         (org-agenda-redo): Re-use local settings.
18642         (org-agenda): Store local settings.
18643         (org-agenda-deadline-faces): New option.
18644         (org-agenda-deadline-face): New function.
18645         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
18646         entries on their due date.
18647         (org-agenda-get-timestamps): No longer handle the due dates of
18648         schedules and deadline items.
18649         (org-insert-link-global, org-open-at-point-global): New commands.
18650         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
18651         :for-ascii parameter.
18652         (org-skip-comments): Function removed.
18653         (org-cleaned-string-for-export): Handle special table lines.
18654         (org-global-properties): New option.
18655         (org-entry-get-with-inheritance): Check global properties.
18656         (org-local-properties): New variable.
18657         (org-set-regexps-and-options): Find the #+PROPERTY line.
18658         (org-link-types): Change type into variable (was constant).
18659         (org-make-link-regexps): New function.
18660         (org-link-re-with-space, org-link-re-with-space2)
18661         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
18662         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
18663         these regular expressions happens now in the function
18664         `org-make-link-regexps'.
18665         (org-store-link): Call the functions in
18666         `org-store-link-functions'.
18667         (org-add-link-type): New function.
18668         (org-store-link-functions): New variable.
18669         (org-activate-tags): Force matches to be in headlines.
18670         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
18671         (org-columns-display-here): Make sure this works in a narrowed
18672         buffer by checking for point-min.
18673         (org-columns-display-here): Make the rest of the line intangible,
18674         so that point never can be there.
18675         (org-cleaned-string-for-export): Use `with-current-buffer'.
18676         (org-replace-region-by-html): Use `with-current-buffer'.
18677         (org-unfontify-region, org-do-occur, org-columns-display-here)
18678         (org-columns-remove-overlays, org-columns-quit)
18679         (org-columns-edit-value, org-columns-next-allowed-value)
18680         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
18681         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
18682         (org-agenda-todo, org-agenda-change-all-lines)
18683         (org-agenda-align-tags, org-agenda-priority)
18684         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
18685         (org-agenda-show-new-time, org-cleaned-string-for-export)
18686         (org-export-grab-title-from-buffer)
18687         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
18688         instead of `buffer-read-only'.
18689         (org-export-as-html): Set `coding-system-for-write'.
18690         (org-remember-store-without-prompt): New option.
18691         (org-archive-subtree): Fixed bug with modifying TODO keyword.
18692         (org-beginning-of-line): Also treat C-a special in items.
18693         (org-table-convert-refs-to-rc): Fixed problem with column
18694         reference after "..".
18695         (org-columns-compute): Don't mark buffer modified because of text
18696         properties.
18697         (org-batch-store-agenda-views): Use the variable
18698         `default-directory', not the function.
18699         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
18700         (org-clock-out-when-done): New option.
18701         (org-html-entities): Added HTML entities for smileys.
18703 2007-08-22  Glenn Morris  <rgm@gnu.org>
18705         * image.el (create-image): Doc fix.
18707         * startup.el (tutorial-directory): New constant.
18708         (fancy-splash-text): Tutorials now in tutorial-directory.
18709         * tutorial.el (help-with-tutorial): Tutorials now in
18710         tutorial-directory.
18712 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
18714         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
18715         otherwise.
18716         (tramp-get-remote-path): New defun.  Replace occurrences of
18717         `tramp-default-remote-path' by this function.
18718         (tramp-set-remote-path): Move most of the code to
18719         `tramp-get-remote-path'.
18720         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
18721         existing directories, this is done already in
18722         `tramp-get-remote-path'.
18724 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
18726         * image-file.el (image-file-name-extensions): Add "svg".
18727         * image.el (image-type-header-regexps): Add svg entry.
18729 2007-08-22  Glenn Morris  <rgm@gnu.org>
18731         * files.el (backup-buffer-copy): Check backup directory is
18732         writable, to avoid infloop deleting old backup.
18734         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
18735         movemail related variables.
18736         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
18737         will now be set before this is called.
18739 2007-08-21  Juri Linkov  <juri@jurta.org>
18741         * delsel.el (delete-selection-pre-hook):
18742         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
18743         instead of checking last-command.
18745 2007-08-21  Juri Linkov  <juri@jurta.org>
18747         * loadup.el: Preload "button".
18749 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18751         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18752         Add previous-line and next-line.
18754         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
18755         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
18757         * vc-hooks.el (vc-menu-entry): New var.
18758         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
18759         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
18760         (vc-menu-map): Declare and initialize in one step.
18761         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
18763         * menu-bar.el (vc-menu-map): Don't setup any more.
18764         Instead, just create the proper spot in the menu.
18766 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18768         * smerge-mode.el (smerge-resolve): New arg `safe'.
18769         (smerge-resolve-all, smerge-batch-resolve): New function.
18770         (smerge-refine): Make sure `diff' returns the expected result.
18771         (smerge-parsep-re): New const.
18772         (smerge-mode): Use it to adjust paragraph-separate.
18774         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18775         Correctly match / regexp matchers as first char on a line when
18776         fontifying only that line.
18778         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
18780 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18782         * vc-bzr.el: Don't fiddle with vc-handled-backend.
18783         (vc-bzr-registered): Don't redundantly protect against
18784         file-error.  Actually use the format-specific code.
18785         (vc-bzr-buffer-nonblank-p): Remove.
18786         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
18788 2007-08-20  Juri Linkov  <juri@jurta.org>
18790         * startup.el (fancy-splash-text): Change multiple tabs into one
18791         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
18792         and "Recover Crashed Session").
18793         (fancy-splash-screens): Set tab-width to 22.
18794         (normal-splash-screen): Replace literal tabs with \t and
18795         fix whitespace.  Remove "Useful File menu items" section (with
18796         "Exit Emacs" and "Recover Crashed Session").
18798 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
18800         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
18801         extracted from `eval-last-sexp-1'.
18802         (eval-last-sexp-1): Call `preceding-sexp'.
18804 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
18806         * vc-rcs.el (vc-rcs-annotate-command):
18807         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
18808         Add back :vc-annotate-prefix propertization.
18810 2007-08-20  Andreas Schwab  <schwab@suse.de>
18812         * mail/rmail.el (rmail-autodetect): Doc fix.
18814 2007-08-19  Juri Linkov  <juri@jurta.org>
18816         * startup.el (normal-splash-screen): Add more links.
18818 2007-08-19  Juri Linkov  <juri@jurta.org>
18820         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
18821         because it's common to both types of splash screen: fancy and normal.
18822         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
18823         (exit-splash-screen): Rename from `fancy-splash-quit'.
18824         Use `quit-window' instead of `kill-buffer'.
18825         (fancy-splash-head): Use make-button to insert GNU image link.
18826         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
18827         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
18828         (normal-splash-screen): Put "Browse manuals" on the same line with
18829         "Emacs manual".  Remove descriptions from "Useful tasks" and put
18830         all links in two columns on two lines.
18832 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18834         * emulation/viper.el (viper-remove-hooks): Remove some additional
18835         viper hooks when the user calls viper-go-away.
18836         (viper-go-away): Restore the default of default-major-mode.
18837         Save the value of default-major-mode before vaperization.
18839         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
18841         * emulation/viper-ex.el: Replace error "" with "Viper bell".
18843         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
18844         buffer for which file is created.
18846 2007-08-19  Glenn Morris  <rgm@gnu.org>
18848         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
18849         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
18850         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
18851         shadow files messing up the compilation.
18853 2007-08-18  Glenn Morris  <rgm@gnu.org>
18855         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
18856         string.  Also apply eldoc-argument-case in the help-split-fundoc
18857         case.  Adapt for changed behavior of eldoc-function-argstring,
18858         eldoc-function-argstring-format, and
18859         eldoc-highlight-function-argument.
18860         (eldoc-highlight-function-argument): Handle nil INDEX argument,
18861         just call eldoc-docstring-format-sym-doc in that case.
18862         (eldoc-function-argstring): Change the behavior.  Now it converts
18863         an argument list to a string.
18864         (eldoc-function-argstring-format): Change the behavior.  Now it
18865         applies `eldoc-argument-case' to a string.
18867         * progmodes/scheme.el (scheme-mode-variables): Set
18868         font-lock-comment-start-skip.
18870 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
18872         * progmodes/ada-mode.el (ada-create-syntax-table): Move
18873         set-syntax-table from here to ...
18874         (ada-mode): ... here.  Do not change global value of
18875         comment-multi-line.  Call new function
18876         ada-initialize-syntax-table-properties and add new function
18877         ada-handle-syntax-table-properties to font-lock-mode-hook.
18878         (ada-deactivate-properties, ada-initialize-properties): Replace
18879         by new functions ...
18880         (ada-handle-syntax-table-properties)
18881         (ada-initialize-syntax-table-properties)
18882         (ada-set-syntax-table-properties): ... to set up syntax-table
18883         properties uniformly, independently from whether font-lock-mode
18884         is enabled or not.  Handle read-only buffers and do not change
18885         undo-list when setting syntax-table properties.
18886         (ada-after-change-function): Use ada-set-syntax-table-properties.
18888 2007-08-18  Michaël Cadilhac  <michael@cadilhac.name>
18890         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
18891         (meta-indent-current-nesting): Use a computation of the nesting
18892         instead.
18893         (meta-indent-current-indentation): Indentation is given according
18894         to nesting and if the previous line was finished or not.
18895         (meta-indent-unfinished-line): Tell if the current line ends with
18896         a finished expression.
18897         (meta-indent-looking-at-code): Like `looking-at', but checks if
18898         the point is in a string before.
18899         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
18900         done in the nesting function.
18901         (meta-indent-in-string-p): Tell if the current point is in a
18902         string.
18903         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
18904         previous functions.
18906 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
18908         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
18909         (copyright-update-year, copyright-update)
18910         (copyright-fix-years): Use it.
18912 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
18914         * emacs-lisp/copyright.el (copyright-update-year):
18915         Fix bug: Handle nil copyright-limit.
18917 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
18919         * calc/calc-units.el (math-standard-units): Give exact
18920         conversion for tsp.
18922         * calc/calc.el (math-bignum-digit-length): Compute the
18923         appropriate value.
18925         * calc/calc-bin.el (math-bignum-logb-digit-size)
18926         (math-bignum-digit-power-of-two):
18927         * calc/calc-comb.el (math-small-factorial-table):
18928         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
18929         (math-approx-gamma-const):
18930         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
18931         (math-besY1, math-bernoulli-b-cache):
18932         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18933         Remove `eval-when-compile's.
18935 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
18937         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
18938         (cperl-find-pods-heres): Fix an error when typing expressions like
18939         `s{a}{b}'.
18941 2007-08-17  Michaël Cadilhac  <michael@cadilhac.name>
18943         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
18944         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
18945         a special case (there's no build number).
18947 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
18949         * completion.el (symbol-under-point, symbol-before-point)
18950         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
18952 2007-08-17  Glenn Morris  <rgm@gnu.org>
18954         * progmodes/compile.el (compilation-get-file-structure): Make use
18955         of the directory part when checking for an existing entry, to
18956         handle files with same basename in different directories.
18958 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
18960         * calc/calc.el (calc-language-alist): Add texinfo-mode.
18962 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18964         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
18965         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
18966         (ps-paragraph-spacing): Docstring fix.
18968 2007-08-16  Glenn Morris  <rgm@gnu.org>
18970         * ps-print.el (ps-font-size): Doc fix.
18972 2007-08-16  Richard Stallman  <rms@gnu.org>
18974         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
18976 2007-08-15  Juri Linkov  <juri@jurta.org>
18978         * startup.el (initialization): Change parent group from `internal'
18979         to `environment'.
18980         (initial-buffer-choice): New variable.
18981         (command-line): Revert 2007-07-02 change that sets
18982         buffer-offer-save in *scratch* and enables auto-save in it.
18983         (fancy-splash-text): Add links to existing items.  Add new items
18984         with links for useful tasks.  Move information about Control-g to
18985         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
18986         (fancy-splash-keymap): New variable.
18987         (fancy-splash-last-input-event): Remove variable.
18988         (fancy-splash-insert): Add processing of `:link' element.
18989         (fancy-splash-head): Replace "Type Control-l to begin editing"
18990         with "Type `q' to exit".
18991         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
18992         (fancy-splash-default-action, fancy-splash-special-event-action):
18993         Remove functions.
18994         (fancy-splash-quit): New function.
18995         (fancy-splash-screens): Rename input arg from `hide-on-input' to
18996         `static' and reverse the condition of its usage.  Don't preserve
18997         original values of `minor-mode-map-alist',
18998         `emulation-mode-map-alists', `special-event-map'.
18999         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19000         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19001         Remove processing of special events.  Use local key map
19002         `fancy-splash-keymap'.  Set buffer to read-only.
19003         (normal-splash-screen): Rename input arg from `hide-on-input' to
19004         `static' and reverse the condition of its usage.
19005         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19006         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19007         Add links to existing items.  Add new items with links for useful
19008         tasks.  Use local key map `fancy-splash-keymap'.
19009         (display-splash-screen): Rename input arg from `hide-on-input' to
19010         `static'.
19011         (about-emacs): Add alias to display-splash-screen.
19012         (command-line-1): Use `initial-buffer-choice'.
19014         * menu-bar.el (menu-bar-help-menu):
19015         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
19016         item to about-emacs instead of display-splash-screen.
19018 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
19020         * calc/calc-units.el (math-standard-units): Update values.
19021         Put in exact, rational values when possible.
19022         (math-unit-prefixes): Replace floats with powers of ten.
19023         (math-standard-units-systems): Replace floats with integers.
19024         (math-make-unit-string): Remove extra spaces in output.
19026 2007-08-15  Glenn Morris  <rgm@gnu.org>
19028         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
19029         sloppier, for the sake of GNU Mailman.
19030         (rmail-digest-rfc1153): Initialize `result' correctly.
19032 2007-08-15  Michaël Cadilhac  <michael@cadilhac.name>
19034         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
19035         in the mail title.  Suggested by Reiner Steib.
19037 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
19039         * calc/calc-aent.el (calc-do-quick-calc): Add binary
19040         representation of integers to the list of outputs.
19042 2007-08-14  Glenn Morris  <rgm@gnu.org>
19044         * simple.el (bad-packages-alist): New constant.
19045         (bad-package-check): New function.  Together, these two add elements
19046         to `after-load-alist' to check for problematic external packages.
19047         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
19049 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
19051         * calc/calc-units.el (math-get-standard-units)
19052         (math-get-units, math-make-unit-string)
19053         (math-get-default-units, math-put-default-units): New functions.
19054         (math-default-units-table): New variable.
19055         (calc-convert-units, calc-convert-temperature): Add machinery
19056         to supply default values.
19058 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19060         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
19061         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
19062         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
19063         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
19065         * emulation/tpu-extras.el: Remove spurious * in docstrings.
19066         Put its autoloads into tpu-edt.el rather than loaddefs.el.
19067         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
19068         Make into a proper minor-mode.
19069         (tpu-backward-char, tpu-next-line, tpu-previous-line)
19070         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
19071         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
19072         (tpu-set-cursor-free, tpu-set-cursor-bound):
19073         Delegate to tpu-cursor-free-mode.
19074         (tpu-next-line, tpu-previous-line, tpu-forward-line)
19075         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
19076         Use line-move or forward-line instead of next-line-internal.
19078 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
19080         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
19082 2007-08-12  Richard Stallman  <rms@gnu.org>
19084         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
19085         (cvs-execute-single-file): Use new name split-string-and-unquote.
19086         (cvs-header-msg): Use new name combine-and-quote-strings.
19088         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
19090         * progmodes/gud.el (gud-common-init): Use new name
19091         split-string-and-unquote.
19093         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
19094         in javac regexp.
19096         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
19097         combine-and-quote-strings and split-string-and-unquote.
19099         * subr.el (combine-and-quote-strings): Rename from strings->string.
19100         (split-string-and-unquote): Rename from string->strings.
19102 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19104         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
19105         to buffer-local settings.
19107         * emacs-lisp/backquote.el (backquote-delay-process): New function.
19108         (backquote-process): Add internal arg `level'.  Use the two to
19109         correctly handle nested backquotes.
19111 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
19113         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
19114         (vc-bzr-state-words): Add "kind changed" state word.
19115         (vc-bzr-status): New function.  Return Bzr idea of file status,
19116         which is different from VC's.
19117         (vc-bzr-state): Use vc-bzr-status.
19118         (vc-workfile-unchanged-p): Use vc-bzr-status.
19119         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
19120         (vc-dired-state): Process "kind changed" state word.
19122 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19124         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
19126         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
19127         Move from vc-default-find-file-not-found-hook.
19129 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19131         * man.el: Remove spurious * in docstrings.
19132         Merge defvars and toplevel setq-defaults.
19133         (Man-highlight-references0): Limit=nil rather than point-max.
19134         (Man-mode-map): Move initialization into the declaration.
19135         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
19136         (Man-view-header-file): Use expand-file-name rather than concat.
19137         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
19139         * man.el (Man-next-section): Make sure we do not move backward.
19141 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19143         * files.el (auto-mode-alist): Use the purecopied text (duh!).
19145 2007-08-08  Glenn Morris  <rgm@gnu.org>
19147         * Replace `iff' in doc-strings and comments.
19149 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
19151         * dired.el (dired-pop-to-buffer):
19152         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
19153         * calendar/calendar.el (generate-calendar-window):
19154         * progmodes/compile.el (compilation-set-window-height):
19155         * textmodes/two-column.el (2C-two-columns, 2C-merge):
19156         Use window-full-width-p instead of comparing frame-width and
19157         window-width.
19159         * progmodes/compile.el (compilation-find-buffer): Remove extra
19160         argument in call to compilation-buffer-internal-p.
19162 2007-08-07  Tom Tromey  <tromey@redhat.com>
19164         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
19165         Add safe-local-variable property.
19167 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
19169         * image-mode.el (image-toggle-display): Use image-refresh.
19171 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
19173         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
19174         unofficial version.
19175         (vc-bzr-command): Remove redundant setting of process-connection-type.
19176         (vc-bzr-admin-checkout-format-file): Add autoload.
19177         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
19178         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
19179         (vc-bzr-registered): Compare dirstate format tag with known good
19180         value, abort parsing if match fails.  Warn user in docstring.
19181         (vc-bzr-workfile-version): Case for different Bzr branch formats.
19182         See bzrlib/branch.py in Bzr sources.
19183         (vc-bzr-diff): First argument FILES may be a string rather than a list.
19184         (vc-bzr-shell-command): Remove in favor of
19185         vc-bzr-command-discarding-stderr.
19186         (vc-bzr-command-discarding-stderr): New function.
19188 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
19190         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
19191         program, and return nil.
19192         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
19193         (vc-bzr-state): Look for path names relative to the repository
19194         root after status keyword.
19195         (vc-bzr-file-name-relative): New function.
19196         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
19197         depend on it.
19198         (vc-bzr-admin-dirname, ...-checkout-format-file)
19199         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
19200         files that we now parse directly for speed.
19201         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
19202         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
19203         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
19204         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
19205         Bzr warnings, so we must discard it.
19206         (vc-bzr-workfile-version): Speedup counting lines from
19207         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
19208         if that file doesn't exist.
19209         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
19210         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
19211         to `vc-directory-exclusion-list'.
19212         (vc-bzr-shell-command): New function.
19214 2007-08-06  Tom Tromey  <tromey@redhat.com>
19216         * diff-mode.el (diff-unified->context, diff-reverse-direction)
19217         (diff-fixup-modifs): Typo in docstring.
19219 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19221         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
19222         count-screen-lines.
19223         (tpu-edt-off): Disable relevant pieces of advice.
19225         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
19226         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
19227         (newline, newline-and-indent, do-auto-fill): Use advice instead of
19228         redefining the function.
19229         (tpu-set-scroll-margins): Activate the pieces of advice.
19231 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
19233         * help.el (resize-temp-buffer-window): Use window-full-width-p
19234         instead of comparing frame-width and window-width.
19236 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
19238         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
19239         optional quotes around files in NEED-UPDATE . REMOVED case.
19241         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
19242         (ada-treat-cmd-string): Improve error message.
19243         (ada-do-file-completion): Call `ada-require-project-file', so
19244         project variables are set properly.
19245         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
19246         (ada-gnatfind-buffer-name): New constant.
19247         (ada-find-any-references): Use new constant.  Set buffer name
19248         properly in compilation-start.  Toggle read-only properly.
19249         (ada-find-in-src-path): Fix spelling error in docstring.
19251         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
19252         by zero error.
19254 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19256         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
19258 2007-08-12  Richard Stallman  <rms@gnu.org>
19260         * progmodes/sh-script.el (sh): Delete group `unix'.
19262         * progmodes/gud.el (gud): Change to group `processes'.
19264 2007-08-11  Glenn Morris  <rgm@gnu.org>
19266         * progmodes/compile.el (compilation-buffer-name): Don't check
19267         compilation-arguments.  It is superfluous, and the variable isn't
19268         even set when this function is called.
19270 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19272         * term/mac-win.el (mac-ae-reopen-application): New function.
19273         (mac-apple-event-map): Bind "reopen application" Apple event to it.
19275 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19277         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
19278         take tex-font-script-display into account.
19279         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
19280         cell to a list of 2 elements to simplify the unfontify code.
19282 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19284         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
19285         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
19286         ps-print-color-p is neither nil nor black-white.  Reported by Christian
19287         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19289 2007-08-08  Andreas Schwab  <schwab@suse.de>
19291         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
19292         self-insert-command, not self-insert.
19294 2007-08-08  Glenn Morris  <rgm@gnu.org>
19296         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
19297         argument optional, for backwards compatibility, and only highlight
19298         args when present.  Fix symbol name typo (doc/args).
19300         * help-mode.el (help-make-xrefs): Search for symbol constituents,
19301         rather than just `-'.
19303 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
19305         * calc/calc-units.el (calc-convert-temperature):
19306         Use `/' to create fractions.
19308 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
19310         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
19311         global matching.
19312         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
19313         ERROR-BUFFER more robust.  Display output.
19314         (tramp-file-name-handler): Add a connection property when we found
19315         a foreign file name handler.  This allows backends like ftp to
19316         profit also from usr/host name completion based on connection
19317         cache.
19318         (tramp-send-command-and-read): Search for trash after the regexp
19319         until eol only.  In XEmacs, there is a problem with \n.
19321         * net/tramp-cache.el (top): Read persistent connection history
19322         when cache is empty.
19324 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
19326         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
19327         resulting output.
19329 2007-08-07  Sam Steingold  <sds@gnu.org>
19331         * progmodes/compile.el (compilation-start): Pass nil as startfile
19332         to comint-exec.
19334 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
19336         * longlines.el (longlines-decoded): New variable.
19337         (longlines-mode): Avoid encoding or decoding the buffer twice.
19339 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
19341         * format.el (format-insert-file): Make sure that at most one undo
19342         entry is recorded for the insertion.  Inhibit point-motion and
19343         modification hooks around call to insert-file-contents.
19345 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19347         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
19348         Select the buffer's window before moving point.
19350 2007-08-07  Richard Stallman  <rms@gnu.org>
19352         * term.el (term): Remove parent group `unix'.
19354         * simple.el (default-indent-new-line): New function.
19355         It calls comment-line-break-function if there are comments.
19356         (do-auto-fill): Use that.
19358 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
19360         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
19361         (PC-do-completion): Add "acronym completion" for symbols and
19362         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
19364 2007-08-06  Sam Steingold  <sds@gnu.org>
19366         * mouse.el (mouse-buffer-menu): Pass mode-name through
19367         format-mode-line because it may be a list,
19368         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
19370 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
19372         * printing.el (pr-update-menus): Docstring fix.
19374 2007-08-06  Jason Rumney  <jasonr@gnu.org>
19376         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
19378         * vc-hooks.el (vc-call): Add doc string.
19380 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
19382         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
19383         process-filter.
19385 2007-08-06  Kenichi Handa  <handa@m17n.org>
19387         * international/quail.el: Wrap (require 'help-mode) by
19388         eval-when-compile.
19389         (quail-help-init): New function.
19390         (quail-help): Call quail-help-init.
19391         (quail-store-decode-map-key): Change it to a function.
19393 2007-08-05  Jason Rumney  <jasonr@gnu.org>
19395         * vc.el (vc-rollback): Add norevert argument back.
19396         (vc-revert-buffer): Add back as obsolete alias.
19398 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
19400         * term.el: Honor term-default-fg-color and term-default-bg-color
19401         settings when modifying term-current-face.
19402         (term-default-fg-color, term-default-bg-color): Initialize from
19403         default term-current-face.
19404         (term-mode, term-reset-terminal): Set term-current-face with
19405         term-default-fg-color and term-default-bg-color.
19406         (term-handle-colors-array): term-current-face has term-default-fg-color
19407         and term-default-bg-color after reset escape sequence.
19408         (term-handle-colors-array): Set term-current-color with
19409         term-default-fg/bg-color instead of ansi-term-color-vector when the
19410         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
19412 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
19414         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
19415         (math-nlfit-givens): Let bind free variables.
19417 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
19419         * printing.el: Require lpr and ps-print when loading printing package.
19420         Reported by Glenn Morris <rgm@gnu.org>.
19422 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
19424         * files.el (set-auto-mode): Handle also remote files wrt
19425         `auto-mode-alist'.
19427 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
19429         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
19430         curves and plotting.
19432         * calc/calc-nlfit.el: New file.
19434 2007-08-04  Glenn Morris  <rgm@gnu.org>
19436         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
19437         zero, not nil, when the library is first loaded.  Check for a file
19438         that has been modified on disk.
19440         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
19441         Remove duplicate defvar preventing initialization.
19442         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
19444 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19446         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
19447         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
19448         may match up to 4 lines.
19449         (diff-beginning-of-file-and-junk): Rewrite.
19451 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19453         * printing.el: Evaluate require only during compilation.
19454         (pr-version): New version 6.9.1.
19455         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
19456         (pr-global-menubar): Fix code.
19458 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
19460         * term.el (term-erase-in-display): Fix case when point is not at
19461         the beginning of the line.
19463 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
19465         * calc/calc-ext.el (math-get-value, math-get-sdev)
19466         (math-contains-sdev): New functions.
19468         * calc/calc-graph.el (calc-graph-format-data)
19469         (calc-graph-add-curve): Check for error forms.
19470         (calc-graph-set-styles): Add option for error forms.
19472 2007-08-03  Miles Bader  <miles@gnu.org>
19474         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
19475         backend names for new backends to `Git', `Hg', and `Bzr'.
19476         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
19477         not `HG'.
19478         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
19479         name, not `GIT'.
19480         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
19481         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
19483 2007-08-03  Richard Stallman  <rms@gnu.org>
19485         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
19486         to update deleted flag.
19488         * cus-edit.el (customize-apropos, customize-apropos-options)
19489         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
19491         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
19493         * startup.el (fancy-splash-head, startup-echo-area-message):
19494         Change message text.
19496         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
19497         All callers use line-move.
19499         * progmodes/compile.el (compilation-find-buffer): Return current
19500         buffer immediately if suitable.
19501         (compile, compilation-buffer-name, compilation-start): Doc fixes.
19503 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
19505         * faces.el (face-normalize-spec): New function.
19506         (frame-set-background-mode): Normalize face-spec before calling
19507         face-spec-match-p.
19509 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19511         * server.el (server-window): Add switch-to-buffer-other-frame option.
19513 2007-08-03  Glenn Morris  <rgm@gnu.org>
19515         * cus-edit.el (customize-apropos): Make the error message indicate
19516         what kind of thing the user was trying to customize.
19518         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
19520         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
19521         Fix off-by-one error in previous change.
19523 2007-08-03  Drew Adams  <drew.adams@oracle.com>
19525         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
19526         Make buffer writable.
19528 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
19530         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
19531         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
19532         Use native Emacs functions, when appropriate.
19534 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
19535             Stefan Monnier  <monnier@iro.umontreal.ca>
19537         * vc.el: Document new VC operation `extra-menu'.
19539         * vc-hooks.el (vc-default-extra-menu): New function.
19541         * menu-bar.el (menu-bar-vc-filter): New function.
19542         (menu-bar-tools-menu): Use it as a filter.
19544 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19546         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
19548 2007-08-01  Glenn Morris  <rgm@gnu.org>
19550         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
19551         strings.
19552         (fortran-tab-mode-default): Remove needless autoload.
19553         (fortran-tab-mode-string): Add help-echo and mouse properties, and
19554         mark as risky.
19555         (fortran-line-length): New buffer-local variable, safe if integer.
19556         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
19557         Change from variables to constants.
19558         (fortran-font-lock-syntactic-keywords): Delete as a variable,
19559         replace with a new function definition.
19560         (fortran-mode): Use fortran-line-length, and
19561         fortran-font-lock-syntactic-keywords as a function.  Add a
19562         hack-local-variables-hook function.
19563         (fortran-line-length, fortran-hack-local-variables): New functions.
19564         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
19565         Use fortran-line-length rather than 72.
19566         (fortran-window-create-momentarily): Doc fix.
19568 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
19570         * cus-edit.el (custom-group-value-create, custom-goto-parent):
19571         Fix parent groups link.
19573 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
19575         * progmodes/python.el (python-current-defun): Adjust to never fall
19576         into infinite loop.
19578 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19580         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
19582 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
19584         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
19585         (copyright-fix-years, copyright): Correctly handle the case where
19586         copyright-limit is nil.
19588 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
19590         * progmodes/python.el (run-python): Fix path separator under w32.
19592 2007-07-30  Richard Stallman  <rms@gnu.org>
19594         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19595         Treat non-break space as whitespace in Lisp.
19597 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19599         * vc.el (vc-dired-hook): Use inhibit-read-only.
19601         * progmodes/compile.el (compilation-forget-errors):
19602         Reset compilation-auto-jump-to-next.
19604 2007-07-30  Michael Olson  <mwolson@gnu.org>
19606         * cus-edit.el (custom-group-save): Fix void function definition
19607         error.  Thanks to Zhang Wei for the report.
19609         * ps-print.el: Check in trivial changes to the autoloads section
19610         caused by the build process.  These autoloads really ought to be
19611         placed in a separate file, methinks.
19613 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19615         * calendar/calendar.el (calendar-mode): Make sure
19616         displayed-(month|year) are set.
19617         (calendar-basic-setup): Display buffer before adjusting window sizes.
19618         (generate-calendar-window): Use inhibit-read-only.  Simplify.
19619         Generate buffer and set displayed-month and displayed-year before
19620         calling update-calendar-mode-line.
19622 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
19624         * net/tramp.el:
19625         * net/tramp-uu.el:
19626         * net/trampver.el: Use utf-8 encoding with coding cookie.
19628         * net/tramp-cache.el:
19629         * net/tramp-fish.el:
19630         * net/tramp-ftp.el:
19631         * net/tramp-gw.el:
19632         * net/tramp-smb.el: Remove coding cookie.
19634         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
19635         Flush buffer file-name's file property.
19636         (tramp-handle-file-remote-p): The first parameter is FILENAME.
19638         * net/trampver.el: Update release number.
19640 2007-07-29  Juri Linkov  <juri@jurta.org>
19642         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
19643         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
19644         when major-mode is not dired-mode.
19645         (dired-toggle-read-only): New function.
19646         (dired-recursive-deletes): Remove obsolete comments about old
19647         default value.
19648         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
19650         * wdired.el (wdired-exit): New function.
19651         (wdired-mode-map): Bind C-x C-q to wdired-exit.
19653 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19655         * cus-edit.el (customize-read-group): New fun.
19656         (customize-group-other-window, customize-face-other-window):
19657         Prompt before delegating to customize-(group|face).
19658         Bind pop-up-windows rather than use the other-window argument.
19659         (customize-group, customize-face): Prompt from the interactive spec.
19660         Remove args `prompt-for-group' and `other-window'.
19662         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
19663         (ad-body-forms, ad-advised-interactive-form): Revert this part of
19664         last change.
19666 2007-07-28  Masatake YAMATO  <jet@gyve.org>
19668         * vc.el (vc-dired-mode): Add a menu for VC related operation.
19669         Use backend name as the menu label.  Suggested by David Kastrup.
19671 2007-07-28  Alan Mackenzie  <acm@muc.de>
19673         Fix problem with modes derived from CC Mode:
19674         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
19675         macro to cc-langs.
19676         (c-init-language-vars-for): Remove call to above macro.
19677         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
19678         been moved to here.
19679         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
19681 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
19683         * net/trampver.el: Fix the `coding' cookie.
19685 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
19687         * vc-git.el (vc-git-print-log): Support both the old single file
19688         interface and the new one.
19690 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
19692         * bindings.el (mode-line-remote): Use updated %@ construct.
19694 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19696         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
19697         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
19698         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
19699         (diary-list-bahai-entries, diary-bahai-mark-entries)
19700         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
19701         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
19702         New names to clean up namespace.
19703         (list-bahai-diary-entries, mark-bahai-diary-entries)
19704         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
19705         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
19706         Add compatibility aliases.
19708         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
19710         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
19711         (calendar-scroll-left-three-months)
19712         (calendar-scroll-right-three-months): Clean up namespace.
19713         (scroll-calendar-left, scroll-calendar-right)
19714         (scroll-calendar-left-three-months)
19715         (scroll-calendar-right-three-months): Add compatibility aliases.
19717         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
19718         Behave like mouse-scroll-calendar-* when used from the mouse.
19720         * calendar/cal-menu.el (cal-menu-scroll-menu)
19721         (cal-menu-global-mouse-menu):
19722         * calendar/calendar.el (calendar-mode-map):
19723         Use new calendar-scroll-* names.
19724         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
19725         Remove.  Use calendar-scroll-* directly instead.
19727 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19729         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
19730         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
19731         (ad-make-advised-definition, ad-cache-id-verification-code):
19732         Use commandp and interactive-form instead.
19734 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
19736         * vc-git.el: Relicense to GPLv3 or later.
19737         (vc-directory-exclusion-list, vc-handled-backends): Remove.
19739         * vc-hooks.el (vc-handled-backends): Add GIT.
19741         * vc.el (vc-directory-exclusion-list): Add .git.
19743 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
19745         * vc-git.el (vc-git-revision-table)
19746         (vc-git-revision-completion-table): New functions.
19748 2007-07-25  Glenn Morris  <rgm@gnu.org>
19750         * Relicense all FSF files to GPLv3 or later.
19752         * COPYING: Switch to GPLv3.
19754 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19756         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
19757         Replace it with another one which disables undo before calling
19758         erase-buffer and then turns it back on if needed.
19760 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
19762         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
19764 2007-07-24  Glenn Morris  <rgm@gnu.org>
19766         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19767         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19768         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19769         (cal-tex-cursor-week, cal-tex-cursor-week2)
19770         (cal-tex-cursor-week-iso, cal-tex-week-hours)
19771         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19772         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19773         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19775 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19777         * calendar/calendar.el (calendar-mode-map): Move initialization
19778         into declaration.  Add menu bindings (used to be done in cal-menu).
19779         (calendar-mode): Don't add an activate-menubar-hook.
19781         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
19782         modify calendar-mode-map), use easy-menu, and make sure that C-h k
19783         can be used on the menu entries.
19784         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
19785         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
19786         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
19787         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
19788         (calendar-flatten, cal-menu-update): Remove.
19789         (calendar-mouse-insert-hebrew-diary-entry)
19790         (calendar-mouse-insert-islamic-diary-entry)
19791         (calendar-mouse-insert-bahai-diary-entry):
19792         Remove (fold into cal-menu-diary-menu).
19793         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
19794         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
19795         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
19796         (calendar-mouse-view-diary-entries): Minor simplifications.
19797         (calendar-event-to-date): Use with-current-buffer.
19799 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
19801         * add-log.el (change-log-redate): Remove (not needed anymore and
19802         doesn't appear to work).
19804 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19806         * frame.el: Use mapc and dolist instead of mapcar where possible.
19807         (close-display-connection): New command.
19809 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
19811         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
19812         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
19814 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19816         * ps-print.el (ps-multibyte-buffer): Docstring fix.
19818         * ps-mule.el: Doc fix.
19819         (ps-multibyte-buffer, ps-mule-font-info-database-default)
19820         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
19822 2007-07-25  Glenn Morris  <rgm@gnu.org>
19824         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
19825         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
19826         (cal-tex-daily-end, cal-tex-hook)
19827         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
19828         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
19829         (cal-tex-cursor-week-iso, cal-tex-week-hours)
19830         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19831         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
19832         (cal-tex-day-prefix, cal-tex-day-name-format)
19833         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
19834         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
19835         (cal-tex-LaTeX-subst-list): Change from variables to constants.
19836         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
19837         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
19838         etc, rather than \bf.
19839         (cal-tex-mini-calendar): Fix typos in previous change.
19840         (cal-tex-latexify-list): Remove inner let binding.
19841         (cal-tex-end-document, cal-tex-banner): Use multi-line
19842         cal-tex-comment.
19843         (cal-tex-comment): Handle embedded newlines.
19844         (cal-tex-LaTeXify-string): Use substring-no-properties.
19846 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
19848         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19849         Add support for the Maden build tool.
19851 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
19853         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
19855 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19857         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
19859 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
19861         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
19862         C-x C-q.
19864         * vc-git.el (vc-git-print-log): Fix previous change.
19866 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19868         * window.el (save-selected-window): Minor optimization.
19869         (bw-adjust-window): If operation failed, try with a smaller delta.
19870         (window-fixed-size-p): New function.
19871         (window-area-factor): New var.
19872         (balance-windows-area): New command.
19874         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
19875         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
19876         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
19877         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
19878         (ps-mule-begin-job): Use dolist.
19880 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
19882         * subr.el (start-file-process-shell-command)
19883         (process-file-shell-command): New defuns.
19885         * progmodes/compile.el (compilation-start):
19886         Apply `start-file-process-shell-command'.
19888 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
19890         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
19892 2007-07-24  Alan Mackenzie  <acm@muc.de>
19894         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
19895         Initialise byte-compile-unresolved-functions before rather than
19896         after a compilation.
19897         (byte-compile-unresolved-functions): Amplify doc string.
19899 2007-07-24  Glenn Morris  <rgm@gnu.org>
19901         * startup.el (normal-splash-screen): Use `emacs-copyright'.
19903         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19904         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19905         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19906         (cal-tex-cursor-week, cal-tex-cursor-week2)
19907         (cal-tex-cursor-week-iso, cal-tex-week-hours)
19908         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19909         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19910         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19912         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
19913         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
19914         (cal-tex-day-name-format, cal-tex-cal-one-month)
19915         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
19916         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
19917         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
19918         (cal-tex-list-holidays, cal-tex-cursor-year)
19919         (cal-tex-cursor-year-landscape, cal-tex-year)
19920         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
19921         (cal-tex-cursor-month, cal-tex-insert-days)
19922         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
19923         (cal-tex-first-blank-p, cal-tex-cursor-week)
19924         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19925         (cal-tex-week-hours, cal-tex-cursor-week-monday)
19926         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
19927         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
19928         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
19929         (cal-tex-latexify-list, cal-tex-previous-month)
19930         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
19931         modernization, including using dotimes rather than
19932         calendar-for-loop.
19933         (cal-tex-LaTeX-subst-list): Remove `@'.
19934         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
19935         Use \textit and \textbf rather than \em and \it.
19937         * calendar/cal-bahai.el (list-bahai-diary-entries)
19938         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
19939         * calendar/cal-islam.el (list-islamic-diary-entries)
19940         * calendar/calendar.el (generate-calendar, generate-calendar-month)
19941         * calendar/diary-lib.el (diary-list-entries)
19942         (mark-calendar-date-pattern): Use `dotimes' rather than
19943         `calendar-for-loop'.
19945         * calendar/calendar.el (calendar-for-loop): Doc fix.
19947 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19949         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
19950         underlying file is uptodate.
19952 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
19954         * replace.el (perform-replace): Use isearch-no-upper-case-p.
19956 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19958         * vc-hooks.el (vc-mode-line-map): New const.
19959         (vc-mode-line): Use it.
19961 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
19963         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
19964         (vc-git-unregister): New functions.
19965         (vc-git-find-version): Use the result of ls-files as a parameter
19966         for cat-file.
19968 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
19970         * net/tramp.el (tramp-perl-file-attributes)
19971         (tramp-perl-directory-files-and-attributes)
19972         (tramp-handle-file-attributes-with-stat)
19973         (tramp-handle-directory-files-and-attributes-with-stat)
19974         (tramp-convert-file-attributes): Handle huge file sizes.
19976 2007-07-23  Juri Linkov  <juri@jurta.org>
19978         * isearch.el (isearch-message-function): New variable.
19979         (isearch-update, isearch-search): Use it.
19981         * simple.el (goto-history-element): New function created from
19982         next-history-element.
19983         (next-history-element): Most code moved to goto-history-element.
19984         Call goto-history-element with (- minibuffer-history-position n).
19985         (previous-history-element): Call goto-history-element with (+
19986         minibuffer-history-position n).
19987         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
19988         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
19989         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
19990         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
19991         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
19992         (minibuffer-history-isearch-pop-state): New functions.
19994 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
19996         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
19997         Also, if FILE is a list, return non-nil if any of its elements
19998         should stay local.  Update docstring.
20000 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20002         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
20003         change by reverting a small part.
20005 2007-07-23  Richard Stallman  <rms@gnu.org>
20007         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
20009 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
20011         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
20012         handling it.  Use vc-git-command.
20013         (vc-git-find-version, vc-git-diff-tree): New functions.
20014         (vc-git-revert): Use vc-git-command.
20015         (vc-git--run-command): Delete.
20017 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
20019         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
20021 2007-07-20  Kenichi Handa  <handa@m17n.org>
20023         * international/utf-8.el (utf-8-post-read-conversion):
20024         Temporarily bind utf-8-compose-scripts to nil while running
20025         *-compose-region functions.
20027 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
20029         * vc-git.el: Update status.
20030         (vc-directory-exclusion-list): Use eval-after-load.
20032 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
20034         * bindings.el (mode-line-remote): New variable.
20035         (help-echo): Add to default values of mode-line-format.
20037         * files.el: Mark mode-line-remote as risky.
20039 2007-07-22  Juri Linkov  <juri@jurta.org>
20041         * isearch.el (isearch-edit-string): Save old point and
20042         isearch-other-end to old-point and old-other-end before reading
20043         the search string from minibuffer.  After exiting minibuffer set
20044         point to old-other-end if point and the search direction is the
20045         same as before reading the search string.
20046         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
20047         to isearch-other-end.  Instead of isearch-search-and-update call
20048         three functions isearch-search, isearch-push-state and isearch-update.
20050 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
20052         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
20053         deal with multiple file arguments.
20054         (vc-git-print-log): Deal with multiple file arguments.
20056 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20058         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
20059         diff-refine-hunk.  Adjust users.
20060         (diff-unified-hunk-p, diff-splittable-p): New functions.
20061         (diff-mode-menu): Use it to disable Split when it doesn't work.
20063 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
20065         * diff-mode.el (diff-mode-menu): New entries.
20067 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20069         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
20070         if applicable, so as to save undo-log space.
20072         * diff-mode.el (diff-find-file-name): Add arg `batch'.
20074         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
20075         (diff-file-kill): Use it.
20076         (diff-beginning-of-hunk): Add arg `try-harder' using it.
20077         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
20078         Use it so they find the hunk even when we're in the file header.
20080 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
20082         * vc-git.el (vc-git-revision-granularity, vc-git-root)
20083         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
20084         (vc-git-create-repo): New functions.
20085         (vc-git-registered): New autoloaded function definition.
20086         (vc-git-registered): Use vc-git-root.
20087         (vc-git-responsible-p): New defalias.
20088         (vc-git-annotate-extract-revision-at-line): Uncomment.
20089         (vc-git-print-log): Add the file name to the log.
20090         (vc-git-log-view-mode): New derived mode.
20091         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
20093 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
20095         * progmodes/grep.el (grep-compute-defaults): Keep default values.
20097 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
20099         * textmodes/reftex.el (reftex-access-parse-file): Create parse
20100         file in a way that does not interfere with recentf mode.
20101         (reftex-access-parse-file): Do not risk destroying an existing
20102         buffer.
20104 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
20106         * vc-git.el: New file.
20108 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20110         * textmodes/tex-mode.el (tex-font-script-display): Change default.
20112 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
20114         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
20115         for branches and new files.
20117         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
20118         local-map handling ...
20119         (vc-mode-line): ... here.  Improve handling of help-echo.
20121         * vc.el (mode-line-string): Document help-echo usage.
20123 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
20125         Sync with Tramp 2.1.10.
20127         * net/tramp.el (tramp-get-ls-command): Fix typo.
20129         * net/trampver.el: Update release number.
20131 2007-07-22  Jan Djärv  <jan.h.d@swipnet.se>
20133         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
20135         * term/x-win.el (x-handle-no-bitmap-icon): New function.
20137 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
20139         * add-log.el (change-log-fill-parenthesized-list): New function.
20140         (change-log-indent): Call change-log-fill-parenthesized-list.
20141         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
20142         Have lines with leading asterisk start a paragraph.
20144 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
20146         * calc/calc-math.el (math-emacs-precision)
20147         (math-largest-emacs-expt, math-smallest-emacs-expt):
20148         New variables.
20149         (math-use-emacs-fn): New function.
20150         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
20151         appropriate.
20153 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
20155         * image-dired.el (image-dired-sane-db-file): New func.
20156         (image-dired-write-tags, image-dired-remove-tag)
20157         (image-dired-list-tags, image-dired-write-comments)
20158         (image-dired-get-comment, image-dired-mark-tagged-files)
20159         (image-dired-create-gallery-lists): Call new func.
20160         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
20162 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
20164         * vc-hg.el (vc-hg-dir-state): Fix loop.
20165         (vc-hg-print-log): Fix expected return value for vc-hg-command.
20166         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
20167         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
20168         (vc-hg-revert): Likewise.
20169         (vc-hg-revision-table, vc-hg-revision-completion-table): New
20170         functions.
20172 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20174         * add-log.el (change-log-resolve-conflict): Don't lose data if the
20175         merge fails.
20177 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
20179         * progmodes/compile.el (compilation-auto-jump-to-first-error):
20180         Add group and version.
20182 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20184         * add-log.el (add-log-file-name): Use file-relative-name.
20185         (add-change-log-entry): Delay reading
20186         add-log-(full-name|mailing-address) to after we've switched to the
20187         ChangeLog buffer so we get the right value.
20188         (add-change-log-entry, add-log-current-defun, change-log-merge):
20189         Use derived-mode-p rather than checking major-mode directly.
20191         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
20192         name for buffer-file-name if it refers to a directory.
20194         * vc-arch.el (vc-arch-diff): Fix last change.
20196         * progmodes/compile.el (compilation-start): Remember the original
20197         directory in a buffer-local compilation-directory.
20198         (compile): Set the global value of compilation-directory.
20199         (recompile): Use compilation-directory even in the compilation buffer.
20201 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
20203         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
20205 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20207         * ps-print.el: Problem with foreground and background color when
20208         printing a buffer with and without faces.  Reported by Christian
20209         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20210         (ps-print-version): New version 6.7.5.
20211         (ps-default-fg): Change default value to nil, so black color is used
20212         when a face does not specify a foreground color.
20213         (ps-default-bg): Change default value to nil, so white color is used
20214         for background color.
20215         (ps-begin-job): Fix code.
20217 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
20219         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
20220         in $(INSTALL_DIR)/lisp/ if they already exist.
20222 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
20224         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
20225         in $(INSTALL_DIR)/lisp/ if they already exist.
20227 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20229         * progmodes/vera-mode.el (vera-re-search-forward)
20230         (vera-re-search-backward): Remove use of store-match-data.
20231         (vera-mode-map): Move initialization into declaration.
20233         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
20234         (flymake-find-buildfile): Use locate-dominating-file.
20236         * vc.el (vc-delistify): Use mapconcat.
20237         (vc-do-command): Minor simplification.
20238         (vc-expand-dirs): Use push.
20240         * vc-mcvs.el (vc-mcvs-create-repo):
20241         * vc-cvs.el (vc-cvs-create-repo): Remove.
20243         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
20244         directory and the root as well.
20246 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
20248         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
20249         instead of a file.
20251         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
20252         (vc-hg-registered): Replace if with when.
20253         (vc-hg-state): Deal with nonexistent files and handle removed files.
20254         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
20255         (vc-hg-checkout): Re-enable.
20256         (vc-hg-create-repo): Fix typos.
20257         (vc-hg-print-log): Fix for multiple files.
20258         (vc-hg-workfile-unchanged-p): New function.
20260         * vc.el: Fix typo.
20261         (vc-print-log): Fix call to print-log.
20262         (vc-default-comment-history): Likewise.
20263         (vc-directory-exclusion-list): Add .hg and .bzr.
20264         (vc-diff-internal): Pass a list instead of a file.
20266         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
20268         * vc-bzr.el (vc-bzr-create-repo): New function.
20270 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20272         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
20273         `file' from which to start the search.
20275 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
20277         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
20278         having a single file argument to having a list of files as the
20279         first argument.
20281 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20283         * files.el (locate-dominating-file): New function.
20285 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
20287         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
20288         (grep-compute-defaults): Use it.
20290 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20292         * uniquify.el: Docstring fixes.
20294 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
20296         * vc.el (revision-granularity, create-repo): Document new vc
20297         backend properties.
20298         (vc-rollback): Renamed from vc-cancel-version.  Update references.
20299         Pass a list instead of a file.
20300         (vc-revert): Renamed from vc-revert-buffer.  Update references.
20301         (vc-delistify, vc-expand-dirs): New functions.
20302         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
20303         of files instead of a single file.
20304         (vc-position-context, vc-resync-window, vc-diff-internal)
20305         (vc-print-log): Pass a list instead of a file.
20307         * vc-hooks.el (vc-stay-local-p, vc-backend)
20308         (vc-backend-subdirectory-name): Work on a file list, not a single
20309         file.
20310         (vc-workfile-version): Update docstring.
20311         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
20312         vc-revert instead of vc-revert-buffer.
20313         (vc-prefix-map): Likewise.  Bind vc-update.
20315         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
20316         (vc-svn-wash-log): New functions.
20317         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
20318         (vc-svn-command): Deal with a list of files, not a single file.
20320         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
20321         (vc-rcs-wash-log): New functions.
20322         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
20323         Deal with a list of files, not a single file.
20324         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
20326         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
20327         functions.
20328         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
20329         list of files, not a single file.
20331         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
20332         New functions.
20333         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
20334         (vc-mcvs-diff): Deal with a list of files, not a single file.
20336         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
20337         functions.
20338         (vc-hg-print-log): Deal with a list of files, not a single file.
20339         (vc-hg-diff-tree): New function, replace defalias with the same
20340         name.
20341         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
20342         FILES to denote that it is a file list, not a single file.
20344         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
20345         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
20346         a single file.
20347         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
20348         that it is a file list, not a single file.
20349         (vc-cvs-diff): Likewise.  Simplify.
20351         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
20352         Deal with a list of files, not a single file.
20354         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
20355         (vc-bzr-print-log): Update FILE parameter name to denote that it
20356         is a file list, not a single file.
20357         (vc-bzr-diff): Likewise.  Use the car of files.
20359 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
20361         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
20362         (follow-delete-other-windows-and-split, follow-recenter)
20363         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
20364         (follow-redisplay, follow-estimate-first-window-start)
20365         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
20366         Fix typos in docstrings.
20368 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
20370         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
20371         avoid that filling introduces lines with a single asterisk.
20373         * kmacro.el (kmacro-end-macro): When ignoring empty macro
20374         avoid incorrect kmacro-ring-empty-p messages.
20375         Reported by Michael Schierl <schierlm@gmx.de>.
20377 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
20379         * vc.el: Add more info about the vc-registered function.
20381 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
20383         * files.el (file-remote-p): Introduce optional parameter
20384         IDENTIFICATION.
20386         * recentf.el (recentf-keep-default-predicate): Adapt call of
20387         `file-remote-p'.
20389         * progmodes/grep.el (grep-probe): Use `process-file'.
20390         (grep-compute-defaults): Handle variables host specific.
20392         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
20393         parameter IDENTIFICATION.
20395         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
20396         parameter IDENTIFICATION.
20397         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
20398         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
20399         Add entry for `set-file-times'.
20400         (tramp-do-copy-or-rename-file-via-buffer)
20401         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
20402         (tramp-handle-unhandled-file-name-directory): Rewrite.
20403         (tramp-convert-file-attributes): Add error handling when inode is
20404         extraordinary big.
20405         (tramp-get-inode): Change parameter from FILE to VEC.
20406         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
20407         is nil.  This is according to the specification.  Goto (point-max)
20408         when ready.
20409         (tramp-handle-shell-command): Rewrite completely, using
20410         `process-file' and `start-file-process'.
20411         (tramp-methods, tramp-find-shell)
20412         (tramp-open-connection-setup-interactive-shell)
20413         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
20414         var.  Reported by Steve Youngs <steve@sxemacs.org>.
20416         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
20417         entry for `set-file-times'.  Rename `start-process' into
20418         `start-file-process'.  Remove `call-process' entry.
20419         (tramp-fish-handle-set-file-times): New defun.
20420         (tramp-fish-handle-executable-find): Use `process-file'.
20421         (tramp-fish-handle-process-file): New defun.  Replaces
20422         `tramp-fish-handle-call-process'.
20423         (tramp-fish-do-copy-or-rename-file-directly): Use
20424         `set-file-times'.
20425         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
20427         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
20428         `tramp-get-inode' parameter.
20430 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20432         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
20433         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
20434         nowadays, and by the time Emacs-23 comes out, nobody will even remember
20435         it has ever existed.
20437 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
20439         * vc.el: Undo previous change.
20441 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
20443         * makefile.w32-in (clean): Don't delete *~.
20445 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20447         * textmodes/tex-mode.el (tex-verbatim-environments):
20448         Add safe-local-variable property.
20449         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
20450         when starting font-lock rather than when loading tex-mode.el.
20452         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
20453         whole $( rather than just the $.  Rename from sh-quoted-subshell.
20454         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
20456 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
20458         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
20459         bookmark-alist.  Instead, if not sorting, simply return it.
20460         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
20461         for its return value, not for its side effect.
20463         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
20464         case of alignment under a constant symbol, find and consider
20465         the sexp actually at indentation to be the "last sexp".
20467 2007-07-16  Drew Adams  <drew.adams@oracle.com>
20469         * mouse.el (mouse-yank-secondary): Better error message if no
20470         secondary selection.
20472 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
20474         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
20476         * term/xterm.el (xterm-turn-on-modify-other-keys)
20477         (xterm-turn-off-modify-other-keys): New functions.
20478         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
20479         terminal supports it.
20481 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
20483         * bookmark.el (bookmark-show-all-annotations):
20484         Make sure each inserted annotation ends with newline.
20486 2007-07-15  Richard Stallman  <rms@gnu.org>
20488         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
20490         * tutorial.el (tutorial--find-changed-keys):
20491         Handle C-x specially like ESC.
20493 2007-07-15  Aaron Hawley  <aaronh@garden.org>
20495         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
20497 2007-07-15  Juri Linkov  <juri@jurta.org>
20499         * delsel.el (delete-selection-pre-hook):
20500         * emulation/cua-base.el (cua-paste): Before a yank command,
20501         check also whether last-command is one of mouse-save-then-kill,
20502         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
20504 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
20506         * recentf.el (recentf-keep-default-predicate): New defun.
20507         (recentf-keep): Use it as initial value.
20509 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
20511         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
20512         thus restoring bookmark bindings to three slots under C-x r.  See
20513         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
20515 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
20517         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
20519 2007-07-15  Jason Rumney  <jasonr@gnu.org>
20521         * w32-fns.el (set-default-process-coding-system): Use dos line ends
20522         for input to cmdproxy on all versions of Windows.
20523         Use dos line ends for input to plink.
20525         * comint.el (comint-simple-send): Concat newline before sending.
20526         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
20528 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20530         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
20531         safe-local-variable setting.
20533 2007-07-14  David Kastrup  <dak@gnu.org>
20535         * emacs-lisp/advice.el (defadvice): Doc fix.
20537 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
20539         * subr.el (when, unless): Doc fix.
20541 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
20543         * replace.el (match): Use yellow1 instead of yellow.
20545         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
20546         red.
20548         * pcvs-info.el (cvs-unknown): Likewise.
20550 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
20552         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
20553         (install): Use them to copy all *.el files before *.elc.
20555 2007-07-13  Drew Adams  <drew.adams@oracle.com>
20557         * bookmark.el (bookmark-jump-other-window): New function.
20558         (bookmark-map): Bind it to "o".
20560         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
20561         and its thread contains discussion about this change.
20562         The original patch was slightly tweaked by Karl Fogel
20563         <kfogel@red-bean.com> before committing.
20565 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
20567         * bookmark.el: Shorten some comments to fit within 80 lines.
20569 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
20571         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
20572         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
20573         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
20574         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
20576 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
20578         * textmodes/org.el: Bug fixes.
20579         (org-end-of-line): Move to end of line if in headline without tags.
20581 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20583         * vc-hooks.el: Remove spurious * in docstrings.
20584         (vc-handled-backends): Add BZR.
20586         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
20588 2007-07-12  Davis Herring  <herring@lanl.gov>
20590         * desktop.el (desktop-buffer-info, desktop-save):
20591         Use `desktop-dirname' instead of `dirname'.
20593 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
20595         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
20597         * progmodes/python.el (python-which-func-length-limit): New var.
20598         (python-which-func): New function.
20599         (python-current-defun): Add optional `length-limit' and try to fit
20600         computed function name to that length.
20601         (python-mode): Hook `python-which-func' up.
20603 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
20605         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
20607         * comint.el (comint-dynamic-complete-as-filename):
20608         Use read-file-name-completion-ignore-case.
20610 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20612         * comint.el (comint-dynamic-list-filename-completions):
20613         Use read-file-name-completion-ignore-case.
20615         * vc-cvs.el: Require CL.
20616         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
20617         New functions to provide completion of revision names.
20619         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
20620         (vc-cvs-annotate-first-line-re): New const.
20621         (vc-cvs-annotate-process-filter): New fun.
20622         (vc-cvs-annotate-command): Use them and run the command asynchronously.
20624 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
20626         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
20627         (eldoc-print-current-symbol-info): Adjust for changed helper
20628         function signatures.
20629         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
20630         `eldoc-highlight-function-argument'.
20631         (eldoc-highlight-function-argument): New function.
20632         (eldoc-get-var-docstring): Format documentation with
20633         `font-lock-variable-name-face'.
20634         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
20635         where suited.
20636         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
20637         (eldoc-beginning-of-sexp): Return number of skipped sexps.
20639 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
20641         * progmodes/compile.el (compilation-start): `start-process' must
20642         still be redefined when calling `start-process-shell-command'.
20644         * progmodes/gud.el (gud-file-name): When `default-directory' is a
20645         remote file name, prepend its remote part to the filename.
20646         (gud-common-init): When `default-directory' is a remote file name,
20647         make the filename relative to it.
20648         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
20650 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
20652         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
20653         mouse binding and a tooltip.
20655 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20657         * menu-bar.el (vc-menu-map): New defalias.
20659 2007-07-10  Richard Stallman  <rms@gnu.org>
20661         * emacs-lisp/lisp-mode.el (eval-defun):
20662         Explain special handling of `defface'.
20664 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
20666         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
20668         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
20670 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20672         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
20674         * vc-arch.el (vc-arch-complete): Remove.
20675         (vc-arch-revision-completion-table): Use complete-with-action.
20677         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
20678         (complete-with-action): New function.
20679         (dynamic-completion-table): Use it.
20681 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
20683         * comint.el (make-comint, make-comint-in-buffer)
20684         (comint-exec-1): Replace `start-process' by `start-file-process'.
20686         * progmodes/compile.el (compilation-start): Revert redefining
20687         `start-process'.
20689 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20691         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
20692         with EOLs when generating MD5 checksums.
20694         * follow.el: Don't change the global map from the follow-mode-map
20695         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
20696         XEmacs code.
20697         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
20698         since `follow-mode' should be used instead for that.
20700         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
20701         (easy-menu-do-define): Use it.
20702         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
20704         * progmodes/compile.el (compilation-auto-jump-to-first-error)
20705         (compilation-auto-jump-to-next): New vars.
20706         (compilation-auto-jump): New function.
20707         (compilation-error-properties): Use them to jump to first error.
20708         (compilation-start): Set the var if requested.
20710         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
20711         duplicates without also removing entries from other directories.
20713 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
20715         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
20716         Remember span as default.
20717         (org-columns-edit-value): Rename from `org-column-edit'.
20718         (org-columns-display-here-title): Rename from
20719         `org-overlay-columns-title'.
20720         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
20721         (org-columns-get-autowidth-alist): Rename from
20722         `org-get-columns-autowidth-alist'.
20723         (org-columns-display-here): Rename from `org-overlay-columns'.
20724         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
20725         (org-columns-quit): Rename from `org-column-quit'.
20726         (org-columns-show-value): Rename from `org-column-show-value'.
20727         (org-columns-content, org-columns-widen)
20728         (org-columns-next-allowed-value)
20729         (org-columns-edit-allowed, org-columns-store-format)
20730         (org-columns-uncompile-format, org-columns-redo)
20731         (org-columns-edit-attributes, org-delete-property)
20732         (org-set-property, org-columns-update)
20733         (org-columns-compute, org-columns-eval)
20734         (org-columns-not-in-agenda, org-columns-compute-all)
20735         (org-property-next-allowed-value)
20736         (org-columns-compile-format)
20737         (org-fill-paragraph-experimental)
20738         (org-string-to-number, org-property-action)
20739         (org-columns-move-left, org-columns-new)
20740         (org-column-number-to-string)
20741         (org-property-previous-allowed-value)
20742         (org-at-property-p, org-columns-delete)
20743         (org-columns-previous-allowed-value)
20744         (org-columns-move-right, org-columns-narrow)
20745         (org-property-get-allowed-values)
20746         (org-verify-version, org-column-string-to-number)
20747         (org-delete-property-globally): New functions.
20748         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
20749         (org-columns-overlays): Rename from `org-column-overlays'.
20750         (org-columns-map): Rename from `org-column-map'.
20751         (org-columns-current-maxwidths): Rename from
20752         `org-current-columns-maxwidths'.
20753         (org-columns-begin-marker, org-columns-current-fmt-compiled)
20754         (org-previous-header-line-format)
20755         (org-columns-inhibit-recalculation)
20756         (org-columns-top-level-marker): New variables.
20757         (org-columns-default-format): Rename from `org-default-columns-format'.
20758         (org-property-re): New constant.
20760 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
20762         * subr.el (looking-at-p, string-match-p): New functions.
20764 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
20766         * textmodes/tex-mode.el (tex-fontify-script)
20767         (tex-font-script-display): New variables to make display of
20768         superscripts and subscripts customizable.
20769         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
20771 2007-07-09  Richard Stallman  <rms@gnu.org>
20773         * isearch.el (isearch-edit-string): Call to isearch-push-state
20774         after the search.
20776 2007-07-09  Jan Djärv  <jan.h.d@swipnet.se>
20778         * window.el (fit-window-to-buffer): Remove setting of window-min-height
20779         to 1 as enlarge-window uses the value to resize/shrink windows other
20780         than WINDOW if needed.
20782 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20784         * cus-start.el (file-coding-system-alist): Fix custom type.
20786 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
20788         * longlines.el (longlines-wrap-region): Avoid marking buffer as
20789         modified.
20790         (longlines-auto-wrap, longlines-window-change-function):
20791         Remove unnecessary calls to set-buffer-modified-p.
20793 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20795         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
20796         (vc-cvs-checkout): Remove last arg now unused; simplify.
20798 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
20800         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
20802         * net/tramp.el:
20803         * net/tramp-ftp.el:
20804         * net/tramp-smb.el:
20805         * net/tramp-uu.el:
20806         * net/trampver.el: Migrate to Tramp 2.1.
20808         * net/tramp-cache.el:
20809         * net/tramp-fish.el:
20810         * net/tramp-gw.el: New Tramp packages.
20812         * net/tramp-util.el:
20813         * net/tramp-vc.el: Removed.
20815         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
20816         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
20818         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
20820         * progmodes/compile.el (compilation-start): Redefine
20821         `start-process' temporarily when `default-directory' is remote.
20822         Remove case of synchronous compilation, this won't happen ever.
20823         (compilation-setup): Make local variable `comint-file-name-prefix'
20824         for remote compilation.
20826 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
20828         * novice.el (disabled-command-function): Fit window to buffer to
20829         make last line visible.
20830         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
20832         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
20833         when handling the terminating event.
20835 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
20837         * calc/calc.el (math-read-number-simple): Remove leading 0s.
20838         (math-bignum-digit-length): Change to optimal value.
20840         * calc/calc-bin.el (math-bignum-logb-digit-size)
20841         (math-bignum-digit-power-of-two): Evaluate when compiled.
20843         * calc/calc-comb.el (math-small-factorial-table)
20844         (math-init-random-base, math-prime-test): Remove unnecessary calls
20845         to `math-read-number-simple'.
20847         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
20848         (math-approx-gamma-const): Add docstrings.
20850         * calc/calc-forms.el (math-julian-date-beginning)
20851         (math-julian-date-beginning-int): New constants.
20852         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
20853         Use the new constants.
20855         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
20857         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20858         Add docstrings.
20860 2007-07-07  Tom Tromey  <tromey@redhat.com>
20862         * vc.el (vc-annotate): Jump to line and output message only after the
20863         process is really all done.
20865 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20867         * vc.el (vc-exec-after): Don't move point from the sentinel.
20868         Forcefully read all the remaining text in the pipe upon process exit.
20869         (vc-annotate-display-autoscale, vc-annotate-lines):
20870         Don't stop at the first unrecognized line.
20871         (vc-annotate-display-select): Run autoscale after the process is done
20872         since it depends on the whole result.
20874 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
20876         * term/w32-win.el (menu-bar-open): New function.
20877         Bind <f10> to it.
20879 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
20881         * simple.el (start-file-process): New defun.
20883 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20885         * files.el (find-file-confirm-nonexistent-file): Rename from
20886         find-file-confirm-inexistent-file.  Update users.
20888         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
20889         format of autoload block where the file's time-stamp is replaced by its
20890         MD5 checksum.
20891         (autoload-generate-file-autoloads): Use MD5 checksum instead of
20892         time-stamp for secondary autoloads files.
20893         (update-directory-autoloads): Remove duplicate entries.
20894         Use time-less-p for time-stamps, as done in autoload-find-destination.
20896 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
20898         * calc/calc.el (math-read-number): Replace number by variable.
20899         (math-read-number-simple): Properly parse small integers.
20901 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
20903         * vc.el: Fix doc for the checkout function.
20905 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
20907         * vc-hg.el (vc-hg-root): New function.
20908         (vc-hg-registered): Use it.
20909         (vc-hg-diff-tree): New defalias.
20910         (vc-hg-responsible-p): Likewise.
20911         (vc-hg-checkout): Comment out, not needed.
20912         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
20913         (vc-hg-find-version, vc-hg-next-version): New functions.
20915 2007-07-06  Andreas Schwab  <schwab@suse.de>
20917         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
20918         dynamic bindings around the evaluation of the expression.
20919         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
20921 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20923         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
20924         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
20925         Use run-hooks rather than run-mode-hooks.
20927 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
20929         * calc/calc-comb.el (math-random-digit): Rename to
20930         `math-random-three-digit-number'.
20931         (math-random-digits): Don't depend on representation of integer.
20933         * calc/calc-bin.el (math-bignum-logb-digit-size)
20934         (math-bignum-digit-power-of-two): New constants.
20935         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
20936         (math-not-bignum, math-clip-bignum): Use the constants
20937         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
20938         instead of their values.
20939         (math-clip): Use math-small-integer-size instead of its value.
20941         * calc/calc.el (math-add-bignum): Replace number by constant.
20943 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
20945         * wid-edit.el (widget-documentation-string-value-create):
20946         Insert indentation spaces.
20948 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
20950         * emacs-lisp/byte-opt.el: Revert last change.
20952 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
20954         * vc-hooks.el (vc-handled-backends): Add HG.
20956         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
20958 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20960         * complete.el (PC-do-complete-and-exit): Add support for the new
20961         `confirm-only' confirmation mode.
20963 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
20965         * cus-edit.el (custom-commands): New variable.
20966         (custom-tool-bar-map): New variable.  Initialize using
20967         `custom-commands'.
20968         (custom-mode): Use `custom-tool-bar-map'.
20969         (custom-buffer-create-internal): Insert action buttons only if
20970         tool bar is not used.  Use `custom-commands'.
20971         (Custom-help, custom-command-apply): New function.
20972         (custom-command-apply, Custom-set, Custom-save)
20973         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
20974         Use `custom-command-apply' instead of duplicating code.
20975         (customize-group-other-window): Call `customize-group' instead of
20976         duplicating code.
20977         (customize-face-other-window): Call `customize-face' instead of
20978         duplicating code.
20979         (customize-group, customize-face): Add optional args for opening
20980         in another window.
20981         (custom-variable-tag): Don't inherit `variable-pitch' face.
20982         (custom-group-tag): Inherit `variable-pitch' face.
20983         (custom-variable-value-create): Set documentation indentation.
20984         (custom-group-value-create): Make group name a link, instead of
20985         using an extra "go to group" button.
20986         (custom-prompt-variable, custom-group-set, custom-group-save)
20987         (custom-group-reset-current, custom-group-reset-saved)
20988         (custom-group-reset-standard): Minor cleanup.
20990 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
20992         * Makefile.in (bootstrap-prepare): When copying from
20993         ldefs-boot.el, make sure loaddefs.el is writeable.
20995         (bootstrap-prepare): Make $(lisp)/ps-print.el
20996         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
20998 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
21000         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
21001         only caller, and delete.
21002         (vc-hg-state): Deal with exceptions and only parse the output on
21003         successful return.
21004         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
21005         caller, and delete.
21006         (vc-hg-workfile-version): Deal with exceptions and only parse the
21007         output on successful return.
21008         (vc-hg-revert): New function.
21010 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
21012         * calculator.el (calculator-expt): Use more cases to determine
21013         the value.
21015 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
21017         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
21018         file names.
21020 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
21022         * calculator.el (calculator-expt, calculator-integer-p):
21023         New functions.
21024         (calculator-fact): Check to see if the factorial will be too
21025         large before computing it.
21026         (calculator-initial-operators): Use `calculator-expt' to
21027         compute "^".
21028         (calculator-mode): Mention that results which are too large
21029         will return inf.
21030         * calc/calc-comb.el (math-small-factorial-table): Replace list
21031         by vector.
21033 2007-07-03  David Kastrup  <dak@gnu.org>
21035         * shell.el: On request of the authors, remove their addresses for
21036         the sake of bug reports, and add the developer list address as
21037         maintainer information.
21039 2007-07-03  Richard Stallman  <rms@gnu.org>
21041         * files.el (make-directory): Doc fix.
21042         (find-file-confirm-inexistent-file): Make it a defcustom.
21043         Make nil the default.
21045 2007-07-02  Richard Stallman  <rms@gnu.org>
21047         * startup.el (command-line): Set buffer-offer-save in *scratch*
21048         and enable auto-save in it.
21050 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
21052         * textmodes/org.el (orgstruct-mode-map): New variable.
21053         (orgstruct-mode): New minor mode.
21054         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
21055         (orgstruct-make-binding, org-context-p, org-get-local-variables)
21056         (org-run-like-in-org-mode): New functions.
21057         (org-cycle-list-bullet): New command.
21058         (org-special-properties, org-property-start-re)
21059         (org-property-end-re): New constants.
21060         (org-with-point-at): New macro.
21061         (org-get-property-block, org-entry-properties, org-entry-get)
21062         (org-entry-delete, org-entry-get-with-inheritance)
21063         (org-entry-put, org-buffer-property-keys): New functions.
21064         (org-insert-property-drawer): New command.
21065         (org-entry-property-inherited-from): New variable.
21066         (org-column): New face.
21067         (org-column-overlays, org-current-columns-fmt)
21068         (org-current-columns-maxwidths, org-column-map): New variables.
21069         (org-column-menu): New menu.
21070         (org-new-column-overlay, org-overlay-columns)
21071         (org-overlay-columns-title, org-remove-column-overlays)
21072         (org-column-show-value, org-column-quit, org-column-edit):
21073         New functions.
21074         (org-columns, org-agenda-columns): New commands.
21075         (org-get-columns-autowidth-alist): New functions.
21076         (org-properties): New customize group.
21077         (org-default-columns-format): New option.
21078         (org-priority): Realign tags after changing priority.
21079         (org-preserve-lc): New macro.
21080         (org-update-checkbox-count): Catch case when there is no headline.
21081         (org-agenda-quit): Remove any column overlays.
21082         (org-beginning-of-item-list): Fixed bug when non-item line is
21083         indented too deep.
21084         (org-cached-props): New variable.
21085         (org-cached-entry-get): New function.
21086         (org-make-tags-matcher): Handle property matches.
21087         (org-table-recalculate): Swap evaluation order: Field formula
21088         first, then column formulas, but don't allow them to overwrite the
21089         field formulas.
21090         (org-table-eval-formula): New argument untouchable.
21091         (org-table-put-field-property): New function.
21093 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
21095         * help-mode.el (help-make-xrefs): Skip spaces too when
21096         skipping tabs.
21098         * ffap.el (dired-at-point-prompter): Improve prompt in
21099         list-directory case.
21101 2007-07-01  Richard Stallman  <rms@gnu.org>
21103         * files.el (find-file-visit-truename): Fix safe-local-variable value.
21105 2007-07-01  Richard Stallman  <rms@gnu.org>
21107         * cus-start.el (max-mini-window-height): Added.
21109 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
21111         * complete.el (partial-completion-mode): Remove advice of
21112         read-file-name-internal.
21113         (PC-do-completion): Rebind minibuffer-completion-table.
21114         (PC-read-file-name-internal): New function doing what
21115         read-file-name-internal advice did.
21117 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
21119         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
21120         property on a few symbols.
21121         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
21122         (byte-optimize-lapcode): Remove bindings that are not referenced
21123         and certainly will not effect through dynamic scoping.
21125 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21127         * files.el (find-file-confirm-inexistent-file): New var.
21128         (find-file, find-file-other-window, find-file-other-frame)
21129         (find-file-read-only, find-file-read-only-other-window)
21130         (find-file-read-only-other-frame): Use it.
21132 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21134         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
21136 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
21138         * generic-x.el (generic-define-mswindows-modes)
21139         (generic-define-unix-modes, apache-log-generic-mode)
21140         (bat-generic-mode-keymap, java-manifest-generic-mode)
21141         (show-tabs-generic-mode): Fix typos in docstrings.
21143 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
21145         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
21146         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
21147         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
21148         (rcirc-print): Never ignore messages from ourself.
21150 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21152         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
21153         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
21155 2007-06-28  Jan Djärv  <jan.h.d@swipnet.se>
21157         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
21158         replace-regexp-in-string.
21160 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21162         * emacs-lisp/cl.el: Set edebug and indentation before loading
21163         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
21165 2007-06-28  Andreas Schwab  <schwab@suse.de>
21167         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
21168         $(lisp)/subdirs.el.
21170 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
21172         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
21173         the speedbar frame if nil; that deletes the current frame or
21174         causes an error if it is the only frame.
21175         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
21177 2007-06-28  Kevin Ryde  <user42@zip.com.au>
21179         * textmodes/nroff-mode.el: Groff \# comments.
21180         (nroff-mode-syntax-table): \# comment intro,
21181         plain # as punct per global table.
21182         (nroff-font-lock-keywords): Add # as a single char escape.
21183         (nroff-mode): In comment-start-skip, match \#.
21185 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21187         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
21188         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
21189         point-min == 1.
21191 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
21193         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
21194         Rename and move to...
21196         * subr.el (strings->string, string->strings): ...here.
21198         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
21199         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
21201         * progmodes/gud.el (gud-common-init): Call string->strings instead
21202         of split-string.
21204 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
21206         * dired-aux.el: Remove `dired-call-process'.
21207         (dired-check-process): Call `process-file'.
21209         * wdired.el (wdired-do-perm-changes): Call `process-file'.
21211         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
21212         `ange-ftp-process-file'.
21214 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21216         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
21218         * emacs-lisp/cl-extra.el:
21219         * emacs-lisp/cl-seq.el:
21220         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
21221         Add autoload cookies on all defs autoloaded manually in cl.el.
21223         * emacs-lisp/cl-loaddefs.el: New file.
21225         * textmodes/texinfmt.el (texinfo-raisesections-alist)
21226         (texinfo-lowersections-alist): Merge definition and declaration.
21227         (texinfo-start-of-header, texinfo-end-of-header): Remove.
21228         (texinfo-format-syntax-table): Merge init into declaration.
21229         (texinfo-format-parse-line-args, texinfo-format-parse-args)
21230         (texinfo-format-parse-defun-args, texinfo-format-node)
21231         (texinfo-push-stack, texinfo-multitable-widths)
21232         (texinfo-define-info-enclosure, texinfo-alias)
21233         (texinfo-format-defindex, batch-texinfo-format): Use push.
21234         (texinfo-footnote-number): Remove duplicate declaration.
21236         * ps-print.el: Update with auto-generated autoloads.
21238         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
21240 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21242         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
21243         relative to current dir for file-local settings.
21244         (autoload-generate-file-autoloads): Add `outfile' arg.
21245         (update-directory-autoloads): Use it to directly call
21246         autoload-generate-file-autoloads instead of going through
21247         update-file-autoloads so we avoid redundant searches and so we can know
21248         the set of buffers changed so we can save them all.
21250         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
21251         rather than throwing `up-to-date'.
21252         (autoload-generate-file-autoloads): Adjust correspondingly.
21253         (update-file-autoloads): Be careful to let-bind
21254         autoload-modified-buffers and adjust to new calling conventions.
21255         (autoload-modified-buffers): Make it a dynamically scoped var.
21256         (update-directory-autoloads): Use file-relative-name instead of
21257         autoload-trim-file-name.
21258         (autoload-insert-section-header): Don't use autoload-trim-file-name
21259         since the file is already relative now.
21260         (autoload-trim-file-name): Remove.
21262         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
21263         (vc-arch-complete, vc-arch--version-completion-table)
21264         (vc-arch-revision-completion-table): New functions to provide
21265         completion of revision names.
21266         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
21267         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
21268         to let the user trim the revlib.
21270         * vc.el: Add new VC operation `revision-completion-table'.
21271         (vc-default-revision-completion-table): New function.
21272         (vc-version-diff, vc-version-other-window): Use it to provide
21273         completion of revision names if the backend provides it.
21275         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
21277         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
21278         of newer .svn/entries.
21280 2007-06-25  David Kastrup  <dak@gnu.org>
21282         * calc/calc-poly.el (math-padded-polynomial)
21283         (math-partial-fractions): Add some function comments.
21285 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21287         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
21288         Make `outbuf' optional.
21289         (update-file-autoloads): Use it.
21291 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21293         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
21294         (autoload-find-destination): Keep it uptodate.
21295         (autoload-save-buffers): New fun.
21296         (update-file-autoloads): Use it.  Re-add the "up to date" message.
21298         * emacs-lisp/autoload.el: Refactor for upcoming changes.
21299         (autoload-find-destination): New function extracted from
21300         update-file-autoloads.
21301         (update-file-autoloads): Use it.
21302         (autoload-generate-file-autoloads): New function extracted from
21303         generate-file-autoloads.  Use file-relative-name.  Delay computation of
21304         output-start to the first cookie.  Remove done-any, replaced by
21305         output-start.
21306         (generate-file-autoloads): Use it.
21308 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
21310         * calc/calc-comb.el (math-init-random-base, math-prime-test):
21311         Use math-read-number-simple to insert constants.
21312         (math-prime-test): Redo calculation of sum.
21314         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
21316         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
21317         math-scale-bignum-3.
21318         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
21319         math-bignum-digit-size.
21320         (math-isqrt-small): Add another possible initial guess.
21322 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21324         * textmodes/bibtex.el (bibtex-entry-format): New options
21325         `whitespace', `braces', and `string'.
21326         (bibtex-field-braces-alist, bibtex-field-strings-alist)
21327         (bibtex-field-braces-opt, bibtex-field-strings-opt)
21328         (bibtex-cite-matcher-alist): New variables.
21329         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
21330         (bibtex-flash-head): Use blink-matching-delay.
21331         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
21332         (bibtex-format-entry, bibtex-reformat): Handle new options of
21333         bibtex-entry-format.
21334         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
21335         New functions.
21336         (bibtex-complete-internal): Do not display messages while
21337         minibuffer is used.  Do not leave around a completions buffer
21338         that is out of date.
21339         (bibtex-copy-summary-as-kill): New optional arg.
21340         (bibtex-font-lock-url): New optional arg no-button.
21341         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
21342         (bibtex-url): Allow multiple URLs per entry.
21344 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21346         * emacs-lisp/autoload.el (autoload-generated-file): New function.
21347         (update-file-autoloads, update-directory-autoloads): Use it.
21348         (autoload-file-load-name): New function.
21349         (generate-file-autoloads, update-file-autoloads): Use it.
21350         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
21351         (generate-file-autoloads): If the autoloaded form is malformed,
21352         indicate the problem with a warning instead of aborting.
21354 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
21356         * simple.el (next-error-recenter): Accept `(4)' as well;
21357         also, specify `integer' instead of `number'.
21359 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
21361         * ls-lisp.el (insert-directory): If an invalid regexp error is
21362         thrown, try using FILE as a literal file name, not a wildcard.
21364 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
21366         * ruler-mode.el (ruler-mode): Prevent clobbering the original
21367         `header-line-format' when reentering ruler mode.
21369 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
21371         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
21372         FILE exists as a file.
21374 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
21376         * calc/calc.el (math-bignum-digit-length)
21377         (math-bignum-digit-size, math-small-integer-size):
21378         New constants.
21379         (math-normalize, math-bignum-big, math-make-float)
21380         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
21381         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
21382         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
21383         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
21384         (math-quotient, math-div-bignum, math-div-bignum-digit)
21385         (math-div-bignum-part, math-format-bignum-decimal)
21386         (math-read-bignum): Use math-bignum-digit-length,
21387         math-bignum-digit-size and math-small-integer-size.
21389         * calc/calc-ext.el (math-fixnum-big): Use the variable
21390         math-bignum-digit-size.
21392 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
21394         * log-view.el (log-view-mode-menu): New menu.
21396 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21398         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
21399         differently.
21401         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
21402         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
21404 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
21406         * vc-hg.el (vc-hg-print-log): Insert the file name.
21407         (vc-hg-log-view-mode): Fontify the file name.
21409 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
21411         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
21412         (calcFunc-julian): Fix incorrect number used in calculations.
21414 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
21416         * simple.el (next-error-recenter): New defcustom.
21417         (next-error, next-error-internal): Recenter if specified,
21418         immediately prior to running `next-error-hook'.
21420         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
21421         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
21423         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
21425 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
21427         * calc/calc-comb.el (math-small-factorial-table): New variable.
21428         (calcFunc-fact): Use `math-small-factorial-table'.
21430         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
21431         initial values.
21432         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
21433         New variables to use in caches.
21435         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
21436         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
21438         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
21439         (math-bernoulli-b-cache): Use math-read-number-simple to insert
21440         bignums.
21442         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21443         New variables to use in caches.
21445 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
21447         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
21449         * vc-hg.el (vc-hg-log-view-mode): New mode.
21451 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
21453         * calc/calc.el (math-read-number-simple): New function.
21455 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21457         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
21458         (vera-font-lock-match-item): Fix doc string.
21459         (vera-in-comment-p): Remove unused function.
21460         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
21461         use `syntax-ppss'.
21462         (vera-forward-syntactic-ws): Fix argument order.
21463         (vera-prepare-search): Use `with-syntax-table'.
21464         (vera-indent-line): Fix doc string.
21465         (vera-electric-tab): Fix doc string.
21466         (vera-expand-abbrev): Define alias instead of using `fset'.
21467         (vera-comment-uncomment-region): Use `comment-start-skip'.
21469 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
21471         * textmodes/org.el (org-export-with-footnotes): New option.
21472         (org-export-as-html): Fix replacement bug for XEmacs.
21473         (org-agenda-default-appointment-duration): New option.
21475 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
21477         * vc-hg.el: Add to do items.
21478         (vc-hg-diff): Add support for comparing different revisions.
21479         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
21480         (vc-hg-annotate-extract-revision-at-line)
21481         (vc-hg-previous-version, vc-hg-checkin): New functions.
21482         (vc-hg-annotate-re): New constant.
21484 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
21486         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
21488 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21490         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
21491         buffer-local value of log-view-*-re if applicable.
21493         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
21494         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
21495         (vc-bzr-command*): Remove both (incompatible) versions.
21496         (vc-bzr-do-command*): Remove.
21497         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
21498         Remove by folding into its only caller vc-bzr-command.
21499         (vc-bzr-command): Always set the environment, even when ineffective.
21500         (vc-bzr-version): Minor fix up.
21501         (vc-bzr-admin-dirname): New var.
21502         (vc-bzr-bzr-dir): Remove.
21503         (vc-bzr-root-dir): New fun.
21504         (vc-bzr-registered): Use it.  Add an autoloaded version.
21505         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
21506         (vc-bzr-view-log-function): Remove.
21507         (vc-bzr-log-view-mode): New major mode to replace it.
21508         (vc-bzr-print-log): Only activate the old hack if needed.
21510         * vc.el (vc-default-log-view-mode): New function.
21511         (vc-print-log): Add new `log-view-mode' VC operation.
21513 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
21515         * ido.el (ido-find-file-in-dir): Don't signal an error for
21516         empty directories.
21518         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
21520         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
21521         directory where the desktop file was found, as the docstring says.
21522         (desktop-kill): Use `read-directory-name'.
21524 2007-06-20  Alan Mackenzie  <acm@muc.de>
21526         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
21527         When removing lines, also remove the \n.  Correction of patch of
21528         2007-04-21.
21530 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
21532         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
21533         event is not a cons cell.  Do not unread drag-mouse-1 events.
21534         Select right window in check whether space was stolen from
21535         window above.
21537         * help-mode.el (help-make-xrefs): Adjust position of new forward
21538         button.
21540 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
21542         * vc-bzr.el (vc-bzr-with-process-environment)
21543         (vc-bzr-std-process-invocation): New macros.
21544         (vc-bzr-command, vc-bzr-command*): Use them.
21545         (vc-bzr-with-c-locale): Remove.
21546         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
21547         (vc-bzr-buffer-nonblank-p): New function.
21548         (vc-bzr-state-words): New const.
21549         (vc-bzr-state): Look for `bzr status' keywords in output.
21550         Display everything else as a warning message to the user.
21551         Fix status report with bzr >= 0.15.
21553 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
21555         * vc-hg.el (vc-hg-global-switches): Simplify.
21556         (vc-hg-state): Handle more states.
21557         (vc-hg-diff): Fix doc-string.
21558         (vc-hg-register): New function.
21559         (vc-hg-checkout): Likewise.
21561 2007-06-20  Reto Zimmermann  <reto@gnu.org>
21563         * progmodes/vera-mode.el: New file.
21565 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
21567         * calc/calc.el (calc-multiplication-has-precendence):
21568         New variable.
21569         (math-standard-ops, math-standard-ops-p, math-expr-ops):
21570         New functions.
21571         (math-expr-opers): Define using math-standard-ops rather than
21572         math-standard-opers.
21573         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
21574         equal the function math-standard-ops rather than the variable
21575         math-standard-opers.
21576         (calc-algebraic-entry): Let math-expr-opers equal
21577         math-standard-ops or math-expr-ops, as appropriate.
21578         (math-expr-read-level, math-read-factor): Let math-expr-opers
21579         equal math-expr-ops.
21580         * calc/calc-embed.el (calc-embedded-finish-edit):
21581         Let math-expr-opers equal the function math-standard-ops
21582         rather than the variable math-standard-opers.
21583         * calc/calc-ext.el (math-read-plain-expr)
21584         (math-format-flat-expr-fancy): Let math-expr-opers equal the
21585         function math-standard-ops rather than the variable
21586         math-standard-opers.
21587         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
21588         Let math-expr-opers equal the function math-standard-ops rather
21589         than the variable math-standard-opers.
21590         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
21591         equal the function math-standard-ops rather than the variable
21592         math-standard-opers.
21593         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
21594         equal the function math-standard-ops rather than the variable
21595         math-standard-opers.
21596         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
21597         math-expr-ops.
21599 2007-06-19  Ivan Kanis  <apple@kanis.eu>
21601         * vc-hg.el: New file.
21603 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21605         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
21606         with font-lock-multiline.
21608 2007-06-17  Glenn Morris  <rgm@gnu.org>
21610         * lpr.el (lpr-page-header-switches): Move %s to separate element
21611         for correct quoting.  Doc fix.
21613 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21615         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
21616         than setting sgml-xml-mode.
21617         (sgml-mode, html-mode): Set sgml-xml-mode.
21618         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
21619         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
21620         (sgml-electric-tag-pair-before-change-function)
21621         (sgml-electric-tag-pair-flush-overlays): New functions.
21622         (sgml-electric-tag-pair-mode): New minor mode.
21623         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
21624         (sgml-calculate-indent): Use assoc-string.
21626 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
21628         * thingatpt.el (thing-at-point-email-regexp): Don't require two
21629         chars before the "@" in an email address.  Andreas Roehler noticed
21630         this problem.
21632 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
21634         * thingatpt.el: Add support for email addresses (`email').
21635         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
21636         (thing-at-point-email-regexp): New variable.
21637         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
21638         properties on this symbol, with lambda forms for values.
21640 2007-06-15  Masatake YAMATO  <jet@gyve.org>
21642         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
21644         * vc.el (vc-dired-hook): Check the backend returned from
21645         `vc-responsible-backend' can really handle `subdir'.
21647 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
21649         * wid-edit.el (widget-add-documentation-string-button):
21650         Fix handling of documentation indent.
21652 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
21654         * mb-depth.el: New file.
21656 2007-06-15  Masatake YAMATO  <jet@gyve.org>
21658         * vc.el (vc-dired-mode): Show backend name as part of mode name.
21660 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
21662         * wid-edit.el (widget-default-create): Move ?h handling here...
21663         (widget-default-format-handler): ...from here.
21664         (widget-docstring, widget-add-documentation-string-button): New funs.
21665         (documentation-string): Add :visibility-widget property.
21666         (widget-documentation-string-value-create): Use it.
21668         * cus-edit.el (custom-split-regexp-maybe): Simplify.
21669         (custom-buffer-create-internal): Simplify message.
21670         (custom-variable-tag): Reduce height to normal.
21671         (custom-variable-value-create, custom-face-value-create)
21672         (custom-visibility): New widget.
21673         (custom-visibility): New face.
21674         (custom-group-value-create):
21675         Call widget-add-documentation-string-button, using `custom-visibility'.
21677 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21679         * emacs-lisp/bytecomp.el (byte-compile-current-group)
21680         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
21681         change.  Apparently the "warning even if the group is implicit" is
21682         a feature rather than a bug.
21684 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
21686         * emulation/viper.el (viper-describe-key-ad)
21687         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
21688         Compile them conditionally.
21689         (viper-version): Belated version change.
21691 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
21693         * follow.el (follow-all-followers, follow-generic-filter):
21694         * pcomplete.el (pcomplete-restore-windows):
21695         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
21696         (x-dnd-drop-data):
21697         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
21698         * progmodes/python.el (python-complete-symbol):
21699         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
21701 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
21703         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
21704         around bright and dim regexps.  Make sure bright and dim matches
21705         use word anchors.  Send text through rcirc-markup functions.
21706         (rcirc-url-regexp): Add single quote character.
21707         (rcirc-connect): Write logs to disk on auto-save-hook.
21708         Make server a non-optional argument.
21709         (rcirc-log-alist): New variable.
21710         (rcirc-log-directory): Make customizable.
21711         (rcirc-log-flag): New customizable variable.
21712         (rcirc-log): New function.
21713         (rcirc-print): Use above function.
21714         (rcirc-log-write): New function.
21715         (rcirc-generate-new-buffer-name): Strip text properties.
21716         (rcirc-switch-to-buffer-function): Remove variable.
21717         (rcirc-last-non-irc-buffer): Remove variable.
21718         (rcirc-non-irc-buffer): Add function.
21719         (rcirc-next-active-buffer): Use above function.
21720         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
21721         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
21722         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
21723         (rcirc-omit-mode): Add minor-mode.
21724         (rcirc-mode-map): Change C-c C-o binding.
21725         (rcirc-mode): Clear mode-line-process.  Use a custom
21726         fill-paragraph-function.  Set up buffer-invisibility-spec.
21727         (rcirc-response-formats): Remove timestamp code.
21728         (rcirc-omit-responses): Add variable.
21729         (rcirc-print): Don't put the overlay arrow on potentially omitted
21730         lines.  Log line to disk.  Record activity for private messages
21731         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
21732         (rcirc-jump-to-first-unread-line): Print message if there is no
21733         unread text.
21734         (rcirc-clear-unread): New function.
21735         (rcirc-markup-text-functions): Add variable.
21736         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
21737         (rcirc-debug): Don't mess with window configuration.
21738         (rcirc-send-message): Send message before printing locally.
21739         Add SILENT argument, do not print message if non-nil.
21740         (rcirc-visible-buffers): New function and variable.
21741         (rcirc-window-configuration-change-1): Add function.
21742         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
21743         server buffer.
21744         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
21745         (rcirc-fill-paragraph): Add function.
21746         (rcirc-record-activity, rcirc-window-configuration-change-1):
21747         Only update the activity string if it has actually changed.
21748         (rcirc-update-activity-string): Remove padding characters from the
21749         mode-line string.
21750         (rcirc-disconnect-buffer): New function to be called when a
21751         channel is parted or the user quits.
21752         (rcirc-server-name): Warn when the server-name hasn't been set.
21753         (rcirc-window-configuration-change): Postpone work until
21754         post-command-hook.
21755         (rcirc-window-configuration-change-1): Update mode-line and
21756         overlay arrows here.
21757         (rcirc-authenticate): Fixc hanserv identification.
21758         (rcirc-default-server): Remove variable.
21759         (rcirc): Connect according to rcirc-connections.
21760         (rcirc-connections): Add variable.
21761         (rcirc-startup-channels-alist): Remove variable.
21762         (rcirc-startup-channels): Remove function.
21764 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21766         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
21768 2007-06-13  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
21770         * term/xterm.el (terminal-init-xterm): Escape parens in character
21771         constants.
21773 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21775         * progmodes/sh-script.el: Remove unneeded * from docstrings.
21776         Use [:alpha:] and [:alnum:] where applicable.
21777         (sh-quoted-subshell): Rewrite to correctly
21778         handle nested mixes of `...' and $(...).
21779         (sh-apply-quoted-subshell): Remove.
21780         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
21782         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
21784 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
21786         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
21787         previous change.
21789 2007-06-12  Tom Tromey  <tromey@redhat.com>
21791         * subr.el (user-emacs-directory): New defconst.
21792         * cmuscheme.el (scheme-start-file):
21793         * shell.el (shell):
21794         * completion.el (save-completions-file-name):
21795         * custom.el (custom-theme-directory):
21796         * term/x-win.el (emacs-session-filename):
21797         * filesets.el (filesets-menu-cache-file):
21798         * thumbs.el (thumbs-thumbsdir):
21799         * server.el (server-auth-dir):
21800         * image-dired.el (image-dired-dir):
21801         (image-dired-db-file):
21802         (image-dired-temp-image-file):
21803         (image-dired-gallery-dir):
21804         (image-dired-temp-rotate-image-file):
21805         * play/gamegrid.el (gamegrid-user-score-file-directory):
21806         * savehist.el (savehist-file):
21807         * tutorial.el (tutorial--saved-dir):
21808         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
21810 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
21812         * scroll-lock.el (scroll-lock-mode): Doc fix.
21814 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
21816         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
21818         * ediff-init.el: Doc strings.
21820 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21822         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
21823         (byte-compile-file): Bind it.
21824         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
21825         group argument is provided implicitly.
21826         (byte-compile-format-warn, byte-compile-from-buffer)
21827         (byte-compile-insert-header): Don't hardcode point-min==1.
21828         (byte-compile-file-form-require): Remove unused var old-load-list.
21829         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
21831 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
21833         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
21834         Display error messages.
21835         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
21836         Get rid of cl.el dependencies.
21838         * emulation/viper-init.el (viper-suppress-input-method-change-message):
21839         New variable.
21840         (viper-activate-input-method-action)
21841         (viper-inactivate-input-method-action):
21842         Use viper-suppress-input-method-change-message.
21844         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
21845         for C-s, C-r.
21847         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
21848         Use viper-replace-overlay-cursor-color instead of
21849         viper-replace-overlay-cursor-color.
21850         (viper-sit-for-short): Use sit-for with 3 arguments.
21852         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
21853         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
21854         to gud-mode.
21856         * ediff-mult.el (ediff-meta-buffer-brief-message)
21857         (ediff-meta-buffer-verbose-message): New variables.
21858         (ediff-meta-buffer-message): Variable deleted.
21859         (ediff-verbose-help-enabled): New variable.
21860         (ediff-toggle-verbose-help-meta-buffer): New function.
21861         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
21862         message options.
21864         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
21865         (ediff-fixup-patch-map): Improve heuristic.
21867 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21869         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
21870         (log-view-font-lock-keywords): Simplify.
21871         (log-view-current-file, log-view-current-tag): Simplify.
21873 2007-06-12  Sam Steingold  <sds@gnu.org>
21875         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
21877 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
21879         * desktop.el (desktop-load-locked-desktop): New option.
21880         (desktop-read): Use it.
21881         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
21882         Use `when'.
21884 2007-06-12  Davis Herring  <herring@lanl.gov>
21886         * desktop.el (desktop-save-mode-off): New function.
21887         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
21888         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
21889         (desktop-claim-lock, desktop-release-lock): New functions.
21890         (desktop-kill): Tell `desktop-save' that this is the last save.
21891         Release the lock afterwards.
21892         (desktop-buffer-info): New function.
21893         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
21894         says to.  Detect conflicts, and manage the lock.
21895         (desktop-read): Detect conflicts.  Manage the lock.
21897 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21899         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
21901         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
21902         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
21903         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
21904         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
21905         keysyms rather than byte sequences.
21906         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
21908 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21910         * font-lock.el (font-lock-add-keywords): In case font-lock was only
21911         half-activated, forcefully activate it completely.
21913 2007-06-11  Richard Stallman  <rms@gnu.org>
21915         * cus-edit.el (custom-variable-type): Doc fix.
21917 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21919         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
21920         (sh-font-lock-flush-syntax-ppss-cache): New functions.
21921         (sh-font-lock-syntactic-keywords): Use them to distinguish the
21922         different possible cases for \'.
21924         * complete.el (PC-bindings): Don't bind things already bound in the
21925         parent keymap.
21927         * textmodes/bibtex-style.el: New file.
21929 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
21931         * vc-bzr.el: New file.
21933 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21935         * vc-svn.el (vc-svn-program): New var.
21936         (vc-svn-command): Use it.
21938 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
21940         * server.el (server-switch-buffer): Remove redundant check.
21942 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
21944         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
21945         Match against file-name-nondirectory.
21946         Fix text on user customization variables.
21947         Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
21949 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
21951         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
21953 2007-06-09  Davis Herring  <herring@lanl.gov>
21955         * desktop.el (desktop-minor-mode-table): Doc fix.
21957 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21959         * textmodes/css-mode.el (css-navigation-syntax-table):
21960         Use set-char-table-range so it also works in the unicode branch.
21962 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
21964         * help-mode.el (help-xref-forward-stack)
21965         (help-xref-stack-forward-item, help-forward-label): New variables.
21966         (help-forward): New button type.
21967         (help-setup-xref): Initialise help-xref-forward-stack.
21968         (help-make-xrefs): Add forward button, if appropriate.
21969         (help-xref-go-back): Push item on forward stack.
21970         (help-xref-go-forward, help-go-forward): New functions.
21972 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
21974         * dired.el (dired-mode-map): Remove spurious separator.
21976 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
21978         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
21980         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21981         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
21983 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
21985         * textmodes/org.el: Version number fixed.
21987 2007-06-07  Glenn Morris  <rgm@gnu.org>
21989         * version.el (emacs-copyright): New constant.
21990         * startup.el (fancy-splash-tail): Use emacs-copyright.
21991         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
21993         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
21994         `make-local'.
21995         (byte-compile-warnings-safe-p): Add `make-local'.
21996         (byte-compile-make-variable-buffer-local):
21997         Allow byte-compile-warnings to suppress this warning.
21999         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
22000         format of "menu" description.
22001         (tutorial--find-changed-keys): Describe the specific menu a
22002         command is in.
22004         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
22005         Rewrite compatibility functions to silence byte-compiler.
22007 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
22009         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
22010         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
22012 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
22014         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
22016 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
22018         * progmodes/ebrowse.el (ebrowse-member-table):
22019         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
22020         (org-batch-agenda-csv): Fix typos in docstrings.
22022 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
22024         * pgg.el (pgg-sign-region, pgg-sign):
22025         * ses.el (ses-call-printer):
22026         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
22027         * textmodes/org.el (org-cycle): Fix typos in docstrings.
22029 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
22031         * textmodes/org.el (org-export-region-as-html)
22032         (org-replace-region-by-html, org-number-to-letters)
22033         (org-table-fedit-finish, org-normalize-color)
22034         (org-table-fedit-ref-right, org-date-to-gregorian)
22035         (org-table-fedit-move, org-table-convert-refs-to-rc)
22036         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
22037         (org-write-agenda, org-colgroup-info-to-vline-list)
22038         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
22039         (org-indent-line-function, org-export-as-html-to-buffer)
22040         (org-store-agenda-views, org-update-mode-line)
22041         (org-find-if, org-delete-all)
22042         (org-table-fedit-convert-buffer, org-emphasize)
22043         (org-uniquify, org-table-fedit-lisp-indent)
22044         (org-table-fedit-scroll, org-get-todo-sequence-head)
22045         (org-table-fedit-scroll-down, org-table-fedit-line-down)
22046         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
22047         (org-table-fedit-toggle-coordinates, org-dvipng-color)
22048         (org-table-fedit-line-up, org-table-fedit-ref-down)
22049         (org-table-formula-from-user, org-mode-flyspell-verify)
22050         (org-cycle-show-empty-lines, org-ctrl-c-ret)
22051         (org-table-formula-to-user, org-diary-to-ical-string)
22052         (orgtbl-export, org-table-fedit-post-command)
22053         (org-closed-in-range, org-shiftcontrolright)
22054         (org-table-convert-refs-to-an, org-table-hline-and-move)
22055         (org-table-formula-less-p, org-format-table-ascii)
22056         (org-agenda-get-sexps, org-shift-refpart)
22057         (org-diary-sexp-entry, org-time-string-to-absolute)
22058         (org-table-show-reference, org-letters-to-number)
22059         (org-fix-agenda-info, org-table-fedit-ref-up)
22060         (org-table-fedit-shift-reference, org-table-fedit-abort)
22061         (org-closest-date, org-shiftcontrolleft)
22062         (org-at-heading-or-item-p, org-rematch-and-replace)
22063         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
22064         New functions.
22065         (org-table-edit-scroll-down, org-finish-edit-formulas)
22066         (org-table-edit-next-field, org-abort-edit-formulas)
22067         (org-font-lock-level, org-export-find-first-heading-line)
22068         (org-table-edit-line-down, org-table-edit-backward-field)
22069         (org-edit-formula-lisp-indent, org-table-edit-move)
22070         (org-check-log-option, org-this-word)
22071         (org-table-edit-line-up, org-table-edit-formulas-post-command)
22072         (org-agenda-file-to-end, org-expand-file-name)
22073         (org-fake-empty-table-line, org-table-edit-scroll)
22074         (org-toggle-log-option, org-show-reference): Function removed.
22075         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
22076         New defsubsts.
22077         (org-unmodified, org-batch-store-agenda-views)
22078         (org-batch-agenda-csv): New macro.
22079         (org-agenda-export): New customization group.
22080         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
22081         (org-highest-priority, org-agenda-exporter-settings)
22082         (org-log-done-with-time, org-replace-disputed-keys)
22083         (org-format-latex-header, org-export-table-header-tags)
22084         (org-cycle-separator-lines, org-export-table-data-tags)
22085         (org-icalendar-include-sexps)
22086         (org-empty-line-terminates-plain-lists)
22087         (org-log-repeat, org-special-ctrl-a)
22088         (org-table-use-standard-references, org-disputed-keys)
22089         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
22090         (org-agenda-export-html-style): New option.
22091         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
22092         (org-CUA-compatible): Option removed.
22093         (org-agenda-structure, org-sexp-date): New face.
22094         (org-todo-keywords-for-agenda, org-not-done-keywords)
22095         (org-planning-or-clock-line-re, org-agenda-name)
22096         (org-table-colgroup-info, org-todo-sets)
22097         (constants-unit-system, org-clock-mode-line-entry)
22098         (org-mode-line-timer, org-table-current-begin-pos)
22099         (org-todo-keywords-1, org-mode-line-string)
22100         (org-table-clean-did-remove-column, org-table-fedit-map)
22101         (org-clock-heading, org-table-buffer-is-an)
22102         (org-agenda-info, org-done-keywords)
22103         (org-done-keywords-for-agenda, org-todo-heads)
22104         (org-todo-kwd-alist, org-clock-start-time): New variable.
22105         (org-todo-kwd-priority-p, org-edit-formulas-map)
22106         (org-repeat-re, org-todo-kwd-max-priority)
22107         (org-version, org-done-string)
22108         (org-table-clean-did-remove-column-1, org-disputed-keys):
22109         Remove variables.
22110         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
22111         (org-ts-lengths): Constant removed.
22112         (org-follow-gnus-link): Don't ask how many articles to read.
22113         (org-export-find-first-export-line): Rename from
22114         `org-export-find-first-heading'.
22115         Use `org-export-skip-text-before-1st-heading'.
22116         (org-table-fedit-post-command): Rename from
22117         `org-table-edit-formulas-post-command'.
22118         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
22119         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
22120         (org-table-fedit-lisp-indent): Rename from
22121         `org-edit-formula-lisp-indent'.
22122         (org-table-show-reference): Rename from `org-show-reference'.
22123         (org-table-store-formulas): Use `org-table-formula-less-p'.
22124         (org-table-edit-formulas): Position cursor to current field equation.
22125         (org-update-checkbox-count, org-hide-archived-subtrees)
22126         (org-timestamp-up-day, org-timestamp-down-day)
22127         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
22128         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
22129         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
22130         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
22131         Let `org-on-heading-p' also check for invisible heading.
22132         (org-read-date): Match am/pm times.
22133         (org-eval-in-calendar): Fix default date in prompt.
22135 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
22137         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
22138         "ChangeLog.a" entries, giving the latter lower priority.
22140 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
22142         * faces.el (face-id): If the argument is a face alias,
22143         return the ID of the target face.
22145 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
22147         * net/socks.el (top): Remove unnecessary copyright line.
22149 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
22151         * longlines.el (longlines-auto-wrap): Handle argument correctly.
22153 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
22155         * net/socks.el: New file, taken from w3 repository.
22156         (top): Update Copyright.  Don't load cl.el.
22157         (all): Replace `case' by `cond', `string-to-int' by
22158         `string-to-number', and `process-kill-without-query' by
22159         `set-process-query-on-exit-flag'.
22160         (socks-char-int): Remove defalias and all occurrences.
22162 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
22164         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
22165         Fix typos in docstrings.
22166         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
22167         (compilation-finish-function): Fix typo in obsolescence declaration.
22169 2007-06-03  Sam Steingold  <sds@gnu.org>
22171         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
22172         handle unending automatic recompilation of changed files (`omake -P').
22173         (compilation-loop): VISITED is now 5th CDR.
22174         (compilation-next-error-function): Set TIMESTAMP.
22176 2007-06-03  Sam Steingold  <sds@gnu.org>
22178         * files.el (kill-buffer-ask): New function.
22179         (kill-some-buffers): Use it.
22180         (kill-matching-buffers): New user command.
22182 2007-06-01  David Kastrup  <dak@gnu.org>
22184         * dired.el (dired-recursive-deletes, dired-recursive-copies):
22185         Change default to `top'.
22187 2007-05-31  Richard Stallman  <rms@gnu.org>
22189         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
22191 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22193         * textmodes/css-mode.el: New file.
22195 2007-05-30  Michael Olson  <mwolson@gnu.org>
22197         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
22198         died and we are trying to send a signal to it.  The program using
22199         tq.el should periodically check to see whether the process has
22200         died and react appropriately -- this is not the responsibility of
22201         tq.el, and is consistent with the rest of the tq.el source code.
22203 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
22205         * textmodes/table.el (table--point-entered-cell-function)
22206         (table--point-left-cell-function):
22207         Bind `inhibit-point-motion-hooks' to t.
22209 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
22211         * emacs-lisp/rx.el (rx): Doc fix.
22213 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
22215         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
22217 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
22219         Sync with Tramp 2.0.56.
22221         * net/tramp.el:
22222         * net/tramp-ftp.el:
22223         * net/tramp-smb.el:
22224         * net/tramp-util.el:
22225         * net/tramp-vc.el:
22226         Don't load cl.el, because that pollutes the namespace.  Replace cl
22227         macros by their implementations where necessary.  Requested by
22228         Richard Stallman <rms@gnu.org>.
22230         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
22231         doesn't exist.
22232         (with-parsed-tramp-file-name): Protect debug spec during compilation.
22233         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
22234         (tramp-file-name-p, tramp-file-name-multi-method)
22235         (tramp-file-name-method, tramp-file-name-user)
22236         (tramp-file-name-host, tramp-file-name-localname): New defuns,
22237         replacing defstruct `tramp-file-name'.
22238         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
22239         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
22240         Apply `vector' instead of `make-tramp-file-name'.
22241         (tramp-handle-make-auto-save-file-name):
22242         Apply `tramp-temporary-file-directory' for compatibility reasons.
22243         (tramp-completion-mode): Use `natnump' instead of `wholenump'
22244         because of XEmacs.
22245         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
22246         started.
22248 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
22250         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
22252 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
22254         * log-edit.el (log-edit-changelog-paragraph): Return point-max
22255         as the end of the ChangeLog paragraph when it ends without a line
22256         termination.
22258 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
22260         * net/webjump.el (webjump-sample-sites):
22261         Add simple Wikipedia query.
22263 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22265         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
22266         compatibility code.
22268         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
22269         (copyright-update-year): Use it.
22271         * edmacro.el (edmacro-format-keys): Use current-active-maps.
22273         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
22274         Add indentation and debugging info.  Fix up comment convention.
22276         * cus-dep.el (custom-make-dependencies): Simplify.
22278         * composite.el (compose-region, decompose-region):
22279         Use inhibit-read-only and restore-buffer-modified-p.
22281         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
22282         (xterm-mouse-event): Use it.
22284 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
22286         * bs.el (bs-cycle-previous): Don't modify the cycle list until
22287         `switch-to-buffer' has returned succesfully.
22288         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
22289         window is dedicated (it could iconify the frame).
22291 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
22293         * vc-hooks.el (vc-find-root): Fix file attribute test.
22295 2007-05-24  Richard Stallman  <rms@gnu.org>
22297         * textmodes/flyspell.el (flyspell-correct-word-before-point):
22298         Don't let opoint be nil.
22299         (flyspell-emacs-popup): Explicit error if no dialogs.
22301 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
22303         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
22304         (image-next-line, image-previous-line, image-scroll-up)
22305         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
22306         New functions.
22307         (image-mode-map): Remap motion commands.
22308         (image-mode-text-map): New keymap for viewing images as text.
22309         (image-mode): Use image-mode-map.
22310         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
22312 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22314         * textmodes/fill.el (canonically-space-region): Make the second arg
22315         a marker if it's not already the case.
22317 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
22319         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
22320         (tar-get-descriptor): Handle type 55, an extended pax header.
22322 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22324         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
22325         to confuse outline-minor-mode.
22327 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
22329         * tar-mode.el (tar-file-name-handler): New function.
22330         (tar-extract): Bind file-name-handler-alist to it to force
22331         find-buffer-file-type-coding-system behave as if the file being
22332         extracted existed.  Use last-coding-system-used to force
22333         buffer-file-coding-system to what decode-coding-region actually
22334         used to decode the file.
22336 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
22338         * progmodes/compile.el (compilation-handle-exit):
22339         `compilation-finish-function' may change the current buffer.
22341 2007-05-22  Richard Stallman  <rms@gnu.org>
22343         * files.el (set-auto-mode): Doc fix.
22345 2007-05-22  Jan Djärv  <jan.h.d@swipnet.se>
22347         * help-fns.el (find-source-lisp-file): New function.
22348         (describe-function-1): Use find-source-lisp-file to find source
22349         file in compile tree.
22351 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
22353         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
22355 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
22357         * emacs-lisp/easy-mmode.el (define-minor-mode)
22358         (easy-mmode-define-navigation): Fix typos in docstrings.
22360 2007-05-22  Glenn Morris  <rgm@gnu.org>
22362         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
22364 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22366         * mail/mail-extr.el (mail-extract-address-components):
22367         Recognize non-ASCII characters except for NBSP as words.
22369 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
22371         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
22372         (rcirc-print): Handle `window-width'.
22373         (rcirc-buffer-maximum-lines): Doc fix.
22375 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
22377         * image-mode.el (image-toggle-display): Don't clear image cache.
22378         Only use filename in image spec if the file is readable.
22379         Call image-refresh.
22381         * image.el (image-type-from-file-name, image-type): Simplify.
22382         (image-type-auto-detected-p): Don't scan auto-mode-alist.
22384         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
22385         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
22387 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
22389         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
22390         is an error.
22392         * term/linux.el (terminal-init-linux): Don't signal an error
22393         if gpm isn't running.
22395 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
22397         * t-mouse.el: Reduce to a minor-mode macro call.
22398         (t-mouse-mode): Remove the lighter.
22400         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
22402 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
22404         * files.el (auto-mode-alist): Change the regexp so that
22405         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
22407 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
22409         * Version 22.1 released.
22411 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
22413         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
22414         changes.
22416 2007-05-19  Kevin Ryde  <user42@zip.com.au>
22418         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
22420 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
22422         * textmodes/sgml-mode.el: Revert last change.
22424 2007-05-18  Richard Stallman  <rms@gnu.org>
22426         * simple.el (push-mark): Doc fix.
22428 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
22430         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
22431         tpu-global-map.
22432         (tpu-original-global-map): Variable deleted.
22433         (tpu-control-keys-map): New keymap variable.
22434         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
22435         setting keymapping directly.
22436         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
22437         tpu-global-map.
22438         (tpu-edt-on): Activate the tpu-global-map.
22439         (tpu-edt-off): Deactivate the tpu-global-map.
22441 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
22443         * textmodes/ispell.el (ispell-get-word): Return markers
22444         for start and end positions.
22445         (ispell-word): Assume END is a marker.
22447 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
22449         * textmodes/sgml-mode.el (sgml-tag):
22450         Fix bug: Call sgml-transformation-function.
22452 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
22454         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
22455         modified flag of buffer.  Use `inhibit-modification-hooks'.
22457 2007-05-16  Richard Stallman  <rms@gnu.org>
22459         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
22461 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22463         * files.el (magic-mode-alist, magic-fallback-mode-alist):
22464         Move the *ml, Postscript, and XmCD entries to the fallback part.
22466         * files.el (magic-fallback-mode-alist):
22467         Rename from file-start-mode-alist.
22469 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
22471         * progmodes/compile.el (compilation-handle-exit): Quote first
22472         argument of `run-hook-with-args'.
22474 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
22476         * buff-menu.el (Buffer-menu-sort-column):
22477         * dabbrev.el (dabbrev-upcase-means-case-search):
22478         * dired.el (dired-recursive-deletes, dired-recursive-copies):
22479         * info.el (Info-current-subfile):
22480         * ls-lisp.el (ls-lisp-verbosity):
22481         * msb.el (msb-menu-cond):
22482         * pcvs.el (cvs-dired-use-hook):
22483         * simple.el (set-mark-command-repeat-pop):
22484         * time.el (display-time-24hr-format, display-time-mail-file):
22485         Doc fixes.
22487         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
22488         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
22490         * view.el (view-inhibit-help-message): Fix typo in docstring.
22491         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
22493 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
22495         * textmodes/ispell.el (ispell-start-process): Defend against bad
22496         default-directory.
22498 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
22500         * mail/rmail.el (rmail-convert-to-babyl-format): Check
22501         content-transfer-encoding _last_, because it's its position that
22502         we need as value of base64-header-field-end.
22504 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
22506         * files.el (mode-require-final-newline, require-final-newline)
22507         (enable-local-variables, enable-local-eval): Doc fixes.
22509 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22511         * ps-print.el: Use default color when foreground or background color
22512         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
22513         (ps-print-version): New version 6.7.4.
22514         (ps-rgb-color): New argument.  Use default color when color is
22515         unspecified.
22516         (ps-begin-job): Fix code.
22518 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
22520         * longlines.el (longlines-mode): Make longlines-auto-wrap
22521         buffer-local.  Add hooks unconditionally.
22522         (longlines-auto-wrap): Toggle wrapping.
22523         (longlines-after-change-function)
22524         (longlines-post-command-function): Check longlines-auto-wrap.
22526 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
22528         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
22529         (xterm-mouse-translate): Use it.
22531 2007-05-10  Richard Stallman  <rms@gnu.org>
22533         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
22534         (iso-cvt-write-only): Likewise.
22536         * emacs-lisp/easy-mmode.el (define-minor-mode):
22537         Fix generated doc string.
22539         * startup.el (fancy-splash-text): Add URL of guided tour.
22540         Adjust horizontal and vertical whitespace.
22542         * progmodes/compile.el (compilation-handle-exit):
22543         Use run-hook-with-args to run compilation-finish-functions.
22545         * files.el (file-start-mode-alist): New variable.
22546         (magic-mode-regexp-match-limit): Doc fix.
22547         (set-auto-mode): Handle file-start-mode-alist.
22548         A little cleanup of structure.
22550         * dabbrev.el (dabbrev-eliminate-newlines):
22551         Renamed from dabbrev--eliminate-newlines.  All uses changed.
22553 2007-05-10  Michaël Cadilhac  <michael@cadilhac.name>
22555         * man.el (Man-next-section): Don't consider the last line of the page
22556         as being part of any section.
22558 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22560         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
22561         can take any number of values.
22563 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22565         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
22566         to the list of citation commands.
22568 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22570         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
22572 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
22574         * progmodes/python.el (python-font-lock-keywords)
22575         (python-open-block-statement-p, python-mode): Add support for the new
22576         "with" keyword.
22578 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22580         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
22581         the exact opposite of diff-goto-source.
22583         * emacs-lisp/advice.el (ad-special-forms): Remove.
22584         (ad-special-form-p): Use subr-arity.
22586         * newcomment.el (comment-search-forward): Make sure we search forward.
22587         (comment-enter-backward): Try and distinguish the non-matching case at
22588         EOB from the non-matching case with a missing comment-end-skip for
22589         a 2-char comment ender.
22590         (comment-choose-indent): New function extracted from comment-indent.
22591         Improve the alignment algorithm.
22592         (comment-indent): Use it.
22594         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
22595         XML style Processing Instructions.
22596         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
22597         (sgml-calculate-indent): Handle `pi' context.
22599         * vc.el: Ensure that update-changelog issues an error when used with
22600         a backend that does not implement it.
22601         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
22602         Remove `backend' argument.  Use expand-file-name.
22603         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
22605         * progmodes/python.el (python-end-of-block): Revert last change.
22606         (python-end-of-statement): Make sure we move *forward*.
22608 2007-05-08  Richard Stallman  <rms@gnu.org>
22610         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22611         Don't include non-self-insert commands in the exception for `-'.
22613 2007-05-08  David Reitter  <david.reitter@gmail.com>
22615         * progmodes/python.el (python-guess-indent): Check non-nullness
22616         before comparing indent against the 2..8 interval.
22618 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22620         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
22621         available.
22623 2007-05-06  Richard Stallman  <rms@gnu.org>
22625         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
22627 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22629         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
22630         rather than storing their value in the revert-buffer function.
22632 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
22634         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
22635         when disabling t-mouse-mode.
22637 2007-05-01  Davis Herring  <herring@lanl.gov>
22639         * calendar/timeclock.el: Update version number.
22640         (timeclock-modeline-display): Mention timeclock-use-display-time
22641         in explanatory message.
22642         (timeclock-in): Fix non-interactive workday specifications.
22643         (timeclock-log): Don't kill the log buffer if it already existed.
22644         Suppress warnings when finding the log.  Don't check for a nil
22645         project twice.  Run hooks after killing the buffer (if applicable).
22646         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
22647         was geometric).  All uses changed.
22648         (timeclock-generate-report): Support prefix argument.
22650 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
22652         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
22653         disconnections.
22655 2007-05-01  Romain Francoise  <romain@orebokech.com>
22657         * dired-x.el: Revert 2007-04-06 change.
22659 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
22661         * find-dired.el (find-dired-filter): Propertize all text down to eob.
22663 2007-04-29  Richard Stallman  <rms@gnu.org>
22665         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
22667 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22669         * progmodes/cc-mode.el (c-before-change): Use point-min rather
22670         than 1.
22672 2007-04-28  Richard Stallman  <rms@gnu.org>
22674         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
22676 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
22678         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
22679         don't put stop on toolbar.
22681 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22683         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
22685 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
22687         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
22688         instead of $(lisp)/mh-e.
22690 2007-04-28  Glenn Morris  <rgm@gnu.org>
22692         * image-dired.el (image-dired-cmd-create-thumbnail-options)
22693         (image-dired-cmd-create-temp-image-options): Replace option
22694         +profile "*" with -strip.
22696 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
22698         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22699         Use window-start and window-end.
22701 2007-04-27  Andreas Schwab  <schwab@suse.de>
22703         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
22705 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
22707         * textmodes/fill.el (fill-paragraph): Doc fix.
22709 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
22711         * locate.el (locate-in-alternate-database): Doc fix.
22713 2007-04-26  Glenn Morris  <rgm@gnu.org>
22715         * button.el (button): Use underline if supported, else fall back
22716         to color.
22718         * version.el (emacs-version): Increase to 22.1.50.
22720 2007-04-25  Richard Stallman  <rms@gnu.org>
22722         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
22724 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
22726         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
22727         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
22728         pushing mark.
22729         (idlwave-current-routine): Don't push mark.
22731 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
22733         * image-dired.el (image-dired-display-image): Derive image-type from
22734         filename rather than assuming jpeg, in case no resizing was needed.
22736 2007-04-25  Johan Bockgård  <bojohan@dd.chalmers.se>
22738         * custom.el (defface): Doc fix.
22740 See ChangeLog.12 for earlier changes.
22742 ;; Local Variables:
22743 ;; coding: utf-8
22744 ;; add-log-time-zone-rule: t
22745 ;; End:
22747     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
22749   This file is part of GNU Emacs.
22751   GNU Emacs is free software; you can redistribute it and/or modify
22752   it under the terms of the GNU General Public License as published by
22753   the Free Software Foundation; either version 3, or (at your option)
22754   any later version.
22756   GNU Emacs is distributed in the hope that it will be useful,
22757   but WITHOUT ANY WARRANTY; without even the implied warranty of
22758   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22759   GNU General Public License for more details.
22761   You should have received a copy of the GNU General Public License
22762   along with GNU Emacs; see the file COPYING.  If not, write to the
22763   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22764   Boston, MA 02110-1301, USA.
22766 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af