Add arch tagline
[emacs.git] / lisp / ChangeLog
blob2dbe0d8bbacef3c2d2acdbf62986c1c4ebda3866
1 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
3         * net/browse-url.el (browse-url-browser-function): Add elinks.
4         (browse-url-elinks-wrapper): New option.
5         (browse-url-encode-url, browse-url-elinks)
6         (browse-url-elinks-sentinel): New functions.
7         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
8         (browse-url-firefox, browse-url-galeon, browse-url-epiphany): Use
9         new function browse-url-encode-url.
11 2007-09-07  Glenn Morris  <rgm@gnu.org>
13         * version.el (emacs-version): Revert 2007-08-29 change: no need to
14         say if multi-tty is present.
16 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18         * cus-start.el (split-window-preferred-function): Add custom info.
20         * calendar/holidays.el (holiday-list, calendar-check-holidays)
21         (calendar-mark-holidays, calendar-list-holidays)
22         (holiday-filter-visible-calendar): New names to clean up namespace.
23         (filter-visible-calendar-holidays, list-calendar-holidays)
24         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
25         Add compatibility aliases.
26         (calendar-check-holidays, calendar-mark-holidays)
27         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
28         (holiday-sexp): Replace append with list.
29         (holiday-filter-visible-calendar): Replace append with push.
31         * woman.el: Remove spurious * in docstrings.
32         (woman-mini-help, woman-non-underline-faces, woman0-rename)
33         (woman-topic-all-completions-merge, woman-file-name-all-completions)
34         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
35         (woman-write-directory-cache, woman-display-extended-fonts)
36         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
37         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
38         (woman-mode): Use inhibit-read-only.
39         (woman-negative-vertical-space): Use dotimes.
40         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
42 2007-09-06  Romain Francoise  <romain@orebokech.com>
44         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
45         (vc-bzr-workfile-version): Use it.
47 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
49         * complete.el (PC-do-completion): Don't try to treat
50         empty string as an abbreviation.
52 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
54         * help-fns.el (describe-variable): Keep doc's text properties.
56 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
58         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
59         instead of a file.
61 2007-09-06  Glenn Morris  <rgm@gnu.org>
63         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
64         (checkdoc-minor-mode): Allow user to specify lighter via
65         checkdoc-minor-mode-string.
67 2007-09-05  Richard Stallman  <rms@gnu.org>
69         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
70         Several items removed, simplified, or put on one line.
71         (fancy-about-text): Add substantial contents, part of startup text.
72         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
73         (normal-splash-screen): Call normal-mouse-startup-screen,
74         normal-no-mouse-startup-screen, or normal-about-screen.
75         (normal-mouse-startup-screen): New fn, broken out, shortened.
76         (normal-no-mouse-startup-screen): New fn, broken out.
77         (normal-about-screen): New function, contents all new.
79 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
81         * emacs-lisp/rx.el (rx): Fix typo in docstring.
83 2007-09-05  Glenn Morris  <rgm@gnu.org>
85         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
86         is bound.
88 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
90         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
91         in doc string.
93 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
95         * server.el (server-start, server-unload-hook): Undo previous change.
97         * xt-mouse.el: Undo previous change.
99 2007-09-04  Juri Linkov  <juri@jurta.org>
101         * startup.el (fancy-about-text): New variable.
102         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
103         (fancy-current-text, fancy-splash-stop-time)
104         (fancy-splash-outer-buffer): Remove variables.
105         (fancy-splash-head, fancy-splash-tail): Add new optional argument
106         `startup' and use it to conditionally display different texts for
107         Startup and About screens.  Don't display Help commands on the About
108         screen.
109         (fancy-splash-screens-1): Remove function and move its content to
110         `fancy-splash-screens' to the part that dislpays the About screen.
111         (exit-splash-screen): Don't treat specially exiting from
112         alternating screens.
113         (fancy-splash-screens): Rename argument `static' to `startup'.
114         Fix docstring.  Remove code for displaying alternating screens.
115         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
116         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
117         for `inhibit-read-only'.
118         (normal-splash-screen): Rename argument `static' to `startup'.
119         Fix docstring.  Use argument `startup' to conditionally display
120         different texts for Startup and About screens.  Don't display Help
121         commands on the About screen.  Remove `unwind-protect' `sit-for'
122         delay and `kill-buffer' after it.
123         (display-startup-echo-area-message): Remove call to
124         `use-fancy-splash-screens-p' because image.el is preloaded and
125         doesn't display "Loading image... done".
126         (display-splash-screen): Rename argument `static' to `startup'.
127         Fix docstring.
129 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
131         * server.el (server-start, server-unload-hook):
132         suspend-tty-functions has been renamed to suspend-tty-hook.
134         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
135         resume-tty-hook.
137 2007-09-03  Emanuele Giaquinta <e.giaquinta@glauco.it>  (tiny change)
139         * loadup.el: Fix merge problem, only load "button" once.
141 2007-09-03  Glenn Morris  <rgm@gnu.org>
143         * vc-svn.el (vc-svn-print-log): If there is only one file, use
144         "Working file:" as the prefix, for the sake of
145         log-view-current-file.
147 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
149         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
150         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
151         if the selected frames is in
152         xterm-modify-other-keys-terminal-list.
153         (xterm-turn-off-modify-other-keys): Add an optional frame
154         parameter.  Only turn off modify-other-keys if FRAME is in
155         xterm-modify-other-keys-terminal-list.
156         (xterm-remove-modify-other-keys): New function.
157         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
158         Add the selected frame to xterm-modify-other-keys-terminal-list.
160 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
162         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
163         (icon-map-list): New variable.
164         (x-gtk-map-stock): Use icon-map-list.
166 2007-09-02  Romain Francoise  <romain@orebokech.com>
168         * log-view.el (log-view-current-file): Balance parens.
170 2007-09-02  Glenn Morris  <rgm@gnu.org>
172         * comint.el (comint-mode): Don't set scroll-conservatively.
174         * eshell/em-unix.el (eshell/time): Stringify and flatten the
175         non-command arguments.
177         * log-view.el (log-view-current-file): Give a more explicit error
178         if log-view-file-re fails to find a match.
180 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
182         * emacs-lisp/bytecomp.el (byte-recompile-directory):
183         Fix bug: Don't expand top-level file name more than once.
184         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
186 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
188         * server.el (server-process-filter): Don't display the splash screen.
189         It's annoying enough on the initial screen and becomes positively
190         obnoxious here.
192 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
195         Change naming to use "avl-tree--" for internal functions.
197 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
199         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
200         the merge.
201         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
202         (provide): Move to the end of file.
204         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
206 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
208         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
209         New variable.  List of exceptions for the duplicated word rule.
210         (flyspell-mark-duplications-flag): Mention it.
211         (flyspell-word): Treat it.
213         * files.el (create-file-buffer): If the filename sans directory starts
214         with spaces, remove them.
216 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
218         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
219         (x-gtk-map-stock): Use two directory elements when matching
220         file name.
222 2007-08-31  James Wright  <james@chumsley.org>
224         * eshell/em-unix.el (eshell/info): New function.
226 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
228         * frame.el (frame-initialize, make-frame):
229         * server.el (server-process-filter):
230         * faces.el (tty-set-up-initial-frame-faces): Don't set
231         term-environment-variable since it's not used any more.
233         * env.el (setenv): Don't treat $TERM specially.
235         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
236         stated otherwise, subprocesses do not send back escape sequences
237         corresponding to the terminal from which Emacs was started.
239 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
241         * calculator.el: Require cl for compilation.
243 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
245         * outline.el (outline-font-lock-levels): Comment out unused var.
246         (outline-font-lock-face): Wrap around face list to handle any
247         nesting depth gracefully.
249 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
251         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
252         `set-file-times'.
254 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
256         * textmodes/org.el (org-export-visible): Fix drawers before export.
257         (org-do-sort): Allow sorting by priority.
258         (org-agenda-files): Ignore non-existing files.
259         (org-agenda-skip-unavailable-files): New variable.
260         (org-ellipsis): All a face as value.
261         (org-mode): Interprete the face value of `org-ellipsis'.
262         (org-archive-save-context-info): New option.
263         (org-archive-subtree): Store context info in archived entry.
264         (org-fast-tag-selection-can-set-todo-state): New variable.
265         (org-fast-tag-selection): Allow setting TODO states through this
266         interface.
267         (org-cycle): Docstring updated.
268         (org-todo-keyword-faces): New option.
269         (org-get-todo-face): New function.
270         (org-set-font-lock-defaults, org-agenda-highlight-todo):
271         Use `org-get-todo-face'.
272         (org-switch-to-buffer-other-window): New function.
273         (org-table-edit-field, org-table-show-reference)
274         (org-table-edit-formulas, org-add-log-note)
275         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
276         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
277         `switch-to-buffer-other-window' to make sure that the temporary
278         windows show up on the current frame.
279         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
280         (org-get-entries-from-diary, org-replace-region-by-html):
281         Don't allow pop-up frames.
282         (org-agenda-get-deadlines, org-agenda-get-scheduled):
283         Fix problems with time-of-day.
284         (org-export-get-title-from-subtree): New function.
285         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
286         with listing items that are DONE.
287         (org-change-tag-in-region): New command.
288         (org-agenda-skip-scheduled-if-done)
289         (org-agenda-skip-deadline-if-done): Docstring clarified.
290         (org-mode): Hide drawers on startup.
291         (org-get-todo-face): New function.
292         (org-todo-keyword-faces): New option.
293         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
294         (org-remove-keyword-keys): New function.
296 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
298         * progmodes/grep.el (grep-find-ignored-directories):
299         Add monotone _MTN bookkeeping directory in workspaces.
300         Add RCS control directory.  List items in alphabetical order.
302         * progmodes/grep.el (grep-files-aliases): Add cc alias.
303         Sort items in alphabetical order.  Fix parens.
305 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
307         * vc-hg.el (vc-hg-extra-menu-map): New variable.
308         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
309         (vc-hg-pull): New functions.
310         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
312         * term/mac-win.el: Don't require url, only autoloaded url
313         functions are used in this file.
315 2007-08-29  Andreas Schwab  <schwab@suse.de>
317         * shell.el (shell): Return correct value from interactive spec.
319 2007-08-29  Glenn Morris  <rgm@gnu.org>
321         * version.el (emacs-version): Increase to 23.0.50.
323 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
325         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
327 2007-08-29  Juri Linkov  <juri@jurta.org>
329         * loadup.el: Add "button" loading after "faces" and move "startup"
330         to load after "button".
332 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
334         * loadup.el: Load term/mac-win on a Mac using Carbon.
336         * term/mac-win.el: Provide mac-win.
337         (mac-initialized): New variable.
338         (mac-initialize-window-system): New function.  Move global setup here.
339         (handle-args-function-alist, frame-creation-function-alist):
340         (window-system-initialization-alist): Add mac entries.
341         (x-setup-function-keys): New function containing all the
342         top level function key definitions.
344         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
346         * env.el (read-envvar-name): Don't consider the environment frame param.
348         * env.el (setenv):
349         * frame.el (frame-initialize, make-frame):
350         * faces.el (tty-set-up-initial-frame-faces):
351         * server.el (server-process-filter): Set
352         display-environment-variable and term-environment-variable.
354         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
356 2007-08-29  Jason Rumney  <jasonr@gnu.org>
358         * loadup.el: Only load term/x-win when X is compiled in.
359         Load term/w32-win and dependencies on windows-nt.
361         * term/w32-win.el: Reorder to match x-win.el more closely.
362         Provide w32-win.  Don't throw error when global window-system not w32.
363         (internal-face-interactive): Remove obsolete function.
364         (x-setup-function-keys): Use local-function-key-map.
365         (w32-initialized): New variable.
366         (w32-initialize-window-system): Set it.
367         Move more global setup here.
368         (x-setup-function-keys): New function.
369         (w32-initialize-window-system): Move non function key global setup here.
370         (x-cut-buffer-max): Remove.
371         (w32-initialize-window-system): New function.
372         (handle-args-function-alist, frame-creation-function-alist):
373         (window-system-initialization-alist): Add w32 entries.
375 2007-08-29  David Kastrup  <dak@gnu.org>
377         * env.el (getenv): Pass frame to getenv-internal.
379 2007-08-29  Karoly Lorentey  <lorentey@elte.hu>
381         * version.el (emacs-version): Show if multi-tty is present.
383         * loadup.el: Delay loading env; mule-conf gets confused by cl
384         during bootstrap.  Also load termdev and term/x-win.
386         * bindings.el (mode-line-client): New variable.
387         (help-echo): Add it to the default mode-line format.
389         * cus-start.el: Remove bogus window-system reference from GTK test.
391         * ebrowse.el (ebrowse-electric-list-mode-map)
392         (ebrowse-electric-position-mode-map):
393         * ebuff-menu.el (electric-buffer-menu-mode-map):
394         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
395         not `suspend-emacs'.
397         * ediff-wind.el (ediff-setup-windows-automatic): New function.
398         (ediff-window-setup-function): Use it as default.
400         * files.el (save-buffers-kill-terminal): New function.
401         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
403         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
404         and `with-selected-frame'.
406         * help-fns.el (describe-variable): Describe frame-local variables
407         correctly.
409         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
410         display support.
411         (normal-erase-is-backspace-setup-frame): New function.
413         * subr.el (with-selected-frame): New function.
414         (read-quoted-char): Use terminal-local binding of
415         local-function-key-map instead of function-key-map.
417         * talk.el (talk): New function.
418         (talk-handle-delete-frame): New function.
419         (talk-add-display): Open a new frame only if FRAME was not a frame.
421         * termdev.el: New file.
423         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
424         * term/x-win.el: Don't bind f10.
425         * tmm.el: Remove autoload binding for f10.
427         * international/encoded-kb.el (encoded-kbd-setup-display): Use
428         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
429         Store the saved input method as a terminal parameter.  Add keymap
430         parameter.  Use it instead of changing key-translation-map directly.
431         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
432         Remove.
433         (encoded-kbd-setup-display): New function.
435         * international/mule-cmds.el (set-locale-environment): Fix getenv
436         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
437         set the keyboard coding system.  Add DISPLAY parameter.
438         (set-display-table-and-terminal-coding-system): Add DISPLAY
439         parameter.  Pass it to set-terminal-coding-system.
441         * international/mule.el (keyboard-coding-system): Test for
442         encoded-kbd-setup-display, not encoded-kbd-mode.
443         (set-terminal-coding-system, set-keyboard-coding-system): Add
444         DISPLAY parameter.
445         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
447         * term/README: Update.
449         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
451         * term/x-win.el (x-setup-function-keys): New function.  Move
452         function-key-map tweaks here.  Protect against multiple calls on
453         the same terminal.  Use terminal-local binding of
454         local-function-key-map instead of function-key-map.
455         (x-initialize-window-system): Make a copy of pure list.  Pass a
456         frame getenv.
458         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
459         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
460         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
461         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
462         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
463         local-function-key-map instead of function-key-map.
465         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
466         `substitute-key-definition' and `define-key' calls against
467         multiple execution.  Use terminal-local binding of
468         local-function-key-map instead of function-key-map.  Pass a frame
469         to getenv.
471         * edmacro.el (edmacro-format-keys):
472         * emulation/cua-base.el (cua--pre-command-handler):
473         * isearch.el (isearch-other-meta-char):
474         * xt-mouse.el: Use terminal-local binding of
475         local-function-key-map instead of function-key-map.
477         * fringe.el (set-fringe-mode): Simplify and fix using
478         `modify-all-frames-parameters'.
479         * scroll-bar.el (set-scroll-bar-mode): Ditto.
480         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
481         check before calling `tool-bar-setup'.
482         (tool-bar-setup): New variable.
483         (tool-bar-setup): Use it to guard against multiple calls.  Add
484         optional frame parameter, and select that frame before adding items.
485         (toggle-tool-bar-mode-from-frame): New function.
487         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
488         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
489         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
490         "Tool-bar" toggles to reflect the state of the current frame.
491         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
493         * env.el: Require cl for byte compilation (for `block' and `return').
494         (environment, setenv-internal): New functions.
495         (let-environment): New macro.
496         (setenv, getenv): Add optional terminal parameter.  Update docs.
497         (setenv): Use setenv-internal.  Always set process-environment.
498         Handle `local-environment-variables'.
499         (read-envvar-name, setenv, getenv): Use frame parameters
500         to store the local environment, not terminal parameters.  Include
501         `process-environment' as well.
503         * faces.el (tty-run-terminal-initialization): New function.
504         (tty-create-frame-with-faces): Use it.  Set up faces and
505         background mode only after the terminal has been initialized.
506         Call terminal-init-*.  Don't load the initialization file more
507         than once.  Call set-locale-environment.
508         (frame-set-background-mode): Handle the 'background-mode terminal
509         parameter.
510         (tty-find-type): New function.
511         (x-create-frame-with-faces): Remove bogus check for
512         first frame.  Call `tool-bar-setup'.  Don't make frame visible
513         until we are done setting up all its parameters.  Call
514         x-setup-function-keys.
516         * frame.el (make-frame): Always inherit 'environment and 'client
517         parameters.  Set up the 'environment frame parameter, when needed.
518         Also inherit 'client parameter.  Don't override explicitly
519         specified values with inherited ones.  Add 'terminal frame
520         parameter.  Append window-system-default-frame-alist to parameters
521         before calling frame-creation-function.
522         (frame-initialize): Copy the environment from the initial frame.
523         (window-system-default-frame-alist): Enhance doc string.
524         (frame-notice-user-settings): Don't put 'tool-bar-lines in
525         `default-frame-alist' when initial frame is on a tty.
526         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
527         Remove specified parameters from `window-system-default-frame-alist'.
528         (make-frame-on-tty, framep-on-display, suspend-frame):
529         Extend doc string, update parameter names.
530         (frames-on-display-list): Use terminal-id to get the display id.
531         (frame-notice-user-settings): Extend to apply
532         settings in `window-system-default-frame-alist' as well.
533         (terminal-id, terminal-parameters, terminal-parameter)
534         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
535         (delete-frame-functions): Add to `delete-frame-functions' hook.
536         (blink-cursor-mode): Adapt blink-cursor-mode default
537         value from startup.el.
538         (make-frame-on-display): Protect condition on x-initialized when
539         x-win.el is not loaded.  Update doc.
540         (suspend-frame): Use display-controlling-tty-p to decide between
541         suspend-emacs and suspend-tty.
542         (frames-on-display-list): Update for display ids.
543         (framep-on-display): Ditto.
544         (suspend-frame): Use display-name, not frame-tty-name.
545         (selected-terminal): New function.
547         * server.el: Use `device' instead of `display' or `display-id' in
548         variable and client parameter names.
549         (server-select-display): Remove (unused).
550         (server-tty-live-p, server-handle-delete-tty): Remove.
551         (server-unquote-arg, server-quote-arg, server-buffer-clients):
552         Update docs.
553         (server-getenv-from, server-with-environment, server-send-string)
554         (server-save-buffers-kill-terminal): New functions.
555         (server-delete-client): Handle quits in kill-buffer.  Don't kill
556         modified buffers.  Add extra logging.  Delete frames after
557         deleting the tty.  Clear 'client parameter before deleting a frame.
558         Use delete-display, not delete-tty.
559         (server-visit-files): Don't set `server-existing-buffer' if the
560         buffer already has other clients.  Return list of buffers
561         created.  Update doc.  Don't set client-record when nowait.
562         (server-handle-delete-frame): Delete the client if this was its
563         last frame.  Check that the frame is alive.  Remove bogus comment.
564         Add note on possible race condition.  Delete tty clients, if needed.
565         (server-handle-suspend-tty): Use server-send-string.  Kill the
566         client in case of errors from process-send-string.  Use the display
567         parameter.
568         (server-unload-hook): Remove obsolete delete-tty hook.
569         (server-start): Ask before restarting if the old server still has
570         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
571         (server-process-filter): Use server-send-string.  Accept `-dir'
572         command.  Switch to *scratch* immediately after creating the frame,
573         before evaluating any -evals.  Protect `display-splash-screen'
574         call in a condition-case.  Explain why.  Call
575         `display-startup-echo-area-message' before
576         `display-splash-screen'.  Don't display the splash screen when no
577         frame was created.  Show the Emacs splash screen and startup echo
578         area message.  Display the *scratch* buffer by default.  Store the
579         local environment in a frame (not terminal) parameter.  Do not try
580         to decode environment strings.  Fix reference to the 'display
581         frame parameter.  Change syntax of environment variables.  Put
582         environment into terminal parameters, not client parameters.  Use
583         a dummy client with --no-wait's X frames.  In `-position LINE'
584         handler, don't ruin the request string until the line number is
585         extracted.  Log opened files.  Handle -current-frame command.
586         Don't create frames when it is given.  Don't bind X frames to the
587         client when we are in -no-wait mode.  Set locale environment
588         variables from client while creating tty frames.  Disable call to
589         configure-display-for-locale.  When processing -position command,
590         don't change the request string until the parameters are
591         extracted.  Don't try to create an X frame when Emacs does not
592         support it.  Improve logging.  Temporarily set ncurses-related
593         environment variables to those of the client while creating a new
594         tty frame.  Select buffers opened by nowait clients, don't leave
595         them buried under others.  Set the display parameter, and use it
596         when appropriate.
598         * startup.el (display-startup-echo-area-message): Handle
599         `inhibit-startup-echo-area-message' here.
600         (command-line-1): Moved from here.
601         (fancy-splash-screens): Use `overriding-local-map' instead of
602         `overriding-terminal-local-map' for now; the latter doesn't work
603         right, it looses keypresses to another terminal.  Use
604         `overriding-terminal-local-map' to set up keymap.  Install a
605         `delete-frame-functions' hook to catch `delete-frame' events.
606         Ignore `select-window' events to cope better with
607         `focus-follows-mouse'.  Don't switch back to the original buffer
608         if the splash frame has been killed.  Restore previous buffer, even
609         if it's *scratch*.
610         (normal-splash-screen): Don't let-bind `mode-line-format'; it
611         changes the global binding - setq it instead.  Use
612         `save-buffers-kill-terminal'.
613         (display-splash-screen): Don't do anything if the splash screen is
614         already displayed elsewhere.
615         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
616         (command-line): Replace duplicated code with a call to
617         tty-run-terminal-initialization.  Don't load the terminal
618         initialization file more than once.  Remove call to nonexistent
619         function `set-locale-translation-file-name'.
621         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
622         parameters.
623         (xterm-mouse-position-function, xterm-mouse-event): Update.
624         (xterm-mouse-mode): Don't depend on current value of window-system.
625         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
626         Update for multi-tty.
627         (turn-on-xterm-mouse-tracking-on-terminal)
628         (turn-off-xterm-mouse-tracking-on-terminal)
629         (xterm-mouse-handle-delete-frame): New functions.
630         (delete-frame-functions, after-make-frame-functions)
631         (suspend-tty-functions, resume-tty-functions): Install extra hooks
632         for multi-tty.
634 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
636         * simple.el (invisible-p): Remove: implemented in C now.
637         (line-move-invisible-p): Remove obsolete alias.
639 2007-08-28  Juri Linkov  <juri@jurta.org>
641         * image-mode.el (image-type): New variable.
642         (image-mode): Set default major mode name to "Image[text]".
643         (image-minor-mode): Change LIGHTER to display image-type in the
644         mode line.
645         (image-minor-mode): Set default image-type to "text".
646         (image-toggle-display): After switching to text mode, set
647         image-type to "text" and major mode name to "Image[text]".
648         After switching to image mode, set image-type to actual image
649         type, and add image type to major mode name.  Let-bind the same
650         variable names as arguments of `image-type' and `create-image'.
651         Bind `type' to the result of `image-type' and use it as arg
652         of `create-image' to not determine the image type twice.
654 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
656         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
657         (tramp-set-file-uid-gid, tramp-get-local-uid)
658         (tramp-get-local-gid): New defuns.
659         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
660         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
661         Improve fast track.
662         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
663         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
664         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
665         (tramp-handle-write-region): Improve fast track.
666         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
667         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
668         be nil.
670 2007-08-28  Ivan Kanis  <apple@kanis.eu>
672         * time.el: New feature to display several time zones in a buffer.
673         (display-time-world-mode, display-time-world-display)
674         (display-time-world, display-time-world-timer): New functions.
675         (display-time-world-list, display-time-world-time-format)
676         (display-time-world-buffer-name, display-time-world-timer-enable)
677         (display-time-world-timer-second, display-time-world-mode-map):
678         New variables.
680 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
682         * term/x-win.el (x-gtk-stock-map): New variable.
683         (x-gtk-map-stock): New function.
685         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
686         prev/next-node.
688 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
690         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
692 2007-08-28  Glenn Morris  <rgm@gnu.org>
694         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
696 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
698         * progmodes/modula2.el (m2-definition, m2-module):
699         Don't use previous-line.  Reported by T. V. Raman.
701 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
703         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
704         argument to tool-bar-mode call.
706 2007-08-27  Glenn Morris  <rgm@gnu.org>
708         * diff-mode.el (diff-find-file-name): Only accept regular files,
709         to rule out /dev/null, directories, etc.
711         * vc-svn.el (vc-svn-diff): If the repository version of all the
712         files is the same as the specified OLDVERS, do a local diff.
714 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
716         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
717         of buffers in uniquify-managed.
719         * simple.el (invisible-p): Rename from text-invisible-p.
720         Update callers.
722 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
724         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
725         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
726         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
727         (cperl-etags-goto-tag-location): Use new style backquotes.
729         * net/browse-url.el: Remove spurious * in custom docstrings.
730         (browse-url-filename-alist): Use new-style backquote.
732         * emacs-lisp/backquote.el (backquote-unquote-symbol)
733         (backquote-splice-symbol): Clarify they're not new-style unquotes.
735         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
736         (\,@): Backslash the , and ,@ which are not new-style unquotes.
738         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
740         * net/socks.el (socks-username/password-auth-filter):
741         Remove unused vars `state' and `desired-len'.
742         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
743         (socks-wait-for-state-change): Use new-style backquotes.
745         * pcvs.el (cvs-mode-status): Fix long-standing typo.
747         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
748         backquotes after each `read' rather than once per buffer.
750         * dframe.el: Remove spurious * in custom docstrings.
751         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
752         (dframe-xemacs20p): Remove, inline at the sole use point.
753         (defface): Don't defvar the face, don't use old-style backquote.
754         (defcustom): Don't use old-style backquote.
755         (dframe-frame-parameter, dframe-mouse-event-p):
756         Make it obvious that it's always defined.
757         (dframe-popup-kludge): New function to replace
758         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
759         (dframe-frame-mode, dframe-set-timer-internal)
760         (dframe-mouse-set-point): Remove use of with-no-warnings from
761         XEmacs-specific code.
762         (dframe-set-timer-internal): Fix very old bug with
763         post-command-idle-hook.
765         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
767 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
769         * emacs-lisp/avl-tree.el: New file.
771 2007-08-26  Micha\e,bk\e(Bl Cadilhac  <michael@cadilhac.name>
773         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
774         was used.
776 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
778         * complete.el (PC-do-completion): Make RET accept a non-unique but
779         complete expansion again.
781 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
783         * eshell/esh-opt.el (eshell-eval-using-options):
784         Add debug declaration.
786 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
788         * log-view.el (log-view-toggle-mark-entry): Add docstring.
789         (log-view-get-marked): Likewise.
791         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
792         (vc-delete-automatic-version-backups): Likewise.
794         * vc.el (vc-dired-buffers-for-dir): Likewise.
796 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
798         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
799         safe-local-variable setting.
800         * progmodes/perl-mode.el (perl-indent-level): Likewise.
802         * log-view.el (log-view-marked-list): Delete variable.
803         (log-view-mode): Don't use it.
804         (log-view-toggle-mark-entry): Likewise, simplify.
805         (log-view-current-tag): Don't return properties.
806         (log-view-get-marked): New function.
808 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
810         * vc-git.el (vc-git-mode-line-string): New function.
812 2007-08-25  Alan Mackenzie  <acm@muc.de>
814         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
815         new language variable.
817         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
818         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
819         "extern" etc., rather than BOI.  Fix addition of spurious
820         syntactic-symbol 'defun-block-intro, replacing it with
821         'innamespace, etc.
823 2007-08-25  Juri Linkov  <juri@jurta.org>
825         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
827         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
828         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
829         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
831         * image.el (image-type-header-regexps): Use more complex regexp for svg.
832         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
833         (image-type-auto-detectable): Add (svg . maybe).
835         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
836         to treat it like .tgz.
838         * calendar/cal-bahai.el: Add file coding cookie.
840 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
842         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
843         Don't behave differently when executed via M-x.  Add doc string.
845         * sort.el (sort-fold-case, sort-numeric-base): Mark as
846         safe-local-variable.
848 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
850         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
851         the default value.
852         (math-calendar-tzinfo): New variable.
853         (math-get-calendar-tzinfo): New function.
854         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
855         to get information when zone is nil.
857 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
859         * log-view.el (log-view-toggle-mark-entry): New function.
860         (log-view-mode-map): Bind it.
861         (log-view-marked-list): New variable.
862         (log-view-mode): Make it local.
864 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
866         * play/zone.el (zone-pgm-rat-race): New func.
867         (zone-programs): Add `zone-pgm-rat-race'.
869 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
871         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
872         a list.
874 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
876         * progmodes/hideshow.el (hs-match-data): Delete alias.
877         (hs-hide-block-at-point, hs-find-block-beginning)
878         (hs-show-block): Use `match-data' directly.
880 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
882         * format.el (format-alist): Fix typo in doc-string.
884 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
886         * net/tramp.el (tramp-local-host-p): New defun.
887         (tramp-handle-file-local-copy, tramp-handle-write-region):
888         Implement fast track when being on the local host.
889         (tramp-file-name-handler): Don't set "started" property.  It shall
890         be reserved for the "ftp" method.
891         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
893         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
894         (tramp-ftp-file-name-handler): Set "started" property.
896 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
898         * files.el (backup-buffer-copy): Don't wrap delete in
899         condition-case, only try to delete if file exists.
901 2007-08-24  Glenn Morris  <rgm@gnu.org>
903         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
905         * startup.el (tutorial-directory): Set with eval-at-startup so it
906         gets the right value in an installed Emacs.
908 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
910         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
911         (eldoc-highlight-function-argument): Use it.
913 2007-08-23  Masatake YAMATO  <jet@gyve.org>
915         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments):
916         Highlight name of parameters in document body.
918 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
920         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
921         (byte-compile-output-as-comment): Use with-current-buffer rather than
922         a weird set-buffer&prog1 combination.
924         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
925         test so as to optimise cases where the `progn's result is constant.
927 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
929         * locate.el (locate-get-file-positions):
930         Use line-beginning-position and line-end-position.
932 2007-08-23  John Wiegley  <johnw@newartisans.com>
934         * calendar/cal-bahai.el: Added in the diacriticals that were
935         missing for many of the month names.
937 2007-08-22  Jason Rumney  <jasonr@gnu.org>
939         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
941 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
943         * image-mode.el (image-minor-mode): Use image-mode-text-map.
945 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
947         * dabbrev.el (dabbrev--progress-reporter): New variable.
948         (dabbrev--scanning-message): Delete func.
949         (dabbrev--find-expansion): Use a progress reporter
950         instead of dabbrev--scanning-message.
952 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
954         * comint.el (comint-exec-1): Raise an error if
955         `start-file-process' does not return a process object.
957         * shell.el (shell): Prompt for `default-directory' if it is a
958         remote file name, and if called with a prefix arg.
960 2007-08-22  Sam Steingold  <sds@gnu.org>
962         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
964 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
966         * textmodes/org-export-latex.el: New file.
968         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
970         * textmodes/org.el (org-agenda-skip): Allow a form for
971         `org-agenda-skip-function'.
972         (org-agenda-redo): Re-use local settings.
973         (org-agenda): Store local settings.
974         (org-agenda-deadline-faces): New option.
975         (org-agenda-deadline-face): New function.
976         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
977         entries on their due date.
978         (org-agenda-get-timestamps): No longer handle the due dates of
979         schedules and deadline items.
980         (org-insert-link-global, org-open-at-point-global): New commands.
981         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
982         :for-ascii parameter.
983         (org-skip-comments): Function removed.
984         (org-cleaned-string-for-export): Handle special table lines.
985         (org-global-properties): New option.
986         (org-entry-get-with-inheritance): Check global properties.
987         (org-local-properties): New variable.
988         (org-set-regexps-and-options): Find the #+PROPERTY line.
989         (org-link-types): Change type into variable (was constant).
990         (org-make-link-regexps): New function.
991         (org-link-re-with-space, org-link-re-with-space2)
992         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
993         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
994         these regular expressions happens now in the function
995         `org-make-link-regexps'.
996         (org-store-link): Call the functions in
997         `org-store-link-functions'.
998         (org-add-link-type): New function.
999         (org-store-link-functions): New variable.
1000         (org-activate-tags): Force matches to be in headlines.
1001         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
1002         (org-columns-display-here): Make sure this works in a narrowed
1003         buffer by checking for point-min.
1004         (org-columns-display-here): Make the rest of the line intangible,
1005         so that point never can be there.
1006         (org-cleaned-string-for-export): Use `with-current-buffer'.
1007         (org-replace-region-by-html): Use `with-current-buffer'.
1008         (org-unfontify-region, org-do-occur, org-columns-display-here)
1009         (org-columns-remove-overlays, org-columns-quit)
1010         (org-columns-edit-value, org-columns-next-allowed-value)
1011         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
1012         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
1013         (org-agenda-todo, org-agenda-change-all-lines)
1014         (org-agenda-align-tags, org-agenda-priority)
1015         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
1016         (org-agenda-show-new-time, org-cleaned-string-for-export)
1017         (org-export-grab-title-from-buffer)
1018         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
1019         instead of `buffer-read-only'.
1020         (org-export-as-html): Set `coding-system-for-write'.
1021         (org-remember-store-without-prompt): New option.
1022         (org-archive-subtree): Fixed bug with modifying TODO keyword.
1023         (org-beginning-of-line): Also treat C-a special in items.
1024         (org-table-convert-refs-to-rc): Fixed problem with column
1025         reference after "..".
1026         (org-columns-compute): Don't mark buffer modified because of text
1027         properties.
1028         (org-batch-store-agenda-views): Use the variable
1029         `default-directory', not the function.
1030         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
1031         (org-clock-out-when-done): New option.
1032         (org-html-entities): Added HTML entities for smileys.
1034 2007-08-22  Glenn Morris  <rgm@gnu.org>
1036         * image.el (create-image): Doc fix.
1038         * startup.el (tutorial-directory): New constant.
1039         (fancy-splash-text): Tutorials now in tutorial-directory.
1040         * tutorial.el (help-with-tutorial): Tutorials now in
1041         tutorial-directory.
1043 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
1045         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
1046         otherwise.
1047         (tramp-get-remote-path): New defun.  Replace occurrences of
1048         `tramp-default-remote-path' by this function.
1049         (tramp-set-remote-path): Move most of the code to
1050         `tramp-get-remote-path'.
1051         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
1052         existing directories, this is done already in
1053         `tramp-get-remote-path'.
1055 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
1057         * image-file.el (image-file-name-extensions): Add "svg".
1058         * image.el (image-type-header-regexps): Add svg entry.
1060 2007-08-22  Glenn Morris  <rgm@gnu.org>
1062         * files.el (backup-buffer-copy): Check backup directory is
1063         writable, to avoid infloop deleting old backup.
1065         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1066         movemail related variables.
1067         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1068         will now be set before this is called.
1070 2007-08-21  Juri Linkov  <juri@jurta.org>
1072         * delsel.el (delete-selection-pre-hook):
1073         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
1074         instead of checking last-command.
1076 2007-08-21  Juri Linkov  <juri@jurta.org>
1078         * loadup.el: Preload "button".
1080 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1082         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1083         Add previous-line and next-line.
1085         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1086         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
1088         * vc-hooks.el (vc-menu-entry): New var.
1089         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1090         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1091         (vc-menu-map): Declare and initialize in one step.
1092         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
1094         * menu-bar.el (vc-menu-map): Don't setup any more.
1095         Instead, just create the proper spot in the menu.
1097 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1099         * smerge-mode.el (smerge-resolve): New arg `safe'.
1100         (smerge-resolve-all, smerge-batch-resolve): New function.
1101         (smerge-refine): Make sure `diff' returns the expected result.
1102         (smerge-parsep-re): New const.
1103         (smerge-mode): Use it to adjust paragraph-separate.
1105         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1106         Correctly match / regexp matchers as first char on a line when
1107         fontifying only that line.
1109         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1111 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1113         * vc-bzr.el: Don't fiddle with vc-handled-backend.
1114         (vc-bzr-registered): Don't redundantly protect against
1115         file-error.  Actually use the format-specific code.
1116         (vc-bzr-buffer-nonblank-p): Remove.
1117         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1119 2007-08-20  Juri Linkov  <juri@jurta.org>
1121         * startup.el (fancy-splash-text): Change multiple tabs into one
1122         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
1123         and "Recover Crashed Session").
1124         (fancy-splash-screens): Set tab-width to 22.
1125         (normal-splash-screen): Replace literal tabs with \t and
1126         fix whitespace.  Remove "Useful File menu items" section (with
1127         "Exit Emacs" and "Recover Crashed Session").
1129 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
1131         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1132         extracted from `eval-last-sexp-1'.
1133         (eval-last-sexp-1): Call `preceding-sexp'.
1135 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
1137         * vc-rcs.el (vc-rcs-annotate-command):
1138         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
1139         Add back :vc-annotate-prefix propertization.
1141 2007-08-20  Andreas Schwab  <schwab@suse.de>
1143         * mail/rmail.el (rmail-autodetect): Doc fix.
1145 2007-08-19  Juri Linkov  <juri@jurta.org>
1147         * startup.el (normal-splash-screen): Add more links.
1149 2007-08-19  Juri Linkov  <juri@jurta.org>
1151         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
1152         because it's common to both types of splash screen: fancy and normal.
1153         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
1154         (exit-splash-screen): Rename from `fancy-splash-quit'.
1155         Use `quit-window' instead of `kill-buffer'.
1156         (fancy-splash-head): Use make-button to insert GNU image link.
1157         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
1158         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
1159         (normal-splash-screen): Put "Browse manuals" on the same line with
1160         "Emacs manual".  Remove descriptions from "Useful tasks" and put
1161         all links in two columns on two lines.
1163 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1165         * viper.el (viper-remove-hooks): Remove some additional viper hooks
1166         when the user calls viper-go-away.
1167         (viper-go-away): Restore the default of default-major-mode.
1168         Save the value of default-major-mode before vaperization.
1170         * viper-cmd.el: Replace error "" with "Viper bell".
1172         * viper-ex.el: Replace error "" with "Viper bell".
1174         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
1175         buffer for which file is created.
1177 2007-08-19  Glenn Morris  <rgm@gnu.org>
1179         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1180         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1181         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
1182         shadow files messing up the compilation.
1184 2007-08-18  Glenn Morris  <rgm@gnu.org>
1186         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
1187         string.  Also apply eldoc-argument-case in the help-split-fundoc
1188         case.  Adapt for changed behavior of eldoc-function-argstring,
1189         eldoc-function-argstring-format, and
1190         eldoc-highlight-function-argument.
1191         (eldoc-highlight-function-argument): Handle nil INDEX argument,
1192         just call eldoc-docstring-format-sym-doc in that case.
1193         (eldoc-function-argstring): Change the behavior.  Now it converts
1194         an argument list to a string.
1195         (eldoc-function-argstring-format): Change the behavior.  Now it
1196         applies `eldoc-argument-case' to a string.
1198         * progmodes/scheme.el (scheme-mode-variables): Set
1199         font-lock-comment-start-skip.
1201 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
1203         * progmodes/ada-mode.el (ada-create-syntax-table): Move
1204         set-syntax-table from here to ...
1205         (ada-mode): ... here.  Do not change global value of
1206         comment-multi-line.  Call new function
1207         ada-initialize-syntax-table-properties and add new function
1208         ada-handle-syntax-table-properties to font-lock-mode-hook.
1209         (ada-deactivate-properties, ada-initialize-properties): Replace
1210         by new functions ...
1211         (ada-handle-syntax-table-properties)
1212         (ada-initialize-syntax-table-properties)
1213         (ada-set-syntax-table-properties): ... to set up syntax-table
1214         properties uniformly, independently from whether font-lock-mode
1215         is enabled or not.  Handle read-only buffers and do not change
1216         undo-list when setting syntax-table properties.
1217         (ada-after-change-function): Use ada-set-syntax-table-properties.
1219 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1221         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
1222         (meta-indent-current-nesting): Use a computation of the nesting
1223         instead.
1224         (meta-indent-current-indentation): Indentation is given according
1225         to nesting and if the previous line was finished or not.
1226         (meta-indent-unfinished-line): Tell if the current line ends with
1227         a finished expression.
1228         (meta-indent-looking-at-code): Like `looking-at', but checks if
1229         the point is in a string before.
1230         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
1231         done in the nesting function.
1232         (meta-indent-in-string-p): Tell if the current point is in a
1233         string.
1234         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
1235         previous functions.
1237 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
1239         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
1240         (copyright-update-year, copyright-update)
1241         (copyright-fix-years): Use it.
1243 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
1245         * emacs-lisp/copyright.el (copyright-update-year):
1246         Fix bug: Handle nil copyright-limit.
1248 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
1250         * calc/calc-units.el (math-standard-units): Give exact
1251         conversion for tsp.
1253         * calc/calc.el (math-bignum-digit-length): Compute the
1254         appropriate value.
1256         * calc/calc-bin.el (math-bignum-logb-digit-size)
1257         (math-bignum-digit-power-of-two):
1258         * calc/calc-comb.el (math-small-factorial-table):
1259         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
1260         (math-approx-gamma-const):
1261         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
1262         (math-besY1, math-bernoulli-b-cache):
1263         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1264         Remove `eval-when-compile's.
1266 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1268         * progmode/cperl-mode.el (cperl-look-at-leading-count)
1269         (cperl-find-pods-heres): Fix an error when typing expressions like
1270         `s{a}{b}'.
1272 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1274         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
1275         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
1276         a special case (there's no build number).
1278 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
1280         * completion.el (symbol-under-point, symbol-before-point)
1281         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
1283 2007-08-17  Glenn Morris  <rgm@gnu.org>
1285         * progmodes/compile.el (compilation-get-file-structure): Make use
1286         of the directory part when checking for an existing entry, to
1287         handle files with same basename in different directories.
1289 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
1291         * calc/calc.el (calc-language-alist): Add texinfo-mode.
1293 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1295         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1296         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1297         (ps-paragraph-spacing): Docstring fix.
1299 2007-08-16  Glenn Morris  <rgm@gnu.org>
1301         * ps-print.el (ps-font-size): Doc fix.
1303 2007-08-16  Richard Stallman  <rms@gnu.org>
1305         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
1307 2007-08-15  Juri Linkov  <juri@jurta.org>
1309         * startup.el (initialization): Change parent group from `internal'
1310         to `environment'.
1311         (initial-buffer-choice): New variable.
1312         (command-line): Revert 2007-07-02 change that sets
1313         buffer-offer-save in *scratch* and enables auto-save in it.
1314         (fancy-splash-text): Add links to existing items.  Add new items
1315         with links for useful tasks.  Move information about Control-g to
1316         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
1317         (fancy-splash-keymap): New variable.
1318         (fancy-splash-last-input-event): Remove variable.
1319         (fancy-splash-insert): Add processing of `:link' element.
1320         (fancy-splash-head): Replace "Type Control-l to begin editing"
1321         with "Type `q' to exit".
1322         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
1323         (fancy-splash-default-action, fancy-splash-special-event-action):
1324         Remove functions.
1325         (fancy-splash-quit): New function.
1326         (fancy-splash-screens): Rename input arg from `hide-on-input' to
1327         `static' and reverse the condition of its usage.  Don't preserve
1328         original values of `minor-mode-map-alist',
1329         `emulation-mode-map-alists', `special-event-map'.
1330         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
1331         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
1332         Remove processing of special events.  Use local key map
1333         `fancy-splash-keymap'.  Set buffer to read-only.
1334         (normal-splash-screen): Rename input arg from `hide-on-input' to
1335         `static' and reverse the condition of its usage.
1336         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
1337         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
1338         Add links to existing items.  Add new items with links for useful
1339         tasks.  Use local key map `fancy-splash-keymap'.
1340         (display-splash-screen): Rename input arg from `hide-on-input' to
1341         `static'.
1342         (about-emacs): Add alias to display-splash-screen.
1343         (command-line-1): Use `initial-buffer-choice'.
1345         * menu-bar.el (menu-bar-help-menu):
1346         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
1347         item to about-emacs instead of display-splash-screen.
1349 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
1351         * calc/calc-units.el (math-standard-units): Update values.
1352         Put in exact, rational values when possible.
1353         (math-unit-prefixes): Replace floats with powers of ten.
1354         (math-standard-units-systems): Replace floats with integers.
1355         (math-make-unit-string): Remove extra spaces in output.
1357 2007-08-15  Glenn Morris  <rgm@gnu.org>
1359         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1360         sloppier, for the sake of GNU Mailman.
1361         (rmail-digest-rfc1153): Initialize `result' correctly.
1363 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1365         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
1366         in the mail title.  Suggested by Reiner Steib.
1368 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
1370         * calc/calc-aent.el (calc-do-quick-calc): Add binary
1371         representation of integers to the list of outputs.
1373 2007-08-14  Glenn Morris  <rgm@gnu.org>
1375         * simple.el (bad-packages-alist): New constant.
1376         (bad-package-check): New function.  Together, these two add elements
1377         to `after-load-alist' to check for problematic external packages.
1378         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1380 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
1382         * calc/calc-units.el (math-get-standard-units)
1383         (math-get-units, math-make-unit-string)
1384         (math-get-default-units, math-put-default-units): New functions.
1385         (math-default-units-table): New variable.
1386         (calc-convert-units, calc-convert-temperature): Add machinery
1387         to supply default values.
1389 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1391         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
1392         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
1393         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
1394         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
1396         * emulation/tpu-extras.el: Remove spurious * in docstrings.
1397         Put its autoloads into tpu-edt.el rather than loaddefs.el.
1398         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
1399         Make into a proper minor-mode.
1400         (tpu-backward-char, tpu-next-line, tpu-previous-line)
1401         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
1402         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
1403         (tpu-set-cursor-free, tpu-set-cursor-bound):
1404         Delegate to tpu-cursor-free-mode.
1405         (tpu-next-line, tpu-previous-line, tpu-forward-line)
1406         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
1407         Use line-move or forward-line instead of next-line-internal.
1409 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
1411         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1413 2007-08-12  Richard Stallman  <rms@gnu.org>
1415         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1416         (cvs-execute-single-file): Use new name split-string-and-unquote.
1417         (cvs-header-msg): Use new name combine-and-quote-strings.
1419         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1421         * progmodes/gud.el (gud-common-init): Use new name
1422         split-string-and-unquote.
1424         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1425         in javac regexp.
1427         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1428         combine-and-quote-strings and split-string-and-unquote.
1430         * subr.el (combine-and-quote-strings): Rename from strings->string.
1431         (split-string-and-unquote): Rename from string->strings.
1433 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1435         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1436         to buffer-local settings.
1438         * emacs-lisp/backquote.el (backquote-delay-process): New function.
1439         (backquote-process): Add internal arg `level'.  Use the two to
1440         correctly handle nested backquotes.
1442 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
1444         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1445         (vc-bzr-state-words): Add "kind changed" state word.
1446         (vc-bzr-status): New function.  Return Bzr idea of file status,
1447         which is different from VC's.
1448         (vc-bzr-state): Use vc-bzr-status.
1449         (vc-workfile-unchanged-p): Use vc-bzr-status.
1450         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1451         (vc-dired-state): Process "kind changed" state word.
1453 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1455         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1457         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1458         Move from vc-default-find-file-not-found-hook.
1460 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1462         * man.el: Remove spurious * in docstrings.
1463         Merge defvars and toplevel setq-defaults.
1464         (Man-highlight-references0): Limit=nil rather than point-max.
1465         (Man-mode-map): Move initialization into the declaration.
1466         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1467         (Man-view-header-file): Use expand-file-name rather than concat.
1468         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1470         * man.el (Man-next-section): Make sure we do not move backward.
1472 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1474         * files.el (auto-mode-alist): Use the purecopied text (duh!).
1476 2007-08-08  Glenn Morris  <rgm@gnu.org>
1478         * Replace `iff' in doc-strings and comments.
1480 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
1482         * dired.el (dired-pop-to-buffer):
1483         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1484         * calendar/calendar.el (generate-calendar-window):
1485         * progmodes/compile.el (compilation-set-window-height):
1486         * textmodes/two-column.el (2C-two-columns, 2C-merge):
1487         Use window-full-width-p instead of comparing frame-width and
1488         window-width.
1490         * progmodes/compile.el (compilation-find-buffer): Remove extra
1491         argument in call to compilation-buffer-internal-p.
1493 2007-08-07  Tom Tromey  <tromey@redhat.com>
1495         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1496         Add safe-local-variable property.
1498 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1500         * image-mode.el (image-toggle-display): Use image-refresh.
1502 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
1504         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1505         unofficial version.
1506         (vc-bzr-command): Remove redundant setting of process-connection-type.
1507         (vc-bzr-admin-checkout-format-file): Add autoload.
1508         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1509         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1510         (vc-bzr-registered): Compare dirstate format tag with known good
1511         value, abort parsing if match fails.  Warn user in docstring.
1512         (vc-bzr-workfile-version): Case for different Bzr branch formats.
1513         See bzrlib/branch.py in Bzr sources.
1514         (vc-bzr-diff): First argument FILES may be a string rather than a list.
1515         (vc-bzr-shell-command): Remove in favor of
1516         vc-bzr-command-discarding-stderr.
1517         (vc-bzr-command-discarding-stderr): New function.
1519 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
1521         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1522         program, and return nil.
1523         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1524         (vc-bzr-state): Look for path names relative to the repository
1525         root after status keyword.
1526         (vc-bzr-file-name-relative): New function.
1527         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1528         depend on it.
1529         (vc-bzr-admin-dirname, ...-checkout-format-file)
1530         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1531         files that we now parse directly for speed.
1532         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1533         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1534         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
1535         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
1536         Bzr warnings, so we must discard it.
1537         (vc-bzr-workfile-version): Speedup counting lines from
1538         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1539         if that file doesn't exist.
1540         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1541         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
1542         to `vc-directory-exclusion-list'.
1543         (vc-bzr-shell-command): New function.
1545 2007-08-06  Tom Tromey  <tromey@redhat.com>
1547         * diff-mode.el (diff-unified->context, diff-reverse-direction)
1548         (diff-fixup-modifs): Typo in docstring.
1550 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1552         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1553         count-screen-lines.
1554         (tpu-edt-off): Disable relevant pieces of advice.
1556         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1557         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
1558         (newline, newline-and-indent, do-auto-fill): Use advice instead of
1559         redefining the function.
1560         (tpu-set-scroll-margins): Activate the pieces of advice.
1562 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
1564         * help.el (resize-temp-buffer-window): Use window-full-width-p
1565         instead of comparing frame-width and window-width.
1567 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
1569         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1570         optional quotes around files in NEED-UPDATE . REMOVED case.
1572         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1573         (ada-treat-cmd-string): Improve error message.
1574         (ada-do-file-completion): Call `ada-require-project-file', so
1575         project variables are set properly.
1576         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1577         (ada-gnatfind-buffer-name): New constant.
1578         (ada-find-any-references): Use new constant.  Set buffer name
1579         properly in compilation-start.  Toggle read-only properly.
1580         (ada-find-in-src-path): Fix spelling error in docstring.
1582         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1583         by zero error.
1585 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1587         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
1589 2007-08-12  Richard Stallman  <rms@gnu.org>
1591         * progmodes/sh-script.el (sh): Delete group `unix'.
1593         * progmodes/gud.el (gud): Change to group `processes'.
1595 2007-08-11  Glenn Morris  <rgm@gnu.org>
1597         * progmodes/compile.el (compilation-buffer-name): Don't check
1598         compilation-arguments.  It is superfluous, and the variable isn't
1599         even set when this function is called.
1601 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1603         * term/mac-win.el (mac-ae-reopen-application): New function.
1604         (mac-apple-event-map): Bind "reopen application" Apple event to it.
1606 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1608         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
1609         take tex-font-script-display into account.
1610         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
1611         cell to a list of 2 elements to simplify the unfontify code.
1613 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1615         * url/url-auth.el (url-basic-auth): When prompting for username
1616         and password, default to the username and password in the URL.
1618 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1620         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1621         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1622         ps-print-color-p is neither nil nor black-white.  Reported by Christian
1623         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1625 2007-08-08  Andreas Schwab  <schwab@suse.de>
1627         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1628         self-insert-command, not self-insert.
1630 2007-08-08  Glenn Morris  <rgm@gnu.org>
1632         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
1633         argument optional, for backwards compatibility, and only highlight
1634         args when present.  Fix symbol name typo (doc/args).
1636         * help-mode.el (help-make-xrefs): Search for symbol constituents,
1637         rather than just `-'.
1639 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
1641         * calc/calc-units.el (calc-convert-temperature):
1642         Use `/' to create fractions.
1644 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
1646         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
1647         global matching.
1648         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
1649         ERROR-BUFFER more robust.  Display output.
1650         (tramp-file-name-handler): Add a connection property when we found
1651         a foreign file name handler.  This allows backends like ftp to
1652         profit also from usr/host name completion based on connection
1653         cache.
1654         (tramp-send-command-and-read): Search for trash after the regexp
1655         until eol only.  In XEmacs, there is a problem with \n.
1657         * net/tramp-cache.el (top): Read persistent connection history
1658         when cache is empty.
1660 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
1662         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
1663         resulting output.
1665 2007-08-07  Sam Steingold  <sds@gnu.org>
1667         * progmodes/compile.el (compilation-start): Pass nil as startfile
1668         to comint-exec.
1670 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1672         * longlines.el (longlines-decoded): New variable.
1673         (longlines-mode): Avoid encoding or decoding the buffer twice.
1675 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
1677         * format.el (format-insert-file): Make sure that at most one undo
1678         entry is recorded for the insertion.  Inhibit point-motion and
1679         modification hooks around call to insert-file-contents.
1681 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1683         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
1684         Select the buffer's window before moving point.
1686 2007-08-07  Richard Stallman  <rms@gnu.org>
1688         * term.el (term): Remove parent group `unix'.
1690         * simple.el (default-indent-new-line): New function.
1691         It calls comment-line-break-function if there are comments.
1692         (do-auto-fill): Use that.
1694 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
1696         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
1697         (PC-do-completion): Add "acronym completion" for symbols and
1698         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
1700 2007-08-06  Sam Steingold  <sds@gnu.org>
1702         * mouse.el (mouse-buffer-menu): Pass mode-name through
1703         format-mode-line because it may be a list,
1704         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
1706 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
1708         * printing.el (pr-update-menus): Docstring fix.
1710 2007-08-06  Jason Rumney  <jasonr@gnu.org>
1712         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
1714         * vc-hooks.el (vc-call): Add doc string.
1716 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
1718         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1719         process-filter.
1721 2007-08-06  Kenichi Handa  <handa@m17n.org>
1723         * international/quail.el: Wrap (require 'help-mode) by
1724         eval-when-compile.
1725         (quail-help-init): New function.
1726         (quail-help): Call quail-help-init.
1727         (quail-store-decode-map-key): Change it to a function.
1729 2007-08-05  Jason Rumney  <jasonr@gnu.org>
1731         * vc.el (vc-rollback): Add norevert argument back.
1732         (vc-revert-buffer): Add back as obsolete alias.
1734 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
1736         * term.el: Honor term-default-fg-color and term-default-bg-color
1737         settings when modifying term-current-face.
1738         (term-default-fg-color, term-default-bg-color): Initialize from
1739         default term-current-face.
1740         (term-mode, term-reset-terminal): Set term-current-face with
1741         term-default-fg-color and term-default-bg-color.
1742         (term-handle-colors-array): term-current-face has term-default-fg-color
1743         and term-default-bg-color after reset escape sequence.
1744         (term-handle-colors-array): Set term-current-color with
1745         term-default-fg/bg-color instead of ansi-term-color-vector when the
1746         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1748 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
1750         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
1751         (math-nlfit-givens): Let bind free variables.
1753 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
1755         * printing.el: Require lpr and ps-print when loading printing package.
1756         Reported by Glenn Morris <rgm@gnu.org>.
1758 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
1760         * files.el (set-auto-mode): Handle also remote files wrt
1761         `auto-mode-alist'.
1763 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
1765         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
1766         curves and plotting.
1768         * calc/calc-nlfit.el: New file.
1770 2007-08-04  Glenn Morris  <rgm@gnu.org>
1772         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1773         zero, not nil, when the library is first loaded.  Check for a file
1774         that has been modified on disk.
1776         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1777         Remove duplicate defvar preventing initialization.
1778         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1780 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1782         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
1783         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
1784         may match up to 4 lines.
1785         (diff-beginning-of-file-and-junk): Rewrite.
1787 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1789         * printing.el: Evaluate require only during compilation.
1790         (pr-version): New version 6.9.1.
1791         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
1792         (pr-global-menubar): Fix code.
1794 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
1796         * term.el (term-erase-in-display): Fix case when point is not at
1797         the beginning of the line.
1799 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
1801         * calc/calc-ext.el (math-get-value, math-get-sdev)
1802         (math-contains-sdev): New functions.
1804         * calc/calc-graph.el (calc-graph-format-data)
1805         (calc-graph-add-curve): Check for error forms.
1806         (calc-graph-set-styles): Add option for error forms.
1808 2007-08-03  Miles Bader  <miles@gnu.org>
1810         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1811         backend names for new backends to `Git', `Hg', and `Bzr'.
1812         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1813         not `HG'.
1814         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1815         name, not `GIT'.
1816         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1817         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1819 2007-08-03  Richard Stallman  <rms@gnu.org>
1821         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1822         to update deleted flag.
1824         * cus-edit.el (customize-apropos, customize-apropos-options)
1825         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1827         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1829         * startup.el (fancy-splash-head, startup-echo-area-message):
1830         Change message text.
1832         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1833         All callers use line-move.
1835         * progmodes/compile.el (compilation-find-buffer): Return current
1836         buffer immediately if suitable.
1837         (compile, compilation-buffer-name, compilation-start): Doc fixes.
1839 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
1841         * faces.el (face-normalize-spec): New function.
1842         (frame-set-background-mode): Normalize face-spec before calling
1843         face-spec-match-p.
1845 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1847         * server.el (server-window): Add switch-to-buffer-other-frame option.
1849 2007-08-03  Glenn Morris  <rgm@gnu.org>
1851         * cus-edit.el (customize-apropos): Make the error message indicate
1852         what kind of thing the user was trying to customize.
1854         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1856         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
1857         Fix off-by-one error in previous change.
1859 2007-08-03  Drew Adams  <drew.adams@oracle.com>
1861         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
1862         Make buffer writable.
1864 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
1866         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
1867         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
1868         Use native Emacs functions, when appropriate.
1870 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
1871             Stefan Monnier  <monnier@iro.umontreal.ca>
1873         * vc.el: Document new VC operation `extra-menu'.
1875         * vc-hooks.el (vc-default-extra-menu): New function.
1877         * menu-bar.el (menu-bar-vc-filter): New function.
1878         (menu-bar-tools-menu): Use it as a filter.
1880 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1882         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1884 2007-08-01  Glenn Morris  <rgm@gnu.org>
1886         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
1887         strings.
1888         (fortran-tab-mode-default): Remove needless autoload.
1889         (fortran-tab-mode-string): Add help-echo and mouse properties, and
1890         mark as risky.
1891         (fortran-line-length): New buffer-local variable, safe if integer.
1892         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
1893         Change from variables to constants.
1894         (fortran-font-lock-syntactic-keywords): Delete as a variable,
1895         replace with a new function definition.
1896         (fortran-mode): Use fortran-line-length, and
1897         fortran-font-lock-syntactic-keywords as a function.  Add a
1898         hack-local-variables-hook function.
1899         (fortran-line-length, fortran-hack-local-variables): New functions.
1900         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
1901         Use fortran-line-length rather than 72.
1902         (fortran-window-create-momentarily): Doc fix.
1904 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
1906         * cus-edit.el (custom-group-value-create, custom-goto-parent):
1907         Fix parent groups link.
1909 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
1911         * progmodes/python.el (python-current-defun): Adjust to never fall
1912         into infinite loop.
1914 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1916         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
1918 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
1920         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1921         (copyright-fix-years, copyright): Correctly handle the case where
1922         copyright-limit is nil.
1924 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
1926         * progmodes/python.el (run-python): Fix path separator under w32.
1928 2007-07-30  Richard Stallman  <rms@gnu.org>
1930         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1931         Treat non-break space as whitespace in Lisp.
1933 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1935         * vc.el (vc-dired-hook): Use inhibit-read-only.
1937         * progmodes/compile.el (compilation-forget-errors):
1938         Reset compilation-auto-jump-to-next.
1940 2007-07-30  Michael Olson  <mwolson@gnu.org>
1942         * cus-edit.el (custom-group-save): Fix void function definition
1943         error.  Thanks to Zhang Wei for the report.
1945         * ps-print.el: Check in trivial changes to the autoloads section
1946         caused by the build process.  These autoloads really ought to be
1947         placed in a separate file, methinks.
1949 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1951         * calendar/calendar.el (calendar-mode): Make sure
1952         displayed-(month|year) are set.
1953         (calendar-basic-setup): Display buffer before adjusting window sizes.
1954         (generate-calendar-window): Use inhibit-read-only.  Simplify.
1955         Generate buffer and set displayed-month and displayed-year before
1956         calling update-calendar-mode-line.
1958 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
1960         * net/tramp.el:
1961         * net/tramp-uu.el:
1962         * net/trampver.el: Use utf-8 encoding with coding cookie.
1964         * net/tramp-cache.el:
1965         * net/tramp-fish.el:
1966         * net/tramp-ftp.el:
1967         * net/tramp-gw.el:
1968         * net/tramp-smb.el: Remove coding cookie.
1970         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1971         Flush buffer file-name's file property.
1972         (tramp-handle-file-remote-p): The first parameter is FILENAME.
1974         * net/trampver.el: Update release number.
1976 2007-07-29  Juri Linkov  <juri@jurta.org>
1978         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
1979         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
1980         when major-mode is not dired-mode.
1981         (dired-toggle-read-only): New function.
1982         (dired-recursive-deletes): Remove obsolete comments about old
1983         default value.
1984         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
1986         * wdired.el (wdired-exit): New function.
1987         (wdired-mode-map): Bind C-x C-q to wdired-exit.
1989 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1991         * cus-edit.el (customize-read-group): New fun.
1992         (customize-group-other-window, customize-face-other-window):
1993         Prompt before delegating to customize-(group|face).
1994         Bind pop-up-windows rather than use the other-window argument.
1995         (customize-group, customize-face): Prompt from the interactive spec.
1996         Remove args `prompt-for-group' and `other-window'.
1998         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
1999         (ad-body-forms, ad-advised-interactive-form): Revert this part of
2000         last change.
2002 2007-07-28  Masatake YAMATO  <jet@gyve.org>
2004         * vc.el (vc-dired-mode): Add a menu for VC related operation.
2005         Use backend name as the menu label.  Suggested by David Kastrup.
2007 2007-07-28  Alan Mackenzie  <acm@muc.de>
2009         Fix problem with modes derived from CC Mode:
2010         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2011         macro to cc-langs.
2012         (c-init-language-vars-for): Remove call to above macro.
2013         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2014         been moved to here.
2015         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2017 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
2019         * net/trampver.el: Fix the `coding' cookie.
2021 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
2023         * vc-git.el (vc-git-print-log): Support both the old single file
2024         interface and the new one.
2026 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
2028         * bindings.el (mode-line-remote): Use updated %@ construct.
2030 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2032         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
2033         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
2034         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
2035         (diary-list-bahai-entries, diary-bahai-mark-entries)
2036         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
2037         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
2038         New names to clean up namespace.
2039         (list-bahai-diary-entries, mark-bahai-diary-entries)
2040         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
2041         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
2042         Add compatibility aliases.
2044         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
2046         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
2047         (calendar-scroll-left-three-months)
2048         (calendar-scroll-right-three-months): Clean up namespace.
2049         (scroll-calendar-left, scroll-calendar-right)
2050         (scroll-calendar-left-three-months)
2051         (scroll-calendar-right-three-months): Add compatibility aliases.
2053         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
2054         Behave like mouse-scroll-calendar-* when used from the mouse.
2056         * calendar/cal-menu.el (cal-menu-scroll-menu)
2057         (cal-menu-global-mouse-menu):
2058         * calendar/calendar.el (calendar-mode-map):
2059         Use new calendar-scroll-* names.
2060         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
2061         Remove.  Use calendar-scroll-* directly instead.
2063 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2065         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
2066         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
2067         (ad-make-advised-definition, ad-cache-id-verification-code):
2068         Use commandp and interactive-form instead.
2070 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
2072         * vc-git.el: Relicense to GPLv3 or later.
2073         (vc-directory-exclusion-list, vc-handled-backends): Remove.
2075         * vc-hooks.el (vc-handled-backends): Add GIT.
2077         * vc.el (vc-directory-exclusion-list): Add .git.
2079 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
2081         * vc-git.el (vc-git-revision-table)
2082         (vc-git-revision-completion-table): New functions.
2084 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2086         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
2087         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
2088         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
2089         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
2090         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
2091         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
2092         New command actions for EPS header and EPS footer.
2094         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
2095         footer.  Fix some problems with one-or-more, zero-or-more and
2096         alternative constructions generation.  Some log messages
2097         implementation.  Doc fix.
2098         (ebnf-version): New version 4.4.
2099         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
2100         (ebnf-eps-footer, ebnf-log): New options.
2101         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
2102         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
2103         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
2104         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
2105         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
2106         (ebnf-style-custom-list, ebnf-style-database): Put new values.
2107         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
2108         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
2109         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
2110         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
2111         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
2112         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
2113         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
2114         (ebnf-non-terminal-dimension, ebnf-special-dimension)
2115         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
2116         (ebnf-except-dimension, ebnf-alternative-dimension)
2117         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
2118         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
2119         message fun.
2120         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
2121         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
2122         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
2123         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
2124         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
2125         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
2126         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
2127         compatibility with Emacs 20 & 21.
2128         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
2129         (ebnf-eps-file-alist, ebnf-basic-width-extra)
2130         (ebnf-basic-empty-height): New vars.
2131         (ebnf-prologue): Fix PostScript code.
2132         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
2133         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
2134         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
2135         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
2137 2007-07-25  Glenn Morris  <rgm@gnu.org>
2139         * Relicense all FSF files to GPLv3 or later.
2141         * COPYING: Switch to GPLv3.
2143 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2145         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2146         Replace it with another one which disables undo before calling
2147         erase-buffer and then turns it back on if needed.
2149 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2151         * ps-print.el: Problem with foreground and background color when
2152         printing a buffer with and without faces.  Reported by Christian
2153         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2154         (ps-print-version): New version 6.7.5.
2155         (ps-default-fg): Change default value to nil, so black color is used
2156         when a face does not specify a foreground color.
2157         (ps-default-bg): Change default value to nil, so white color is used
2158         for background color.
2159         (ps-begin-job): Fix code.
2161 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
2163         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2165 2007-07-24  Glenn Morris  <rgm@gnu.org>
2167         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2168         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2169         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2170         (cal-tex-cursor-week, cal-tex-cursor-week2)
2171         (cal-tex-cursor-week-iso, cal-tex-week-hours)
2172         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2173         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2174         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2176 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2178         * calendar/calendar.el (calendar-mode-map): Move initialization
2179         into declaration.  Add menu bindings (used to be done in cal-menu).
2180         (calendar-mode): Don't add an activate-menubar-hook.
2182         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
2183         modify calendar-mode-map), use easy-menu, and make sure that C-h k
2184         can be used on the menu entries.
2185         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
2186         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
2187         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
2188         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
2189         (calendar-flatten, cal-menu-update): Remove.
2190         (calendar-mouse-insert-hebrew-diary-entry)
2191         (calendar-mouse-insert-islamic-diary-entry)
2192         (calendar-mouse-insert-bahai-diary-entry):
2193         Remove (fold into cal-menu-diary-menu).
2194         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
2195         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
2196         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
2197         (calendar-mouse-view-diary-entries): Minor simplifications.
2198         (calendar-event-to-date): Use with-current-buffer.
2200 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
2202         * add-log.el (change-log-redate): Remove (not needed anymore and
2203         doesn't appear to work).
2205 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2207         * frame.el: Use mapc and dolist instead of mapcar where possible.
2208         (close-display-connection): New command.
2210 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
2212         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
2213         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
2215 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2217         * ps-print.el (ps-multibyte-buffer): Docstring fix.
2219         * ps-mule.el: Doc fix.
2220         (ps-multibyte-buffer, ps-mule-font-info-database-default)
2221         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
2223 2007-07-25  Glenn Morris  <rgm@gnu.org>
2225         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
2226         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
2227         (cal-tex-daily-end, cal-tex-hook)
2228         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
2229         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
2230         (cal-tex-cursor-week-iso, cal-tex-week-hours)
2231         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2232         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
2233         (cal-tex-day-prefix, cal-tex-day-name-format)
2234         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
2235         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
2236         (cal-tex-LaTeX-subst-list): Change from variables to constants.
2237         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
2238         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
2239         etc, rather than \bf.
2240         (cal-tex-mini-calendar): Fix typos in previous change.
2241         (cal-tex-latexify-list): Remove inner let binding.
2242         (cal-tex-end-document, cal-tex-banner): Use multi-line
2243         cal-tex-comment.
2244         (cal-tex-comment): Handle embedded newlines.
2245         (cal-tex-LaTeXify-string): Use substring-no-properties.
2247 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
2249         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2250         Add support for the Maden build tool.
2252 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
2254         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
2256 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2258         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2260 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
2262         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
2263         C-x C-q.
2265         * vc-git.el (vc-git-print-log): Fix previous change.
2267 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2269         * window.el (save-selected-window): Minor optimization.
2270         (bw-adjust-window): If operation failed, try with a smaller delta.
2271         (window-fixed-size-p): New function.
2272         (window-area-factor): New var.
2273         (balance-windows-area): New command.
2275         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
2276         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
2277         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
2278         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
2279         (ps-mule-begin-job): Use dolist.
2281 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
2283         * subr.el (start-file-process-shell-command)
2284         (process-file-shell-command): New defuns.
2286         * progmodes/compile.el (compilation-start):
2287         Apply `start-file-process-shell-command'.
2289 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
2291         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
2293 2007-07-24  Alan Mackenzie  <acm@muc.de>
2295         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2296         Initialise byte-compile-unresolved-functions before rather than
2297         after a compilation.
2298         (byte-compile-unresolved-functions): Amplify doc string.
2300 2007-07-24  Glenn Morris  <rgm@gnu.org>
2302         * startup.el (normal-splash-screen): Use `emacs-copyright'.
2304         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2305         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2306         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2307         (cal-tex-cursor-week, cal-tex-cursor-week2)
2308         (cal-tex-cursor-week-iso, cal-tex-week-hours)
2309         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2310         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2311         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2313         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
2314         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
2315         (cal-tex-day-name-format, cal-tex-cal-one-month)
2316         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
2317         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
2318         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
2319         (cal-tex-list-holidays, cal-tex-cursor-year)
2320         (cal-tex-cursor-year-landscape, cal-tex-year)
2321         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
2322         (cal-tex-cursor-month, cal-tex-insert-days)
2323         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2324         (cal-tex-first-blank-p, cal-tex-cursor-week)
2325         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2326         (cal-tex-week-hours, cal-tex-cursor-week-monday)
2327         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
2328         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
2329         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
2330         (cal-tex-latexify-list, cal-tex-previous-month)
2331         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
2332         modernization, including using dotimes rather than
2333         calendar-for-loop.
2334         (cal-tex-LaTeX-subst-list): Remove `@'.
2335         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
2336         Use \textit and \textbf rather than \em and \it.
2338         * calendar/cal-bahai.el (list-bahai-diary-entries)
2339         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
2340         * calendar/cal-islam.el (list-islamic-diary-entries)
2341         * calendar/calendar.el (generate-calendar, generate-calendar-month)
2342         * calendar/diary-lib.el (diary-list-entries)
2343         (mark-calendar-date-pattern): Use `dotimes' rather than
2344         `calendar-for-loop'.
2346         * calendar/calendar.el (calendar-for-loop): Doc fix.
2348 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2350         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2351         underlying file is uptodate.
2353 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
2355         * replace.el (perform-replace): Use isearch-no-upper-case-p.
2357 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2359         * vc-hooks.el (vc-mode-line-map): New const.
2360         (vc-mode-line): Use it.
2362 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
2364         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
2365         (vc-git-unregister): New functions.
2366         (vc-git-find-version): Use the result of ls-files as a parameter
2367         for cat-file.
2369 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
2371         * net/tramp.el (tramp-perl-file-attributes)
2372         (tramp-perl-directory-files-and-attributes)
2373         (tramp-handle-file-attributes-with-stat)
2374         (tramp-handle-directory-files-and-attributes-with-stat)
2375         (tramp-convert-file-attributes): Handle huge file sizes.
2377 2007-07-23  Juri Linkov  <juri@jurta.org>
2379         * isearch.el (isearch-message-function): New variable.
2380         (isearch-update, isearch-search): Use it.
2382         * simple.el (goto-history-element): New function created from
2383         next-history-element.
2384         (next-history-element): Most code moved to goto-history-element.
2385         Call goto-history-element with (- minibuffer-history-position n).
2386         (previous-history-element): Call goto-history-element with (+
2387         minibuffer-history-position n).
2388         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
2389         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
2390         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
2391         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
2392         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
2393         (minibuffer-history-isearch-pop-state): New functions.
2395 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
2397         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
2398         Also, if FILE is a list, return non-nil if any of its elements
2399         should stay local.  Update docstring.
2401 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2403         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
2404         change by reverting a small part.
2406 2007-07-23  Richard Stallman  <rms@gnu.org>
2408         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2410 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
2412         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
2413         handling it.  Use vc-git-command.
2414         (vc-git-find-version, vc-git-diff-tree): New functions.
2415         (vc-git-revert): Use vc-git-command.
2416         (vc-git--run-command): Delete.
2418 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
2420         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
2422 2007-07-20  Kenichi Handa  <handa@m17n.org>
2424         * international/utf-8.el (utf-8-post-read-conversion):
2425         Temporarily bind utf-8-compose-scripts to nil while running
2426         *-compose-region functions.
2428 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
2430         * vc-git.el: Update status.
2431         (vc-directory-exclusion-list): Use eval-after-load.
2433 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
2435         * bindings.el (mode-line-remote): New variable.
2436         (help-echo): Add to default values of mode-line-format.
2438         * files.el: Mark mode-line-remote as risky.
2440 2007-07-22  Juri Linkov  <juri@jurta.org>
2442         * isearch.el (isearch-edit-string): Save old point and
2443         isearch-other-end to old-point and old-other-end before reading
2444         the search string from minibuffer.  After exiting minibuffer set
2445         point to old-other-end if point and the search direction is the
2446         same as before reading the search string.
2447         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
2448         to isearch-other-end.  Instead of isearch-search-and-update call
2449         three functions isearch-search, isearch-push-state and isearch-update.
2451 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2453         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
2454         deal with multiple file arguments.
2455         (vc-git-print-log): Deal with multiple file arguments.
2457 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2459         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
2460         diff-refine-hunk.  Adjust users.
2461         (diff-unified-hunk-p, diff-splittable-p): New functions.
2462         (diff-mode-menu): Use it to disable Split when it doesn't work.
2464 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2466         * diff-mode.el (diff-mode-menu): New entries.
2468 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2470         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
2471         if applicable, so as to save undo-log space.
2473         * diff-mode.el (diff-find-file-name): Add arg `batch'.
2475         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2476         (diff-file-kill): Use it.
2477         (diff-beginning-of-hunk): Add arg `try-harder' using it.
2478         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2479         Use it so they find the hunk even when we're in the file header.
2481 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2483         * vc-git.el (vc-git-revision-granularity, vc-git-root)
2484         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
2485         (vc-git-create-repo): New functions.
2486         (vc-git-registered): New autoloaded function definition.
2487         (vc-git-registered): Use vc-git-root.
2488         (vc-git-responsible-p): New defalias.
2489         (vc-git-annotate-extract-revision-at-line): Uncomment.
2490         (vc-git-print-log): Add the file name to the log.
2491         (vc-git-log-view-mode): New derived mode.
2492         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
2494 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
2496         * progmodes/grep.el (grep-compute-defaults): Keep default values.
2498 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
2500         * textmodes/reftex.el (reftex-access-parse-file): Create parse
2501         file in a way that does not interfere with recentf mode.
2502         (reftex-access-parse-file): Do not risk destroying an existing
2503         buffer.
2505 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
2507         * vc-git.el: New file.
2509 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2511         * textmodes/tex-mode.el (tex-font-script-display): Change default.
2513 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2515         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
2516         for branches and new files.
2518         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
2519         local-map handling ...
2520         (vc-mode-line): ... here.  Improve handling of help-echo.
2522         * vc.el (mode-line-string): Document help-echo usage.
2524 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
2526         Sync with Tramp 2.1.10.
2528         * net/tramp.el (tramp-get-ls-command): Fix typo.
2530         * net/trampver.el: Update release number.
2532 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2534         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2536         * term/x-win.el (x-handle-no-bitmap-icon): New function.
2538 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
2540         * add-log.el (change-log-fill-parenthesized-list): New function.
2541         (change-log-indent): Call change-log-fill-parenthesized-list.
2542         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
2543         Have lines with leading asterisk start a paragraph.
2545 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
2547         * calc/calc-math.el (math-emacs-precision)
2548         (math-largest-emacs-expt, math-smallest-emacs-expt):
2549         New variables.
2550         (math-use-emacs-fn): New function.
2551         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
2552         appropriate.
2554 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2556         * image-dired.el (image-dired-sane-db-file): New func.
2557         (image-dired-write-tags, image-dired-remove-tag)
2558         (image-dired-list-tags, image-dired-write-comments)
2559         (image-dired-get-comment, image-dired-mark-tagged-files)
2560         (image-dired-create-gallery-lists): Call new func.
2561         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2563 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2565         * vc-hg.el (vc-hg-dir-state): Fix loop.
2566         (vc-hg-print-log): Fix expected return value for vc-hg-command.
2567         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2568         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2569         (vc-hg-revert): Likewise.
2570         (vc-hg-revision-table, vc-hg-revision-completion-table): New
2571         functions.
2573 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2575         * add-log.el (change-log-resolve-conflict): Don't lose data if the
2576         merge fails.
2578 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2580         * progmodes/compile.el (compilation-auto-jump-to-first-error):
2581         Add group and version.
2583 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2585         * add-log.el (add-log-file-name): Use file-relative-name.
2586         (add-change-log-entry): Delay reading
2587         add-log-(full-name|mailing-address) to after we've switched to the
2588         ChangeLog buffer so we get the right value.
2589         (add-change-log-entry, add-log-current-defun, change-log-merge):
2590         Use derived-mode-p rather than checking major-mode directly.
2592         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2593         name for buffer-file-name if it refers to a directory.
2595         * vc-arch.el (vc-arch-diff): Fix last change.
2597         * progmodes/compile.el (compilation-start): Remember the original
2598         directory in a buffer-local compilation-directory.
2599         (compile): Set the global value of compilation-directory.
2600         (recompile): Use compilation-directory even in the compilation buffer.
2602 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2604         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2606 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2608         * ps-print.el: Problem with foreground and background color when
2609         printing a buffer with and without faces.  Reported by Christian
2610         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2611         (ps-print-version): New version 6.7.5.
2612         (ps-default-fg): Change default value to nil, so black color is used
2613         when a face does not specify a foreground color.
2614         (ps-default-bg): Change default value to nil, so white color is used
2615         for background color.
2616         (ps-begin-job): Fix code.
2618 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
2620         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
2621         in $(INSTALL_DIR)/lisp/ if they already exist.
2623 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
2625         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
2626         in $(INSTALL_DIR)/lisp/ if they already exist.
2628 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2630         * progmodes/vera-mode.el (vera-re-search-forward)
2631         (vera-re-search-backward): Remove use of store-match-data.
2632         (vera-mode-map): Move initialization into declaration.
2634         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
2635         (flymake-find-buildfile): Use locate-dominating-file.
2637         * vc.el (vc-delistify): Use mapconcat.
2638         (vc-do-command): Minor simplification.
2639         (vc-expand-dirs): Use push.
2641         * vc-mcvs.el (vc-mcvs-create-repo):
2642         * vc-cvs.el (vc-cvs-create-repo): Remove.
2644         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
2645         directory and the root as well.
2647 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2649         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
2650         instead of a file.
2652         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
2653         (vc-hg-registered): Replace if with when.
2654         (vc-hg-state): Deal with nonexistent files and handle removed files.
2655         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2656         (vc-hg-checkout): Re-enable.
2657         (vc-hg-create-repo): Fix typos.
2658         (vc-hg-print-log): Fix for multiple files.
2659         (vc-hg-workfile-unchanged-p): New function.
2661         * vc.el: Fix typo.
2662         (vc-print-log): Fix call to print-log.
2663         (vc-default-comment-history): Likewise.
2664         (vc-directory-exclusion-list): Add .hg and .bzr.
2665         (vc-diff-internal): Pass a list instead of a file.
2667         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
2669         * vc-bzr.el (vc-bzr-create-repo): New function.
2671 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2673         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2674         `file' from which to start the search.
2676 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
2678         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
2679         having a single file argument to having a list of files as the
2680         first argument.
2682 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2684         * files.el (locate-dominating-file): New function.
2686 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
2688         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
2689         (grep-compute-defaults): Use it.
2691 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2693         * uniquify.el: Docstring fixes.
2695 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
2697         * vc.el (revision-granularity, create-repo): Document new vc
2698         backend properties.
2699         (vc-rollback): Renamed from vc-cancel-version. Update
2700         references. Pass a list instead of a file.
2701         (vc-revert): Renamed from vc-revert-buffer. Update references.
2702         (vc-delistify, vc-expand-dirs): New functions.
2703         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
2704         of files instead of a single file.
2705         (vc-position-context, vc-resync-window, vc-diff-internal)
2706         (vc-print-log): Pass a list instead of a file.
2708         * vc-hooks.el (vc-stay-local-p, vc-backend)
2709         (vc-backend-subdirectory-name): Work on a file list, not a single
2710         file.
2711         (vc-workfile-version): Update docstring.
2712         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
2713         vc-revert instead of vc-revert-buffer.
2714         (vc-prefix-map): Likewise. Bind vc-update.
2716         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
2717         (vc-svn-wash-log): New functions.
2718         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
2719         (vc-svn-command): Deal with a list of files, not a single file.
2721         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
2722         (vc-rcs-wash-log): New functions.
2723         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
2724         Deal with a list of files, not a single file.
2725         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
2727         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
2728         functions.
2729         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
2730         list of files, not a single file.
2732         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
2733         New functions.
2734         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
2735         (vc-mcvs-diff): Deal with a list of files, not a single file.
2737         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
2738         functions.
2739         (vc-hg-print-log): Deal with a list of files, not a single file.
2740         (vc-hg-diff-tree): New function, replace defalias with the same
2741         name.
2742         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
2743         FILES to denote that it is a file list, not a single file.
2745         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
2746         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
2747         a single file.
2748         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
2749         that it is a file list, not a single file.
2750         (vc-cvs-diff): Likewise. Simplify.
2752         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
2753         Deal with a list of files, not a single file.
2755         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
2756         (vc-bzr-print-log): Update FILE parameter name to denote that it
2757         is a file list, not a single file.
2758         (vc-bzr-diff): Likewise. Use the car of files.
2760 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
2762         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2763         (follow-delete-other-windows-and-split, follow-recenter)
2764         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2765         (follow-redisplay, follow-estimate-first-window-start)
2766         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2767         Fix typos in docstrings.
2769 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
2771         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
2772         avoid that filling introduces lines with a single asterisk.
2774         * kmacro.el (kmacro-end-macro): When ignoring empty macro
2775         avoid incorrect kmacro-ring-empty-p messages.
2776         Reported by Michael Schierl <schierlm@gmx.de>.
2778 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
2780         * vc.el: Add more info about the vc-registered function.
2782 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
2784         * files.el (file-remote-p): Introduce optional parameter
2785         IDENTIFICATION.
2787         * recentf.el (recentf-keep-default-predicate): Adapt call of
2788         `file-remote-p'.
2790         * progmodes/grep.el (grep-probe): Use `process-file'.
2791         (grep-compute-defaults): Handle variables host specific.
2793         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
2794         parameter IDENTIFICATION.
2796         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2797         parameter IDENTIFICATION.
2798         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
2799         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2800         Add entry for `set-file-times'.
2801         (tramp-do-copy-or-rename-file-via-buffer)
2802         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
2803         (tramp-handle-unhandled-file-name-directory): Rewrite.
2804         (tramp-convert-file-attributes): Add error handling when inode is
2805         extraordinary big.
2806         (tramp-get-inode): Change parameter from FILE to VEC.
2807         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
2808         is nil.  This is according to the specification.  Goto (point-max)
2809         when ready.
2810         (tramp-handle-shell-command): Rewrite completely, using
2811         `process-file' and `start-file-process'.
2812         (tramp-methods, tramp-find-shell)
2813         (tramp-open-connection-setup-interactive-shell)
2814         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
2815         var.  Reported by Steve Youngs <steve@sxemacs.org>.
2817         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
2818         entry for `set-file-times'.  Rename `start-process' into
2819         `start-file-process'.  Remove `call-process' entry.
2820         (tramp-fish-handle-set-file-times): New defun.
2821         (tramp-fish-handle-executable-find): Use `process-file'.
2822         (tramp-fish-handle-process-file): New defun.  Replaces
2823         `tramp-fish-handle-call-process'.
2824         (tramp-fish-do-copy-or-rename-file-directly): Use
2825         `set-file-times'.
2826         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
2828         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
2829         `tramp-get-inode' parameter.
2831 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2833         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
2834         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
2835         nowadays, and by the time Emacs-23 comes out, nobody will even remember
2836         it has ever existed.
2838 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
2840         * vc.el: Undo previous change.
2842 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
2844         * makefile.w32-in (clean): Don't delete *~.
2846 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2848         * textmodes/tex-mode.el (tex-verbatim-environments):
2849         Add safe-local-variable property.
2850         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
2851         when starting font-lock rather than when loading tex-mode.el.
2853         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
2854         whole $( rather than just the $.  Rename from sh-quoted-subshell.
2855         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
2857 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
2859         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
2860         bookmark-alist.  Instead, if not sorting, simply return it.
2861         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2862         for its return value, not for its side effect.
2864         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2865         case of alignment under a constant symbol, find and consider
2866         the sexp actually at indentation to be the "last sexp".
2868 2007-07-16  Drew Adams  <drew.adams@oracle.com>
2870         * mouse.el (mouse-yank-secondary): Better error message if no
2871         secondary selection.
2873 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
2875         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
2877         * term/xterm.el (xterm-turn-on-modify-other-keys)
2878         (xterm-turn-off-modify-other-keys): New functions.
2879         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
2880         terminal supports it.
2882 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
2884         * bookmark.el (bookmark-show-all-annotations):
2885         Make sure each inserted annotation ends with newline.
2887 2007-07-15  Richard Stallman  <rms@gnu.org>
2889         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2891         * tutorial.el (tutorial--find-changed-keys):
2892         Handle C-x specially like ESC.
2894 2007-07-15  Aaron Hawley  <aaronh@garden.org>
2896         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2898 2007-07-15  Juri Linkov  <juri@jurta.org>
2900         * delsel.el (delete-selection-pre-hook):
2901         * emulation/cua-base.el (cua-paste): Before a yank command,
2902         check also whether last-command is one of mouse-save-then-kill,
2903         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
2905 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
2907         * recentf.el (recentf-keep-default-predicate): New defun.
2908         (recentf-keep): Use it as initial value.
2910 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
2912         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
2913         thus restoring bookmark bindings to three slots under C-x r.  See
2914         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
2916 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
2918         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2920 2007-07-15  Jason Rumney  <jasonr@gnu.org>
2922         * w32-fns.el (set-default-process-coding-system): Use dos line ends
2923         for input to cmdproxy on all versions of Windows.
2924         Use dos line ends for input to plink.
2926         * comint.el (comint-simple-send): Concat newline before sending.
2927         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2929 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2931         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
2932         safe-local-variable setting.
2934 2007-07-14  David Kastrup  <dak@gnu.org>
2936         * emacs-lisp/advice.el (defadvice): Doc fix.
2938 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
2940         * subr.el (when, unless): Doc fix.
2942 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
2944         * replace.el (match): Use yellow1 instead of yellow.
2946         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2948         * pcvs-info.el (cvs-unknown): Likewise.
2950 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
2952         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2953         (install): Use them to copy all *.el files before *.elc.
2955 2007-07-13  Drew Adams  <drew.adams@oracle.com>
2957         * bookmark.el (bookmark-jump-other-window): New function.
2958         (bookmark-map): Bind it to "o".
2960         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
2961         and its thread contains discussion about this change.
2962         The original patch was slightly tweaked by Karl Fogel
2963         <kfogel@red-bean.com> before committing.
2965 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
2967         * bookmark.el: Shorten some comments to fit within 80 lines.
2969 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
2971         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
2972         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
2973         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
2974         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
2976 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
2978         * textmodes/org.el: Bug fixes.
2979         (org-end-of-line): Move to end of line if in headline without tags.
2981 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2983         * vc-hooks.el: Remove spurious * in docstrings.
2984         (vc-handled-backends): Add BZR.
2986         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
2988 2007-07-12  Davis Herring  <herring@lanl.gov>
2990         * desktop.el (desktop-buffer-info, desktop-save):
2991         Use `desktop-dirname' instead of `dirname'.
2993 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
2995         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
2997         * progmodes/python.el (python-which-func-length-limit): New var.
2998         (python-which-func): New function.
2999         (python-current-defun): Add optional `length-limit' and try to fit
3000         computed function name to that length.
3001         (python-mode): Hook `python-which-func' up.
3003 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
3005         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
3007         * comint.el (comint-dynamic-complete-as-filename):
3008         Use read-file-name-completion-ignore-case.
3010 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3012         * comint.el (comint-dynamic-list-filename-completions):
3013         Use read-file-name-completion-ignore-case.
3015         * vc-cvs.el: Require CL.
3016         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
3017         New functions to provide completion of revision names.
3019         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
3020         (vc-cvs-annotate-first-line-re): New const.
3021         (vc-cvs-annotate-process-filter): New fun.
3022         (vc-cvs-annotate-command): Use them and run the command asynchronously.
3024 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
3026         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
3027         (eldoc-print-current-symbol-info): Adjust for changed helper
3028         function signatures.
3029         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
3030         `eldoc-highlight-function-argument'.
3031         (eldoc-highlight-function-argument): New function.
3032         (eldoc-get-var-docstring): Format documentation with
3033         `font-lock-variable-name-face'.
3034         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
3035         where suited.
3036         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
3037         (eldoc-beginning-of-sexp): Return number of skipped sexps.
3039 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
3041         * progmodes/compile.el (compilation-start): `start-process' must
3042         still be redefined when calling `start-process-shell-command'.
3044         * progmodes/gud.el (gud-file-name): When `default-directory' is a
3045         remote file name, prepend its remote part to the filename.
3046         (gud-common-init): When `default-directory' is a remote file name,
3047         make the filename relative to it.
3048         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
3050 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
3052         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
3053         mouse binding and a tooltip.
3055 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3057         * menu-bar.el (vc-menu-map): New defalias.
3059 2007-07-10  Richard Stallman  <rms@gnu.org>
3061         * emacs-lisp/lisp-mode.el (eval-defun):
3062         Explain special handling of `defface'.
3064 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
3066         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
3068         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
3070 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3072         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
3074         * vc-arch.el (vc-arch-complete): Remove.
3075         (vc-arch-revision-completion-table): Use complete-with-action.
3077         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
3078         (complete-with-action): New function.
3079         (dynamic-completion-table): Use it.
3081 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
3083         * comint.el (make-comint, make-comint-in-buffer)
3084         (comint-exec-1): Replace `start-process' by `start-file-process'.
3086         * progmodes/compile.el (compilation-start): Revert redefining
3087         `start-process'.
3089 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3091         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
3092         with EOLs when generating MD5 checksums.
3094         * follow.el: Don't change the global map from the follow-mode-map
3095         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
3096         XEmacs code.
3097         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
3098         since `follow-mode' should be used instead for that.
3100         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
3101         (easy-menu-do-define): Use it.
3102         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
3104         * progmodes/compile.el (compilation-auto-jump-to-first-error)
3105         (compilation-auto-jump-to-next): New vars.
3106         (compilation-auto-jump): New function.
3107         (compilation-error-properties): Use them to jump to first error.
3108         (compilation-start): Set the var if requested.
3110         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
3111         duplicates without also removing entries from other directories.
3113 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
3115         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
3116         Remember span as default.
3117         (org-columns-edit-value): Rename from `org-column-edit'.
3118         (org-columns-display-here-title): Rename from
3119         `org-overlay-columns-title'.
3120         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
3121         (org-columns-get-autowidth-alist): Rename from
3122         `org-get-columns-autowidth-alist'.
3123         (org-columns-display-here): Rename from `org-overlay-columns'.
3124         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
3125         (org-columns-quit): Rename from `org-column-quit'.
3126         (org-columns-show-value): Rename from `org-column-show-value'.
3127         (org-columns-content, org-columns-widen)
3128         (org-columns-next-allowed-value)
3129         (org-columns-edit-allowed, org-columns-store-format)
3130         (org-columns-uncompile-format, org-columns-redo)
3131         (org-columns-edit-attributes, org-delete-property)
3132         (org-set-property, org-columns-update)
3133         (org-columns-compute, org-columns-eval)
3134         (org-columns-not-in-agenda, org-columns-compute-all)
3135         (org-property-next-allowed-value)
3136         (org-columns-compile-format)
3137         (org-fill-paragraph-experimental)
3138         (org-string-to-number, org-property-action)
3139         (org-columns-move-left, org-columns-new)
3140         (org-column-number-to-string)
3141         (org-property-previous-allowed-value)
3142         (org-at-property-p, org-columns-delete)
3143         (org-columns-previous-allowed-value)
3144         (org-columns-move-right, org-columns-narrow)
3145         (org-property-get-allowed-values)
3146         (org-verify-version, org-column-string-to-number)
3147         (org-delete-property-globally): New functions.
3148         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
3149         (org-columns-overlays): Rename from `org-column-overlays'.
3150         (org-columns-map): Rename from `org-column-map'.
3151         (org-columns-current-maxwidths): Rename from
3152         `org-current-columns-maxwidths'.
3153         (org-columns-begin-marker, org-columns-current-fmt-compiled)
3154         (org-previous-header-line-format)
3155         (org-columns-inhibit-recalculation)
3156         (org-columns-top-level-marker): New variables.
3157         (org-columns-default-format): Rename from `org-default-columns-format'.
3158         (org-property-re): New constant.
3160 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
3162         * subr.el (looking-at-p, string-match-p): New functions.
3164 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
3166         * textmodes/tex-mode.el (tex-fontify-script)
3167         (tex-font-script-display): New variables to make display of
3168         superscripts and subscripts customizable.
3169         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
3171 2007-07-09  Richard Stallman  <rms@gnu.org>
3173         * isearch.el (isearch-edit-string): Call to isearch-push-state
3174         after the search.
3176 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3178         * window.el (fit-window-to-buffer): Remove setting of window-min-height
3179         to 1 as enlarge-window uses the value to resize/shrink windows other
3180         than WINDOW if needed.
3182 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3184         * cus-start.el (file-coding-system-alist): Fix custom type.
3186 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
3188         * longlines.el (longlines-wrap-region): Avoid marking buffer as
3189         modified.
3190         (longlines-auto-wrap, longlines-window-change-function):
3191         Remove unnecessary calls to set-buffer-modified-p.
3193 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3195         * cus-start.el (file-coding-system-alist): Fix custom type.
3197 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3199         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
3200         (vc-cvs-checkout): Remove last arg now unused; simplify.
3202 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
3204         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
3206         * net/tramp.el:
3207         * net/tramp-ftp.el:
3208         * net/tramp-smb.el:
3209         * net/tramp-uu.el:
3210         * net/trampver.el: Migrate to Tramp 2.1.
3212         * net/tramp-cache.el:
3213         * net/tramp-fish.el:
3214         * net/tramp-gw.el: New Tramp packages.
3216         * net/tramp-util.el:
3217         * net/tramp-vc.el: Removed.
3219         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
3220         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
3222         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
3224         * progmodes/compile.el (compilation-start): Redefine
3225         `start-process' temporarily when `default-directory' is remote.
3226         Remove case of synchronous compilation, this won't happen ever.
3227         (compilation-setup): Make local variable `comint-file-name-prefix'
3228         for remote compilation.
3230 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
3232         * novice.el (disabled-command-function): Fit window to buffer to
3233         make last line visible.
3234         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3236         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
3237         when handling the terminating event.
3239 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
3241         * calc/calc.el (math-read-number-simple): Remove leading 0s.
3242         (math-bignum-digit-length): Change to optimal value.
3244         * calc/calc-bin.el (math-bignum-logb-digit-size)
3245         (math-bignum-digit-power-of-two): Evaluate when compiled.
3247         * calc/calc-comb.el (math-small-factorial-table)
3248         (math-init-random-base, math-prime-test): Remove unnecessary calls
3249         to `math-read-number-simple'.
3251         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
3252         (math-approx-gamma-const): Add docstrings.
3254         * calc/calc-forms.el (math-julian-date-beginning)
3255         (math-julian-date-beginning-int): New constants.
3256         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
3257         Use the new constants.
3259         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
3261         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
3262         Add docstrings.
3264 2007-07-07  Tom Tromey  <tromey@redhat.com>
3266         * vc.el (vc-annotate): Jump to line and output message only after the
3267         process is really all done.
3269 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3271         * vc.el (vc-exec-after): Don't move point from the sentinel.
3272         Forcefully read all the remaining text in the pipe upon process exit.
3273         (vc-annotate-display-autoscale, vc-annotate-lines):
3274         Don't stop at the first unrecognized line.
3275         (vc-annotate-display-select): Run autoscale after the process is done
3276         since it depends on the whole result.
3278 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
3280         * term/w32-win.el (menu-bar-open): New function.
3281         Bind <f10> to it.
3283 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
3285         * simple.el (start-file-process): New defun.
3287 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3289         * files.el (find-file-confirm-nonexistent-file): Rename from
3290         find-file-confirm-inexistent-file.  Update users.
3292         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
3293         format of autoload block where the file's time-stamp is replaced by its
3294         MD5 checksum.
3295         (autoload-generate-file-autoloads): Use MD5 checksum instead of
3296         time-stamp for secondary autoloads files.
3297         (update-directory-autoloads): Remove duplicate entries.
3298         Use time-less-p for time-stamps, as done in autoload-find-destination.
3300 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
3302         * calc/calc.el (math-read-number): Replace number by variable.
3303         (math-read-number-simple): Properly parse small integers.
3305 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
3307         * vc.el: Fix doc for the checkout function.
3309 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
3311         * vc-hg.el (vc-hg-root): New function.
3312         (vc-hg-registered): Use it.
3313         (vc-hg-diff-tree): New defalias.
3314         (vc-hg-responsible-p): Likewise.
3315         (vc-hg-checkout): Comment out, not needed.
3316         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
3317         (vc-hg-find-version, vc-hg-next-version): New functions.
3319 2007-07-06  Andreas Schwab  <schwab@suse.de>
3321         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
3322         dynamic bindings around the evaluation of the expression.
3323         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
3325 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3327         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
3328         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
3329         Use run-hooks rather than run-mode-hooks.
3331 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
3333         * calc/calc-comb.el (math-random-digit): Rename to
3334         `math-random-three-digit-number'.
3335         (math-random-digits): Don't depend on representation of integer.
3337         * calc/calc-bin.el (math-bignum-logb-digit-size)
3338         (math-bignum-digit-power-of-two): New constants.
3339         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
3340         (math-not-bignum, math-clip-bignum): Use the constants
3341         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
3342         instead of their values.
3343         (math-clip): Use math-small-integer-size instead of its value.
3345         * calc/calc.el (math-add-bignum): Replace number by constant.
3347 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
3349         * wid-edit.el (widget-documentation-string-value-create):
3350         Insert indentation spaces.
3352 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
3354         * emacs-lisp/byte-opt.el: Revert last change.
3356 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
3358         * vc-hooks.el (vc-handled-backends): Add HG.
3360         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
3362 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3364         * complete.el (PC-do-complete-and-exit): Add support for the new
3365         `confirm-only' confirmation mode.
3367 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
3369         * cus-edit.el (custom-commands): New variable.
3370         (custom-tool-bar-map): New variable.  Initialize using
3371         `custom-commands'.
3372         (custom-mode): Use `custom-tool-bar-map'.
3373         (custom-buffer-create-internal): Insert action buttons only if
3374         tool bar is not used.  Use `custom-commands'.
3375         (Custom-help, custom-command-apply): New function.
3376         (custom-command-apply, Custom-set, Custom-save)
3377         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
3378         Use `custom-command-apply' instead of duplicating code.
3379         (customize-group-other-window): Call `customize-group' instead of
3380         duplicating code.
3381         (customize-face-other-window): Call `customize-face' instead of
3382         duplicating code.
3383         (customize-group, customize-face): Add optional args for opening
3384         in another window.
3385         (custom-variable-tag): Don't inherit `variable-pitch' face.
3386         (custom-group-tag): Inherit `variable-pitch' face.
3387         (custom-variable-value-create): Set documentation indentation.
3388         (custom-group-value-create): Make group name a link, instead of
3389         using an extra "go to group" button.
3390         (custom-prompt-variable, custom-group-set, custom-group-save)
3391         (custom-group-reset-current, custom-group-reset-saved)
3392         (custom-group-reset-standard): Minor cleanup.
3394 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
3396         * Makefile.in (bootstrap-prepare): When copying from
3397         ldefs-boot.el, make sure loaddefs.el is writeable.
3399         (bootstrap-prepare): Make $(lisp)/ps-print.el
3400         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
3402 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
3404         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
3405         only caller, and delete.
3406         (vc-hg-state): Deal with exceptions and only parse the output on
3407         successful return.
3408         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
3409         caller, and delete.
3410         (vc-hg-workfile-version): Deal with exceptions and only parse the
3411         output on successful return.
3412         (vc-hg-revert): New function.
3414 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
3416         * calculator.el (calculator-expt): Use more cases to determine
3417         the value.
3419 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
3421         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
3422         file names.
3424 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
3426         * calculator.el (calculator-expt, calculator-integer-p):
3427         New functions.
3428         (calculator-fact): Check to see if the factorial will be too
3429         large before computing it.
3430         (calculator-initial-operators): Use `calculator-expt' to
3431         compute "^".
3432         (calculator-mode): Mention that results which are too large
3433         will return inf.
3434         * calc/calc-comb.el (math-small-factorial-table): Replace list
3435         by vector.
3437 2007-07-03  David Kastrup  <dak@gnu.org>
3439         * shell.el: On request of the authors, remove their addresses for
3440         the sake of bug reports, and add the developer list address as
3441         maintainer information.
3443 2007-07-03  Richard Stallman  <rms@gnu.org>
3445         * files.el (make-directory): Doc fix.
3446         (find-file-confirm-inexistent-file): Make it a defcustom.
3447         Make nil the default.
3449 2007-07-02  Richard Stallman  <rms@gnu.org>
3451         * startup.el (command-line): Set buffer-offer-save in *scratch*
3452         and enable auto-save in it.
3454 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
3456         * textmodes/org.el (orgstruct-mode-map): New variable.
3457         (orgstruct-mode): New minor mode.
3458         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
3459         (orgstruct-make-binding, org-context-p, org-get-local-variables)
3460         (org-run-like-in-org-mode): New functions.
3461         (org-cycle-list-bullet): New command.
3462         (org-special-properties, org-property-start-re)
3463         (org-property-end-re): New constants.
3464         (org-with-point-at): New macro.
3465         (org-get-property-block, org-entry-properties, org-entry-get)
3466         (org-entry-delete, org-entry-get-with-inheritance)
3467         (org-entry-put, org-buffer-property-keys): New functions.
3468         (org-insert-property-drawer): New command.
3469         (org-entry-property-inherited-from): New variable.
3470         (org-column): New face.
3471         (org-column-overlays, org-current-columns-fmt)
3472         (org-current-columns-maxwidths, org-column-map): New variables.
3473         (org-column-menu): New menu.
3474         (org-new-column-overlay, org-overlay-columns)
3475         (org-overlay-columns-title, org-remove-column-overlays)
3476         (org-column-show-value, org-column-quit, org-column-edit): New
3477         functions.
3478         (org-columns, org-agenda-columns): New commands.
3479         (org-get-columns-autowidth-alist): New functions.
3480         (org-properties): New customize group.
3481         (org-default-columns-format): New option.
3482         (org-priority): Realign tags after changing priority.
3483         (org-preserve-lc): New macro.
3484         (org-update-checkbox-count): Catch case when there is no headline.
3485         (org-agenda-quit): Remove any column overlays.
3486         (org-beginning-of-item-list): Fixed bug when non-item line is
3487         indented too deep.
3488         (org-cached-props): New variable.
3489         (org-cached-entry-get): New function.
3490         (org-make-tags-matcher): Handle property matches.
3491         (org-table-recalculate): Swap evaluation order: Field formula
3492         first, then column formulas, but don't allow them to overwrite the
3493         field formulas.
3494         (org-table-eval-formula): New argument untouchable.
3495         (org-table-put-field-property): New function.
3497 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
3499         * help-mode.el (help-make-xrefs): Skip spaces too when
3500         skipping tabs.
3502         * ffap.el (dired-at-point-prompter): Improve prompt in
3503         list-directory case.
3505 2007-07-01  Richard Stallman  <rms@gnu.org>
3507         * files.el (find-file-visit-truename): Fix safe-local-variable value.
3509 2007-07-01  Richard Stallman  <rms@gnu.org>
3511         * cus-start.el (max-mini-window-height): Added.
3513 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
3515         * complete.el (partial-completion-mode): Remove advice of
3516         read-file-name-internal.
3517         (PC-do-completion): Rebind minibuffer-completion-table.
3518         (PC-read-file-name-internal): New function doing what
3519         read-file-name-internal advice did.
3521 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
3523         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
3524         property on a few symbols.
3525         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
3526         (byte-optimize-lapcode): Remove bindings that are not referenced
3527         and certainly will not effect through dynamic scoping.
3529 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3531         * files.el (find-file-confirm-inexistent-file): New var.
3532         (find-file, find-file-other-window, find-file-other-frame)
3533         (find-file-read-only, find-file-read-only-other-window)
3534         (find-file-read-only-other-frame): Use it.
3536 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3538         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
3540 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
3542         * generic-x.el (generic-define-mswindows-modes)
3543         (generic-define-unix-modes, apache-log-generic-mode)
3544         (bat-generic-mode-keymap, java-manifest-generic-mode)
3545         (show-tabs-generic-mode): Fix typos in docstrings.
3547 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
3549         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
3550         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
3551         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
3552         (rcirc-print): Never ignore messages from ourself.
3554 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3556         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
3557         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
3559 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3561         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
3562         replace-regexp-in-string.
3564 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3566         * emacs-lisp/cl.el: Set edebug and indentation before loading
3567         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
3569 2007-06-28  Andreas Schwab  <schwab@suse.de>
3571         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
3572         $(lisp)/subdirs.el.
3574 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
3576         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
3577         the speedbar frame if nil; that deletes the current frame or
3578         causes an error if it is the only frame.
3579         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
3581 2007-06-28  Kevin Ryde  <user42@zip.com.au>
3583         * textmodes/nroff-mode.el: Groff \# comments.
3584         (nroff-mode-syntax-table): \# comment intro,
3585         plain # as punct per global table.
3586         (nroff-font-lock-keywords): Add # as a single char escape.
3587         (nroff-mode): In comment-start-skip, match \#.
3589 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3591         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
3592         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
3593         point-min == 1.
3595 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
3597         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
3598         Rename and move to...
3600         * subr.el (strings->string, string->strings): ...here.
3602         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
3603         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
3605         * progmodes/gud.el (gud-common-init): Call string->strings instead
3606         of split-string.
3608 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
3610         * dired-aux.el: Remove `dired-call-process'.
3611         (dired-check-process): Call `process-file'.
3613         * wdired.el (wdired-do-perm-changes): Call `process-file'.
3615         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
3616         `ange-ftp-process-file'.
3618 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
3622         * emacs-lisp/cl-extra.el:
3623         * emacs-lisp/cl-seq.el:
3624         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
3625         Add autoload cookies on all defs autoloaded manually in cl.el.
3627         * emacs-lisp/cl-loaddefs.el: New file.
3629         * textmodes/texinfmt.el (texinfo-raisesections-alist)
3630         (texinfo-lowersections-alist): Merge definition and declaration.
3631         (texinfo-start-of-header, texinfo-end-of-header): Remove.
3632         (texinfo-format-syntax-table): Merge init into declaration.
3633         (texinfo-format-parse-line-args, texinfo-format-parse-args)
3634         (texinfo-format-parse-defun-args, texinfo-format-node)
3635         (texinfo-push-stack, texinfo-multitable-widths)
3636         (texinfo-define-info-enclosure, texinfo-alias)
3637         (texinfo-format-defindex, batch-texinfo-format): Use push.
3638         (texinfo-footnote-number): Remove duplicate declaration.
3640         * ps-print.el: Update with auto-generated autoloads.
3642         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
3644 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3646         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
3647         relative to current dir for file-local settings.
3648         (autoload-generate-file-autoloads): Add `outfile' arg.
3649         (update-directory-autoloads): Use it to directly call
3650         autoload-generate-file-autoloads instead of going through
3651         update-file-autoloads so we avoid redundant searches and so we can know
3652         the set of buffers changed so we can save them all.
3654         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
3655         rather than throwing `up-to-date'.
3656         (autoload-generate-file-autoloads): Adjust correspondingly.
3657         (update-file-autoloads): Be careful to let-bind
3658         autoload-modified-buffers and adjust to new calling conventions.
3659         (autoload-modified-buffers): Make it a dynamically scoped var.
3660         (update-directory-autoloads): Use file-relative-name instead of
3661         autoload-trim-file-name.
3662         (autoload-insert-section-header): Don't use autoload-trim-file-name
3663         since the file is already relative now.
3664         (autoload-trim-file-name): Remove.
3666         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
3667         (vc-arch-complete, vc-arch--version-completion-table)
3668         (vc-arch-revision-completion-table): New functions to provide
3669         completion of revision names.
3670         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
3671         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
3672         to let the user trim the revlib.
3674         * vc.el: Add new VC operation `revision-completion-table'.
3675         (vc-default-revision-completion-table): New function.
3676         (vc-version-diff, vc-version-other-window): Use it to provide
3677         completion of revision names if the backend provides it.
3679         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
3681         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
3682         of newer .svn/entries.
3684 2007-06-25  David Kastrup  <dak@gnu.org>
3686         * calc/calc-poly.el (math-padded-polynomial)
3687         (math-partial-fractions): Add some function comments.
3689 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3691         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3692         Make `outbuf' optional.
3693         (update-file-autoloads): Use it.
3695 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3697         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
3698         (autoload-find-destination): Keep it uptodate.
3699         (autoload-save-buffers): New fun.
3700         (update-file-autoloads): Use it.  Re-add the "up to date" message.
3702         * emacs-lisp/autoload.el: Refactor for upcoming changes.
3703         (autoload-find-destination): New function extracted from
3704         update-file-autoloads.
3705         (update-file-autoloads): Use it.
3706         (autoload-generate-file-autoloads): New function extracted from
3707         generate-file-autoloads.  Use file-relative-name.  Delay computation of
3708         output-start to the first cookie.  Remove done-any, replaced by
3709         output-start.
3710         (generate-file-autoloads): Use it.
3712 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
3714         * calc/calc-comb.el (math-init-random-base, math-prime-test):
3715         Use math-read-number-simple to insert constants.
3716         (math-prime-test): Redo calculation of sum.
3718         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
3720         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
3721         math-scale-bignum-3.
3722         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
3723         math-bignum-digit-size.
3724         (math-isqrt-small): Add another possible initial guess.
3726 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3728         * textmodes/bibtex.el (bibtex-entry-format): New options
3729         `whitespace', `braces', and `string'.
3730         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3731         (bibtex-field-braces-opt, bibtex-field-strings-opt)
3732         (bibtex-cite-matcher-alist): New variables.
3733         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
3734         (bibtex-flash-head): Use blink-matching-delay.
3735         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
3736         (bibtex-format-entry, bibtex-reformat): Handle new options of
3737         bibtex-entry-format.
3738         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
3739         New functions.
3740         (bibtex-complete-internal): Do not display messages while
3741         minibuffer is used.  Do not leave around a completions buffer
3742         that is out of date.
3743         (bibtex-copy-summary-as-kill): New optional arg.
3744         (bibtex-font-lock-url): New optional arg no-button.
3745         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
3746         (bibtex-url): Allow multiple URLs per entry.
3748 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3750         * emacs-lisp/autoload.el (autoload-generated-file): New function.
3751         (update-file-autoloads, update-directory-autoloads): Use it.
3752         (autoload-file-load-name): New function.
3753         (generate-file-autoloads, update-file-autoloads): Use it.
3754         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
3755         (generate-file-autoloads): If the autoloaded form is malformed,
3756         indicate the problem with a warning instead of aborting.
3758 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
3760         * simple.el (next-error-recenter): Accept `(4)' as well;
3761         also, specify `integer' instead of `number'.
3763 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
3765         * ls-lisp.el (insert-directory): If an invalid regexp error is
3766         thrown, try using FILE as a literal file name, not a wildcard.
3768 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
3770         * ruler-mode.el (ruler-mode): Prevent clobbering the original
3771         `header-line-format' when reentering ruler mode.
3773 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
3775         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
3776         FILE exists as a file.
3778 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
3780         * calc/calc.el (math-bignum-digit-length)
3781         (math-bignum-digit-size, math-small-integer-size):
3782         New constants.
3783         (math-normalize, math-bignum-big, math-make-float)
3784         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
3785         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
3786         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
3787         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
3788         (math-quotient, math-div-bignum, math-div-bignum-digit)
3789         (math-div-bignum-part, math-format-bignum-decimal)
3790         (math-read-bignum): Use math-bignum-digit-length,
3791         math-bignum-digit-size and math-small-integer-size.
3793         * calc/calc-ext.el (math-fixnum-big): Use the variable
3794         math-bignum-digit-size.
3796 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
3798         * log-view.el (log-view-mode-menu): New menu.
3800 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3802         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
3803         differently.
3805         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
3806         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
3808 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3810         * vc-hg.el (vc-hg-print-log): Insert the file name.
3811         (vc-hg-log-view-mode): Fontify the file name.
3813 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
3815         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
3816         (calcFunc-julian): Fix incorrect number used in calculations.
3818 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
3820         * simple.el (next-error-recenter): New defcustom.
3821         (next-error, next-error-internal): Recenter if specified,
3822         immediately prior to running `next-error-hook'.
3824         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
3825         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
3827         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
3829 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
3831         * calc/calc-comb.el (math-small-factorial-table): New variable.
3832         (calcFunc-fact): Use `math-small-factorial-table'.
3834         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
3835         initial values.
3836         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
3837         New variables to use in caches.
3839         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
3840         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
3842         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
3843         (math-bernoulli-b-cache): Use math-read-number-simple to insert
3844         bignums.
3846         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
3847         New variables to use in caches.
3849 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3851         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
3853         * vc-hg.el (vc-hg-log-view-mode): New mode.
3855 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
3857         * calc/calc.el (math-read-number-simple): New function.
3859 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3861         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
3862         (vera-font-lock-match-item): Fix doc string.
3863         (vera-in-comment-p): Remove unused function.
3864         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
3865         use `syntax-ppss'.
3866         (vera-forward-syntactic-ws): Fix argument order.
3867         (vera-prepare-search): Use `with-syntax-table'.
3868         (vera-indent-line): Fix doc string.
3869         (vera-electric-tab): Fix doc string.
3870         (vera-expand-abbrev): Define alias instead of using `fset'.
3871         (vera-comment-uncomment-region): Use `comment-start-skip'.
3873 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
3875         * textmodes/org.el (org-export-with-footnotes): New option.
3876         (org-export-as-html): Fix replacement bug for XEmacs.
3877         (org-agenda-default-appointment-duration): New option.
3879 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3881         * vc-hg.el: Add to do items.
3882         (vc-hg-diff): Add support for comparing different revisions.
3883         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
3884         (vc-hg-annotate-extract-revision-at-line)
3885         (vc-hg-previous-version, vc-hg-checkin): New functions.
3886         (vc-hg-annotate-re): New constant.
3888 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
3890         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
3892 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3894         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
3895         buffer-local value of log-view-*-re if applicable.
3897         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
3898         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
3899         (vc-bzr-command*): Remove both (incompatible) versions.
3900         (vc-bzr-do-command*): Remove.
3901         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
3902         Remove by folding into its only caller vc-bzr-command.
3903         (vc-bzr-command): Always set the environment, even when ineffective.
3904         (vc-bzr-version): Minor fix up.
3905         (vc-bzr-admin-dirname): New var.
3906         (vc-bzr-bzr-dir): Remove.
3907         (vc-bzr-root-dir): New fun.
3908         (vc-bzr-registered): Use it.  Add an autoloaded version.
3909         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
3910         (vc-bzr-view-log-function): Remove.
3911         (vc-bzr-log-view-mode): New major mode to replace it.
3912         (vc-bzr-print-log): Only activate the old hack if needed.
3914         * vc.el (vc-default-log-view-mode): New function.
3915         (vc-print-log): Add new `log-view-mode' VC operation.
3917 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
3919         * ido.el (ido-find-file-in-dir): Don't signal an error for
3920         empty directories.
3922         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
3924         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
3925         directory where the desktop file was found, as the docstring says.
3926         (desktop-kill): Use `read-directory-name'.
3928 2007-06-20  Alan Mackenzie  <acm@muc.de>
3930         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3931         When removing lines, also remove the \n.  Correction of patch of
3932         2007-04-21.
3934 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
3936         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
3937         event is not a cons cell.  Do not unread drag-mouse-1 events.
3938         Select right window in check whether space was stolen from
3939         window above.
3941         * help-mode.el (help-make-xrefs): Adjust position of new forward
3942         button.
3944 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
3946         * vc-bzr.el (vc-bzr-with-process-environment)
3947         (vc-bzr-std-process-invocation): New macros.
3948         (vc-bzr-command, vc-bzr-command*): Use them.
3949         (vc-bzr-with-c-locale): Remove.
3950         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
3951         (vc-bzr-buffer-nonblank-p): New function.
3952         (vc-bzr-state-words): New const.
3953         (vc-bzr-state): Look for `bzr status` keywords in output.
3954         Display everything else as a warning message to the user.
3955         Fix status report with bzr >= 0.15.
3957 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
3959         * vc-hg.el (vc-hg-global-switches): Simplify.
3960         (vc-hg-state): Handle more states.
3961         (vc-hg-diff): Fix doc-string.
3962         (vc-hg-register): New function.
3963         (vc-hg-checkout): Likewise.
3965 2007-06-20  Reto Zimmermann  <reto@gnu.org>
3967         * progmodes/vera-mode.el: New file.
3969 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
3971         * calc/calc.el (calc-multiplication-has-precendence):
3972         New variable.
3973         (math-standard-ops, math-standard-ops-p, math-expr-ops):
3974         New functions.
3975         (math-expr-opers): Define using math-standard-ops rather than
3976         math-standard-opers.
3977         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
3978         equal the function math-standard-ops rather than the variable
3979         math-standard-opers.
3980         (calc-algebraic-entry): Let math-expr-opers equal
3981         math-standard-ops or math-expr-ops, as appropriate.
3982         (math-expr-read-level, math-read-factor): Let math-expr-opers
3983         equal math-expr-ops.
3984         * calc/calc-embed.el (calc-embedded-finish-edit):
3985         Let math-expr-opers equal the function math-standard-ops
3986         rather than the variable math-standard-opers.
3987         * calc/calc-ext.el (math-read-plain-expr)
3988         (math-format-flat-expr-fancy): Let math-expr-opers equal the
3989         function math-standard-ops rather than the variable
3990         math-standard-opers.
3991         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
3992         Let math-expr-opers equal the function math-standard-ops rather
3993         than the variable math-standard-opers.
3994         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
3995         equal the function math-standard-ops rather than the variable
3996         math-standard-opers.
3997         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
3998         equal the function math-standard-ops rather than the variable
3999         math-standard-opers.
4000         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
4001         math-expr-ops.
4003 2007-06-19  Ivan Kanis  <apple@kanis.eu>
4005         * vc-hg.el: New file.
4007 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4009         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
4010         with font-lock-multiline.
4012 2007-06-17  Glenn Morris  <rgm@gnu.org>
4014         * lpr.el (lpr-page-header-switches): Move %s to separate element
4015         for correct quoting.  Doc fix.
4017 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4019         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
4020         than setting sgml-xml-mode.
4021         (sgml-mode, html-mode): Set sgml-xml-mode.
4022         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
4023         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
4024         (sgml-electric-tag-pair-before-change-function)
4025         (sgml-electric-tag-pair-flush-overlays): New functions.
4026         (sgml-electric-tag-pair-mode): New minor mode.
4027         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
4028         (sgml-calculate-indent): Use assoc-string.
4030 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
4032         * thingatpt.el (thing-at-point-email-regexp): Don't require two
4033         chars before the "@" in an email address.  Andreas Roehler noticed
4034         this problem.
4036 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
4038         * thingatpt.el: Add support for email addresses (`email').
4039         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
4040         (thing-at-point-email-regexp): New variable.
4041         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
4042         properties on this symbol, with lambda forms for values.
4044 2007-06-15  Masatake YAMATO  <jet@gyve.org>
4046         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
4048         * vc.el (vc-dired-hook): Check the backend returned from
4049         `vc-responsible-backend' can really handle `subdir'.
4051 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
4053         * wid-edit.el (widget-add-documentation-string-button):
4054         Fix handling of documentation indent.
4056 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
4058         * mb-depth.el: New file.
4060 2007-06-15  Masatake YAMATO  <jet@gyve.org>
4062         * vc.el (vc-dired-mode): Show backend name as part of mode name.
4064 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
4066         * wid-edit.el (widget-default-create): Move ?h handling here...
4067         (widget-default-format-handler): ...from here.
4068         (widget-docstring, widget-add-documentation-string-button): New funs.
4069         (documentation-string): Add :visibility-widget property.
4070         (widget-documentation-string-value-create): Use it.
4072         * cus-edit.el (custom-split-regexp-maybe): Simplify.
4073         (custom-buffer-create-internal): Simplify message.
4074         (custom-variable-tag): Reduce height to normal.
4075         (custom-variable-value-create, custom-face-value-create)
4076         (custom-visibility): New widget.
4077         (custom-visibility): New face.
4078         (custom-group-value-create):
4079         Call widget-add-documentation-string-button, using `custom-visibility'.
4081 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4083         * emacs-lisp/bytecomp.el (byte-compile-current-group)
4084         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
4085         change.  Apparently the "warning even if the group is implicit" is
4086         a feature rather than a bug.
4088 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
4090         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
4091         Different advices for Emacs and XEmacs.  Compile them conditionally.
4092         (viper-version): Belated version change.
4094 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
4096         * follow.el (follow-all-followers, follow-generic-filter):
4097         * pcomplete.el (pcomplete-restore-windows):
4098         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
4099         (x-dnd-drop-data):
4100         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
4101         * progmodes/python.el (python-complete-symbol):
4102         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
4104 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
4106         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
4107         around bright and dim regexps.  Make sure bright and dim matches
4108         use word anchors.  Send text through rcirc-markup functions.
4109         (rcirc-url-regexp): Add single quote character.
4110         (rcirc-connect): Write logs to disk on auto-save-hook.
4111         Make server a non-optional argument.
4112         (rcirc-log-alist): New variable.
4113         (rcirc-log-directory): Make customizable.
4114         (rcirc-log-flag): New customizable variable.
4115         (rcirc-log): New function.
4116         (rcirc-print): Use above function.
4117         (rcirc-log-write): New function.
4118         (rcirc-generate-new-buffer-name): Strip text properties.
4119         (rcirc-switch-to-buffer-function): Remove variable.
4120         (rcirc-last-non-irc-buffer): Remove variable.
4121         (rcirc-non-irc-buffer): Add function.
4122         (rcirc-next-active-buffer): Use above function.
4123         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
4124         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
4125         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
4126         (rcirc-omit-mode): Add minor-mode.
4127         (rcirc-mode-map): Change C-c C-o binding.
4128         (rcirc-mode): Clear mode-line-process.  Use a custom
4129         fill-paragraph-function.  Set up buffer-invisibility-spec.
4130         (rcirc-response-formats): Remove timestamp code.
4131         (rcirc-omit-responses): Add variable.
4132         (rcirc-print): Don't put the overlay arrow on potentially omitted
4133         lines.  Log line to disk.  Record activity for private messages
4134         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
4135         (rcirc-jump-to-first-unread-line): Print message if there is no
4136         unread text.
4137         (rcirc-clear-unread): New function.
4138         (rcirc-markup-text-functions): Add variable.
4139         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
4140         (rcirc-debug): Don't mess with window configuration.
4141         (rcirc-send-message): Send message before printing locally.
4142         Add SILENT argument, do not print message if non-nil.
4143         (rcirc-visible-buffers): New function and variable.
4144         (rcirc-window-configuration-change-1): Add function.
4145         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
4146         server buffer.
4147         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
4148         (rcirc-fill-paragraph): Add function.
4149         (rcirc-record-activity, rcirc-window-configuration-change-1):
4150         Only update the activity string if it has actually changed.
4151         (rcirc-update-activity-string): Remove padding characters from the
4152         mode-line string.
4153         (rcirc-disconnect-buffer): New function to be called when a
4154         channel is parted or the user quits.
4155         (rcirc-server-name): Warn when the server-name hasn't been set.
4156         (rcirc-window-configuration-change): Postpone work until
4157         post-command-hook.
4158         (rcirc-window-configuration-change-1): Update mode-line and
4159         overlay arrows here.
4160         (rcirc-authenticate): Fixc hanserv identification.
4161         (rcirc-default-server): Remove variable.
4162         (rcirc): Connect according to rcirc-connections.
4163         (rcirc-connections): Add variable.
4164         (rcirc-startup-channels-alist): Remove variable.
4165         (rcirc-startup-channels): Remove function.
4167 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4169         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
4171 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
4173         * term/xterm.el (terminal-init-xterm): Escape parens in character
4174         constants.
4176 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4178         * progmodes/sh-script.el: Remove unneeded * from docstrings.
4179         Use [:alpha:] and [:alnum:] where applicable.
4180         (sh-quoted-subshell): Rewrite to correctly
4181         handle nested mixes of `...` and $(...).
4182         (sh-apply-quoted-subshell): Remove.
4183         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
4185         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
4187 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
4189         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
4190         previous change.
4192 2007-06-12  Tom Tromey  <tromey@redhat.com>
4194         * subr.el (user-emacs-directory): New defconst.
4195         * cmuscheme.el (scheme-start-file):
4196         * shell.el (shell):
4197         * completion.el (save-completions-file-name):
4198         * custom.el (custom-theme-directory):
4199         * term/x-win.el (emacs-session-filename):
4200         * filesets.el (filesets-menu-cache-file):
4201         * thumbs.el (thumbs-thumbsdir):
4202         * server.el (server-auth-dir):
4203         * image-dired.el (image-dired-dir):
4204         (image-dired-db-file):
4205         (image-dired-temp-image-file):
4206         (image-dired-gallery-dir):
4207         (image-dired-temp-rotate-image-file):
4208         * play/gamegrid.el (gamegrid-user-score-file-directory):
4209         * savehist.el (savehist-file):
4210         * tutorial.el (tutorial--saved-dir):
4211         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
4213 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
4215         * scroll-lock.el (scroll-lock-mode): Doc fix.
4217 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
4219         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
4221         * ediff-init.el: Doc strings.
4223 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4225         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
4226         (byte-compile-file): Bind it.
4227         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
4228         group argument is provided implicitly.
4229         (byte-compile-format-warn, byte-compile-from-buffer)
4230         (byte-compile-insert-header): Don't hardcode point-min==1.
4231         (byte-compile-file-form-require): Remove unused var old-load-list.
4232         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
4234 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
4236         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
4237         Display error messages.
4238         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
4239         Get rid of cl.el dependencies.
4241         * emulation/viper-init.el (viper-suppress-input-method-change-message):
4242         New variable.
4243         (viper-activate-input-method-action)
4244         (viper-inactivate-input-method-action):
4245         Use viper-suppress-input-method-change-message.
4247         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
4248         for C-s, C-r.
4250         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
4251         Use viper-replace-overlay-cursor-color instead of
4252         viper-replace-overlay-cursor-color.
4253         (viper-sit-for-short): Use sit-for with 3 arguments.
4255         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
4256         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
4257         to gud-mode.
4259         * ediff-mult.el (ediff-meta-buffer-brief-message)
4260         (ediff-meta-buffer-verbose-message): New variables.
4261         (ediff-meta-buffer-message): Variable deleted.
4262         (ediff-verbose-help-enabled): New variable.
4263         (ediff-toggle-verbose-help-meta-buffer): New function.
4264         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
4265         message options.
4267         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
4268         (ediff-fixup-patch-map): Improve heuristic.
4270 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4272         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
4273         (log-view-font-lock-keywords): Simplify.
4274         (log-view-current-file, log-view-current-tag): Simplify.
4276 2007-06-12  Sam Steingold  <sds@gnu.org>
4278         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
4280 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
4282         * desktop.el (desktop-load-locked-desktop): New option.
4283         (desktop-read): Use it.
4284         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
4285         Use `when'.
4287 2007-06-12  Davis Herring  <herring@lanl.gov>
4289         * desktop.el (desktop-save-mode-off): New function.
4290         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
4291         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
4292         (desktop-claim-lock, desktop-release-lock): New functions.
4293         (desktop-kill): Tell `desktop-save' that this is the last save.
4294         Release the lock afterwards.
4295         (desktop-buffer-info): New function.
4296         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
4297         says to.  Detect conflicts, and manage the lock.
4298         (desktop-read): Detect conflicts.  Manage the lock.
4300 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4302         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
4304         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
4305         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
4306         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
4307         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
4308         keysyms rather than byte sequences.
4309         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
4311 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4313         * font-lock.el (font-lock-add-keywords): In case font-lock was only
4314         half-activated, forcefully activate it completely.
4316 2007-06-11  Richard Stallman  <rms@gnu.org>
4318         * cus-edit.el (custom-variable-type): Doc fix.
4320 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4322         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
4323         (sh-font-lock-flush-syntax-ppss-cache): New functions.
4324         (sh-font-lock-syntactic-keywords): Use them to distinguish the
4325         different possible cases for \'.
4327         * complete.el (PC-bindings): Don't bind things already bound in the
4328         parent keymap.
4330         * textmodes/bibtex-style.el: New file.
4332 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
4334         * vc-bzr.el: New file.
4336 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4338         * vc-svn.el (vc-svn-program): New var.
4339         (vc-svn-command): Use it.
4341 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
4343         * server.el (server-switch-buffer): Remove redundant check.
4345 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
4347         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
4348         Match against file-name-nondirectory.
4349         Fix text on user customization variables.
4350         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
4352 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
4354         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
4356 2007-06-09  Davis Herring  <herring@lanl.gov>
4358         * desktop.el (desktop-minor-mode-table): Doc fix.
4360 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4362         * textmodes/css-mode.el (css-navigation-syntax-table):
4363         Use set-char-table-range so it also works in the unicode branch.
4365 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
4367         * help-mode.el (help-xref-forward-stack)
4368         (help-xref-stack-forward-item, help-forward-label): New variables.
4369         (help-forward): New button type.
4370         (help-setup-xref): Initialise help-xref-forward-stack.
4371         (help-make-xrefs): Add forward button, if appropriate.
4372         (help-xref-go-back): Push item on forward stack.
4373         (help-xref-go-forward, help-go-forward): New functions.
4375 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
4377         * dired.el (dired-mode-map): Remove spurious separator.
4379 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4381         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
4383         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4384         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
4386 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
4388         * textmodes/org.el: Version number fixed.
4390 2007-06-07  Glenn Morris  <rgm@gnu.org>
4392         * version.el (emacs-copyright): New constant.
4393         * startup.el (fancy-splash-tail): Use emacs-copyright.
4394         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
4396         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
4397         `make-local'.
4398         (byte-compile-warnings-safe-p): Add `make-local'.
4399         (byte-compile-make-variable-buffer-local):
4400         Allow byte-compile-warnings to suppress this warning.
4402         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
4403         format of "menu" description.
4404         (tutorial--find-changed-keys): Describe the specific menu a
4405         command is in.
4407         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
4408         Rewrite compatibility functions to silence byte-compiler.
4410 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
4412         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
4413         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
4415 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
4417         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
4419 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4421         * progmodes/ebrowse.el (ebrowse-member-table):
4422         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
4423         (org-batch-agenda-csv): Fix typos in docstrings.
4425 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4427         * international/mule-cmds.el (toggle-enable-multibyte-characters)
4428         (sort-coding-systems, search-unencodable-char): Doc fixes.
4429         (coding-system-change-eol-conversion, set-default-coding-systems)
4430         (prefer-coding-system, find-multibyte-characters, princ-list)
4431         (leim-list-entry-regexp, set-input-method, locale-language-names)
4432         (input-method-exit-on-first-char, exit-language-environment-hook)
4433         (locale-charset-language-names): Fix typos in docstrings.
4435 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4437         * pgg.el (pgg-sign-region, pgg-sign):
4438         * ses.el (ses-call-printer):
4439         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
4440         * textmodes/org.el (org-cycle): Fix typos in docstrings.
4442 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
4444         * textmodes/org.el
4445         (org-export-region-as-html, org-replace-region-by-html)
4446         (org-number-to-letters, org-table-fedit-finish)
4447         (org-normalize-color, org-table-fedit-ref-right)
4448         (org-date-to-gregorian, org-table-fedit-move)
4449         (org-table-convert-refs-to-rc, org-calendar-holiday)
4450         (org-table-fedit-toggle-ref-type, org-write-agenda)
4451         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
4452         (org-defkey, org-encode-for-stdout)
4453         (org-indent-line-function, org-export-as-html-to-buffer)
4454         (org-store-agenda-views, org-update-mode-line)
4455         (org-find-if, org-delete-all)
4456         (org-table-fedit-convert-buffer, org-emphasize)
4457         (org-uniquify, org-table-fedit-lisp-indent)
4458         (org-table-fedit-scroll, org-get-todo-sequence-head)
4459         (org-table-fedit-scroll-down, org-table-fedit-line-down)
4460         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
4461         (org-table-fedit-toggle-coordinates, org-dvipng-color)
4462         (org-table-fedit-line-up, org-table-fedit-ref-down)
4463         (org-table-formula-from-user, org-mode-flyspell-verify)
4464         (org-cycle-show-empty-lines, org-ctrl-c-ret)
4465         (org-table-formula-to-user, org-diary-to-ical-string)
4466         (orgtbl-export, org-table-fedit-post-command)
4467         (org-closed-in-range, org-shiftcontrolright)
4468         (org-table-convert-refs-to-an, org-table-hline-and-move)
4469         (org-table-formula-less-p, org-format-table-ascii)
4470         (org-agenda-get-sexps, org-shift-refpart)
4471         (org-diary-sexp-entry, org-time-string-to-absolute)
4472         (org-table-show-reference, org-letters-to-number)
4473         (org-fix-agenda-info, org-table-fedit-ref-up)
4474         (org-table-fedit-shift-reference, org-table-fedit-abort)
4475         (org-closest-date, org-shiftcontrolleft)
4476         (org-at-heading-or-item-p, org-rematch-and-replace)
4477         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
4478         New functions.
4479         (org-table-edit-scroll-down, org-finish-edit-formulas)
4480         (org-table-edit-next-field, org-abort-edit-formulas)
4481         (org-font-lock-level, org-export-find-first-heading-line)
4482         (org-table-edit-line-down, org-table-edit-backward-field)
4483         (org-edit-formula-lisp-indent, org-table-edit-move)
4484         (org-check-log-option, org-this-word)
4485         (org-table-edit-line-up, org-table-edit-formulas-post-command)
4486         (org-agenda-file-to-end, org-expand-file-name)
4487         (org-fake-empty-table-line, org-table-edit-scroll)
4488         (org-toggle-log-option, org-show-reference): Function removed.
4489         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
4490         New defsubsts.
4491         (org-unmodified, org-batch-store-agenda-views)
4492         (org-batch-agenda-csv): New macro.
4493         (org-agenda-export): New customization group.
4494         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
4495         (org-highest-priority, org-agenda-exporter-settings)
4496         (org-log-done-with-time, org-replace-disputed-keys)
4497         (org-format-latex-header, org-export-table-header-tags)
4498         (org-cycle-separator-lines, org-export-table-data-tags)
4499         (org-icalendar-include-sexps)
4500         (org-empty-line-terminates-plain-lists)
4501         (org-log-repeat, org-special-ctrl-a)
4502         (org-table-use-standard-references, org-disputed-keys)
4503         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
4504         (org-agenda-export-html-style): New option.
4505         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
4506         (org-CUA-compatible): Option removed.
4507         (org-agenda-structure, org-sexp-date): New face.
4508         (org-todo-keywords-for-agenda, org-not-done-keywords)
4509         (org-planning-or-clock-line-re, org-agenda-name)
4510         (org-table-colgroup-info, org-todo-sets)
4511         (constants-unit-system, org-clock-mode-line-entry)
4512         (org-mode-line-timer, org-table-current-begin-pos)
4513         (org-todo-keywords-1, org-mode-line-string)
4514         (org-table-clean-did-remove-column, org-table-fedit-map)
4515         (org-clock-heading, org-table-buffer-is-an)
4516         (org-agenda-info, org-done-keywords)
4517         (org-done-keywords-for-agenda, org-todo-heads)
4518         (org-todo-kwd-alist, org-clock-start-time): New variable.
4519         (org-todo-kwd-priority-p, org-edit-formulas-map)
4520         (org-repeat-re, org-todo-kwd-max-priority)
4521         (org-version, org-done-string)
4522         (org-table-clean-did-remove-column-1, org-disputed-keys):
4523         Remove variables.
4524         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
4525         (org-ts-lengths): Constant removed.
4526         (org-follow-gnus-link): Don't ask how many articles to read.
4527         (org-export-find-first-export-line): Rename from
4528         `org-export-find-first-heading'.
4529         Use `org-export-skip-text-before-1st-heading'.
4530         (org-table-fedit-post-command): Rename from
4531         `org-table-edit-formulas-post-command'.
4532         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
4533         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
4534         (org-table-fedit-lisp-indent): Rename from
4535         `org-edit-formula-lisp-indent'.
4536         (org-table-show-reference): Rename from `org-show-reference'.
4537         (org-table-store-formulas): Use `org-table-formula-less-p'.
4538         (org-table-edit-formulas): Position cursor to current field equation.
4539         (org-update-checkbox-count, org-hide-archived-subtrees)
4540         (org-timestamp-up-day, org-timestamp-down-day)
4541         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4542         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
4543         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
4544         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
4545         Let `org-on-heading-p' also check for invisible heading.
4546         (org-read-date): Match am/pm times.
4547         (org-eval-in-calendar): Fix default date in prompt.
4549 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
4551         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
4552         "ChangeLog.a" entries, giving the latter lower priority.
4554 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
4556         * faces.el (face-id): If the argument is a face alias,
4557         return the ID of the target face.
4559 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
4561         * net/socks.el (top): Remove unnecessary copyright line.
4563 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
4565         * longlines.el (longlines-auto-wrap): Handle argument correctly.
4567 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
4569         * net/socks.el: New file, taken from w3 repository.
4570         (top): Update Copyright.  Don't load cl.el.
4571         (all): Replace `case' by `cond', `string-to-int' by
4572         `string-to-number', and `process-kill-without-query' by
4573         `set-process-query-on-exit-flag'.
4574         (socks-char-int): Remove defalias and all occurrences.
4576 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
4578         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
4579         Fix typos in docstrings.
4580         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
4581         (compilation-finish-function): Fix typo in obsolescence declaration.
4583 2007-06-03  Sam Steingold  <sds@gnu.org>
4585         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
4586         handle unending automatic recompilation of changed files (`omake -P').
4587         (compilation-loop): VISITED is now 5th CDR.
4588         (compilation-next-error-function): Set TIMESTAMP.
4590 2007-06-03  Sam Steingold  <sds@gnu.org>
4592         * files.el (kill-buffer-ask): New function.
4593         (kill-some-buffers): Use it.
4594         (kill-matching-buffers): New user command.
4596 2007-06-01  David Kastrup  <dak@gnu.org>
4598         * dired.el (dired-recursive-deletes, dired-recursive-copies):
4599         Change default to `top'.
4601 2007-05-31  Richard Stallman  <rms@gnu.org>
4603         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
4605 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4607         * textmodes/css-mode.el: New file.
4609 2007-05-30  Michael Olson  <mwolson@gnu.org>
4611         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
4612         died and we are trying to send a signal to it.  The program using
4613         tq.el should periodically check to see whether the process has
4614         died and react appropriately -- this is not the responsibility of
4615         tq.el, and is consistent with the rest of the tq.el source code.
4617 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
4619         * textmodes/table.el (table--point-entered-cell-function)
4620         (table--point-left-cell-function):
4621         Bind `inhibit-point-motion-hooks' to t.
4623 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4625         * emacs-lisp/rx.el (rx): Doc fix.
4627 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
4629         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
4631 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
4633         Sync with Tramp 2.0.56.
4635         * net/tramp.el:
4636         * net/tramp-ftp.el:
4637         * net/tramp-smb.el:
4638         * net/tramp-util.el:
4639         * net/tramp-vc.el:
4640         Don't load cl.el, because that pollutes the namespace.  Replace cl
4641         macros by their implementations where necessary.  Requested by
4642         Richard Stallman <rms@gnu.org>.
4644         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
4645         doesn't exist.
4646         (with-parsed-tramp-file-name): Protect debug spec during compilation.
4647         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
4648         (tramp-file-name-p, tramp-file-name-multi-method)
4649         (tramp-file-name-method, tramp-file-name-user)
4650         (tramp-file-name-host, tramp-file-name-localname): New defuns,
4651         replacing defstruct `tramp-file-name'.
4652         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
4653         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
4654         Apply `vector' instead of `make-tramp-file-name'.
4655         (tramp-handle-make-auto-save-file-name):
4656         Apply `tramp-temporary-file-directory' for compatibility reasons.
4657         (tramp-completion-mode): Use `natnump' instead of `wholenump'
4658         because of XEmacs.
4659         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
4660         started.
4662 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
4664         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
4666 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
4668         * log-edit.el (log-edit-changelog-paragraph): Return point-max
4669         as the end of the ChangeLog paragraph when it ends without a line
4670         termination.
4672 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
4674         * net/webjump.el (webjump-sample-sites):
4675         Add simple Wikipedia query.
4677 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4679         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
4680         compatibility code.
4682         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
4683         (copyright-update-year): Use it.
4685         * edmacro.el (edmacro-format-keys): Use current-active-maps.
4687         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
4688         Add indentation and debugging info.  Fix up comment convention.
4690         * cus-dep.el (custom-make-dependencies): Simplify.
4692         * composite.el (compose-region, decompose-region):
4693         Use inhibit-read-only and restore-buffer-modified-p.
4695         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
4696         (xterm-mouse-event): Use it.
4698 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
4700         * bs.el (bs-cycle-previous): Don't modify the cycle list until
4701         `switch-to-buffer' has returned succesfully.
4702         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
4703         window is dedicated (it could iconify the frame).
4705 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
4707         * vc-hooks.el (vc-find-root): Fix file attribute test.
4709 2007-05-24  Richard Stallman  <rms@gnu.org>
4711         * textmodes/flyspell.el (flyspell-correct-word-before-point):
4712         Don't let opoint be nil.
4713         (flyspell-emacs-popup): Explicit error if no dialogs.
4715 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
4717         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
4718         (image-next-line, image-previous-line, image-scroll-up)
4719         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
4720         New functions.
4721         (image-mode-map): Remap motion commands.
4722         (image-mode-text-map): New keymap for viewing images as text.
4723         (image-mode): Use image-mode-map.
4724         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
4726 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4728         * textmodes/fill.el (canonically-space-region): Make the second arg
4729         a marker if it's not already the case.
4731 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
4733         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
4734         (tar-get-descriptor): Handle type 55, an extended pax header.
4736 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4738         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
4739         to confuse outline-minor-mode.
4741 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
4743         * tar-mode.el (tar-file-name-handler): New function.
4744         (tar-extract): Bind file-name-handler-alist to it to force
4745         find-buffer-file-type-coding-system behave as if the file being
4746         extracted existed.  Use last-coding-system-used to force
4747         buffer-file-coding-system to what decode-coding-region actually
4748         used to decode the file.
4750 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4752         * progmodes/compile.el (compilation-handle-exit):
4753         `compilation-finish-function' may change the current buffer.
4755 2007-05-22  Richard Stallman  <rms@gnu.org>
4757         * files.el (set-auto-mode): Doc fix.
4759 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4761         * help-fns.el (find-source-lisp-file): New function.
4762         (describe-function-1): Use find-source-lisp-file to find source
4763         file in compile tree.
4765 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
4767         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4769 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
4771         * emacs-lisp/easy-mmode.el (define-minor-mode)
4772         (easy-mmode-define-navigation): Fix typos in docstrings.
4774 2007-05-22  Glenn Morris  <rgm@gnu.org>
4776         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
4778 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4780         * mail/mail-extr.el (mail-extract-address-components):
4781         Recognize non-ASCII characters except for NBSP as words.
4783 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
4785         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
4786         (rcirc-print): Handle `window-width'.
4787         (rcirc-buffer-maximum-lines): Doc fix.
4789 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
4791         * image-mode.el (image-toggle-display): Don't clear image cache.
4792         Only use filename in image spec if the file is readable.
4793         Call image-refresh.
4795         * image.el (image-type-from-file-name, image-type): Simplify.
4796         (image-type-auto-detected-p): Don't scan auto-mode-alist.
4798         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
4799         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
4801 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
4803         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
4804         is an error.
4806         * term/linux.el (terminal-init-linux): Don't signal an error
4807         if gpm isn't running.
4809 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
4811         * t-mouse.el: Reduce to a minor-mode macro call.
4812         (t-mouse-mode): Remove the lighter.
4814         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
4816 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
4818         * files.el (auto-mode-alist): Change the regexp so that
4819         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
4821 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4823         * Version 22.1 released.
4825 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
4827         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
4828         changes.
4830 2007-05-19  Kevin Ryde  <user42@zip.com.au>
4832         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
4834 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
4836         * textmodes/sgml-mode.el: Revert last change.
4838 2007-05-18  Richard Stallman  <rms@gnu.org>
4840         * simple.el (push-mark): Doc fix.
4842 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
4844         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
4845         tpu-global-map.
4846         (tpu-original-global-map): Variable deleted.
4847         (tpu-control-keys-map): New keymap variable.
4848         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
4849         setting keymapping directly.
4850         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
4851         tpu-global-map.
4852         (tpu-edt-on): Activate the tpu-global-map.
4853         (tpu-edt-off): Deactivate the tpu-global-map.
4855 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
4857         * textmodes/ispell.el (ispell-get-word): Return markers
4858         for start and end positions.
4859         (ispell-word): Assume END is a marker.
4861 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4863         * printing.el: Group together all XEmacs/Emacs definitions.
4864         (pr-version): New version 6.9.
4865         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
4866         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
4867         (pr-menu-bind): Fix code.
4868         (pr-e-frame-char-height, pr-e-frame-char-width)
4869         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
4870         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
4871         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
4872         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
4873         (pr-x-event-y-pixel): Aliases eliminated.
4874         (pr-xemacs-global-menubar): Macro moved.
4875         (current-menubar, current-mouse-event, zmacs-region-stays)
4876         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
4877         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
4878         Vars moved.
4879         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
4880         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
4881         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
4882         (pr-menu-set-utility-title, pr-even-or-odd-pages)
4883         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
4884         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
4885         moved.
4887 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
4889         * textmodes/sgml-mode.el (sgml-tag):
4890         Fix bug: Call sgml-transformation-function.
4892 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
4894         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
4895         modified flag of buffer.  Use `inhibit-modification-hooks'.
4897 2007-05-16  Richard Stallman  <rms@gnu.org>
4899         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4901 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4903         * files.el (magic-mode-alist, magic-fallback-mode-alist):
4904         Move the *ml, Postscript, and XmCD entries to the fallback part.
4906         * files.el (magic-fallback-mode-alist):
4907         Rename from file-start-mode-alist.
4909 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4911         * progmodes/compile.el (compilation-handle-exit): Quote first
4912         argument of `run-hook-with-args'.
4914 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
4916         * buff-menu.el (Buffer-menu-sort-column):
4917         * dabbrev.el (dabbrev-upcase-means-case-search):
4918         * dired.el (dired-recursive-deletes, dired-recursive-copies):
4919         * info.el (Info-current-subfile):
4920         * ls-lisp.el (ls-lisp-verbosity):
4921         * msb.el (msb-menu-cond):
4922         * pcvs.el (cvs-dired-use-hook):
4923         * simple.el (set-mark-command-repeat-pop):
4924         * time.el (display-time-24hr-format, display-time-mail-file):
4925         Doc fixes.
4927         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
4928         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
4930         * view.el (view-inhibit-help-message): Fix typo in docstring.
4931         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
4933 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
4935         * textmodes/ispell.el (ispell-start-process): Defend against bad
4936         default-directory.
4938 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
4940         * mail/rmail.el (rmail-convert-to-babyl-format): Check
4941         content-transfer-encoding _last_, because it's its position that
4942         we need as value of base64-header-field-end.
4944 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
4946         * files.el (mode-require-final-newline, require-final-newline)
4947         (enable-local-variables, enable-local-eval): Doc fixes.
4949 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4951         * ps-print.el: Use default color when foreground or background color
4952         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
4953         (ps-print-version): New version 6.7.4.
4954         (ps-rgb-color): New argument.  Use default color when color is
4955         unspecified.
4956         (ps-begin-job): Fix code.
4958 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
4960         * longlines.el (longlines-mode): Make longlines-auto-wrap
4961         buffer-local.  Add hooks unconditionally.
4962         (longlines-auto-wrap): Toggle wrapping.
4963         (longlines-after-change-function)
4964         (longlines-post-command-function): Check longlines-auto-wrap.
4966 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
4968         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
4969         (xterm-mouse-translate): Use it.
4971 2007-05-10  Richard Stallman  <rms@gnu.org>
4973         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
4974         (iso-cvt-write-only): Likewise.
4976         * emacs-lisp/easy-mmode.el (define-minor-mode):
4977         Fix generated doc string.
4979         * startup.el (fancy-splash-text): Add URL of guided tour.
4980         Adjust horizontal and vertical whitespace.
4982         * progmodes/compile.el (compilation-handle-exit):
4983         Use run-hook-with-args to run compilation-finish-functions.
4985         * files.el (file-start-mode-alist): New variable.
4986         (magic-mode-regexp-match-limit): Doc fix.
4987         (set-auto-mode): Handle file-start-mode-alist.
4988         A little cleanup of structure.
4990         * dabbrev.el (dabbrev-eliminate-newlines):
4991         Renamed from dabbrev--eliminate-newlines.  All uses changed.
4993 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4995         * man.el (Man-next-section): Don't consider the last line of the page
4996         as being part of any section.
4998 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5000         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
5001         can take any number of values.
5003 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5005         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
5006         to the list of citation commands.
5008 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5010         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
5012 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
5014         * progmodes/python.el (python-font-lock-keywords)
5015         (python-open-block-statement-p, python-mode): Add support for the new
5016         "with" keyword.
5018 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5020         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
5021         the exact opposite of diff-goto-source.
5023         * emacs-lisp/advice.el (ad-special-forms): Remove.
5024         (ad-special-form-p): Use subr-arity.
5026         * newcomment.el (comment-search-forward): Make sure we search forward.
5027         (comment-enter-backward): Try and distinguish the non-matching case at
5028         EOB from the non-matching case with a missing comment-end-skip for
5029         a 2-char comment ender.
5030         (comment-choose-indent): New function extracted from comment-indent.
5031         Improve the alignment algorithm.
5032         (comment-indent): Use it.
5034         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
5035         XML style Processing Instructions.
5036         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
5037         (sgml-calculate-indent): Handle `pi' context.
5039         * vc.el: Ensure that update-changelog issues an error when used with
5040         a backend that does not implement it.
5041         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
5042         Remove `backend' argument.  Use expand-file-name.
5043         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
5045         * progmodes/python.el (python-end-of-block): Revert last change.
5046         (python-end-of-statement): Make sure we move *forward*.
5048 2007-05-08  Richard Stallman  <rms@gnu.org>
5050         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
5051         Don't include non-self-insert commands in the exception for `-'.
5053 2007-05-08  David Reitter  <david.reitter@gmail.com>
5055         * progmodes/python.el (python-guess-indent): Check non-nullness
5056         before comparing indent against the 2..8 interval.
5058 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5060         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
5061         available.
5063 2007-05-06  Richard Stallman  <rms@gnu.org>
5065         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
5067 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5069         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
5070         rather than storing their value in the revert-buffer function.
5072 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
5074         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
5075         when disabling t-mouse-mode.
5077 2007-05-01  Davis Herring  <herring@lanl.gov>
5079         * calendar/timeclock.el: Update version number.
5080         (timeclock-modeline-display): Mention timeclock-use-display-time
5081         in explanatory message.
5082         (timeclock-in): Fix non-interactive workday specifications.
5083         (timeclock-log): Don't kill the log buffer if it already existed.
5084         Suppress warnings when finding the log.  Don't check for a nil
5085         project twice.  Run hooks after killing the buffer (if applicable).
5086         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
5087         was geometric).  All uses changed.
5088         (timeclock-generate-report): Support prefix argument.
5090 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
5092         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
5093         disconnections.
5095 2007-05-01  Romain Francoise  <romain@orebokech.com>
5097         * dired-x.el: Revert 2007-04-06 change.
5099 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
5101         * find-dired.el (find-dired-filter): Propertize all text down to eob.
5103 2007-04-29  Richard Stallman  <rms@gnu.org>
5105         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
5107 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5109         * progmodes/cc-mode.el (c-before-change): Use point-min rather
5110         than 1.
5112 2007-04-28  Richard Stallman  <rms@gnu.org>
5114         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
5116 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
5118         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
5119         don't put stop on toolbar.
5121 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5123         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
5125 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
5127         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
5128         instead of $(lisp)/mh-e.
5130 2007-04-28  Glenn Morris  <rgm@gnu.org>
5132         * image-dired.el (image-dired-cmd-create-thumbnail-options)
5133         (image-dired-cmd-create-temp-image-options): Replace option
5134         +profile "*" with -strip.
5136 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
5138         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
5139         Use window-start and window-end.
5141 2007-04-27  Andreas Schwab  <schwab@suse.de>
5143         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
5145 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
5147         * textmodes/fill.el (fill-paragraph): Doc fix.
5149 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
5151         * locate.el (locate-in-alternate-database): Doc fix.
5153 2007-04-26  Glenn Morris  <rgm@gnu.org>
5155         * button.el (button): Use underline if supported, else fall back
5156         to color.
5158         * version.el (emacs-version): Increase to 22.1.50.
5160 2007-04-25  Richard Stallman  <rms@gnu.org>
5162         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
5164 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
5166         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
5167         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
5168         pushing mark.
5169         (idlwave-current-routine): Don't push mark.
5171 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
5173         * image-dired.el (image-dired-display-image): Derive image-type from
5174         filename rather than assuming jpeg, in case no resizing was needed.
5176 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5178         * custom.el (defface): Doc fix.
5180 See ChangeLog.12 for earlier changes.
5182 ;; Local Variables:
5183 ;; coding: iso-2022-7bit
5184 ;; add-log-time-zone-rule: t
5185 ;; End:
5187     Copyright (C) 2007 Free Software Foundation, Inc.
5189   This file is part of GNU Emacs.
5191   GNU Emacs is free software; you can redistribute it and/or modify
5192   it under the terms of the GNU General Public License as published by
5193   the Free Software Foundation; either version 3, or (at your option)
5194   any later version.
5196   GNU Emacs is distributed in the hope that it will be useful,
5197   but WITHOUT ANY WARRANTY; without even the implied warranty of
5198   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5199   GNU General Public License for more details.
5201   You should have received a copy of the GNU General Public License
5202   along with GNU Emacs; see the file COPYING.  If not, write to the
5203   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
5204   Boston, MA 02110-1301, USA.
5206 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af