(completion--do-completion): Move point even if the completion makes no change.
[bpt/emacs.git] / lisp / ChangeLog
1 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (completion--do-completion): Move point even if the
4 completion makes no change.
5 (completion-pcm-try-completion): Fix computation of new point.
6
7 2008-04-30 David Hansen <david.hansen@gmx.net>
8
9 * dired.el: Require 'cl.
10
11 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
12
13 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
14 hollow if not in innermost frame.
15
16 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 Make `checkout-model' apply to filesets.
19 * vc-hooks.el (vc-checkout-model): Rewrite.
20 (vc-before-save, vc-after-save): Adjust callers accordingly.
21 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
22 (vc-transfer-file): Adjust callers accordingly.
23 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
24 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
25 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
26 instead of vc-checkout-model.
27 * vc-mcvs.el (vc-mcvs-revert):
28 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
29 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
30 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
31 * vc-svn.el (vc-svn-checkout-model):
32 * vc-hg.el (vc-hg-checkout-model):
33 * vc-git.el (vc-git-checkout-model):
34 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
35
36 * dired.el (dired-read-dir-and-switches): Replace last change with
37 a new approach that mixes read-file-name and read-directory-name.
38
39 * files.el (read-buffer-to-switch):
40 Avoid making assumptions about `other-buffer'.
41
42 2008-04-29 Sam Steingold <sds@gnu.org>
43
44 * vc.el (vc-dir-mode-hook): Add normal hook.
45 (vc-dir-mode): Run it.
46
47 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
48
49 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
50 Always split windows.
51 (gdb-speedbar-timer-fn): Only raise frame after user input.
52 (gdb-same-frame): Reverse initial value.
53 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
54
55 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
56 gdb-speedbar-timer-fn.
57
58 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
61
62 2008-04-29 Daiki Ueno <ueno@unixuser.org>
63
64 * epa.el (epa-key-list-mode-map): Add menu.
65 (epa-delete-keys, epa-import-keys): Fix typo.
66
67 2008-04-29 Glenn Morris <rgm@gnu.org>
68
69 * find-cmd.el (top-level): Does not need cl when compiling.
70
71 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
72
73 * find-cmd.el: New file.
74
75 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
76
77 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
78 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
79 (completion-pcm--hilit-commonality): New function.
80 (completion-pcm-all-completions): Use it.
81
82 * minibuffer.el (completion-common-substring): Mark obsolete.
83 (completions-first-difference, completions-common-part):
84 Move from simple.el.
85 (completion-hilit-commonality): New fun.
86 (display-completion-list, completion-emacs21-all-completions)
87 (completion-emacs22-all-completions): Use it.
88 * simple.el (completions-first-difference, completions-common-part):
89 Move to minibuffer.el.
90 (choose-completion-string): Use field functions and minibufferp.
91 (completion-setup-function): Don't set completions faces.
92
93 2008-04-29 Glenn Morris <rgm@gnu.org>
94
95 * calendar/calendar.el (calendar-nth-named-absday)
96 (calendar-nth-named-day):
97 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
98 * calendar/holidays.el (holiday-float): Doc fixes.
99
100 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
101 the `full' case.
102
103 * org/org-agenda.el (calendar-iso-from-absolute):
104 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
105 Fix declarations.
106
107 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
108
109 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
110 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
111 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
112 (gdb-assembler-custom): Be careful not to match other addresses.
113
114 2008-04-29 Jason Rumney <jasonr@gnu.org>
115
116 * battery.el (battery-status-function): Use w32-battery-status
117 on Windows.
118 (battery-echo-area-format): Make apm format the general case.
119 (battery-mode-line-format): Merge apm and pmset formats as the
120 general case.
121
122 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
123
124 * progmodes/gdb-ui.el (gdb-info-stack-custom):
125 Use gud-tool-bar-item-visible-no-fringe.
126 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
127 is already visible in frame. Remove optional size parameter
128 and add optional frame parameter.
129
130 * progmodes/gud.el (gud-display-line): Only consider visible
131 frames when looking for source buffer.
132
133 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
134
135 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
136 argument to get-char-property, in case the current buffer hasn't
137 been assigned to that window yet.
138 (doc-view-display): Default to selected window if the current
139 buffer hasn't been assigned to a window yet.
140
141 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
142
143 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
144
145 2008-04-28 Sam Steingold <sds@gnu.org>
146
147 * vc-hg.el (vc-hg-rename-file): Fix argument order.
148
149 2008-04-28 Bastien Guerry <bzg@altern.org>
150
151 * whitespace.el (whitespace-trailing): Fix typo.
152
153 2008-04-28 Sam Steingold <sds@gnu.org>
154
155 * textmodes/remember.el (diary-make-entry): Update the autoload.
156
157 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
160 all-completions.
161
162 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
163
164 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
165
166 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
167
168 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
169 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
170 (vc-dir-mark-file): Add an optional argument.
171 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
172
173 2008-04-27 Daiki Ueno <ueno@unixuser.org>
174
175 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
176 rather than obsolete alias find-file-hooks.
177 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
178 Use find-file-hook rather than obsolete alias find-file-hooks.
179 Add to find-file-not-found-functions.
180 (epa-file-handler): Put 'safe-magic and 'operations properties.
181
182 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
183 (epa-menu-items): Remove.
184
185 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
186 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
187 (epa-dired-mode, epa-global-dired-mode): Remove.
188
189 * dired.el (dired-mode-map): Bind encryption/decryption commands.
190
191 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
192
193 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
194
195 2008-04-27 Glenn Morris <rgm@gnu.org>
196
197 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
198 Remove un-needed local `orig-list'. Replace cl `copy-list'.
199
200 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
201
202 * org/org.el (org-html-level-start): Always have id's in HTML.
203 (org-export-as-html): Use `org-link-protocols' to
204 retrieve the export form of the link.
205 (org-add-link-type): Final parameter renamed from PUBLISH.
206 Better documentation of how it is to be used. Avoid double entries for
207 the same link type.
208 (org-add-link-props): New function.
209 (org-modules-loaded): New variable.
210 (org-load-modules-maybe, org-set-modules): New function.
211 (org-modules): New option.
212 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
213 (orgtbl-mode, org-store-link, org-insert-link-global)
214 (org-open-at-point): Call `org-load-modules-maybe'.
215 (org-search-view): Add more text properties.
216 (org-agenda-schedule, org-agenda-deadline): Allow also in
217 search-type agendas.
218 (org-search-view): Order of arguments has been changed.
219 Interpret prefix-arg as TODO-ONLY.
220 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
221 Take new argument order of `org-search-view' into account.
222 (org-todo-only): New variable.
223 (org-search-syntax-table): New variable and function.
224 (org-search-view): Do the search with the special syntax table.
225 (define-obsolete-function-alias): Make work with XEmacs.
226 (org-add-planning-info): Use old date as default when modifying an
227 existing deadline or scheduled item.
228 (org-agenda-compute-time-span): Make argument N optional.
229 (org-agenda-format-date-aligned): Require `cal-iso'.
230 (org-agenda-list): Include week into into agenda heading, don't
231 list it at each date (only on Mondays).
232 (org-read-date-analyze): Define local variable `iso-date'.
233 (org-agenda-format-date-aligned): Remove dependency on
234 `calendar-time-from-absolute'.
235 (org-remember-apply-template, org-go-to-remember-target):
236 Interpret filenames relative to `org-directory'.
237 (org-complete): Silently fail when trying to complete
238 keywords that don't have a default value.
239 (org-get-current-options): Add a #+DATE: option.
240 (org-additional-option-like-keywords): Remove "DATE:" from the
241 list of additional keywords.
242 (org-export-as-html): Remove (current-time) as unnecessary second
243 argument of `format-time-string'.
244 (org-clock-find-position): Handle special case at end of buffer.
245 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
246 `org-agenda-change-time-span'.
247 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
248 `org-agenda-change-time-span'.
249 (org-agenda-month-view): New argument MONTH, pass it on to
250 `org-agenda-change-time-span'.
251 (org-agenda-year-view): New argument YEAR, pass it on to
252 `org-agenda-change-time-span'.
253 (org-agenda-change-time-span): New optional argument N, pass it on
254 to `org-agenda-compute-time-span'.
255 (org-agenda-compute-time-span): New argument N, interpret it by
256 changing the starting day.
257 (org-small-year-to-year): New function.
258 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
259 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
260 into the future, and that the shift is at least one interval, never 0.
261 (org-update-checkbox-count): Fix bug with checkbox counting.
262 (org-add-note): New command.
263 (org-add-log-setup): Rename from `org-add-log-maybe'.
264 (org-log-note-headings): New entry for plain notes (i.e. notes not
265 related to state changes or clocking).
266 (org-get-org-file): Check for availability of `remember-data-file'.
267 (org-cached-entry-get): Allow a regexp value for
268 `org-use-property-inheritance'.
269 (org-use-property-inheritance): Allow regexp value. Fix bug in
270 customization type.
271 (org-use-tag-inheritance): Allow a list and a regexp value for
272 this variable.
273 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
274 (org-entry-get): Respect value `selective' for the INHERIT argument.
275 (org-tag-inherit-p, org-property-inherit-p): New functions.
276 (org-agenda-format-date-aligned): Allow 10 characters for
277 weekday, to acomodate German locale.
278 (org-add-archive-files): New function.
279 (org-agenda-files): New argument `ext', to get archive files as well.
280 (org-tbl-menu): Protect the use of variables that
281 are only available when org-table.el gets loaded.
282 (org-read-agenda-file-list): Error if `org-agenda-files' is a
283 single directory.
284 (org-open-file): Allow a batch process to trigger
285 waiting after executing a system command.
286 (org-store-link): Link to headline when there is not
287 target and no region in an org-mode buffer when creating a link.
288 (org-link-types-re): New variable.
289 (org-make-link-regexps): Compute `org-link-types-re'.
290 (org-make-link-description-function): New option.
291 (org-agenda-date, org-agenda-date-weekend): New faces.
292 (org-archive-sibling-heading): New option.
293 (org-archive-to-archive-sibling): New function.
294 (org-iswitchb): New command.
295 (org-buffer-list): New function.
296 (org-agenda-columns): Also try the #+COLUMNS line in
297 the buffer associated with the entry at point (or with the first
298 entry in the agenda view).
299 (org-modules): Add entry for org-bibtex.el.
300 (org-completion-fallback-command): Move into `org-completion' group.
301 (org-clock-heading-function): Move to `org-progress' group.
302 (org-auto-repeat-maybe): Make sure that a note can
303 be enforces if `org-log-repeat' is `note'.
304 (org-modules): Allow additional symbols for external packages.
305 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
306 (org-clock-goto): Hide drawers after showing an
307 entry with `org-clock-goto.'
308 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
309 Try also a clocktable block shift.
310 (org-clocktable-try-shift): New function.
311 (org-columns-hscoll-title): New function.
312 (org-columns-previous-hscroll): New variable.
313 (org-columns-full-header-line-format): New variable.
314 (org-columns-display-here-title, org-columns-remove-overlays):
315 Install `org-columns-hscoll-title' in post-command-hook.
316
317 * org/org.el: Split into many small files.
318
319 * org/org-agenda.el: New file, split off from org.el.
320
321 * org/org-archive.el: New file, split off from org.el.
322
323 * org/org-bbdb.el: New file.
324
325 * org/org-bibtex.el: New file, split off from org.el.
326
327 * org/org-clock.el: New file, split off from org.el.
328
329 * org/org-colview.el: New file, split off from org.el.
330
331 * org/org-compat.el: New file, split off from org.el.
332
333 * org/org-exp.el: New file, split off from org.el.
334
335 * org/org-faces.el: New file, split off from org.el.
336
337 * org/org-gnus.el: New file, split off from org.el.
338
339 * org/org-info.el: New file, split off from org.el.
340
341 * org/org-infojs.el: New file.
342
343 * org/org-irc.el: New file.
344
345 * org/org-macs.el: New file, split off from org.el.
346
347 * org/org-mew.el: New file.
348
349 * org/org-mhe.el: New file, split off from org.el.
350
351 * org/org-publish.el: New file, split off from org.el.
352
353 * org/org-remember.el: New file, split off from org.el.
354
355 * org/org-rmail.el: New file, split off from org.el.
356
357 * org/org-table.el: New file, split off from org.el.
358
359 * org/org-vm.el: New file, split off from org.el.
360
361 * org/org-wl.el: New file, split off from org.el.
362
363 2008-04-27 Jason Riedy <jason@acm.org>
364
365 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
366 parameter that supresses lines that evaluate to NIL.
367 (orgtbl-get-fmt): New inline function for
368 picking apart formats that may be lists.
369 (orgtbl-apply-fmt): New inline function for applying formats that
370 may be functions.
371 (orgtbl-eval-str): New inline function for strings that may be
372 functions.
373 (orgtbl-format-line, orgtbl-to-generic): Use and document.
374 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
375 (*orgtbl-llfmt*, *orgtbl-llstart*)
376 (*orgtbl-llend*): Dynamic variables for last-line formatting.
377 (orgtbl-format-section): Shift formatting to support detecting the
378 last line and formatting it specially.
379 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
380 formats unless overridden.
381 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
382 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
383 bound variables to hold the input collection of lines and output
384 formatted text.
385 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
386 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
387 format parameters.
388 (orgtbl-format-line): New function encapsulating formatting for a
389 single line.
390 (orgtbl-format-section): Similar for each section. Rebinding the
391 dynamic vars customizes the formatting for each section.
392 (orgtbl-to-generic): Use orgtbl-format-line and
393 orgtbl-format-section.
394 (org-get-param): Now unused, so delete.
395 (orgtbl-gather-send-defs): New function to
396 gather all the SEND definitions before a table.
397 (orgtbl-send-replace-tbl): New function to find the RECEIVE
398 corresponding to the current name.
399 (orgtbl-send-table): Use the previous two functions and implement
400 multiple destinations for each table.
401
402 * doc/org.texi (A LaTeX example): Note that fmt may be a
403 one-argument function, and efmt may be a two-argument function.
404 (Radio tables): Document multiple destinations.
405
406 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
407
408 * org/org-agenda.el (org-add-to-diary-list): New function.
409 (org-prefix-has-effort): New variable.
410 (org-sort-agenda-noeffort-is-high): New option.
411 (org-agenda-columns-show-summaries)
412 (org-agenda-columns-compute-summary-properties): New options.
413 (org-format-agenda-item): Compute the duration of the item.
414 (org-agenda-weekend-days): New variable.
415 (org-agenda-list, org-timeline): Use the proper faces for dates in
416 the agenda and timeline buffers.
417 (org-agenda-archive-to-archive-sibling): New command.
418 (org-agenda-start-with-clockreport-mode): New option.
419 (org-agenda-clockreport-parameter-plist): New option.
420 (org-agenda-clocktable-mode): New variable.
421 (org-agenda-deadline-leaders): Allow a function value for the
422 deadline leader.
423 (org-agenda-get-deadlines): Deal with new function value.
424
425 * lisp/org-clock.el (org-clock): New customization group.
426 (org-clock-into-drawer, org-clock-out-when-done)
427 (org-clock-in-switch-to-state, org-clock-heading-function):
428 Move into the new group.
429 (org-clock-out-remove-zero-time-clocks): New option.
430 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
431 (org-dblock-write:clocktable): Allow a Lisp form for the scope
432 parameter.
433 (org-dblock-write:clocktable): Fix bug with total time calculation.
434 (org-dblock-write:clocktable): Request the unrestricted list of files.
435 (org-get-clocktable): New function.
436 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
437 be strings but also integers (an absolute day number) and lists (m d y).
438
439 * org/org-colview.el (org-columns-next-allowed-value)
440 (org-columns-edit-value): Limit the effort for updating in the
441 agenda to recomputing a single file.
442 (org-columns-compute): Only write property value if it has changed.
443 This avoids raising the buffer-change-flag unnecessarily.
444 (org-agenda-colview-summarize)
445 (org-agenda-colview-compute): New functions.
446 (org-agenda-columns): Call `org-agenda-colview-summarize'.
447
448 * org/org-exp.el (org-export-run-in-background): New option.
449 (org-export-icalendar): Allow a batch process to trigger waiting
450 after executing a system command.
451 (org-export-preprocess-string): Rename from
452 `org-cleaned-string-for-export'.
453 (org-export-html-style): Made target class look like normal text.
454 (org-export-as-html): Make use of the better proprocessing in
455 `org-cleaned-string-for-export'.
456 (org-cleaned-string-for-export): Better treatment of heuristic
457 targets, many more internal links will now work in HTML export.
458 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
459 (org-export-inbuffer-options-extra): New variable.
460 (org-export-options-filters): New hook.
461 (org-infile-export-plist): Find also the settings keywords in
462 `org-export-inbuffer-options-extra'.
463 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
464 multiple #+INFOJS_OPT lines.
465 (org-export-html-handle-js-options): New function.
466 (org-export-html-infojs-setup): New option.
467 (org-export-as-html): Call `org-export-html-handle-js-options'.
468 Add autoload to all entry points.
469 (org-skip-comments): Function removed.
470
471 * org/org-table.el (org-table-make-reference): Extra parenthesis
472 around single fields, to make sure that algebraic formulas get
473 correctly interpreted by calc.
474 (org-table-current-column): No longer interactive.
475
476 * org/org-export-latex.el (org-export-latex-preprocess):
477 Rename from `org-export-latex-cleaned-string'.
478
479 2008-04-27 Bastien Guerry <bzg@altern.org>
480
481 * org/org-publish.el (org-publish-get-base-files-1): New function.
482 (org-publish-get-base-files): Use it.
483 (org-publish-temp-files): New variable.
484 Don't require 'dired-aux anymore.
485 (org-publish-initial-buffer): New variable.
486 (org-publish-org-to, org-publish): Use it.
487 (org-publish-get-base-files-1): Bug fix: get
488 the proper list of files when recursing thru a directory.
489 (org-publish-get-base-files): Use the :exclude property to skip
490 both files and directories.
491
492 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
493
494 * net/tramp.el (tramp-handle-make-symbolic-link)
495 (tramp-handle-file-name-directory)
496 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
497 (tramp-do-copy-or-rename-file-directly)
498 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
499 (tramp-handle-substitute-in-file-name)
500 (tramp-handle-insert-file-contents, tramp-handle-write-region)
501 * net/tramp-cache.el (tramp-get-file-property)
502 (tramp-set-file-property, tramp-flush-file-property)
503 (tramp-flush-directory-property)
504 * net/tramp-compat.el (tramp-compat-make-temp-file)
505 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
506 Disable `file-name-handler-alist' when handling localname.
507 It could have a remote file syntax, like a VMS file name.
508
509 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
510
511 * whitespace.el: New version 11.1.
512 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
513 enclosed by \\( and \\)$. Docstring fix.
514 (whitespace-trailing-regexp): Fun removed.
515 (whitespace-report-list): Const initialization fix.
516 (whitespace-color-on): Code fix.
517
518 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
519
520 * net/tramp.el (tramp-replace-environment-variables): New defun.
521 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
522 Use it.
523
524 2008-04-27 Glenn Morris <rgm@gnu.org>
525
526 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
527
528 * calculator.el (calculator-expt): Replace cl function `oddp'.
529
530 2008-04-27 Johan Bockgård <bojohan@gnu.org>
531
532 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
533 Simplify. Collect `defun' and `autoload' entries.
534 Avoid modifying load-history.
535
536 2008-04-26 Glenn Morris <rgm@gnu.org>
537
538 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
539
540 * simple.el (quoted-insert, zap-to-char): Revert previous change.
541
542 2008-04-26 John Paul Wallington <jpw@pobox.com>
543
544 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
545 `hexl-mode-old-eldoc-documentation-function'.
546 (hexl-mode-exit): Restore it.
547 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
548
549 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
550
551 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
552
553 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
554 (completion-pcm--all-completions): Doc fix.
555 (completion-styles-alist, completion-all-completions):
556 Fix typos in docstrings.
557
558 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
559
560 * whitespace.el: There is now only one variable (whitespace-style) to
561 specify which kind of blank is visualized. Doc and docstring fix.
562 New version 11.0.
563 (whitespace-style): New option, replace whitespace-style-mark and
564 whitespace-style-color.
565 (whitespace-style-mark, whitespace-style-color): Options removed.
566 (whitespace-hspace, whitespace-tab, whitespace-newline)
567 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
568 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
569 (whitespace-hspace-regexp, whitespace-space-regexp)
570 (whitespace-tab-regexp, whitespace-trailing-regexp)
571 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
572 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
573 (whitespace-space-after-tab-regexp, whitespace-line-column)
574 (whitespace-display-mappings, whitespace-report): Docstring fix.
575 (whitespace-color-value-list, whitespace-mark-value-list)
576 (whitespace-active-color, whitespace-active-mark)
577 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
578 (whitespace-style-value-list, whitespace-active-style)
579 (whitespace-toggle-style): New vars.
580 (whitespace-toggle-option-alist, whitespace-help-text):
581 Var initialization and docstring fix.
582 (whitespace-toggle-options, global-whitespace-toggle-options)
583 (whitespace-cleanup, whitespace-cleanup-region)
584 (whitespace-report-region, whitespace-interactive-char)
585 (whitespace-toggle-list): Docstring and code fix.
586 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
587 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
588 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
589 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
590
591 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
594 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
595 (diff-sanity-check-hunk): Adjust code accordingly.
596
597 2008-04-26 Glenn Morris <rgm@gnu.org>
598
599 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
600
601 * forms-d2.dat: Move to ../etc.
602 * forms-d2.el (forms-file): Adapt for above change.
603
604 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
605 `translation-table-for-input'.
606
607 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
608 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
609
610 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
611 to punctuation now it's not needed for abbrevs.
612 (fortran-mode-abbrev-table): Remove defvar, make use of new
613 define-abbrev-table :regexp feature.
614
615 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
616 insert, now that translation-table-for-input is not needed.
617
618 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
619
620 * emacs-lisp/pp.el (pp-display-expression): New function,
621 extracted from pp-eval-expression.
622 (pp-eval-expression): Use pp-display-expression.
623 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
624 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
625 (pp-eval-last-sexp): Use pp-last-sexp.
626
627 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
628
629 * abbrev.el (define-abbrev-table): Apply props even if the table
630 exists already.
631
632 * minibuffer.el (completion-table-with-context): Fix `pred' for the
633 various kinds of completion tables.
634 (completion-emacs22-try-completion): Place cursor after the /, as was
635 done in Emacs-22's minibuffer-complete-word.
636 Fix bug reported by David Hansen <david.hansen@gmx.net>.
637 (completion-emacs22-try-completion): Merge all mergable text rather
638 than just /.
639 (completion-pcm--delim-wild-regex): New var.
640 (completion-pcm-word-delimiters): New custom.
641 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
642 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
643 (completion-pcm--all-completions, completion-pcm-all-completions)
644 (completion-pcm--merge-completions, completion-pcm--pattern->string)
645 (completion-pcm-try-completion): New functions.
646 (completion-styles-alist): Add them.
647 (completion-styles): Add it to the default.
648
649 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
650
651 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
652 (gdb-var-create-handler): ...until here when there are values.
653 (gdb-post-prompt): Don't do -var-update with no watch expressions.
654 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
655
656 2008-04-25 Eli Zaretskii <eliz@gnu.org>
657
658 * ls-lisp.el (ls-lisp-format): Fix last change.
659 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
660 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
661 (ls-lisp-filesize-f-fmt): New defvars.
662 (ls-lisp-insert-directory): Dynamically compute format specifiers
663 for displaying UID, GID, and file size, and store them in the
664 above variables.
665 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
666 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
667 instead of constant format strings.
668 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
669 ls-lisp-filesize-d-fmt instead of constant format strings.
670
671 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
672
673 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
674 value of addresses rather than (partial) string value.
675 (gdb-frame-handler): Change regexp according to above change.
676 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
677 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
678 (gdb-assembler-mode): Disable undo in these buffers.
679
680 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
681
682 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
683 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
684
685 2008-04-24 Sam Steingold <sds@gnu.org>
686
687 * textmodes/remember.el (remember-diary-extract-entries): Use
688 diary-make-entry instead of the obsolete make-diary-entry.
689
690 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * subr.el (translation-table-for-input): Mark as obsolete.
693
694 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
695
696 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
697
698 * textmodes/ispell.el (ispell-dictionary-alist-1)
699 (ispell-dictionary-alist-2, ispell-dictionary-alist-3):
700 (ispell-dictionary-alist-4, ispell-dictionary-alist-5):
701 (ispell-dictionary-alist-6): Remove.
702 (ispell-dictionary-base-alist): New var, merges the above.
703 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
704 Use it.
705 (ispell-dictionary-alist): Default to nil. Remove autoload.
706 (ispell-local-dictionary-alist): Remove autoload.
707
708 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
709 (f90-mode-abbrev-table): Use the new :regexp feature.
710 Merge defvar and mapc into define-abbrev-table.
711 (f90-imenu-type-matcher): Remove unused `l'.
712 (f90-imenu-generic-expression): Remove unused `not-ib'.
713 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
714 (f90-change-keywords): Use restore-buffer-modified-p.
715
716 2008-04-24 Glenn Morris <rgm@gnu.org>
717
718 * net/goto-addr.el (goto-address-prog-mode):
719 * progmodes/bug-reference.el (bug-reference-prog-mode):
720 Define for compiler.
721
722 * minibuffer.el (x-file-dialog): Declare as function.
723
724 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
725 dframe-update-speed rather than obsolete alias speedbar-update-speed.
726
727 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
728 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
729 work with easymenu. Add :keys where needed.
730
731 * calendar/cal-move.el (calendar-scroll-left): Handle case when
732 event-start is nil.
733
734 * calendar/calendar.el (calendar-mode-map): Fix typo.
735
736 2008-04-24 Tom Tromey <tromey@redhat.com>
737
738 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
739 Document keywords. Add :suppress.
740 * pcvs-defs.el (cvs-mode-map): Use :suppress.
741
742 * net/goto-addr.el (goto-address-unfontify): New function.
743 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
744 (goto-address-fontify-region, goto-address-mode)
745 (goto-address-prog-mode): New functions.
746
747 * progmodes/bug-reference.el: New file.
748
749 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
750
751 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
752
753 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
756 macros within lambdas.
757
758 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * minibuffer.el (completion-try-completion): Add `point' argument.
761 Change return value.
762 (completion-all-completions): Add `point' argument.
763 (minibuffer-completion-help): Pass the new `point' argument.
764 (completion--do-completion): Pass the whole field to try-completion.
765 (completion--try-word-completion): Rewrite, making fewer assumptions.
766 (completion-emacs21-try-completion, completion-emacs21-all-completions)
767 (completion-emacs22-try-completion, completion-emacs22-all-completions)
768 (completion-basic-try-completion, completion-basic-all-completions):
769 New functions.
770 (completion-styles-alist): Use them.
771
772 2008-04-23 Agustin Martin <agustin.martin@hispalinux.es>
773
774 * ispell.el (ispell-set-spellchecker-params): New function to make sure
775 right params and dictionary alists are used after spellchecker changes.
776 (ispell-aspell-dictionary-alist, ispell-last-program-name)
777 (ispell-initialize-spellchecker-hook): New variables and hook.
778 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
779 (ispell-maybe-find-aspell-dictionaries): Remove.
780 Calls replaced by (ispell-set-spellchecker-params) calls.
781 (ispell-have-aspell-dictionaries): Remove.
782 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
783 ispell-set-spellchecker-params.
784
785 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * complete.el (PC-do-completion): Be more robust in the presence of
788 unexpected values in minibuffer-completion-predicate.
789
790 * minibuffer.el (read-file-name): Don't let-bind default-directory.
791 Only abbreviate default-filename if it's a file.
792
793 * minibuffer.el (read-file-name-function, read-file-name-predicate)
794 (read-file-name-completion-ignore-case, insert-default-directory):
795 New vars, moved from fileio.c.
796 (read-file-name): New fun, moved from fileio.c.
797 * cus-start.el: Remove insert-default-directory and
798 read-file-name-completion-ignore-case.
799
800 2008-04-23 Magnus Henoch <mange@freemail.hu>
801
802 * tar-mode.el (tar-untar-buffer): If the entry has directory
803 link type, extract it as a directory even if its file name doesn't
804 end with a slash. Fixes extraction of NetBSD tar archives.
805
806 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * server.el (server-start): Also don't get confused by CRs since we
809 don't quote them.
810
811 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
812
813 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
814 (gdb-set-gud-minor-mode-existing-buffers)
815 (gdb-info-breakpoints-custom, gdb-get-location)
816 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
817 Previously gdb-create-define-alist wasn't always run and added to
818 after-save-hook.
819
820 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
821
822 2008-04-23 Kevin Ryde <user42@zip.com.au>
823
824 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
825 comments like unindented ones.
826
827 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
828
829 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
830 parameter origins.
831
832 2008-04-23 Kevin Ryde <user42@zip.com.au>
833
834 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
835 Bind print-level to ensure output forms aren't truncated if
836 print-level is set to eval-expression-print-level when going via
837 eval-defun and friends, or has been otherwise fiddled with.
838
839 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
840
841 * progmodes/cc-mode.el (c-basic-common-init): Don't set
842 font-lock-extend-after-change-region-function globally.
843
844 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
845
846 * speedbar.el (speedbar-use-tool-tips-flag)
847 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
848 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
849 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
850 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
851 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
852 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
853 (speedbar-separator-face): Fix typos in docstrings.
854 (speedbar-stealthy-function-list, speedbar-verbosity-level)
855 (speedbar-supported-extension-expressions, speedbar-update-current-file)
856 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
857 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
858 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
859 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
860 (speedbar-check-vc-this-line, speedbar-files-line-directory)
861 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
862 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
863 (speedbar-recenter): Doc fixes.
864 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
865 declaration and remove redundant info in docstring.
866
867 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
868
869 * vc-git.el (vc-git-status-printer): Deal with directories.
870
871 * vc.el (vc-next-action): Look at more than the first file to
872 determine the state.
873
874 2008-04-23 Glenn Morris <rgm@gnu.org>
875
876 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
877 timers. Doc fix.
878 (dframe-update-speed): Drop support for XEmacs < 20.
879 (dframe-frame-mode): Drop support for Emacs < 20.
880 (dframe-set-timer-internal): Drop support for Emacs without timers.
881 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
882
883 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
884 versions. Add doc-string. Mark as obsolete.
885
886 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
887
888 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
889 rather than using an Emacs version test.
890
891 * tree-widget.el (tree-widget-image-enable): Use display-images-p
892 rather than an Emacs version test.
893
894 * calendar/cal-china.el (holiday-chinese-qingming)
895 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
896 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
897 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
898
899 * calendar/cal-islam.el (holiday-islamic): Doc fix.
900
901 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
902 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
903 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
904
905 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
906
907 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
908 (gdb-previous-frame-pc-address): ...to this.
909 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
910 of "info frame" with Gdb 6.4+.
911 (gdb-stack-list-frames-regexp): New regexp.
912 (gdb-frame-handler-1): Parse output of -stack-info-frame
913
914 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
915
916 * tar-mode.el (tar-prefix-offset): New constant.
917 (tar-header-block-tokenize): Support paths with long names
918 which use the "ustar" standard.
919
920 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
921
922 * image-dired.el (image-dired-track-original-file)
923 (image-dired-modify-mark-on-thumb-original-file):
924 Use `dired-goto-file' instead of `search-forward'. This solves
925 a bug with finding files where the file name is a subset of other
926 file names. Doc fix.
927
928 2008-04-22 Juri Linkov <juri@jurta.org>
929
930 * menu-bar.el (buffers-menu-max-size): Move its definition down to
931 the "Buffers Menu" section. Change group name `mouse' to `menu'.
932 (yank-menu-length): Change group name `mouse' to `menu'.
933 (buffers-menu-buffer-name-length): New user option.
934 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
935 instead of the hard-coded number 27.
936
937 2008-04-22 Juri Linkov <juri@jurta.org>
938
939 * isearch.el (eval-when-compile): Require `help-macro'.
940 (isearch-help-for-help-internal): Isearch specific Help screen
941 created by `make-help-screen'.
942 (isearch-help-map): New variable that binds "b", "k", "m" to
943 isearch-specific commands, and binds other keys to
944 isearch-other-control-char, thus allowing other Help keys to
945 exit isearch mode and execute their global definitions.
946 (isearch-help-for-help, isearch-describe-bindings)
947 (isearch-describe-key, isearch-describe-mode): New commands.
948 (isearch-mode-help): Define alias to isearch-describe-mode
949 and remove its old function definition.
950 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
951 Remove old comments because this issue is settled now.
952 (isearch-forward): Describe three new Help commands in the docstring.
953 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
954 leave the single sentence at the first line of the docstring,
955 and prepend the word "function" before `isearch-forward'
956 to make the Help link to the function instead of variable.
957
958 2008-04-22 Juri Linkov <juri@jurta.org>
959
960 * isearch.el (isearch-success-function): New variable with default
961 to `isearch-success-function-default'.
962 (isearch-search): Call a function from `isearch-success-function'
963 instead of calling the hard-coded `isearch-range-invisible'.
964 (isearch-success-function-default): New function that calls
965 `isearch-range-invisible' and inverts its return value.
966
967 * info.el (Info-search): In two similar places that skip
968 undesired search matches move code to Info-search-success-function,
969 and call `isearch-success-function' instead.
970 (Info-search-success-function): New function copied from code
971 in Info-search. Replace isearch-range-invisible with
972 text-property-not-all that checks for 'invisible and 'display
973 properties to skip partially invisible matches (whose display
974 properties were set by Info-fontify-node).
975 (Info-mode): Set buffer-local isearch-success-function
976 to Info-search-success-function.
977
978 2008-04-22 Juri Linkov <juri@jurta.org>
979
980 * minibuffer.el (internal-complete-buffer-except): New function.
981
982 * files.el (read-buffer-to-switch): New function.
983 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
984 Change interactive spec to call read-buffer-to-switch instead of
985 using the letter "B".
986
987 * simple.el (minibuffer-default-add-shell-commands): New function.
988 Use declare-function for mailcap-file-default-commands from "mailcap".
989 (shell-command): Set local minibuffer-default-add-function to
990 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
991 before calling read-shell-command. Set 4th arg default-value of
992 read-shell-command to relative buffer-file-name in file buffers.
993
994 * dired-aux.el (dired-read-shell-command-default): Move it to
995 gnus/mailcap.el and change its name to more general name
996 mailcap-file-default-commands.
997 (minibuffer-default-add-dired-shell-commands): New function.
998 Use declare-function for mailcap-file-default-commands from "mailcap".
999 (dired-read-shell-command): Set local minibuffer-default-add-function
1000 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
1001 before calling read-shell-command. Remove dired-read-shell-command-default
1002 from the default value arg because default values are not set in
1003 minibuffer-default-add-dired-shell-commands. Doc fix.
1004
1005 * dired-x.el (dired-smart-shell-command): Sync arguments and
1006 interactive spec with changes in `shell-command'.
1007 Use dired-get-filename to get the dired file name at point
1008 as the default value in dired mode.
1009
1010 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
1011
1012 * info.el (Info-complete-menu-item): Add missing parenthesis.
1013
1014 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1015
1016 * info.el (Info-complete-menu-item): Save point.
1017
1018 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
1019
1020 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
1021
1022 2008-04-22 Andreas Schwab <schwab@suse.de>
1023
1024 * Makefile.in (emacs-deps): Define.
1025 Use it instead of $(lisp)/subdirs.el.
1026
1027 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
1028
1029 * vc.el (vc-next-action): Do not consider directories when
1030 checking for state compatibility.
1031 (vc-transfer-file): Use when not if.
1032 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
1033 (vc-dir-mark-file): Use them.
1034 (vc-deduce-fileset): Also return the backend.
1035 (vc-diff-internal): Take as argument the value returned by
1036 vc-deduce-fileset instead of just the fileset.
1037 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
1038 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
1039 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
1040
1041 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
1042
1043 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
1044 set-window-vscroll but image-scroll-down. Fixes a bug where a
1045 command following SPC scrolled up again.
1046
1047 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
1048
1049 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
1050 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
1051 (gud-watch): Add "$" prefix when in registers buffer.
1052
1053 2008-04-22 Glenn Morris <rgm@gnu.org>
1054
1055 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
1056
1057 * whitespace.el (whitespace-display-table)
1058 (whitespace-display-table-was-local): Move definitions before use.
1059
1060 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
1061 (copyright-limit): Respect copyright-at-end-flag.
1062 (copyright-re-search, copyright-start-point)
1063 (copyright-offset-too-large-p): New functions.
1064 (copyright-update-year): Use copyright-re-search.
1065 (copyright-update, copyright-fix-years): Use copyright-start-point,
1066 and copyright-re-search.
1067 (copyright): Use copyright-offset-too-large-p.
1068 * add-log.el (change-log-mode): Set copyright-at-end-flag.
1069
1070 * add-log.el (top-level): Require 'cl when compiling.
1071
1072 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
1075 Treat minibuffer-completion-predicate as a predicate.
1076
1077 * minibuffer.el (completion--file-name-table): Accept both the old
1078 `dir' arg or the new `pred' arg.
1079
1080 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
1081 `predicate' argument to pass non-predicate data.
1082 (ffap-read-url-internal, ffap-read-file-or-url-internal):
1083 Use second arg as proper predicate.
1084
1085 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
1086 (vc-bzr-revision-completion-table): Use completion-table-with-context
1087 instead.
1088
1089 * simple.el (choose-completion-string): Use minibuffer-completion-table.
1090
1091 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
1092
1093 * term.el (term-emulate-terminal): Perform redisplay after the
1094 process filter has finished running.
1095
1096 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
1099
1100 * minibuffer.el (completion-try-completion): Change magic symbol
1101 property name. Rename from minibuffer-try-completion.
1102 (completion-all-completions): Rename from minibuffer-all-completions.
1103 Remove hide-spaces argument.
1104 (completion--do-completion): Rename from minibuffer--do-completion.
1105 (minibuffer-complete-and-exit): Call just try-completion rather than
1106 completion-try-completion to fix up the case.
1107 (completion--try-word-completion): Try to add space or hyphen before
1108 making `string' a prefix of `completion'.
1109 (completion--insert-strings): Rename from minibuffer--insert-strings.
1110
1111 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
1112
1113 * net/tls.el (tls-program): Add -ign_eof argument to call the
1114 openssl commands.
1115 (tls-checktrust): Ditto.
1116
1117 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
1118
1119 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
1120
1121 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
1122 (vc-check-master-templates, vc-file-not-found-hook)
1123 (vc-kill-buffer-hook):
1124 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
1125 (vc-find-position-by-context, vc-buffer-context)
1126 (vc-restore-buffer-context, vc-responsible-backend)
1127 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
1128 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
1129 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
1130 (vc-version-diff, vc-diff, vc-insert-headers)
1131 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
1132 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
1133 (vc-revert, vc-rollback, vc-version-backup-file)
1134 (vc-rename-master, vc-delete-file, vc-rename-file)
1135 (vc-branch-part, vc-default-retrieve-snapshot)
1136 (vc-annotate-display-autoscale, vc-annotate-display-select)
1137 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
1138 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
1139 (vc-dir-update): Handle directories.
1140 (vc-default-status-printer): Simplify.
1141
1142 * progmodes/asm-mode.el (asm-mode-map):
1143 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
1144
1145 * progmodes/m4-mode.el (m4-mode-map): Add menu.
1146
1147 2008-04-21 Kenichi Handa <handa@m17n.org>
1148
1149 * select.el (xselect-convert-to-string): Send a C_STRING only if
1150 the polymorphic target TEXT is requested.
1151
1152 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
1153
1154 * minibuffer.el (completion-setup-hook, display-completion-list)
1155 (completion--file-name-table): Fix typos in docstrings.
1156 (completion-table-dynamic): Fix typo, and reflow docstring.
1157
1158 2008-04-20 Andreas Schwab <schwab@suse.de>
1159
1160 * server.el (server-switch-buffer): Also consider clients in the
1161 selected frame.
1162
1163 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
1164
1165 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1166 Select window clicked on first.
1167 (gdb): Display thread number in mode-line.
1168 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
1169 (gdb-breakpoints-header): New variable.
1170 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
1171
1172 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1173
1174 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
1175 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
1176 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
1177 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
1178 (vc-sccs-print-log): Use it.
1179
1180 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
1181
1182 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
1183 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
1184
1185 * tooltip.el (tooltip-previous-message): New var.
1186 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
1187 the C code (avoid overwriting a minibuffer, restore previous echo
1188 message, ...).
1189 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
1190 Simplify.
1191
1192 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
1193
1194 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
1195 (gdb-init-1): Initialise it.
1196 (gdb-annotation-rules): New entry for "new-thread".
1197 (gdb-thread-identification): New function to customize
1198 mode-line-buffer-identification.
1199 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
1200 (gdb-assembler-mode): Use it.
1201 (gdb-threads-mode): Force "info threads" onto queue.
1202
1203 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * files.el (locate-file-completion-table): Rename from
1206 locate-file-completion and make it use `pred' in the normal way.
1207 (locate-file-completion): New compatibility wrapper.
1208 (load-library): Use locate-file-completion-table.
1209 * finder.el (finder-commentary):
1210 * subr.el (locate-library):
1211 * emacs-lisp/find-func.el (find-library): Likewise.
1212 * info.el: Use with-current-buffer and inhibit-read-only.
1213 (Info-read-node-name-2): Change to use `predicate' in the normal way.
1214 (Info-read-node-name-1): Adjust uses accordingly.
1215
1216 * minibuffer.el (completion-table-with-context): Add support for `pred'.
1217 (completion-table-with-terminator): Don't use complete-with-action
1218 since we have to distinguish all three cases anyway.
1219 (completion-table-with-predicate): New function.
1220 (dynamic-completion-table): Add obsolete alias.
1221
1222 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
1223
1224 2008-04-18 Sam Steingold <sds@gnu.org>
1225
1226 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
1227 Use quit-window instead of bury-buffer.
1228
1229 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1230
1231 * minibuffer.el (completion-table-with-terminator): Fix last fix.
1232
1233 2008-04-18 Andreas Schwab <schwab@suse.de>
1234
1235 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1236 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1237 Depend on $(lisp)/subdirs.el.
1238
1239 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
1240
1241 * descr-text.el (describe-char-after):
1242 Use `define-obsolete-function-alias'.
1243
1244 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
1245
1246 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
1247
1248 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
1249 Remove redundant obsolescence info in docstring.
1250
1251 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1252 (vc-header-alist): Add WHEN to obsolescence declaration.
1253 (vc-state): Fix typo in docstring.
1254
1255 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
1256 Use `define-obsolete-variable-alias'.
1257
1258 * emulation/tpu-edt.el (tpu-have-ispell):
1259 * international/codepage.el (codepage-setup):
1260 Fix typo in obsolescence declaration.
1261
1262 * international/mule.el (char-coding-system-table):
1263 Remove redundant obsolescence info in docstring.
1264 (charset-list, generic-char-p, set-char-table-default):
1265 Fix typos in obsolescence decarations.
1266
1267 * international/mule-diag.el (non-iso-charset-alist):
1268 Fix typo in obsolescence declaration.
1269 (decode-codepage-char): Remove redundant obsolescence info in docstring.
1270
1271 * font-core.el (font-lock-defaults-alist):
1272 * font-lock.el (font-lock-reference-face):
1273 * frame.el (screen-height, screen-width, set-screen-width)
1274 (set-screen-height):
1275 * hilit-chg.el (highlight-changes-initial-state):
1276 * isearch.el (isearch-return-char):
1277 * log-edit.el (cvs-commit-buffer-require-final-newline)
1278 (cvs-changelog-full-paragraphs):
1279 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
1280 (mouse-popup-menubar-stuff):
1281 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
1282 (mouse-wheel-click-button):
1283 * outline.el (outline-visible):
1284 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
1285 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
1286 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
1287 * progmodes/compile.el (compile-internal):
1288 Add WHEN to obsolescence declarations.
1289
1290 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
1293 is not better anyway.
1294
1295 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1296
1297 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
1298 properly.
1299
1300 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
1303 (python-use-skeletons): Remove, unused.
1304 (python-skeletons): Remove. Use the abbrev table instead.
1305 (python-mode-abbrev-table): Fix regexp;
1306 add enable-function and case-fixed.
1307 (def-python-skeleton): Simplify.
1308 (python-expand-template): Use the abbrev-table and abbrev-insert.
1309 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
1310 Remove.
1311 (python-mode): Don't set pre-abbrev-expand-hook.
1312
1313 * skeleton.el: Set coding-tag.
1314
1315 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
1316 (expand-abbrev): Use it.
1317 (abbrev-table-menu): New function.
1318
1319 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
1320
1321 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
1322
1323 2008-04-17 Sam Steingold <sds@gnu.org>
1324
1325 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
1326 idiosyncratic bury-buffer/delete-window logic.
1327
1328 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
1329
1330 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
1331 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
1332
1333 2008-04-17 Kenichi Handa <handa@m17n.org>
1334
1335 * international/characters.el: Don't make the width of U+00AD to 0.
1336
1337 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
1338
1339 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
1340 (gdb, gdb-starting, gdb-frames-mode): Use it.
1341 (gdb-invalidate-frames): Advise to call "info stack" only if
1342 execution has occurred.
1343 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
1344 selected frame if no execution has occurred.
1345 (gdb-frames-force-update): New interactive function.
1346 (gdb-frames-mode-map): Bind it to "F".
1347
1348 2008-04-17 Michael Olson <mwolson@gnu.org>
1349
1350 * textmodes/remember.el (remember-version): Release Remember 2.0.
1351
1352 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
1353
1354 * textmodes/artist.el:
1355 * progmodes/vhdl-mode.el:
1356 * progmodes/verilog-mode.el:
1357 * progmodes/vera-mode.el:
1358 * progmodes/simula.el:
1359 * progmodes/ps-mode.el:
1360 * progmodes/cmacexp.el:
1361 * obsolete/hilit19.el:
1362 * emulation/viper.el:
1363 * ediff.el: Cleanup the bug-report email addresses and make sure the
1364 maintainer is still willing to handle bug reports.
1365
1366 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1367
1368 * vc.el (vc-dir-kill-query): Fix thinko.
1369
1370 2008-04-16 Glenn Morris <rgm@gnu.org>
1371
1372 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
1373 by diary-sexp-entry.
1374
1375 2008-04-16 Markus Triska <markus.triska@gmx.at>
1376
1377 * proced.el (proced-command-alist): Add support for darwin.
1378
1379 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1380
1381 * proced.el (proced-mode): Redefine as just the major-mode.
1382 (proced): Separate it from proced-mode.
1383
1384 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
1385
1386 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1387
1388 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
1389 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
1390 `tab-width' setting from user. New version 10.0. Doc and docstring
1391 fix.
1392 (whitespace-style, whitespace-chars): Remove options.
1393 (whitespace-style-mark): New option, replace whitespace-style deleted
1394 option. Fix docstring.
1395 (whitespace-style-color): New option, replace whitespace-chars deleted
1396 option. Fix docstring.
1397 (whitespace-space, whitespace-hspace, whitespace-tab)
1398 (whitespace-newline, whitespace-trailing, whitespace-line)
1399 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1400 (whitespace-space-after-tab, whitespace-hspace-regexp)
1401 (whitespace-space-regexp, whitespace-tab-regexp)
1402 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1403 (whitespace-empty-at-eob-regexp, whitespace-line-column)
1404 (whitespace-toggle-option-alist): Fix docstring.
1405 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
1406 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
1407 docstring and initialization.
1408 (global-whitespace-mode): Autoloaded global minor mode.
1409 (whitespace-chars-value-list, whitespace-style-value-list)
1410 (whitespace-active-chars, whitespace-active-style)
1411 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
1412 (whitespace-color-value-list): New var, replace
1413 whitespace-chars-value-list removed var.
1414 (whitespace-mark-value-list): New var, replace
1415 whitespace-style-value-list removed var.
1416 (whitespace-active-color): New var, replace whitespace-active-chars
1417 removed var.
1418 (whitespace-active-mark): New var, replace whitespace-active-style
1419 removed var.
1420 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
1421 removed var.
1422 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
1423 removed var.
1424 (whitespace-toggle-option-alist, whitespace-report-list)
1425 (whitespace-report-text, whitespace-help-text): Fix initialization.
1426 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
1427 (whitespace-toggle-options, global-whitespace-toggle-options)
1428 (whitespace-cleanup-region, whitespace-report-region)
1429 (whitespace-interactive-char): Fix docstring and code.
1430 (whitespace-cleanup, whitespace-report): Fix docstring.
1431 (whitespace-replace-spaces-by-tabs): Remove fun.
1432 (whitespace-replace-action): New fun, replace
1433 whitespace-replace-spaces-by-tabs removed fun.
1434 (whitespace-regexp, whitespace-indentation-regexp)
1435 (whitespace-space-after-tab-regexp, whitespace-insert-value)
1436 (whitespace-kill-buffer): New funs.
1437 (whitespace-insert-option-mark, whitespace-help-on)
1438 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
1439 (whitespace-color-on, whitespace-color-off)
1440 (whitespace-display-char-on): Fix code.
1441
1442 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
1445 (mouse-throw-magnifier-with-mouse-movement): Remove.
1446 (mouse-throw-magnifier-base): New const.
1447 (mouse-drag-scroll-delta): New fun.
1448 (mouse-drag-throw): Use it.
1449
1450 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
1451
1452 * international/uni-bidi.el, international/uni-category.el:
1453 * international/uni-combining.el, international/uni-comment.el:
1454 * international/uni-decimal.el, international/uni-decomposition.el:
1455 * international/uni-digit.el, international/uni-lowercase.el:
1456 * international/uni-mirrored.el, international/uni-name.el:
1457 * international/uni-numeric.el, international/uni-old-name.el:
1458 * international/uni-titlecase.el, international/uni-uppercase.el:
1459 * international/charprop.el: Regenerate.
1460
1461 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
1462
1463 * vc.el (vc-status-fileinfo): Add new member directoryp.
1464 (vc-default-status-printer): Print directories.
1465 (vc-status-update): Sort files before subdirectories.
1466
1467 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
1468 Add alternative implementation based on "cvs update".
1469
1470 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
1471
1472 * doc-view.el: Changed requirements section to tell that only one
1473 of dvipdf or dvipdfm is needed.
1474 (doc-view-already-converted-p): Fix bug that forced reconversion
1475 if doc was already converted.
1476
1477 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1478
1479 * minibuffer.el (minibuffer-message):
1480 Make sure we can put-text-property.
1481
1482 * emacs-lisp/crm.el: Complete rewrite.
1483
1484 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
1485 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
1486 case of an error in display-completion-list.
1487
1488 * filecache.el (file-cache-completions-keymap): Move init from
1489 file-cache-completion-setup-function into declaration.
1490 (file-cache-minibuffer-complete): Simplify.
1491 (file-cache-completion-setup-function): Use standard-output,
1492 preserve current-buffer.
1493
1494 * vc.el (vc-status-update): Fix typo.
1495 (vc-status-update): Set needs-update.
1496 (vc-status-refresh): η-reduce.
1497
1498 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
1499
1500 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
1501 to image-eol.
1502
1503 2008-04-14 Alexandre Julliard <julliard@winehq.org>
1504
1505 * vc.el (vc-status-update): Undo the previous revert.
1506
1507 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1508
1509 * minibuffer.el (completion-table-with-terminator): Those completions
1510 are never valid w.r.t test-completion.
1511 (completion--file-name-table):
1512 Check completion-all-completions-with-base-size.
1513
1514 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
1515
1516 * doc-view.el (doc-view-dvipdf-program): New variable.
1517 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
1518 (doc-view-mode-p): Check for doc-view-dvipdf-program as
1519 alternative for doc-view-dvipdfm-program.
1520 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
1521
1522 * doc-view.el (doc-view-start-process): Don't set
1523 default-directory to "~/" if the current value is valid.
1524 This broke PS files that run other files in the same directory.
1525
1526 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
1527
1528 * vc.el (vc-status-kill-query): New function.
1529 (vc-status-mode): Add it to kill-buffer-query-functions.
1530 (vc-status-show-fileentry): New function.
1531 (vc-status-menu-map): Bind it. Bind vc-next-action.
1532
1533 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1534
1535 * minibuffer.el (minibuffer-message): Put cursor at the right place.
1536
1537 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1538
1539 * proced.el (proced-send-signal): Fix error recognition.
1540
1541 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1542
1543 * proced.el (proced-command-alist): Remove sort column.
1544 (proced-command, proced-procname-column):
1545 Use make-variable-buffer-local.
1546 (proced-signal-function): Rename from proced-kill-program.
1547 Allow for elisp symbols and string values representing system calls.
1548 (proced-marker-regexp, proced-success-message): New functions.
1549 (proced): Use defalias. Add autoload cookie.
1550 (proced-unmark-backward, proced-toggle-marks)
1551 (proced-hide-processes): New commands.
1552 (proced-do-mark): Simplify code.
1553 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
1554 (proced-update): Remove sorting.
1555 (proced-send-signal): Display number of processes to operate on.
1556 Allow for system calls or elisp functions to send signals.
1557 Check if signal was sent successfully.
1558
1559 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * minibuffer.el (completion-all-completion-with-base-size): New var.
1562 (completion--some): New function.
1563 (completion-table-with-context, completion--file-name-table):
1564 Return the base-size if requested.
1565 (completion-table-in-turn): Generalize to multiple arguments.
1566 (complete-in-turn): Compatibility alias.
1567 (completion-styles-alist): New var.
1568 (completion-styles): New customization.
1569 (minibuffer-try-completion, minibuffer-all-completions):
1570 New functions.
1571 (minibuffer--do-completion, minibuffer-complete-and-exit)
1572 (minibuffer-try-word-completion): Use them.
1573 (display-completion-list, minibuffer-completion-help): Use them.
1574 Handle all-completions's new base-size info to set completion-base-size.
1575 * info.el (Info-read-node-name-1): Use completion-table-with-context,
1576 completion-table-with-terminator and complete-with-action.
1577 Remove the now obsolete completion-base-size-function property.
1578 * simple.el (completion-list-mode-map): Move init into declaration.
1579 (completion-list-mode): Use define-derived-mode.
1580 (completion-setup-function): Use any completion-base-size that may
1581 have been set before. Remove handling of completion-base-size-function.
1582 * loadup.el: Move abbrev.el up earlier.
1583
1584 2008-04-13 Alexandre Julliard <julliard@winehq.org>
1585
1586 * vc-git.el (vc-git-after-dir-status-stage)
1587 (vc-git-dir-status-goto-stage): New functions.
1588 (vc-git-after-dir-status-stage1)
1589 (vc-git-after-dir-status-stage1-empty-db)
1590 (vc-git-after-dir-status-stage2): Remove, functionality moved
1591 into the new generic stage functions.
1592 (vc-git-dir-status-files): New function.
1593
1594 * vc.el (vc-status-update): Revert an incorrect rewrite.
1595 Add some comments.
1596 (vc-status-refresh-files): New function.
1597 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
1598 state of up-to-date files.
1599 (vc-default-dir-status-files): New function.
1600
1601 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
1602
1603 * minibuffer.el (completion--embedded-envvar-table)
1604 (read-file-name-internal): Fix typos in 2008-04-11 change.
1605
1606 * faces.el (read-face-name): Use `completion-table-in-turn',
1607 not `complete-in-turn'.
1608
1609 2008-04-13 Andreas Schwab <schwab@suse.de>
1610
1611 * progmodes/etags.el: Require 'cl when compiling.
1612
1613 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
1614
1615 * progmodes/gud.el (gud-menu-map): Expand tooltip.
1616
1617 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
1618 (menu): Add/expand menu tooltips.
1619
1620 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
1621
1622 * progmodes/sh-script.el (sh-show-indent): Fix typo.
1623 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
1624
1625 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
1626 considered registered.
1627
1628 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
1629
1630 * emacs-lisp/copyright.el (copyright-update-directory): New command.
1631
1632 * ediff-wind.el (ediff-split-window-function)
1633 (ediff-merge-split-window-function): Improve custom type.
1634
1635 2008-04-12 Eli Zaretskii <eliz@gnu.org>
1636
1637 * loadup.el ("minibuffer"): Move after "faces".
1638
1639 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * progmodes/hideif.el (hif-factor): Handle unary minus.
1642
1643 2008-04-12 Glenn Morris <rgm@gnu.org>
1644
1645 * calendar/cal-china.el (chinese-calendar-time-zone):
1646 Mark obsolete name as risky too.
1647
1648 * calendar/calendar.el (calendar-faces): New custom group.
1649 (calendar-today, diary, holiday): Doc fix.
1650 Move to calendar-faces group.
1651 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
1652 (diary-button): Doc fix. Move to calendar-faces group.
1653
1654 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
1655 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
1656 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
1657 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
1658 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
1659 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
1660 not in dumped files before the associated defcustom.
1661
1662 2008-04-11 Johan Bockgård <bojohan@gnu.org>
1663
1664 * minibuffer.el (lazy-completion-table): Fix debug spec.
1665
1666 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * minibuffer.el (complete-with-action, lazy-completion-table):
1669 Move from subr.el.
1670 (apply-partially, completion-table-dynamic)
1671 (completion-table-with-context, completion-table-with-terminator)
1672 (completion-table-in-turn): New funs.
1673 (completion--make-envvar-table, completion--embedded-envvar-table):
1674 New funs.
1675 (read-file-name-internal): Use them.
1676 (completion-setup-hook): Move from simple.el.
1677 * subr.el (complete-with-action, lazy-completion-table):
1678 * simple.el (completion-setup-hook): Move to minibuffer.el.
1679
1680 2008-04-11 Glenn Morris <rgm@gnu.org>
1681
1682 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
1683
1684 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
1687
1688 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
1689
1690 * textmodes/fill.el (fill-forward-paragraph-function): New var.
1691 (fill-forward-paragraph): New fun.
1692 (fill-paragraph, fill-region): Use it.
1693
1694 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
1695 (vc-status-create-fileinfo): Make `extra' optional.
1696 (vc-status-busy): New fun.
1697 (vc-status-menu-map): Use it.
1698 (vc-status-crt-marked): Remove.
1699 (vc-status-update): Rename from vc-status-add-entries.
1700 Add argument so as to prevent addition of entries. Rewrite.
1701 (vc-update-vc-status-buffer): Remove.
1702 (vc-status-refresh): Don't remove old entries, set them to
1703 up-to-date instead. Also do it after the update is complete.
1704 (vc-status-marked-files): η-reduce.
1705
1706 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
1707 for non-dialogs.
1708
1709 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
1710
1711 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
1712
1713 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
1714
1715 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
1716 to t and don't truncate msg.
1717
1718 2008-04-11 Glenn Morris <rgm@gnu.org>
1719
1720 * calendar/calendar.el (diary, holidays):
1721 Move custom groups to other files.
1722 (holiday-general-holidays, holiday-oriental-holidays)
1723 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
1724 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
1725 (holiday-hebrew-holidays, holiday-christian-holidays)
1726 (holiday-islamic-holidays, holiday-bahai-holidays)
1727 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
1728 * calendar/diary-lib.el: Move custom group here from calendar.el.
1729 * calendar/holidays-lib.el: Move custom group and variables here
1730 from calendar.el.
1731
1732 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
1733
1734 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1735 Fix custom group.
1736 (calendar-current-time-zone-cache): Autoload riskiness.
1737
1738 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
1739
1740 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
1741
1742 * woman.el (woman2-TH): Use string-equal instead of string-match.
1743
1744 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
1747 (smerge-resolve): Merge the "2-way refinement" case with one half of
1748 the "mere whitespace" resolution.
1749
1750 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
1751
1752 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
1753
1754 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
1755
1756 * subr.el (assoc-ignore-case, assoc-ignore-representation):
1757 Add WHEN to obsolescence declaration.
1758
1759 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
1760
1761 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
1762
1763 * vc-hooks.el (vc-state): Add new state `conflict'.
1764 (vc-after-save): Use when not if.
1765 (vc-default-mode-line-string): Deal with the conflict state.
1766 (vc-prefix-map):
1767 (vc-menu-map): Bind vc-status instead of vc-directory.
1768
1769 * vc.el (vc-editable-p):
1770 (vc-default-status-printer):
1771 (vc-next-action): Deal with the conflict state.
1772 (vc-mark-resolved): New function.
1773 (vc-status-mode): Fix mode name.
1774 (vc-default-comment-history): Use when not if.
1775 (Todo): Add new entries, remove old ones.
1776
1777 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
1778 (vc-cvs-parse-status):
1779 (vc-cvs-after-dir-status):
1780 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1781 Detect the conflict state.
1782
1783 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
1784
1785 2008-04-10 Glenn Morris <rgm@gnu.org>
1786
1787 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
1788 Respect truncate-partial-width-windows in non-full windows,
1789 with regards to :toggle and :enable state.
1790
1791 * simple.el (toggle-truncate-lines): Doc fix.
1792
1793 * Makefile.in (MH_E_DIR): New variable.
1794 (MH_E_SRC): Restore variable removed 2008-03-13.
1795 (mh-loaddefs.el): Depend on $MH_E_SRC.
1796 (CAL_DIR, CAL_SRC): New variables.
1797 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
1798 Depend on CAL_SRC.
1799
1800 * calendar/calendar.el (calendar, diary): Add :prefix.
1801 (holidays): Change :prefix.
1802 (calendar-today, holiday, calendar-holiday-marker)
1803 (european-calendar-style): Change custom groups.
1804
1805 * calendar/calendar.el (diary-hook, diary-display-hook):
1806 Move to diary-lib.el.
1807 * calendar/diary-lib.el (diary-hook, diary-display-hook):
1808 Move here from calendar.el.
1809 * calendar/appt.el: Require diary-lib rather than calendar.
1810 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
1811
1812 * calendar/appt.el (appt): Add :prefix.
1813
1814 * calendar/diary-lib.el (diary-hook): Doc fix.
1815 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
1816
1817 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1818
1819 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
1820 New functions.
1821
1822 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
1823 the arg to recursive calls.
1824
1825 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
1826
1827 * minibuffer.el (completion-auto-help): Fix typo.
1828
1829 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1830
1831 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
1832
1833 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
1834
1835 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
1836 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
1837
1838 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
1841
1842 * minibuffer.el (minibuffer): Move group from cus-edit.el.
1843 (completion-auto-help): Move from C code.
1844 (minibuffer--maybe-completion-help): Remove.
1845 (minibuffer--bitset): New function.
1846 (minibuffer--do-completion): Rename from minibuffer-do-completion.
1847 Renumber a bit. Really complete on string *before* point.
1848 Add argument used for word-completion.
1849 Join trailing / in completion with following text, as done in
1850 minibuffer-complete-word.
1851 Handle new value `lazy' for completion-auto-help.
1852 (minibuffer-try-word-completion): New function extracted from
1853 minibuffer-complete-word.
1854 (minibuffer-complete-word): Use minibuffer--do-completion.
1855 (minibuffer--insert-strings): Rename from
1856 minibuffer-complete-insert-strings.
1857 (exit-minibuffer): Fix typo.
1858 * cus-edit.el (minibuffer): Move group to minibuffer.el.
1859 * cus-start.el: Remove completion-auto-help.
1860
1861 2008-04-09 Alexandre Julliard <julliard@winehq.org>
1862
1863 * vc.el (vc-status-add-entries): New function.
1864 (vc-status-add-entry): Remove.
1865 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
1866 Use vc-status-add-entries.
1867
1868 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
1869 order.
1870
1871 2008-04-09 Jason Rumney <jasonr@gnu.org>
1872
1873 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
1874 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
1875 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
1876 (AUTOGENEL): New variable.
1877 (distclean, maintainer-clean): New targets.
1878
1879 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
1880
1881 * emacs-lisp/regexp-opt.el (regexp-opt):
1882 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
1883
1884 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
1885
1886 * nxml/nxml-mode.el (nxml-cleanup): New function.
1887 (nxml-mode): Add it to change-major-mode-hook.
1888
1889 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
1890
1891 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
1892
1893 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
1894
1895 * calc/.cvsignore: New file.
1896
1897 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
1898
1899 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
1900
1901 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
1902 show-help-function when turning tooltip off.
1903 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
1904 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
1905
1906 2008-04-09 Alan Mackenzie <acm@muc.de>
1907
1908 * font-lock.el (font-lock-extend-after-change-region-function):
1909 Make it buffer local.
1910
1911 2008-04-09 Glenn Morris <rgm@gnu.org>
1912
1913 * calendar/calendar.el (diary-file, european-calendar-style):
1914 Remove autoload cookies.
1915
1916 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1917
1918 * outline.el (outline-mode-menu-bar-map):
1919 * log-view.el (log-view-mode-menu):
1920 * log-edit.el (log-edit-menu): Add :help.
1921
1922 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
1923
1924 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1925 Use substring-no-properties for correct handling of unibyte strings.
1926
1927 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1928
1929 * add-log.el (change-log-next-buffer): Handle the case where version<
1930 signals an error.
1931
1932 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
1933 mouse-major-mode-menu.
1934 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
1935 (mouse-major-mode-menu, mouse-popup-menubar)
1936 (mouse-popup-menubar-stuff): Use them.
1937 (C-down-mouse-3): Bind to a dynamic map rather than to
1938 mouse-popup-menubar-stuff.
1939
1940 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
1941 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
1942
1943 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1944
1945 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
1946 file:// access method.
1947
1948 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * minibuffer.el: New file.
1951 * loadup.el: Load it.
1952
1953 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
1956 rather than subdirs.el. It introduces an ugly circular dependency, tho.
1957
1958 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
1959 (calc-mode-map, calc-digit-map, calc-dispatch-map):
1960 Move initialization into declaration.
1961 * calc/calc-yank.el:
1962 * calc/calc-misc.el:
1963 * calc/calc-embed.el:
1964 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
1965
1966 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
1967
1968 * ps-samp.el (ps-add-printer, ps-remove-printer)
1969 (ps-make-dynamic-printer-menu): New functions.
1970
1971 * net/zeroconf.el: New file.
1972
1973 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
1976
1977 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
1978
1979 * vc-rcs.el (vc-rcs-modify-change-comment):
1980 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
1981
1982 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
1983
1984 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
1985
1986 * international/mule-cmds.el (set-locale-environment): Don't warn if
1987 coding system doesn't agree with system locale (this reverts changes
1988 by Dave Love, dated 2002-10-27 and 2002-10-09).
1989
1990 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1991 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
1992
1993 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
1994
1995 2008-04-08 Glenn Morris <rgm@gnu.org>
1996
1997 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
1998 * textmodes/remember.el (remember-diary-convert-entry):
1999 Require calendar.
2000
2001 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
2002 diary-file, since it is the default for make-diary-entry anyway.
2003
2004 * calendar/cal-menu.el (cal-menu-event-to-date):
2005 Rename calendar-event-to-date. Update callers.
2006 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
2007 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
2008 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
2009 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
2010 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
2011 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
2012 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
2013 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
2014 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
2015 (calendar-mouse-tex-month-landscape):
2016 Rename cal-tex-mouse-month-landscape.
2017 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
2018 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
2019 (calendar-mouse-tex-year-landscape):
2020 Rename cal-tex-mouse-year-landscape.
2021 (cal-menu-context-mouse-menu): Update for above name changes.
2022
2023 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
2024 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2025 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
2026 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
2027 * calendar/holidays.el: Replace int-to-string with number-to-string.
2028
2029 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
2030
2031 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
2032 region if point moves.
2033
2034 2008-04-08 Kenichi Handa <handa@m17n.org>
2035
2036 * faces.el (font-slant-table): Change numeric values for `r',
2037 `roman', and `normal'.
2038
2039 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
2040
2041 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
2042
2043 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
2044
2045 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
2046 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
2047
2048 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
2049
2050 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
2051 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
2052
2053 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2054
2055 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
2056
2057 2008-04-07 Sam Steingold <sds@gnu.org>
2058
2059 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
2060 Add helper functions.
2061 (lisp-do-defun): Extract the common part of lisp-eval-defun and
2062 lisp-compile-defun; DEFVAR forms reset the variables to the init
2063 values, just like in emacs-lisp mode eval-defun.
2064 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
2065 (lisp-compile-region): Use lisp-compile-string.
2066
2067 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * subr.el (combine-and-quote-strings): Also quote strings that contain
2070 the separator.
2071
2072 * pcvs-util.el (cvs-map): Avoid recursion :-(
2073
2074 2008-04-07 Glenn Morris <rgm@gnu.org>
2075
2076 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
2077
2078 * calendar.el (diary-view-entries-initially-flag): Rename
2079 view-diary-entries-initially. Keep old name as alias, update users.
2080 (calendar-mark-diary-entries-flag): Rename
2081 mark-diary-entries-in-calendar. Keep old name as alias, update users.
2082 (calendar-view-holidays-initially-flag): Rename
2083 view-calendar-holidays-initially. Keep old name as alias, update users.
2084 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
2085 Keep old name as alias, update users.
2086 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
2087 Keep old name as alias, update users.
2088 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
2089 Keep old name as alias, update users.
2090 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
2091 Keep old name as alias, update users.
2092 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
2093 (diary-american-date-forms): Rename american-date-diary-pattern.
2094 Keep old name as alias, update users.
2095 (diary-european-date-forms): Rename european-date-diary-pattern.
2096 Keep old name as alias, update users.
2097 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
2098 Keep old name as alias, update users.
2099 (calendar-european-date-display-form): Rename
2100 european-calendar-display-form. Keep old name as alias, update users.
2101 (calendar-american-date-display-form): Rename
2102 european-calendar-display-form. Keep old name as alias, update users.
2103 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
2104 Keep old name as alias, update users.
2105 (holiday-general-holidays): Rename general-holidays.
2106 Keep old name as alias, update users.
2107 (holiday-oriental-holidays): Rename oriental-holidays.
2108 Keep old name as alias, update users.
2109 (holiday-local-holidays): Rename local-holidays.
2110 Keep old name as alias, update users.
2111 (holiday-other-holidays): Rename other-holidays.
2112 Keep old name as alias, update users.
2113 (holiday-hebrew-holidays): Rename hebrew-holidays.
2114 Keep old name as alias, update users.
2115 (holiday-christian-holidays): Rename christian-holidays.
2116 Keep old name as alias, update users.
2117 (holiday-islamic-holidays): Rename islamic-holidays.
2118 Keep old name as alias, update users.
2119 (holiday-bahai-holidays): Rename bahai-holidays.
2120 Keep old name as alias, update users.
2121 (holiday-solar-holidays): Rename solar-holidays.
2122 Keep old name as alias, update users.
2123 (diary-fancy-buffer): Rename fancy-diary-buffer.
2124 Keep old name as alias, update users.
2125 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
2126 Update users.
2127 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
2128 Update users.
2129 (calendar-increment-month): Rename increment-calendar-month.
2130 Keep old name as alias, update callers.
2131 (calendar-increment-month-cons): Rename old calendar-increment-month.
2132 Update callers.
2133 (calendar-extract-month): Rename extract-calendar-month.
2134 Keep old name as alias, update callers
2135 (calendar-extract-day): Rename extract-calendar-day.
2136 Keep old name as alias, update callers.
2137 (calendar-extract-year): Rename extract-calendar-year.
2138 Keep old name as alias, update callers.
2139 (calendar-generate-window): Rename generate-calendar-window.
2140 Update callers.
2141 (calendar-generate): Rename generate-calendar. Update callers.
2142 (calendar-generate-month): Rename generate-calendar-month.
2143 Update callers.
2144 (calendar-redraw): Rename redraw-calendar. Update callers.
2145 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
2146 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
2147 Update callers.
2148 (calendar-update-mode-line): Rename update-calendar-mode-line.
2149 Update callers.
2150 (calendar-exit): Rename exit-calendar. Keep old name as alias,
2151 update callers.
2152 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
2153 Keep old name as alias, update callers.
2154 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
2155 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
2156 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
2157 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
2158 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
2159 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
2160 * calendar/solar.el: Update for calendar.el name changes.
2161 * org/org.el (org-agenda-format-date-aligned)
2162 (org-agenda-execute-calendar-command): Access date elements directly
2163 rather than using calendar functions.
2164 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
2165 Also set calendar-view-diary-initially-flag,
2166 calendar-view-holidays-initially-flag
2167 (org-get-entries-from-diary): Also set diary-fancy-buffer.
2168 (org-agenda-execute-calendar-command): No need to set displayed-day.
2169
2170 2008-04-06 Alan Mackenzie <acm@muc.de>
2171
2172 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
2173 typo in the doc string.
2174
2175 * progmodes/cc-mode.el (c-basic-common-init):
2176 Set font-lock-extend-after-change-region-function.
2177 (c-extend-after-change-region): New function, used in
2178 font-lock-extend-after-change-region-function, thus superseding
2179 advice on the Font Lock after change functions.
2180 (c-advise-fl-for-region): Remove this macro.
2181
2182 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2183
2184 * textmodes/flyspell.el (flyspell-duplicate-distance):
2185 Improve custom type.
2186
2187 2008-04-06 Glenn Morris <rgm@gnu.org>
2188
2189 * calendar/diary-lib.el (diary-sexp-entry-symbol):
2190 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
2191 (diary-list-entries-hook): Rename list-diary-entries-hook.
2192 Keep old name as alias, update users.
2193 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
2194 Keep old name as alias, update users.
2195 (diary-nongregorian-listing-hook): Rename
2196 nongregorian-diary-listing-hook. Keep old name as alias, update users.
2197 (diary-nongregorian-marking-hook): Rename
2198 nongregorian-diary-marking-hook. Keep old name as alias, update users.
2199 (diary-print-entries-hook): Rename print-diary-entries-hook.
2200 Keep old name as alias, update users.
2201 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
2202 Keep old name as alias, update users.
2203 (diary-number-of-entries): Rename number-of-diary-entries.
2204 Keep old name as alias, update users.
2205 (view-diary-entries, list-diary-entries, show-all-diary-entries):
2206 Give version of obsolescence.
2207 (diary-view-other-diary-entries): Rename view-other-diary-entries.
2208 Keep old name as alias, update callers.
2209 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
2210 update callers.
2211 (diary-include-other-diary-files): Rename include-other-diary-files.
2212 Keep old name as alias, update callers.
2213 (diary-simple-display): Rename simple-diary-display.
2214 Keep old name as alias, update callers.
2215 (diary-fancy-display): Rename fancy-diary-display.
2216 Keep old name as alias, update callers.
2217 (diary-print-entries): Rename print-diary-entries.
2218 Keep old name as alias, update callers.
2219 (diary-marking-entries-flag): Rename marking-diary-entries.
2220 Update users.
2221 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
2222 (diary-mark-entries): Rename mark-diary-entries.
2223 Keep old name as alias, update callers.
2224 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
2225 Keep old name as alias, update callers.
2226 (diary-mark-included-diary-files): Rename mark-included-diary-files.
2227 Keep old name as alias, update callers.
2228 (calendar-mark-days-named): Rename mark-calendar-days-named.
2229 Keep old name as alias, update callers.
2230 (calendar-mark-month): Rename mark-calendar-month.
2231 Keep old name as alias, update callers.
2232 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
2233 Keep old name as alias, update callers.
2234 (diary-sort-entries): Rename sort-diary-entries.
2235 Keep old name as alias, update callers.
2236 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
2237 Keep old name as alias, update callers.
2238 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
2239 update callers.
2240 (diary-insert-entry): Rename insert-diary-entry.
2241 Keep old name as alias.
2242 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
2243 Keep old name as alias.
2244 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
2245 Keep old name as alias.
2246 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
2247 Keep old name as alias.
2248 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
2249 Keep old name as alias.
2250 (diary-insert-block-entry): Rename insert-block-diary-entry.
2251 Keep old name as alias.
2252 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
2253 Keep old name as alias.
2254 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
2255 Keep old name as alias, update users.
2256 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
2257 Keep old name as alias, update callers.
2258 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2259 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
2260 * calendar/icalendar.el: Update for diary-lib name changes.
2261
2262 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
2263
2264 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
2265
2266 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
2267 for copy, move, and link operations.
2268
2269 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
2270
2271 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
2272 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
2273
2274 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
2275 'require' statements with 1-argument ones (wrapped in if's).
2276 For compatibility with the current stable version of XEmacs.
2277
2278 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
2279
2280 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
2281
2282 2008-04-06 Jason Rumney <jasonr@gnu.org>
2283
2284 * language/burmese.el ("Burmese"): Make sample text consistent with
2285 language name.
2286
2287 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
2288
2289 * progmodes/gdb-ui.el (gdb): New group.
2290 (gdb-debug-log-max, gdb-enable-debug)
2291 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
2292 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
2293 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
2294 (gdb-show-changed-values, gdb-max-children)
2295 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
2296 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
2297 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
2298 (gdb-memory-unit): Move to new group from GUD group.
2299 (menu): Allow customization from GDB-UI menu-item.
2300
2301 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
2302
2303 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
2304
2305 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
2308 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2309 Revision numbers can include ".".
2310
2311 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
2312 "+" lines not accounted for by counting "-" and context lines.
2313
2314 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2315
2316 * term/mac-win.el (mac-service-open-file): Use file URL instead of
2317 file name string.
2318
2319 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2320
2321 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
2322 (vc-bzr-annotate-time): Accept space used to preserve alignment.
2323
2324 2008-04-05 Richard Stallman <rms@gnu.org>
2325
2326 * emacs-lisp/advice.el (defadvice): Add usage pattern.
2327
2328 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
2329
2330 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
2331 thread in [h-e-w]).
2332
2333 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
2334
2335 * files.el (abort-if-file-too-large): Fix typo in docstring.
2336
2337 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 * subr.el (functionp): Return nil for special forms.
2340
2341 2008-04-05 Glenn Morris <rgm@gnu.org>
2342
2343 * emacs-lisp/autoload.el (autoload-ensure-default-file):
2344 Provide a feature.
2345 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
2346 Require loaddef file rather than loading it.
2347 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
2348 autoload-ensure-default-file provides a feature.
2349
2350 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
2351 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
2352 (compile, compile-always, recompile): Use $LOADDEFS.
2353 (cal-autoloads): Remove.
2354
2355 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
2356 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
2357
2358 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
2359 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
2360
2361 * calendar/calendar.el (diary-hebrew-entry-symbol):
2362 Rename hebrew-diary-entry-symbol. Keep old name as alias.
2363 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
2364 Keep old name as alias.
2365 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
2366 Keep old name as alias.
2367 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
2368 to diary-bahai-entry-symbol.
2369 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
2370 to diary-hebrew-entry-symbol.
2371 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
2372 to diary-islamic-entry-symbol.
2373 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
2374
2375 * calendar/solar.el (diary-sabbath-candles-minutes)
2376 (diary-sabbath-candles): Move to cal-hebrew.
2377 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
2378 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
2379 Doc fix. Keep old name as alias.
2380 (diary-hebrew-sabbath-candles): Simplify.
2381 (solar-setup, solar-sunrise-sunset, calendar-latitude)
2382 (calendar-longitude, calendar-time-zone): Declare for compiler.
2383 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
2384 rename.
2385
2386 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
2387 Rename coptic-calendar-month-name-array. Update callers.
2388 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
2389 (calendar-coptic-name): Rename coptic-name. Update callers.
2390 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
2391 Update callers.
2392 (calendar-coptic-last-day-of-month):
2393 Rename coptic-calendar-last-day-of-month. Update callers.
2394 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
2395 Keep old name as alias, update callers.
2396 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
2397 Keep old name as alias, update callers.
2398 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
2399 Keep old name as alias.
2400 (calendar-ethiopic-month-name-array):
2401 Rename ethiopic-calendar-month-name-array. Update callers.
2402 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
2403 Update callers.
2404 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
2405 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
2406 Keep old name as alias, update callers.
2407 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
2408 Keep old name as alias, update callers.
2409 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
2410 Keep old name as alias.
2411
2412 * calendar/cal-french.el (calendar-french-epoch):
2413 Rename french-calendar-epoch. Update callers.
2414 (calendar-french-month-name-array): Rename variable and function
2415 french-calendar-month-name-array. Update callers.
2416 (calendar-french-multibyte-month-name-array):
2417 Rename french-calendar-multibyte-month-name-array. Update callers.
2418 (calendar-french-day-name-array): Rename variable and function
2419 french-calendar-day-name-array. Update callers.
2420 (calendar-french-special-days-array): Rename variable and function
2421 french-calendar-special-days-array. Update callers.
2422 (calendar-french-multibyte-special-days-array):
2423 Rename french-calendar-multibyte-special-days-array. Update callers.
2424 (calendar-french-accents-p): Rename french-calendar-accents.
2425 Update callers.
2426 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
2427 Update callers.
2428 (calendar-french-last-day-of-month):
2429 Rename french-calendar-last-day-of-month. Update callers.
2430 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
2431 Keep old name as alias, update callers.
2432 (calendar-french-print-date): Rename calendar-print-french-date.
2433 Keep old name as alias, update callers.
2434 (calendar-french-goto-date): Rename calendar-goto-french-date.
2435 Keep old name as alias.
2436
2437 * calendar/cal-menu.el, calendar/calendar.el:
2438 Update for Coptic and French name changes.
2439
2440 * calendar/cal-china.el (calendar-chinese): Rename custom group
2441 from chinese-calendar. Update users.
2442 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
2443 Keep old name as alias, update users.
2444 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
2445 Keep old name as alias.
2446 (calendar-chinese-daylight-time-offset):
2447 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
2448 update users.
2449 (calendar-chinese-standard-time-zone-name):
2450 Rename chinese-calendar-standard-time-zone-name.
2451 Keep old name as alias, update users.
2452 (calendar-chinese-daylight-saving-start):
2453 Rename chinese-calendar-daylight-savings-starts.
2454 Keep old name as alias, update users.
2455 (calendar-chinese-daylight-saving-end):
2456 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
2457 update users.
2458 (calendar-chinese-daylight-saving-start-time):
2459 Rename chinese-calendar-daylight-savings-starts-time.
2460 Keep old name as alias, update users.
2461 (calendar-chinese-daylight-saving-end-time):
2462 Rename chinese-calendar-daylight-savings-ends-time.
2463 Keep old name as alias, update users.
2464 (calendar-chinese-celestial-stem): Rename
2465 calendar-chinese-celestial-stem. Keep old name as alias, update users.
2466 (calendar-chinese-terrestrial-branch):
2467 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
2468 update users.
2469 (calendar-chinese-zodiac-sign-on-or-after):
2470 Rename chinese-zodiac-sign-on-or-after. Update callers.
2471 (calendar-chinese-new-moon-on-or-after):
2472 Rename chinese-new-moon-on-or-after. Update callers.
2473 (calendar-chinese-month-list): Rename chinese-month-list.
2474 Update callers.
2475 (calendar-chinese-number-months): Rename number-chinese-months.
2476 Update callers.
2477 (calendar-chinese-compute-year): Rename compute-chinese-year.
2478 Update callers.
2479 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
2480 (calendar-chinese-year): Rename chinese-year. Update callers.
2481 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
2482 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
2483 Keep old name as alias, update callers.
2484 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
2485 Keep old name as alias, update callers.
2486 (calendar-chinese-months-to-alist):
2487 Rename make-chinese-month-assoc-list. Update callers.
2488 (calendar-chinese-months): Rename chinese-months. Update callers.
2489 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
2490 Keep old name as alias, update callers.
2491
2492 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
2493 Rename hebrew-calendar-leap-year-p. Update callers.
2494 (calendar-hebrew-last-month-of-year):
2495 Rename hebrew-calendar-last-month-of-year. Update callers.
2496 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
2497 Update callers.
2498 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
2499 Update callers.
2500 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
2501 Update callers.
2502 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
2503 Update callers.
2504 (calendar-hebrew-last-day-of-month):
2505 Rename hebrew-calendar-last-day-of-month. Update callers.
2506 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
2507 Keep old name as alias, update callers.
2508 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
2509 Keep old name as alias, update callers.
2510 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
2511 Keep old name as alias, update callers.
2512 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
2513 Keep old name as alias.
2514 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
2515 Keep old name as alias.
2516 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
2517 Keep old name as alias.
2518 (holiday-hebrew-passover): Rename holiday-passover-etc.
2519 Keep old name as alias.
2520 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
2521 Keep old name as alias, update callers.
2522 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
2523 Keep old name as alias.
2524 (calendar-hebrew-mark-date-pattern):
2525 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
2526 update callers.
2527 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
2528 Keep old name as alias.
2529 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
2530 Keep old name as alias.
2531 (diary-hebrew-insert-monthly-entry):
2532 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
2533 (diary-hebrew-insert-yearly-entry):
2534 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
2535 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
2536 Keep old name as alias.
2537 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
2538 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
2539 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
2540 Keep old name as alias.
2541 (calendar-hebrew-parashiot-names):
2542 Rename hebrew-calendar-parashiot-names. Update callers.
2543 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
2544 (calendar-hebrew-year-Saturday-incomplete-Sunday):
2545 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
2546 (calendar-hebrew-year-Saturday-complete-Tuesday):
2547 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
2548 (calendar-hebrew-year-Monday-incomplete-Tuesday):
2549 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
2550 (calendar-hebrew-year-Monday-complete-Thursday):
2551 Rename hebrew-calendar-year-Monday-complete-Thursday.
2552 (calendar-hebrew-year-Tuesday-regular-Thursday):
2553 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
2554 (calendar-hebrew-year-Thursday-regular-Saturday):
2555 Rename hebrew-calendar-year-Thursday-regular-Saturday.
2556 (calendar-hebrew-year-Thursday-complete-Sunday):
2557 Rename hebrew-calendar-year-Thursday-complete-Sunday.
2558 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
2559 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
2560 (calendar-hebrew-year-Saturday-complete-Thursday):
2561 Rename hebrew-calendar-year-Saturday-complete-Thursday.
2562 (calendar-hebrew-year-Monday-incomplete-Thursday):
2563 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
2564 (calendar-hebrew-year-Monday-complete-Saturday):
2565 Rename hebrew-calendar-year-Monday-complete-Saturday.
2566 (calendar-hebrew-year-Tuesday-regular-Saturday):
2567 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
2568 (calendar-hebrew-year-Thursday-incomplete-Sunday):
2569 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
2570 (calendar-hebrew-year-Thursday-complete-Tuesday):
2571 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
2572 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
2573 Update for above name changes of constants.
2574
2575 * calendar/cal-menu.el, calendar/calendar.el:
2576 Update for chinese and hebrew name changes.
2577 * calendar/diary-lib.el: Update for hebrew name changes.
2578
2579 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2580
2581 * subr.el (keymap-canonicalize): Correct thinko.
2582
2583 * server.el: Undo part of the multi-tty change, which is only
2584 needed if server.el is preloaded, and broke server-running-p.
2585 (server-socket-dir): Initialize in the defvar, as before.
2586 (server-start): Remove initialization of server-socket-dir.
2587
2588 2008-04-05 Eli Zaretskii <eliz@gnu.org>
2589
2590 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
2591 3-member cons cells.
2592
2593 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
2594
2595 * cus-face.el (custom-face-attributes): Handle roman slant.
2596
2597 * faces.el (default): Ensure the face-defface-spec property is set.
2598
2599 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
2600
2601 * files.el (abort-if-file-too-large): New function.
2602 (find-file-noselect, insert-file-1): Use it.
2603
2604 2008-04-05 Reto Zimmermann <reto@gnu.org>
2605
2606 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
2607 Replace C-c[a-zA-Z] key bindings.
2608
2609 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2610
2611 * progmodes/hideif.el (hif-token-alist): New var.
2612 (hif-token-regexp, hif-tokenize): Use it.
2613 (hif-mathify-binop): New macro.
2614 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
2615 (hif-greater-equal, hif-less-equal): Use it.
2616 (hif-logior, hif-logand): New functions.
2617 (hif-math): Accept | and & as well.
2618
2619 * progmodes/etags.el: Fix problem with completion for buffer-local
2620 tables. Reported by Radey Shouman <shouman@comcast.net>.
2621 (tags-complete-tag): Remove.
2622 (tags-lazy-completion-table): New function to replace it.
2623 (find-tag-tag, complete-tag): Update users.
2624
2625 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2626
2627 * vc-rcs.el (vc-rcs-dir-status):
2628 * vc-sccs.el (vc-sccs-dir-status): New function.
2629
2630 * outline.el (outline-mode-menu-bar-map):
2631 * term.el (terminal-signal-menu): Add :help.
2632
2633 * net/eudc.el (eudc-mode-map): Declare and define in one step.
2634 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
2635
2636 * emacs-lisp/re-builder.el (reb-mode-map):
2637 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
2638
2639 * diff-mode.el (diff-file-junk-re): Recognize the git format for
2640 new files, deleted files and for changing permissions.
2641 (diff-mode): Set beginning-of-defun-function and
2642 end-of-defun-function.
2643
2644 * vc-bzr.el (vc-bzr-state): Use when instead of if.
2645
2646 * vc.el (vc-default-status-fileinfo-extra): New function.
2647 (vc-status-mark-buffer-changed): Use it.
2648 (vc-update-vc-status-buffer): Allow for partial updates.
2649
2650 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2651
2652 * net/tramp.el (after-init-hook): Don't wrap a lambda around
2653 tramp-register-completion-file-name-handler.
2654
2655 * subr.el (keymap-canonicalize): New function.
2656 * mouse.el (mouse-menu-non-singleton): Use it.
2657 (mouse-major-mode-menu): Remove hack made unnecessary.
2658
2659 * simple.el (set-fill-column): Prompt rather than error by default.
2660
2661 2008-04-04 Andreas Schwab <schwab@suse.de>
2662
2663 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
2664 Reset new-rules after each round.
2665
2666 * Makefile.in (cal-autoloads): New target.
2667 (compile, compile-always, recompile): Depend on it.
2668 ($(lisp)/calendar/cal-loaddefs.el)
2669 ($(lisp)/calendar/diary-loaddefs.el)
2670 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
2671
2672 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
2673
2674 * ediff*.el: Replace load with require in eval-when-compile.
2675
2676 * ediff-hook: Delete all invocations of (autoload ...).
2677
2678 * ediff-util.el (ediff-setup): Make window-min-height a local variable
2679 in ediff control window, and set its min height to 2.
2680 (ediff-setup-control-buffer): Dedicate the control window.
2681 (ediff-toggle-multiframe): Undedicate control window.
2682 Work directly with ediff-setup-windows-multiframe and
2683 ediff-setup-windows-plain.
2684
2685 * ediff-wind (ediff-choose-window-setup-function-automatically):
2686 New function.
2687 (ediff-window-setup-function): Change initialization.
2688 (ediff-setup-windows-automatic): Delete.
2689 (ediff-setup-windows-plain-merge): Make control window dedicated.
2690 (ediff-destroy-control-frame): Do not skip frames if working in a
2691 single frame.
2692
2693 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
2694 eval-when-compile.
2695
2696 * emulation/viper-util.el: Move provide's forward, prevent recursion in
2697 eval-when-compile.
2698
2699 2008-04-04 Glenn Morris <rgm@gnu.org>
2700
2701 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
2702 calendar-absolute-from-bahai. Update callers, keep old name as alias.
2703
2704 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
2705 Rename islamic-calendar-leap-year-p. Update callers.
2706 (calendar-islamic-last-day-of-month):
2707 Rename islamic-calendar-last-day-of-month. Update callers.
2708 (calendar-islamic-day-number):
2709 Rename islamic-calendar-day-number. Update callers.
2710 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
2711 Update callers, keep old name as alias.
2712 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
2713 Update callers, keep old name as alias.
2714 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
2715 Keep old name as alias.
2716 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
2717 Update callers, keep old name as alias.
2718 (calendar-islamic-mark-date-pattern):
2719 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
2720 name as alias.
2721 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
2722 Keep old name as alias.
2723 (diary-islamic-insert-monthly-entry):
2724 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
2725 (diary-islamic-insert-yearly-entry):
2726 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
2727
2728 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
2729 calendar-absolute-from-iso. Update callers, keep old name as alias.
2730 (calendar-iso-print-date): Rename calendar-print-iso-date.
2731 Update callers, keep old name as alias.
2732 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
2733 Keep old name as alias.
2734 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
2735 Keep old name as alias.
2736
2737 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
2738 calendar-absolute-from-julian. Update callers, keep old name as alias.
2739 (calendar-julian-print-date): Rename calendar-print-julian-date.
2740 Update callers, keep old name as alias.
2741 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
2742 Update callers, keep old name as alias.
2743 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
2744 Update callers, keep old name as alias.
2745 (calendar-astro-print-day-number):
2746 Rename calendar-print-astro-day-number. Update callers, keep old
2747 name as alias.
2748 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
2749 Update callers, keep old name as alias.
2750
2751 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
2752 Rename calendar-string-to-mayan-long-count. Update callers.
2753 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
2754 Update callers, keep old name as alias.
2755 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
2756 Update callers.
2757 (calendar-mayan-read-tzolkin-date):
2758 Rename calendar-read-mayan-tzolkin-date. Update callers.
2759 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
2760 Keep old name as alias.
2761 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
2762 Keep old name as alias.
2763 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
2764 Keep old name as alias.
2765 (calendar-mayan-previous-tzolkin-date):
2766 Rename calendar-previous-tzolkin-date. Keep old name as alias.
2767 (calendar-mayan-next-round-date):
2768 Rename calendar-next-calendar-round-date. Keep old name as alias.
2769 (calendar-mayan-previous-round-date):
2770 Rename calendar-previous-calendar-round-date. Keep old name as alias.
2771 (calendar-mayan-long-count-to-absolute): Rename
2772 calendar-absolute-from-mayan-long-count. Keep old name as alias.
2773 (calendar-mayan-goto-long-count-date):
2774 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
2775
2776 * calendar/cal-persia.el (calendar-persian-month-name-array):
2777 Rename persian-calendar-month-name-array. Update callers.
2778 (calendar-persian-epoch): Rename persian-calendar-epoch.
2779 Update callers.
2780 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
2781 Update callers.
2782 (calendar-persian-last-day-of-month):
2783 Rename persian-calendar-last-day-of-month. Update callers.
2784 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
2785 Update callers, keep old name as alias.
2786 (calendar-persian-print-date): Rename calendar-print-persian-date.
2787 Update callers, keep old name as alias.
2788 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
2789 Keep old name as alias.
2790
2791 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
2792 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
2793 * calendar/solar.el: Update for cal-julian name changes.
2794
2795 * calendar/cal-dst.el: Update for persian name changes.
2796
2797 * calendar/cal-menu.el, calendar/calendar.el:
2798 Update for islamic, iso, julian, mayan, persian name changes.
2799
2800 * calendar/diary-lib.el: Update for islamic name changes.
2801
2802 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
2803 Rename all-hebrew-calendar-holidays. Update callers, keep old name
2804 as alias.
2805 (calendar-christian-all-holidays-flag):
2806 Rename all-christian-calendar-holidays. Update callers, keep old
2807 name as alias.
2808 (calendar-islamic-all-holidays-flag):
2809 Rename all-islamic-calendar-holidays. Update callers, keep old
2810 name as alias.
2811 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
2812 Update callers, keep old name as alias.
2813 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
2814 Update for the above name changes.
2815
2816 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
2817
2818 * hilit-chg.el (global-highlight-changes-mode)
2819 (highlight-changes-passive-string, highlight-changes-active-string):
2820 Mark as obsolete since 23.1, not 22.1.
2821
2822 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
2823
2824 * hilit-chg.el (highlight-changes-visibility-initial-state)
2825 (hilit-chg-update, highlight-changes-mode-turn-on):
2826 Fix typos in docstrings.
2827
2828 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
2829
2830 * newcomment.el (comment-enter-backward): Be careful to restore
2831 position changed during narrowing.
2832
2833 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
2834
2835 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2836 Recognize `sub ($$)'.
2837
2838 2008-04-03 Richard Sharman <rsharman@pobox.com>
2839
2840 * hilit-chg.el (highlight-changes-mode): Rename from
2841 highlight-changes; no longer uses sub-modes active and passive;
2842 implemented by define-minor-mode.
2843 (highlight-changes-toggle-visibility): New function, to replace
2844 the old passive/active submodes of global-highlight-changes-mode;
2845 implemented by define-minor-mode.
2846 (global-highlight-changes-mode): Rename from global-highlight-changes;
2847 rewrite using define-globalized-minor-mode.
2848 (hilit-chg-major-mode-hook, hilit-chg-check-global)
2849 (hilit-chg-post-command-hook, hilit-chg-check-global)
2850 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
2851 to use of define-globalized-minor-mode.
2852 (highlight-changes-global-initial-state): Change to be boolean.
2853 (highlight-changes-visible-string, highlight-changes-invisible-string):
2854 Rename from highlight-changes-active-string and
2855 highlight-changes-passive-string.
2856 (hilit-chg-update, hilit-chg-set): Use them.
2857 (global-highlight-changes-mode): Rename from global-highlight-changes.
2858 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
2859 docstring.
2860 (hilit-chg-hide-changes): Rewrite to use dolist.
2861 (hilit-chg-set-face-on-change, hilit-chg-update)
2862 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
2863 variable instead of testing highlight-changes-mode.
2864 (highlight-markup-buffers): Add require ediff-util; argument on calls
2865 to highlight-changes-mode changed.
2866 (highlight-compare-with-file): Fix problems with interactive
2867 call giving invalid default file.
2868
2869 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
2870
2871 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2872 Fix in disassembly buffer (regression in 22.2).
2873
2874 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
2875
2876 * emulation/viper-macs.el (viper-read-fast-keysequence):
2877 Use viper-read-event instead of viper-read-key.
2878
2879 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
2880
2881 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
2882 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
2883 let-statements.
2884
2885 * emulation/viper-ex.el, emulation/viper-macs.el:
2886 * emulation/viper-mous.el:
2887 Replace load with require in eval-when-compile.
2888
2889 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
2892
2893 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
2894 (archive-try-jka-compr): New function.
2895 (archive-set-buffer-as-visiting-file): Use it.
2896
2897 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
2898
2899 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
2900
2901 * simple.el (handle-shift-selection): New arg.
2902
2903 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
2906
2907 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
2908
2909 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
2910
2911 * shell.el (shell-dynamic-complete-filename): New fun.
2912 (shell-dynamic-complete-functions): Use it.
2913
2914 * help-fns.el (describe-variable): Undo 2008-02-25 change.
2915
2916 2008-04-03 Kenichi Handa <handa@m17n.org>
2917
2918 * international/fontset.el (create-fontset-from-x-resource):
2919 Handle the error of X resource more gracefully.
2920
2921 * international/latin1-disp.el (latin1-display): Don't use make-char.
2922 Fix the argument to set-char-table-range.
2923 (latin1-display-identities): Don't use make-char.
2924 (latin1-display-reset): Use map-charset-chars instead of directly
2925 calling standard-display-default.
2926 (latin1-display-check-font): Don't use make-char.
2927 (latin1-display-setup): Likewise.
2928 (latin1-display-ucs-per-lynx): Likewise.
2929
2930 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2931
2932 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
2933 name the fields, to make the code clearer.
2934 Rewrite all `aset' and `aref' using the defined accessors.
2935 (timer--time): New pseudo-field.
2936 (timer-set-time, timer-set-idle-time, timer-inc-time)
2937 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
2938 (timer--time-less-p): New function.
2939 (timer--activate): New function, extracted from timer-activate.
2940 (timer-activate-when-idle, timer-activate): Use it.
2941 (cancel-function-timers): Use dolist.
2942
2943 2008-04-03 Glenn Morris <rgm@gnu.org>
2944
2945 * add-log.el (c-beginning-of-defun, c-end-of-defun):
2946 Remove declarations; no longer used.
2947 (c-cpp-define-name, c-defun-name): Declare as functions.
2948
2949 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
2950 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
2951
2952 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
2953 (holiday-passover-etc, holiday-hanukkah): Doc fix.
2954 Add optional argument. Simplify.
2955 (holiday-tisha-b-av-etc): Use memq rather than unless.
2956 (holiday-julian): Autoload it.
2957 (holiday-hebrew-misc): New function.
2958
2959 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
2960
2961 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
2962 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
2963 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
2964 all-hebrew-calendar-holidays.
2965 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
2966 Simplify using new functions.
2967 (calendar-holidays): Doc fix.
2968 (generate-calendar-window): Use bound-and-true-p.
2969
2970 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
2971
2972 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
2973 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
2974 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
2975 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
2976
2977 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
2978
2979 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
2982
2983 * vc-bzr.el (vc-bzr-checkout): Simplify.
2984
2985 * image-mode.el (image-mode-fit-frame): New command.
2986
2987 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
2988 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
2989 (keyboard-escape-quit): Check region-active-p i.s.o
2990 transient-mark-mode.
2991
2992 2008-04-02 Simon Josefsson <simon@josefsson.org>
2993
2994 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
2995 (imap-message-copyuid-1): Use it.
2996 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
2997 J. Williams in
2998 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2999
3000 2008-04-02 Alan Mackenzie <acm@muc.de>
3001
3002 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
3003 New optimised functions to get the name of the current defun/macro.
3004
3005 * add-log.el (add-log-current-defun): Move the functionality which
3006 gets the current function name for C like modes to cc-cmds.el,
3007 thus optimising for speed.
3008
3009 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
3010
3011 * simple.el (deactivate-mark): When the mark is temporarily
3012 active, restore the original value of transient-mark-mode.
3013 (set-mark-command): First deactivate the mark if was temporarily active.
3014 (exchange-point-and-mark): Reactivate the mark if it was
3015 temporarily active.
3016 (handle-shift-selection): New fun.
3017 (transient-mark-mode): Move var documentation here from buffer.c.
3018 (next-line, previous-line, backward-word, move-end-of-line)
3019 (move-beginning-of-line, forward-to-indentation)
3020 (backward-to-indentation, back-to-indentation)
3021 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
3022
3023 * mouse.el (mouse-set-region-1): Save the old value of
3024 transient-mark-mode.
3025 (mouse-drag-track): Ignore the now-obsolete value `identity' for
3026 transient-mark-mode.
3027
3028 * textmodes/paragraphs.el (forward-paragraph)
3029 (backward-paragraph, forward-sentence, backward-sentence): Add ^
3030 interactive spec.
3031
3032 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
3033
3034 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
3035
3036 * net/tramp.el (tramp-make-tramp-temp-file):
3037 Use `tramp-drop-volume-letter' for the local file name part.
3038
3039 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3040
3041 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
3042 Add menu entries corresponding to all the key bindings.
3043
3044 * emacs-lisp/debug.el (debugger-mode-map):
3045 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
3046 (conf-align-assignments): Only work on the region if it is active.
3047 (conf-quote-normal): Use when instead of if. Remove redundant test.
3048
3049 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3050 for tracing and re-builder.
3051
3052 2008-04-02 Glenn Morris <rgm@gnu.org>
3053
3054 * calendar/appt.el (appt-disp-window-function): Doc fix.
3055 (appt-display-message): Move beep before display.
3056 (appt-check): Make interactive. Reduce the number of lets.
3057 Use string-equal to compare mode-line strings.
3058 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
3059 read-only.
3060 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
3061 (appt-delete): Simplify.
3062
3063 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
3064
3065 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
3066
3067 * calendar/cal-hebrew.el (list-yahrzeit-dates):
3068 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
3069 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
3070
3071 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
3072 (calendar-holiday-marker, mark-visible-calendar-date):
3073 * calendar/diary-lib.el (fancy-diary-display):
3074 Check for font-lock-mode before using faces.
3075
3076 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
3077 (calendar-gregorian-from-absolute): Reduce the number of lets.
3078 (hebrew-holidays-4, generate-calendar-window): Simplify.
3079 (calendar-for-loop): Make obsolete.
3080 (calendar-nth-named-day): Doc fix.
3081
3082 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
3083 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
3084 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
3085 Reduce the number of lets.
3086 (mark-sexp-diary-entries, calendar-mark-complex):
3087 Expand calendar-for-loops.
3088
3089 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
3090
3091 * find-dired.el (find-dired-filter): Fix last patch to handle
3092 multi-line process input. Pad link numbers too.
3093
3094 2008-04-01 Jari Aalto <jari.aalto@cante.net>
3095
3096 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
3097
3098 2008-04-01 Jason Rumney <jasonr@gnu.org>
3099
3100 * international/characters.el (script-list): Add phonetic script,
3101 covering IPA (previously Latin), Phonetic Extensions and
3102 Phonetic Extensions Supplement (both previously unassigned).
3103
3104 * international/fontset.el (setup-default-fontset): Use unicode fonts
3105 that cover bopomofo script for bopomofo.
3106 Likewise for braille and mathematical.
3107 Use unicode scripts that cover the phonetic script for IPA.
3108
3109 2008-04-01 Johan Bockgård <bojohan@gnu.org>
3110
3111 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
3112 return the assigned value.
3113
3114 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3115
3116 * abbrev.el (abbrev-mode): Use define-minor-mode.
3117
3118 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
3119 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
3120 Use map-keymap.
3121 (minor-mode-menu-from-indicator): Use it. Simplify.
3122
3123 * bindings.el (mode-line-mode-menu): Move before (new) first use.
3124 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
3125 Bind the key directly to the menu.
3126 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
3127
3128 2008-04-01 Daiki Ueno <ueno@unixuser.org>
3129
3130 * epa.el (epa-decrypt-region): Explain the reason why this
3131 function should not be used in Lisp programs.
3132 (epa-decrypt-armor-in-region): Ditto.
3133 (epa-verify-region): Ditto.
3134 (epa-verify-cleartext-in-region): Ditto.
3135 (epa-sign-region): Ditto.
3136 (epa-encrypt-region): Ditto.
3137
3138 * epg.el (epg-start-receive-keys): Fix typo in docstring.
3139
3140 * epa.el (epa-select-keys): Show menu even if there is no key in
3141 GnuPG's keyring.
3142
3143 2008-04-01 Glenn Morris <rgm@gnu.org>
3144
3145 * calendar/calendar.el (calendar-make-temp-face): New function.
3146 (mark-visible-calendar-date):
3147 * calendar/diary-lib.el (fancy-diary-display): Use it.
3148
3149 * vc-hooks.el (vc-responsible-backend): Declare as function.
3150
3151 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
3152 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
3153 * calendar/cal-julian.el (holiday-julian): Use it.
3154
3155 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
3156 (calendar-hebrew-date-is-visible-p): Extract some common code into
3157 separate function.
3158 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
3159
3160 * calendar/cal-menu.el (cal-menu-holidays-menu):
3161 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
3162 rather than obsolete alias.
3163
3164 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
3165 for mark characters.
3166 (calendar-unmark): Unmark by removing all overlays, rather than
3167 redrawing.
3168 (calendar-starred-day): Remove.
3169 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
3170 (calendar-cursor-to-date): No need for special star handling now
3171 using overlays.
3172 (calendar-star-date): Use overlays.
3173
3174 * calendar/cal-french.el (calendar-goto-french-date):
3175 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
3176 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
3177 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
3178 * calendar/cal-persia.el (calendar-persian-date-string):
3179 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3180 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
3181 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
3182 * calendar/solar.el (solar-equinoxes-solstices):
3183 Reduce nesting of some lets.
3184
3185 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
3186 (calendar-goto-mayan-long-count-date): Simplify.
3187
3188 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
3189 Simplify by using mapcar.
3190 (calendar-list-holidays): Return holiday-list.
3191 (list-holidays): Use let rather than let*. Remove un-needed locals
3192 `d', `never'.
3193 (calendar-check-holidays): Return result from dolist.
3194 (holiday-float): Use a single let*. Simplify if-and to and.
3195 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
3196 single let*.
3197
3198 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
3199
3200 * calc/calc.el: Autoload `calc-yank'.
3201 (calc-mode-map): Add keybindings for `calc-yank'.
3202 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
3203 assignments for `calc-yank'.
3204
3205 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
3206
3207 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
3208 (vc-status-mark-buffer-changed): Handle the extra field.
3209
3210 * vc-bzr.el (vc-bzr-after-dir-status):
3211 * vc-cvs.el (vc-cvs-after-dir-status):
3212 * vc-hg.el (vc-hg-after-dir-status):
3213 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
3214
3215 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3216
3217 * doc-view.el: Compute displayed pages first (in PDF).
3218 (doc-view-current-converter-processes): Rename from
3219 doc-view-current-converter-process. Update users.
3220 (doc-view-sentinel): Test buffer's liveness.
3221 (doc-view-pdf/ps->png-sentinel): Remove.
3222 (doc-view-start-process): New function.
3223 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
3224 (doc-view-ps->pdf): Use it.
3225 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
3226 New functions.
3227 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
3228 (doc-view-mode): Kill the processes when leaving the mode.
3229
3230 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
3231
3232 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
3233 Use `byte-compile-warning-types'. Add docstring.
3234
3235 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
3238 (smerge-resolve): Add various resolution heuristics.
3239
3240 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
3241 in 3-way conflicts.
3242
3243 2008-03-31 Glenn Morris <rgm@gnu.org>
3244
3245 * calendar/cal-bahai.el (diary-bahai-mark-entries):
3246 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3247 * calendar/cal-islam.el (mark-islamic-diary-entries):
3248 Fix argument order in call to diary-mark-entries-1.
3249
3250 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
3251 pre-Bahai dates.
3252 (holiday-bahai): Use an algorithm actually relevant to this calendar
3253 system.
3254
3255 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
3256
3257 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
3258 Use and.
3259
3260 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
3261 in the last fortnight in Julian October.
3262
3263 * calendar/calendar.el (increment-calendar-month): Optionally handle
3264 systems without 12 months per year.
3265
3266 (calendar-date-is-visible-p): Doc fix. Simplify.
3267
3268 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
3269 from dolist.
3270
3271 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
3272
3273 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
3274 (hi-lock-unload-function): New function.
3275
3276 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
3277
3278 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
3279 overwriting when NEWNAME is a local file.
3280
3281 * net/trampver.el: Update release number.
3282
3283 2008-03-30 Alexandre Julliard <julliard@winehq.org>
3284
3285 * vc-git.el: Make vc-status display information about copies,
3286 renames and permission changes.
3287 (vc-git-extra-fileinfo): New defstruct.
3288 (vc-git-escape-file-name, vc-git-file-type-as-string)
3289 (vc-git-rename-as-string, vc-git-permissions-as-string)
3290 (vc-git-status-printer): New functions.
3291 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
3292 (vc-git-after-dir-status-stage1): Look for copies, renames and
3293 permission changes.
3294 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
3295 (vc-git-dir-status): Ask for staged files and renames.
3296
3297 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3298
3299 * vc.el: Allow backends to display backend specific information in
3300 the vc-status listing.
3301 (vc-status-fileinfo): Add a field for backend specific information.
3302 (vc-status-printer): Rename to ...
3303 (vc-default-status-printer): ... this.
3304 (vc-status-printer): New function.
3305 (vc-update-vc-status-buffer): Set the backend specific file info
3306 if provided.
3307
3308 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3309
3310 * textmodes/remember.el (remember-diary-convert-entry): Revert last
3311 change (ill-conceived).
3312
3313 2008-03-29 Glenn Morris <rgm@gnu.org>
3314
3315 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
3316 * calendar/cal-julian.el (holiday-julian): Simplify.
3317
3318 * calendar/holidays.el (list-holidays): Use or.
3319
3320 2008-03-29 Juri Linkov <juri@jurta.org>
3321
3322 * window.el (split-window-preferred-horizontally): New function.
3323
3324 * cus-start.el (split-window-preferred-function):
3325 Set choice for "vertically" to nil instead of split-window.
3326 Set choice for "horizontally" to split-window-preferred-horizontally
3327 instead of lambda.
3328
3329 2008-03-29 Juri Linkov <juri@jurta.org>
3330
3331 * simple.el (minibuffer-default-add-function): New variable with
3332 the default to minibuffer-default-add-completions.
3333 (minibuffer-default-add-done): New variable. Make it buffer-local.
3334 (minibuffer-default-add-completions): New function.
3335 (goto-history-element): Set minibuffer-default-add-done to t and
3336 call a function in minibuffer-default-add-function when the
3337 specified absolute history position is greater than the length of
3338 the minibuffer-default list and minibuffer-default-add-done is nil.
3339 Change "^End of history; no next item$" to "^End of defaults;
3340 no next item$".
3341
3342 * bindings.el (debug-ignored-errors): Change "^End of history;
3343 no next item$" to "^End of defaults; no next item$".
3344
3345 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3346
3347 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
3348
3349 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
3350 to with-no-warnings.
3351
3352 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
3353
3354 Sync with Tramp 2.1.13.
3355
3356 * net/tramp-ftp.el: Require 'cl when byte-compiling.
3357
3358 * net/trampver.el: Update release number.
3359
3360 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
3361
3362 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
3363 the current backend.
3364
3365 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
3366 (vc-status-refresh): Create a temporary buffer and call the
3367 `dir-status' backend function from that buffer.
3368
3369 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
3370 (vc-bzr-after-dir-status): Don't kill the buffer.
3371
3372 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
3373 (vc-cvs-after-dir-status): Don't kill the buffer.
3374
3375 * vc-git.el (vc-git-dir-status): Don't create a buffer.
3376 (vc-git-after-dir-status-stage2): Don't kill the buffer.
3377
3378 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
3379 (vc-hg-after-dir-status): Don't kill the buffer.
3380
3381 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
3382 (vc-svn-after-dir-status): Don't kill the buffer.
3383
3384 2008-03-29 Glenn Morris <rgm@gnu.org>
3385
3386 * calendar/calendar.el (diary-file, american-date-diary-pattern)
3387 (european-date-diary-pattern, european-calendar-display-form)
3388 (american-calendar-display-form, diary-display-hook): Doc fixes.
3389 (european-calendar-style): Doc fix. Use calendar-set-date-style for
3390 custom :set. Mark as obsolete.
3391 (calendar-date-style, iso-date-diary-pattern)
3392 (iso-calendar-display-form): New user variables.
3393 (diary-date-forms, calendar-date-display-form): Set using
3394 calendar-date-style. Doc fix.
3395 (calendar-set-date-style): New command.
3396 (european-calendar, american-calendar): Use calendar-set-date-style.
3397 Mark as obsolete.
3398
3399 * calendar/diary-lib.el (number): Move declaration where needed.
3400 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
3401 (diary-make-date): New function.
3402 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
3403 Use diary-make-date.
3404 (diary-date-display-form, diary-insert-entry-1): New functions.
3405 (insert-monthly-diary-entry, insert-yearly-diary-entry):
3406 Use diary-insert-entry-1.
3407 (insert-anniversary-diary-entry, insert-block-diary-entry)
3408 (insert-cyclic-diary-entry): Use diary-date-display-form.
3409
3410 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3411 Autoload diary-insert-entry-1.
3412 * calendar/cal-bahai.el (diary-bahai-insert-entry)
3413 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
3414 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
3415 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
3416 * calendar/cal-islam.el (insert-islamic-diary-entry)
3417 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
3418 Use diary-insert-entry-1.
3419
3420 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
3421 (diary-yahrzeit): Doc fix. Use diary-make-date.
3422
3423 * calendar/icalendar.el (icalendar--datetime-to-american-date):
3424 New name for icalendar--datetime-to-noneuropean-date. Make old name
3425 obsolete alias.
3426 (icalendar--datetime-to-iso-date): New function.
3427 (icalendar--datetime-to-diary-date): Doc fix. Respect
3428 calendar-date-style if bound.
3429
3430 * textmodes/remember.el (remember-diary-convert-entry):
3431 Respect calendar-date-style if bound.
3432
3433 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
3436 (xterm-mouse-handle-delete-frame): Delete.
3437
3438 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
3439 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
3440 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
3441 in xterm-modify-other-keys-terminal-list.
3442
3443 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
3444 are conflicts.
3445
3446 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
3447
3448 * vc.el (vc-update): Check if the buffer is unsaved only if it
3449 actually exists.
3450 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
3451 vc-print-log.
3452
3453 2008-03-28 Magnus Henoch <mange@freemail.hu>
3454
3455 * net/dns.el (dns-write): Use set-buffer-multibyte.
3456
3457 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 * vc-bzr.el (vc-bzr-sha1): New fun.
3460 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
3461 (vc-bzr-registered): Use it.
3462
3463 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
3464
3465 * vc.el (vc-status-kill-dir-status-process): Simplify.
3466 (vc-status-refresh): Make sure the buffer is live.
3467 (ring): Don't require it, not used.
3468
3469 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
3470
3471 * progmodes/verilog-mode.el (verilog-auto-inout-module):
3472 Add optional regular expression to AUTOINOUTMODULE.
3473 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
3474 (verilog-auto-inst-param, verilog-auto-reg)
3475 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
3476 (verilog-auto-output-every, verilog-auto-input)
3477 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
3478 (verilog-auto-unused, verilog-auto): Update documentation to use
3479 more obvious instance module names versus cell names.
3480
3481 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
3482
3483 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
3484 kill if a process is running.
3485
3486 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
3487
3488 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
3489
3490 * vc.el: Add new backend function 'status-extra-headers.
3491 (vc-default-status-extra-headers): New function.
3492 (vc-status-headers): Call 'status-extra-headers. Add colors.
3493
3494 * vc-git.el (vc-git-status-extra-headers): New function.
3495
3496 2008-03-28 Glenn Morris <rgm@gnu.org>
3497
3498 * calendar/cal-menu.el (cal-menu-holidays-menu)
3499 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
3500 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
3501 holiday-list is optional.
3502 (calendar-mouse-holidays): Remove un-needed local `l'.
3503
3504 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
3505 Remove un-needed local `date'.
3506 (calendar-cursor-to-visible-date): Use let rather than let*.
3507 Remove un-needed local `first-of-month-weekday'.
3508
3509 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
3510
3511 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
3512 Doc fixes.
3513 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
3514 (diary-header-line-flag, diary-header-line-format): Declare.
3515 (diary-pull-attrs): Check for multiple matches.
3516 (diary-list-entries-2): Simplify finding start of date.
3517 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
3518 pop-up-frames.
3519 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
3520 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
3521
3522 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
3523
3524 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
3525
3526 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
3527
3528 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3529
3530 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
3531
3532 * image-mode.el (image-mode-reapply-winprops): Fix last change.
3533
3534 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
3535
3536 * international/mule-conf.el (define-iso-single-byte-charset):
3537 Don't make latin-iso8859-* supplementary.
3538 (#'set-charset-priority): Don't change the priority of charsets
3539 `unicode' and `emacs'.
3540
3541 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
3544 temp buffer.
3545
3546 2008-03-27 Glenn Morris <rgm@gnu.org>
3547
3548 * calendar/cal-bahai.el (diary-bahai-list-entries):
3549 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
3550 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
3551
3552 * calendar/calendar.el (diary-file): Doc fix.
3553
3554 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
3555 (list-diary-entries-hook, mark-diary-entries-hook)
3556 (include-other-diary-files, diary-mail-entries)
3557 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
3558 (diary-set-header): New function.
3559 (diary-header-line-flag, diary-header-line-format):
3560 Use diary-set-header for custom :set function.
3561 (diary-set-maybe-redraw): Use symbol-value rather than eval.
3562 (diary-attrtype-convert): Use intern-soft rather than read.
3563 (diary-display-no-entries): New function.
3564 (simple-diary-display, fancy-diary-display): Use it.
3565 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
3566 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
3567
3568 * calendar/holidays.el (list-holidays): Doc fix.
3569
3570 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
3571
3572 * calc/calc-store.el (calc-read-var-name-history): New variable.
3573 (calc-read-var-name): Use `calc-read-var-name-history'.
3574
3575 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * image-mode.el (image-mode-reapply-winprops): Simplify now that
3578 window-configuration-change-hook works buffer-locally.
3579
3580 2008-03-26 Johan Bockgård <bojohan@gnu.org>
3581
3582 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
3583 for Emacs Lisp, not Lisp.
3584
3585 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
3586
3587 * help-fns.el (describe-function-1, describe-variable):
3588 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
3589
3590 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
3591 replacement is provided, don't print "use nil instead".
3592
3593 2008-03-26 Johan Bockgård <bojohan@gnu.org>
3594
3595 * complete.el (PC-do-completion): Use regexp-quote.
3596
3597 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
3598
3599 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
3600 Detect missing files.
3601
3602 * vc-git.el (vc-git-extra-menu-map): New key map.
3603 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
3604 New functions.
3605
3606 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
3607 and 'missing files.
3608
3609 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * calendar/holidays.el (list-holidays): Make Y2 optional.
3612
3613 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
3614 buffers shown to the user.
3615 (appt-disp-window): Disable undo explicitly now that the leading space
3616 is gone.
3617
3618 * simple.el (activate-mark): New function.
3619 (set-mark-command): Use it with region-active-p to clean up the code.
3620 (exchange-point-and-mark): Invert the meaning of C-u when
3621 transient-mark-mode is active.
3622
3623 * dired-aux.el (dired-create-files): Use dolist.
3624
3625 * bindings.el (mode-line-change-eol): Use with-selected-window.
3626
3627 * apropos.el (apropos-command): Include macros.
3628
3629 2008-03-26 Glenn Morris <rgm@gnu.org>
3630
3631 * calendar/cal-bahai.el: Require calendar, not cal-julian.
3632 (calendar-bahai-epoch): Doc fix.
3633
3634 * calendar/cal-china.el: Explicitly require calendar.
3635
3636 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
3637 Require calendar rather than cal-julian.
3638 Autoload calendar-absolute-from-julian.
3639 * calendar/cal-coptic.el (coptic-calendar-epoch):
3640 * calendar/cal-islam.el (calendar-islamic-epoch):
3641 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
3642
3643 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
3644
3645 * calendar/cal-dst.el: Don't require cal-persia.
3646 (calendar-absolute-from-persian): Autoload it.
3647 (dst-adjust-time): Doc fix.
3648
3649 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
3650 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
3651 calendar.
3652
3653 * calendar/cal-menu.el: Require calendar rather than declaring
3654 functions.
3655 * calendar/calendar.el: Provide calendar before requiring cal-menu.
3656
3657 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
3658 calendar-after-frame-setup-hooks. Update callers, make old name an
3659 obsolete alias. Doc fix.
3660 (calendar-frame-1): Doc fix.
3661
3662 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
3663
3664 * calendar/calendar.el (oriental-holidays, solar-holidays):
3665 * calendar/holidays.el (list-holidays): Assume atan always bound.
3666
3667 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
3668 Explicitly require calendar, not cal-julian.
3669 * calendar/lunar.el: Explicitly require cal-dst.
3670
3671 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3672
3673 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
3674
3675 * help-fns.el (describe-function-1, describe-variable): If no
3676 replacement is provided, don't print "use nil instead".
3677
3678 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3679
3680 * proced.el: New file.
3681
3682 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3683
3684 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
3685
3686 2008-03-25 Juri Linkov <juri@jurta.org>
3687
3688 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
3689 in battery-mode-line-format.
3690
3691 * bindings.el (minibuffer-local-map): For the command
3692 file-cache-minibuffer-complete replace keymap minibuffer-local-map
3693 with map which is already locally bound to minibuffer-local-map.
3694
3695 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
3698 Remove `sort-first' argument.
3699
3700 * subr.el (redisplay-end-trigger-functions)
3701 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
3702 (process-filter-multibyte-p, set-process-filter-multibyte):
3703 Mark as obsolete.
3704
3705 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
3706
3707 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
3708 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
3709 use the LOCAL arg of `add-hook'.
3710 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
3711 Remove spurious * from defcustom docstrings.
3712 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
3713 Fix typos in messages.
3714 (reb-mode-buffer-p): New function.
3715 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
3716 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
3717 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
3718 (reb-update-overlays): Use `unless', `when'.
3719 (re-builder-unload-function): New function.
3720
3721 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
3722
3723 * vc-hooks.el (vc-state): Add documentation for 'missing.
3724
3725 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
3726
3727 * progmodes/verilog-mode.el (verilog-auto-output)
3728 (verilog-auto-input, verilog-auto-inout, verilog-auto)
3729 (verilog-delete-auto): Add optional regular expression to
3730 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
3731 (verilog-signals-matching-regexp): New internal function for
3732 signal matching.
3733
3734 2008-03-25 Johan Bockgård <bojohan@gnu.org>
3735
3736 * info.el (Info-isearch-search): Always return point.
3737
3738 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * diff-mode.el (diff-remembered-defdir): New var.
3741 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
3742
3743 2008-03-25 Glenn Morris <rgm@gnu.org>
3744
3745 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
3746 calendar-bahai-prompt-for-date. Update callers, make old name an
3747 obsolete alias. Doc fix.
3748 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
3749 coptic-prompt-for-date. Update callers, make old name an
3750 obsolete alias. Doc fix.
3751 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
3752 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
3753 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
3754 calendar-islamic-prompt-for-date. Update callers. Doc fix.
3755 * calendar/cal-iso.el (calendar-iso-read-date): New name for
3756 calendar-iso-read-args. Update callers, make old name an obsolete
3757 alias.
3758 * calendar/cal-persia.el (calendar-persian-read-date): New name for
3759 persian-prompt-for-date. Update callers, make old name an
3760 obsolete alias. Doc fix. Move definition before use.
3761
3762 * calendar/cal-x.el (diary-frame-parameters)
3763 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3764 (calendar-frame-1): Doc fixes.
3765 (make-fancy-diary-buffer): Remove declaration.
3766 (calendar-dedicate-diary): Replace call to deleted function
3767 make-fancy-diary-buffer.
3768 (calendar-frame-setup): New function.
3769 (calendar-one-frame-setup, calendar-only-one-frame-setup)
3770 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
3771 work, and mark as obsolete.
3772 (special-display-buffer-names): Don't mess with this; it's not our
3773 business.
3774 (cal-x-load-hook): Defvar it, and mark as obsolete.
3775
3776 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3777 Default to t. Add to 'calendar group.
3778 (calendar): Doc fix. Use calendar-frame-setup.
3779 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
3780 (generate-calendar-window): Doc fix.
3781
3782 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3783
3784 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
3785
3786 2008-03-24 Drew Adams <drew.adams@oracle.com>
3787
3788 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
3789 New variables.
3790 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
3791 (finder-exit): Ignore errors rather than avoiding them.
3792 Kill *Finder-package* buffer also.
3793
3794 2008-03-24 Andreas Schwab <schwab@suse.de>
3795
3796 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
3797
3798 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
3799
3800 * vc-hg.el (vc-hg-after-dir-status):
3801 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
3802
3803 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
3804 Detect removed files.
3805
3806 * vc.el (vc-status-printer): Use a different face for missing files.
3807 (vc-status-hide-up-to-date): Rename from
3808 vc-status-remove-up-to-date. Update all callers.
3809 (vc-status-mode-map): Bind C-m.
3810
3811 2008-03-24 Alexandre Julliard <julliard@winehq.org>
3812
3813 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
3814 code ...
3815 (vc-git--state-code): ... to this new function.
3816 (vc-git-state): Use it.
3817
3818 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
3819
3820 * textmodes/remember.el (remember-mail-date)
3821 (remember-store-in-mailbox): Write date and From line in such a
3822 way that Mutt can read it.
3823
3824 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
3825
3826 * simple.el (transient-mark-mode): Turn on by default.
3827
3828 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3829
3830 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
3831 'unregistered for unregistered files.
3832
3833 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
3834
3835 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
3836
3837 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
3838 subdirectories.
3839
3840 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
3841 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
3842 Add :enable for vc-status-refresh.
3843 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
3844 (vc-status-tool-bar-map): Add binding for
3845 vc-status-kill-dir-status-process.
3846 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
3847 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
3848 Reset vc-status-process-buffer.
3849 (vc-status-refresh): Don't run two refreshes at a time.
3850 (vc-status): If the buffer is already in vc-status-mode only refresh.
3851 (vc-status-mark-buffer-changed): Add an optional file parameter.
3852 (vc-resynch-buffer): Use it.
3853 (vc-delete-file): Expand the file name before using it.
3854 Be careful to not create a new buffer with the old file contents.
3855 Update the VC state after performing the operation.
3856
3857 2008-03-23 Andreas Schwab <schwab@suse.de>
3858
3859 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
3860 Fix radio button condition.
3861 [box]: Likewise.
3862 [customize]: Add radio button.
3863
3864 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
3865
3866 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
3867 (calc-user-parse-tables, calc-gnuplot-default-device)
3868 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3869 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3870 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3871 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
3872 (calc-undo-list, calc-redo-list, calc-main-buffer)
3873 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
3874 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
3875 (calc-said-hello, calc-executing-macro, calc-any-selections)
3876 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
3877 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
3878 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
3879 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
3880 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
3881 (calc-create-buffer, calc-quit): Add docstrings.
3882
3883 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
3884
3885 * makefile.w32-in (WINS_ALMOST): Add org.
3886
3887 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3888
3889 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3890 New functions to implement vc-status support.
3891
3892 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3893
3894 * vc.el (vc-status-prepare-status-buffer): New function.
3895 (vc-status): Use it.
3896
3897 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
3898 appropriate.
3899
3900 2008-03-22 Alexandre Julliard <julliard@winehq.org>
3901
3902 * vc-git.el (vc-git--empty-db-p)
3903 (vc-git-after-dir-status-stage1-empty-db): New functions.
3904 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
3905 Add support for empty repositories.
3906
3907 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3908
3909 * vc-git.el (vc-git-annotate-extract-revision-at-line):
3910 Allow "^" in a version name.
3911
3912 * vc-mtn.el (vc-mtn-state): Support the added state.
3913
3914 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
3915
3916 * org: New directory for Org-mode.
3917
3918 * org/org-export-latex.el: Moved from lisp/texmodes.
3919
3920 * org/org-irc.el: Moved from lisp/texmodes.
3921
3922 * org/org-mac-message.el: Moved from lisp/texmodes.
3923
3924 * org/org-mouse.el: Moved from lisp/texmodes.
3925
3926 * org/org-publish.el: Moved from lisp/texmodes.
3927
3928 2008-03-21 Juri Linkov <juri@jurta.org>
3929
3930 * comint.el (comint-dynamic-simple-complete):
3931 Use variable `stub' for the second arg `common-substring'
3932 of `comint-dynamic-list-completions'.
3933 (comint-dynamic-list-filename-completions):
3934 Use variable `filenondir' for the second arg `common-substring'
3935 of `comint-dynamic-list-completions'.
3936 (comint-dynamic-list-completions): Add new optional arg
3937 `common-substring'. Add `common-substring' as the second arg of
3938 the call to `display-completion-list'. Doc fix.
3939
3940 * comint.el (comint-dynamic-complete-as-filename)
3941 (comint-dynamic-list-filename-completions)
3942 (comint-dynamic-simple-complete): Use `minibuffer-message'
3943 to display message "No completions of %s" when a command
3944 is called in the minibuffer.
3945 (comint-dynamic-simple-complete): Don't display other
3946 completion messages when a command is called in the minibuffer.
3947 (comint-dynamic-list-completions): Use `minibuffer-message'
3948 to display message " [Type space to flush ...]" when a command
3949 is called in the minibuffer.
3950
3951 * shell.el (shell-dynamic-complete-command)
3952 (shell-dynamic-complete-environment-variable): Don't display
3953 completion messages when command is called in the minibuffer.
3954
3955 * emacs-lisp/lisp.el (lisp-complete-symbol):
3956 Use `minibuffer-message' to display message "No completions of %s"
3957 when this command is called in the minibuffer.
3958
3959 * bindings.el (standard-mode-line-modes): Put special help-echo
3960 tooltip on recursive edit %[ %] mode-line constructs.
3961
3962 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
3963 "^No dynamic expansion for .* found$" to allow error messages like
3964 "No dynamic expansion for \"%s\" found in this-buffer".
3965
3966 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
3967
3968 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
3969 "psftp".
3970
3971 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3972
3973 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
3974 * vc.el (vc-default-dired-state-info): Use just "modified".
3975 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
3976 (vc-cvs-mode-line-string): Make use of the better default.
3977 (vc-cvs-parse-entry): Use the new `added'.
3978 (vc-cvs-dired-state-info): Remove.
3979 * vc-svn.el (vc-svn-dired-state-info): Remove.
3980 * vc-hg.el (vc-hg-dired-state-info): Remove.
3981 * vc-git.el (vc-git-dired-state-info): Remove.
3982
3983 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3984
3985 * vc-git.el (vc-git-status-result): New variable.
3986 (vc-git-dir-status): Split out ...
3987 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
3988 ... these new functions and work asynchronously.
3989
3990 2008-03-21 Alexandre Julliard <julliard@winehq.org>
3991
3992 * vc-git.el (vc-git-after-dir-status): Remove.
3993 (vc-git-dired-state-info): Reimplement.
3994
3995 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3996
3997 * replace.el (occur-mode-map): Add :help.
3998
3999 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
4000 for disassemble.
4001
4002 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
4003 the 'added state.
4004 (vc-status-remove-up-to-date): New function.
4005 (vc-status-mode-map, vc-status-menu-map): Bind it.
4006 (vc-status-printer): Use a different face up-to-date files.
4007 (vc-resynch-buffer): Update the vc-status buffer if it exists.
4008 (Todo): Remove solved entries.
4009
4010 * vc-hg.el (vc-hg-state):
4011 * vc-git.el (vc-git-state):
4012 * vc-cvs.el (vc-cvs-parse-status):
4013 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
4014 state.
4015
4016 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * progmodes/compile.el (compile):
4019 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
4020
4021 * simple.el (minibuffer-local-shell-command-map): New var.
4022 (minibuffer-complete-shell-command, read-shell-command): New funs.
4023 (shell-command, shell-command-on-region): Use them.
4024
4025 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4026
4027 * vc.el (vc-status-mark-buffer-changed): New function to implement
4028 updating of the *vc-status* buffer when a buffer is saved.
4029 (vc-status-mode): Use it for after-change-hook.
4030 (vc-add-to-vc-status-buffer): Rename to ...
4031 (vc-status-add-entry): ... this.
4032 (Todo): Add new entry.
4033
4034 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4035
4036 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
4037
4038 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
4039
4040 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
4041 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
4042 Remove spurious * from defcustom docstrings.
4043 (icomplete-compute-delay): Fix docstring and remove spurious *.
4044 (icomplete-delay-completions-threshold): Fix typo in docstring and
4045 remove spurious *.
4046 (icomplete-completions): While collecting the list of prospective
4047 candidates, don't overshoot `icomplete-prospects-length'.
4048
4049 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4050
4051 * textmodes/refbib.el:
4052 * textmodes/reftex.el:
4053 * textmodes/reftex-global.el:
4054 * textmodes/reftex-vars.el:
4055 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
4056 compiler pacifying defvars.
4057 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
4058 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
4059 not needed.
4060
4061 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
4062
4063 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
4064 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
4065 (verilog-customize, verilog-font-customize)
4066 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
4067 (verilog-mode): Update documentation strings to match tool tips.
4068 (verilog-auto-search-do, verilog-auto-re-search-do)
4069 (verilog-skip-forward-comment-or-string): Fix verilog-auto
4070 expansion when a .* appears inside a string.
4071 (verilog-re-search-forward, verilog-re-search-backward):
4072 Add comment to recall how this works.
4073 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
4074
4075 2008-03-20 Glenn Morris <rgm@gnu.org>
4076
4077 * calendar/calendar.el (calendar-other-dates): New function.
4078 (calendar-print-other-dates): Use calendar-other-dates.
4079 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
4080 the declarations it replaces.
4081 (calendar-mouse-print-dates): Use calendar-other-dates.
4082
4083 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
4084 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
4085 (calendar-absolute-from-bahai): Fix the leap-year case.
4086 (calendar-bahai-from-absolute): Re-use the Gregorian month.
4087 (calendar-bahai-date-string, calendar-bahai-print-date):
4088 Handle pre-Bahai dates.
4089
4090 * calendar/cal-china.el (chinese-calendar-celestial-stem)
4091 (chinese-calendar-terrestrial-branch): Make defcustoms.
4092
4093 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
4094 (calendar-mouse-view-diary-entries): Use or.
4095 (calendar-mouse-chinese-date): Remove unused command.
4096 (cal-menu-load-hook): Mark as obsolete.
4097
4098 * calendar/solar.el (calendar-location-name, calendar-latitude)
4099 (calendar-longitude, solar-arctan, sunrise-sunset)
4100 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
4101
4102 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
4103
4104 * calc/calc.el: Remove outdated comments.
4105 (defcalcmodevar, calc-mode-var-list-restore-default-values)
4106 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
4107 Add docstrings.
4108
4109 2008-03-19 Jason Rumney <jasonr@gnu.org>
4110
4111 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
4112
4113 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4114
4115 * net/tls.el (open-tls-stream): Reindent.
4116
4117 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
4118
4119 * net/tramp.el (tramp-let-maybe): Removed.
4120 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
4121 It does not exist under XEmacs.
4122 (tramp-handle-file-truename, tramp-handle-expand-file-name)
4123 (tramp-completion-file-name-handler): Let-bind
4124 `directory-sep-char'.
4125
4126 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
4127 `directory-sep-char'.
4128
4129 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * help-fns.el (describe-function-1): Don't signal "missing arglist"
4132 for autoloaded keymaps.
4133
4134 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
4135 (electric-verilog-terminate-line, verilog-in-struct-region-p)
4136 (verilog-backward-ws&directives, verilog-forward-ws&directives)
4137 (verilog-in-comment-p, verilog-in-star-comment-p)
4138 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
4139 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
4140 (verilog-skip-forward-comment-or-string, verilog-in-paren)
4141 (verilog-skip-forward-comment-p): Use it.
4142
4143 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
4144
4145 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
4146 (org-remember-templates, org-time-stamp-rounding-minutes)
4147 (org-back-over-empty-lines, org-find-base-buffer-visiting)
4148 (org-columns-new): Fix typos in docstrings.
4149
4150 2008-03-19 Glenn Morris <rgm@gnu.org>
4151
4152 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
4153 (tramp-handle-shell-command): Use condition-case rather than
4154 ignore-errors.
4155
4156 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4157
4158 * diff-mode.el (diff-header): Make the color louder.
4159 (diff-refine-change): Tone the color down.
4160
4161 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
4162
4163 * descr-text.el (describe-char): When `describe-char-unidata-list'
4164 is set to show all properties, list them in the right order.
4165
4166 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * international/mule.el (load-with-code-conversion): Avoid setting
4169 default-enable-multibyte-characters.
4170
4171 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
4172
4173 * vc.el (vc-annotate-background): Fix custom type.
4174
4175 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * descr-text.el (describe-char-unidata-list): Allow specifying
4178 just all properties.
4179 (describe-char): Handle that new value.
4180
4181 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
4182
4183 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
4184
4185 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
4186 instead of file name extension to make docs with uncommon
4187 extensions work.
4188
4189 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
4190
4191 * doc-view.el (require): Require cl at compile time because
4192 `assert' needs it.
4193
4194 2008-03-18 Glenn Morris <rgm@gnu.org>
4195
4196 * calendar/calendar.el (initial-calendar-window-hook)
4197 (today-visible-calendar-hook): Doc fixes.
4198
4199 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
4200
4201 * net/tramp.el (tramp-root-regexp): Simplify.
4202 (tramp-completion-file-name-regexp-separate): Don't insist on
4203 leading "[". This prevents method or user or host completion.
4204 (tramp-let-maybe): Autoload it.
4205 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
4206 is an alias for `identity'.
4207 (tramp-handle-write-region): Protect `last-coding-system-used'
4208 over the trailing statements.
4209 (tramp-completion-file-name-handler-post-function): Remove.
4210 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
4211 instead of calling `tramp-drop-volume-letter'.
4212
4213 * net/tramp.el:
4214 * net/tramp-uu.el:
4215 * net/trampver.el: Move coding cookie at the end.
4216
4217 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
4220 elements which may be something else than characters.
4221
4222 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
4223
4224 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
4225 New functions to implement vc-status support.
4226
4227 * vc.el (vc-default-extra-status-menu)
4228 (vc-add-to-vc-status-buffer): New functions.
4229
4230 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4231 for eldoc and ielm.
4232
4233 2008-03-17 Glenn Morris <rgm@gnu.org>
4234
4235 * calendar/cal-x.el (diary-frame-parameters)
4236 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
4237 Fix custom type; add options.
4238 (calendar-frame, diary-frame): Doc fixes.
4239 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
4240 new functions.
4241 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
4242 Use calendar-frame-1 and calendar-dedicate-diary.
4243 (calendar-one-frame-setup): Also handle only-one-frame case.
4244 (calendar-only-one-frame-setup): Doc fix. Just call
4245 calendar-one-frame-setup.
4246
4247 * calendar/diary-lib.el: Re-order some definitions before their use.
4248 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
4249 (diary-list-entries): Doc fixes.
4250 (make-fancy-diary-display): Remove function.
4251
4252 * calendar/calendar.el (calendar-today-marker)
4253 (initial-calendar-window-hook, today-visible-calendar-hook)
4254 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
4255 (calendar-star-date, calendar-mark-today): Doc fixes.
4256 (today-visible-calendar-hook): Add options.
4257 (calendar-in-read-only-buffer): New macro.
4258 (calendar-basic-setup): Adapt for change in calendar-read-date.
4259 Place holiday let inside if.
4260 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
4261 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
4262 (calendar-print-other-dates): Use one let rather than many.
4263
4264 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
4265 (calendar-print-other-dates):
4266 * calendar/cal-hebrew.el (list-yahrzeit-dates):
4267 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
4268 * calendar/holidays.el (calendar-list-holidays, list-holidays)
4269 (calendar-cursor-holidays):
4270 * calendar/lunar.el (calendar-phases-of-moon): Use
4271 calendar-in-read-only-buffer to replace previous code and disable undo.
4272
4273 2008-03-16 Juri Linkov <juri@jurta.org>
4274
4275 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
4276 and regexp-search-ring-yank-pointer for the HISTPOS argument of
4277 read-from-minibuffer to provide the correct initial minibuffer
4278 history position in isearch-edit-string when it is called from
4279 isearch-ring-adjust.
4280
4281 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
4282 to check if the current buffer is the minibuffer, and in this case
4283 call abort-recursive-edit to kill the minibuffer. Doc fix.
4284 (kill-this-buffer-enabled-p): Allow this function to return non-nil
4285 when the current buffer is the minibuffer.
4286
4287 * simple.el (goto-line): Leave mark at previous position. Doc fix.
4288
4289 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
4290
4291 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
4292 Use non-nil PARENTS attribute of make-directory instead of
4293 explicitly checking existence the current cache directory.
4294
4295 2008-03-16 Daiki Ueno <ueno@unixuser.org>
4296
4297 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
4298 M-x epa-file-select-keys.
4299
4300 2008-03-16 Kenichi Handa <handa@m17n.org>
4301
4302 * international/mule.el (auto-coding-alist):
4303 Use no-conversion-multibyte for archive files.
4304
4305 2008-03-16 Glenn Morris <rgm@gnu.org>
4306
4307 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
4308 New functions.
4309 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
4310 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
4311 Use calendar-mark-1.
4312 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
4313 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
4314 Use calendar-mark-complex.
4315 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
4316 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
4317 Use calendar-mark-1.
4318
4319 * calendar/calendar.el (calendar-mod): Remove.
4320 * calendar/cal-china.el (calendar-chinese-from-absolute)
4321 (calendar-chinese-date-string): Expand calendar-mod calls.
4322 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
4323 Expand calendar-mod calls.
4324
4325 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
4326 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
4327 (diary-bahai-insert-yearly-entry): Use let rather than let*.
4328 Move obsolete aliases after the functions that replaced them.
4329
4330 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
4331 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
4332 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
4333 Use let rather than let*.
4334 (calendar-hebrew-prompt-for-date): New function.
4335 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
4336 (holiday-tisha-b-av-etc): Use unless, let.
4337
4338 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
4339 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
4340
4341 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
4342
4343 * calendar/calendar.el (calendar-for-loop): Add indent spec.
4344
4345 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
4346 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
4347 than concat.
4348 (diary): Remove un-needed let.
4349 (view-other-diary-entries): Rename argument.
4350 (diary-list-entries-2): New function.
4351 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
4352 (print-diary-entries): Use unless.
4353 (diary-mark-entries-1): Change argument order, make all but
4354 markfunc optional. Handle the standard (Gregorian) case.
4355 Use match-string-no-properties. Handle marks.
4356 (mark-diary-entries): Use diary-mark-entries-1.
4357 (diary-font-lock-keywords-1): New macro.
4358 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
4359
4360 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
4361
4362 * icalendar.el (icalendar-version): Increase to 0.18.
4363 (icalendar-export-hidden-diary-entries): New variable.
4364 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
4365 In case of error, insert full error-val.
4366 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
4367 Use calendar-day-of-week. Return the day number.
4368 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
4369
4370 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
4371
4372 * icalendar.el (icalendar-recurring-start-year): New variable.
4373 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
4374 (icalendar-export-region): Ignore hidden diary entries.
4375 (icalendar--convert-ordinary-to-ical): Fix case where event
4376 spans across midnight boundary.
4377 (icalendar-first-weekday-of-year): New function.
4378 (icalendar--convert-weekly-to-ical): Allow user-selectable start
4379 year for recurring events (Mozilla calendars do not propagate
4380 recurring events forever, so year 2000 start date was not working).
4381 (icalendar--convert-yearly-to-ical): Remove extra spaces in
4382 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
4383
4384 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
4385
4386 * net/tramp.el (tramp-root-regexp): New defconst.
4387 (tramp-completion-file-name-regexp-unified)
4388 (tramp-completion-file-name-regexp-separate)
4389 (tramp-completion-file-name-regexp-url): Use it.
4390 (tramp-do-copy-or-rename-file-via-buffer):
4391 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
4392 t for `insert-file-contents-literally'.
4393 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
4394 Autoload it.
4395 (tramp-completion-file-name-handler-post-function): New defconst.
4396 (tramp-completion-file-name-handler): Use it.
4397 (tramp-maybe-open-connection): Update calls to
4398 `tramp-flush-connection-property' for removed 2nd argument.
4399
4400 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
4403 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
4404 New functions.
4405
4406 2008-03-15 Glenn Morris <rgm@gnu.org>
4407
4408 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
4409 New functions.
4410 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
4411 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
4412 (diary-list-entries-1, diary-mark-entries-1): Autoload.
4413 (diary-bahai-list-entries): Use diary-list-entries-1.
4414 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
4415 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
4416 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
4417 (diary-list-entries-1, diary-mark-entries-1): Autoload.
4418 (list-hebrew-diary-entries): Use diary-list-entries-1.
4419 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
4420 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
4421 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
4422 (diary-list-entries-1, diary-mark-entries-1): Autoload.
4423 (list-islamic-diary-entries): Use diary-list-entries-1.
4424 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
4425
4426 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
4427
4428 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
4429
4430 * calendar/cal-china.el (number-chinese-months)
4431 (calendar-chinese-from-absolute): Use nth, caar.
4432
4433 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
4434
4435 * calendar/cal-french.el (french-calendar-accents): Doc fix.
4436
4437 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
4438 (calendar-hebrew-month-name-array-leap-year)
4439 (hebrew-calendar-parashiot-names): Make constants.
4440 (diary-parasha): Move definition after constants it uses.
4441
4442 * calendar/cal-html.el (cal-html-insert-link-yearpage)
4443 (cal-html-htmlify-list): Doc fix.
4444 (cal-html-htmlify-entry): Use nth.
4445
4446 * calendar/cal-islam.el (calendar-islamic-month-name-array)
4447 (calendar-islamic-epoch): Make constants.
4448 (calendar-islamic-epoch): Doc fix.
4449
4450 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
4451
4452 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
4453 (cal-tex-month-name): Doc fix.
4454 (cal-tex-last-blank-p): Use zerop.
4455
4456 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
4457 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
4458 (calendar-cursor-to-date): Doc fix.
4459 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
4460 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
4461 (calendar-day-number): Use when.
4462 (generate-calendar-month): Use dotimes.
4463 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
4464 (calendar-set-mark): Reverse conditional.
4465 (calendar-make-alist): Move definition before use.
4466
4467 * calendar/diary-lib.el (diary-face-attrs)
4468 (diary-glob-file-regexp-prefix, diary-selective-display)
4469 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
4470 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
4471 (diary-anniversary, diary-cyclic)
4472 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
4473 (diary-header-line-format): Change wording.
4474 (diary-list-entries): Set `date-start' in let.
4475 (include-other-diary-files, mark-included-diary-files): Use format.
4476 (simple-diary-display, fancy-diary-display): Use cadr, unless.
4477 (mark-diary-entries): Use 1+.
4478 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
4479 (mark-calendar-month): Use dotimes.
4480
4481 * calendar/holidays.el (displayed-month, displayed-year):
4482 Move declarations where needed.
4483 (calendar-list-holidays): Doc fix.
4484
4485 * calendar/parse-time.el (parse-time-string): Simplify.
4486
4487 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
4488 Make constants.
4489 (solar-sunrise-sunset): Rename some local variables for clarity.
4490 (sunrise-sunset): Use zerop.
4491 (solar-mean-equinoxes/solstices): Doc fix.
4492
4493 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
4494 Use nth.
4495 (timeclock-completing-read, timeclock-generate-report): Use zerop.
4496 (timeclock-mean, timeclock-generate-report): Use dolist.
4497
4498 * calendar/todo-mode.el (todo-add-category): Simplify.
4499 (todo-more-important-p, todo-delete-item, todo-file-item):
4500 Use unless, when.
4501 (todo-top-priorities): Use zerop.
4502
4503 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
4504
4505 * buff-menu.el (list-buffers-noselect): Display buffer name in
4506 tooltip instead of mouse binding when it doesn't fit in the list.
4507
4508 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
4509
4510 * faces.el (xw-defined-colors):
4511 * simple.el (widget-convert, shell-mode): Declare as functions
4512 instead of autoloading.
4513
4514 * abbrev.el:
4515 * button.el:
4516 * cus-face.el:
4517 * ediff-hook.el:
4518 * emacs-lisp/backquote.el:
4519 * emacs-lisp/timer.el:
4520 * facemenu.el:
4521 * faces.el:
4522 * menu-bar.el:
4523 * simple.el:
4524 * subr.el:
4525 * textmodes/fill.el:
4526 * textmodes/paragraphs.el: Remove autoloads, redundant when the
4527 files are preloaded.
4528
4529 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4530
4531 * desktop.el (desktop-create-buffer): Don't catch errors if
4532 debug-on-error is set.
4533
4534 2008-03-14 Eli Zaretskii <eliz@gnu.org>
4535
4536 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4537 ($(lisp)/calendar/diary-loaddefs.el)
4538 ($(lisp)/calendar/hol-loaddefs.el): New targets.
4539 (LOADDEFS): New macro.
4540 (autoloads): Depend on $(LOADDEFS).
4541
4542 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
4543
4544 * font-lock.el (featurep): Remove test, not useful anymore.
4545 (facemenu-keymap): Move key binding ...
4546 * facemenu.el (facemenu-keymap): ... here.
4547
4548 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
4549 for each file in the list.
4550 (vc-bzr-log-view-mode): Recognize the file marker.
4551
4552 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4553 for checkdoc and profiling.
4554
4555 2008-03-14 Bastien Guerry <bzg@altern.org>
4556
4557 * textmodes/flyspell.el (nxml-mode): Add the right
4558 `flyspell-mode-predicate'.
4559
4560 * wid-edit.el (link): Use 'mouse-face for :follow-link.
4561
4562 2008-03-14 Glenn Morris <rgm@gnu.org>
4563
4564 * calendar/solar.el: Reorder so that functions are defined before use.
4565 (displayed-month, displayed-year): Move declarations where needed.
4566 (solar-get-number): Move definition before use. Use unless.
4567 (solar-equatorial-coordinates): Simplify.
4568 (solar-sunrise-and-sunset): Use let rather than let*.
4569 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
4570
4571 * startup.el (command-line-1): Rename -internal-script back to
4572 -scriptload (reverts previous change).
4573
4574 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4575 (calendar-bahai-leap-base): Add doc strings.
4576 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
4577 Move definition before use.
4578 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
4579 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
4580 variables outside the loop. Use dolist.
4581 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
4582
4583 * calendar/cal-china.el: Re-order so that functions are defined before
4584 use.
4585 (displayed-month, displayed-year): Move declarations where needed.
4586 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
4587 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4588 Add doc strings.
4589 (chinese-year-cache): Recenter on 2010. Doc fix.
4590 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
4591 Doc fix. Simplify.
4592 (chinese-year-cache-init): New function.
4593 (compute-chinese-year, holiday-chinese-new-year)
4594 (calendar-chinese-date-string, calendar-goto-chinese-date)
4595 (make-chinese-month-assoc-list): Use cadr, nth.
4596 (chinese-months): Remove un-needed let.
4597
4598 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
4599 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
4600 (coptic-prompt-for-date): Move definition before use.
4601
4602 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4603 (calendar-dst-find-data, calendar-daylight-time-offset)
4604 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4605 (calendar-daylight-savings-starts-time)
4606 (calendar-daylight-savings-ends-time): Use cadr, nth.
4607
4608 * calendar/cal-french.el (french-calendar-epoch)
4609 (calendar-goto-french-date): Doc fix.
4610 (french-calendar-month-name-array)
4611 (french-calendar-multibyte-month-name-array)
4612 (french-calendar-day-name-array, french-calendar-special-days-array):
4613 Add doc strings.
4614
4615 * calendar/cal-hebrew.el (displayed-month, displayed-year)
4616 (original-date): Move declarations where needed.
4617 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
4618 Doc fix.
4619 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
4620 constant variables outside the loop. Use dolist.
4621
4622 * calendar/cal-islam.el (displayed-month, displayed-year)
4623 (original-date): Move declarations where needed.
4624 (islamic-calendar-day-number): Remove unused local variable `day'.
4625 (calendar-goto-islamic-date): Doc fix.
4626 (holiday-islamic): Use unless.
4627 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
4628 constant variables outside the loop. Use dolist.
4629 (mark-islamic-calendar-date-pattern): Move definition before use.
4630 Use unless.
4631 (mark-islamic-diary-entries): Doc fix.
4632 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4633 (insert-yearly-islamic-diary-entry): Use let rather than let*.
4634
4635 * calendar/cal-julian.el (calendar-absolute-from-julian):
4636 Move definition before use. Remove un-needed local `day'.
4637 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
4638
4639 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
4640 (calendar-mayan-tzolkin-names-array): Add doc strings.
4641 (calendar-mayan-long-count-from-absolute): Use a single let.
4642 (calendar-string-to-mayan-long-count): Simplify.
4643 (calendar-next-haab-date, calendar-previous-haab-date)
4644 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
4645 (calendar-previous-calendar-round-date)
4646 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
4647 Doc fix.
4648 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
4649 (calendar-mayan-date-string, calendar-print-mayan-date)
4650 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4651 (calendar-mayan-long-count-common-era): Move definitions before use.
4652
4653 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
4654 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
4655 Doc fix.
4656 (calendar-mouse-goto-date): Move definition before use.
4657
4658 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
4659 Move definition before use.
4660 (calendar-cursor-to-visible-date): Move definition before use.
4661 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
4662 and place inside the conditional.
4663 (calendar-forward-day): Simplify.
4664 (calendar-end-of-month): Use unless.
4665 (calendar-goto-day-of-year): Doc fix.
4666 Relocate obsolete aliases after their replacements.
4667
4668 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
4669
4670 * calendar/diary-lib.el (mark-diary-entries): Move some constant
4671 variables outside the diary-date-forms loop.
4672
4673 * calendar/calendar.el (diary-file): Doc fix.
4674 (calendar-buffer-list): Return buffers rather than strings (fixes
4675 previous change).
4676 (hebrew-holidays-4): Fix typo.
4677
4678 * calendar/holidays.el (displayed-month, displayed-year):
4679 Move declarations where needed.
4680 (calendar-holiday-list, calendar-list-holidays)
4681 (holiday-filter-visible-calendar): Move definitions before use.
4682 (list-holidays): Use cadr.
4683 Relocate obsolete aliases after their replacements.
4684
4685 * calendar/lunar.el (date, displayed-month, displayed-year):
4686 Move declarations where needed.
4687 (lunar-phase-list): Move definition after functions it uses.
4688 (calendar-phases-of-moon, diary-phases-of-moon)
4689 (lunar-new-moon-on-or-after): Use cadr, nth.
4690 (lunar-new-moon-on-or-after): Doc fix.
4691
4692 * textmodes/org-irc.el (top-level): CL not required when compiling.
4693 (org-irc-visit-erc): Replace runtime CL functions.
4694
4695 * textmodes/org-publish.el (declare-function): Add compatibility stub.
4696 (org-publish-delete-dups): Declare as function.
4697
4698 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
4699
4700 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
4701 (vc-bzr-show-log-entry): Make regexp match more cases.
4702 (vc-diff-switches-list): Remove autoload, not needed.
4703
4704 2008-03-14 Juri Linkov <juri@jurta.org>
4705
4706 * isearch.el (isearch-edit-string): Remove one call to
4707 `isearch-push-state' not to push an inconsistent state,
4708 but keep another correct call to `isearch-push-state'.
4709 (isearch-ring-adjust): Call `isearch-push-state' only when
4710 `search-ring-update' is non-nil since `isearch-edit-string'
4711 already pushes its state.
4712 (isearch-message): Improve matching the failed part by checking
4713 if the original message starts with the last successful message.
4714
4715 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
4716 (dired-perm-write): Rename from `dired-warn-writable'.
4717 Change parent face from `font-lock-warning-face' to
4718 `font-lock-comment-delimiter-face'.
4719 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
4720 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
4721 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
4722 with `dired-perm-write-face'.
4723
4724 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
4725
4726 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
4727 Create cache dir only if it doesn't already exist.
4728
4729 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
4732 of \ and '.
4733
4734 2008-03-13 Johan Bockgård <bojohan@gnu.org>
4735
4736 * net/browse-url.el (browse-url-text-xterm):
4737 Unquote browse-url-text-browser.
4738
4739 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
4740
4741 * textmodes/org-mouse.el: Version number change.
4742
4743 * textmodes/org-publish.el (org-publish-expand-components):
4744 Remove null projects from the list of components.
4745 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
4746 Remove unused retrieval of the :publishing-directory property.
4747 (org-publish-file): Bugfix: when using a relative directory as the
4748 publishing directory, convert it to a directory filename.
4749 (org-publish-project): New alias.
4750 (org-publish-get-files): Protect against empty p.
4751 (org-publish-file): Send an error when file is not part of any project.
4752 (org-publish-file): Offer to refresh the list of files in known
4753 project when the current file is not part of any project.
4754 (org-publish-before-export-hook)
4755 (org-publish-after-export-hook): New hooks.
4756 (org-publish-org-to): Use new hooks and kill buffers.
4757 (org-publish-file): Remove the code for killing buffers.
4758 (org-publish-initialize-files-alist): Use interactive.
4759 (org-publish-file): If the publishing function creates a new
4760 buffer, kill it after publishing.
4761 (org-publish-timestamp-filename): Protect ":" in file name path
4762 under windows.
4763
4764 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
4765 change that killed the LaTeX buffer.
4766
4767 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
4768 in the decision tree.
4769 (org-select-remember-template): Clean the code.
4770 (org-prepare-dblock): Add the extra :content parameter.
4771 (org-write-agenda): New output type ".ics" files.
4772 (org-write-agenda): Call `org-icalendar-verify-function', both for
4773 time stamps and for TODO entries.
4774 (org-agenda-collect-markers, org-create-marker-find-array)
4775 (org-check-agenda-marker-table): New functions.
4776 (org-agenda-marker-table): New variable.
4777 (org-export-as-html): Revert the change that killed the html
4778 buffer. Side effects first need to be studied carefully.
4779 (org-get-tags-at): Fix the structure of the condition-case statement.
4780 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
4781 (org-timestamp-change): Fix regulear expressions to swallow the
4782 extra character for repeat-shift control.
4783 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
4784 (org-get-legal-level): Alias to `org-get-valid-level'.
4785 (org-dblock-write:clocktable): Add a :link parameter, linking
4786 headlines to their location in the Org agenda files.
4787 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
4788 throwing an error when getting tags before headlines.
4789 (org-timestamp-change, org-modify-ts-extra)
4790 (org-ts-regexp1): Fix timestamp editing.
4791 (org-agenda-custom-commands-local-options): New constant.
4792 (org-agenda-custom-commands):
4793 Use `org-agenda-custom-commands-local-options' to improve customize
4794 type. "htmlize": Removed hack to fix face problem with htmlize,
4795 it no longer seem necessary.
4796 (org-follow-link-hook): New hook.
4797 (org-agenda-custom-commands): Add "Component" as a tag for each
4798 item in a command serie.
4799 (org-open-at-point): Run `org-follow-link-hook'.
4800 (org-agenda-schedule): Bugfix: don't display marker type when it
4801 is nil.
4802 (org-store-link): org-irc required.
4803 (org-set-regexps-and-options): Parse the new logging options.
4804 (org-extract-log-state-settings): New function.
4805 (org-todo): Handle the new ways of recording state change stuff.
4806 (org-local-logging): New function.
4807 (org-columns-open-link): Fix bug with opening link in column view.
4808 (org-local-logging): New function
4809 (org-todo): Make sure that LOGGING properties are honoured.
4810 (org-todo-keywords): Improve docstring.
4811 (org-startup-options): Cleanup startup options.
4812 (org-set-regexps-and-options): Process the "!" markers.
4813 (org-todo): Respect the new logging stuff.
4814 (org-log-note-how): New variable.
4815 (org-add-log-maybe): New parameter HOW that defines how logging
4816 should be done and also overrides PURPOSE. Add a docstring.
4817 (org-add-log-note): Check if we really need to ask for a note.
4818 (org-get-current-options): Digest the new keyword.
4819 (org-agenda-reset-markers): Rename from
4820 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
4821 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
4822 function, without force argument.
4823 (org-buffer-property-keys): Bind local variables s and p.
4824 (org-make-tags-matcher): Allow "" to match an empty or
4825 non-existent property value.
4826 (org-export-as-html): Join unsorted lists when they directly
4827 follow each other. Such lists may be created by headlines that
4828 are converted to lists.
4829 (org-nofm-to-completion): New function.
4830 (org-export-as-html): Use :html-extension instead of
4831 org-export-html-extension.
4832 (org-store-link): Support for links from `rmail-summary-mode'.
4833 (org-columns-new, org-complete, org-set-property): Set the
4834 `include-columns' argument in the call to
4835 `org-buffer-property-keys'.
4836 (org-buffer-property-keys): New argument `include-columns', to
4837 include properties expected by any of the COLUMS formats in the
4838 current buffer.
4839 (org-cleaned-string-for-export): Get rid of drawers first, so that
4840 they will be removed also in the text before the first headline.
4841 (org-clock-report): Show the clocktable when found.
4842 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
4843 (org-version): With prefix argument, insert `org-version' at point.
4844 (org-agenda-goto): Recenter the window after finding the target
4845 location, to make sure the correct position will be displayed.
4846 (org-agenda-get-deadlines): Don't scale priority with the warning
4847 period.
4848 (org-insert-heading): Don't break line in the middle of the line.
4849 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
4850 be 0.
4851 (org-update-checkbox-count): Revamp to deal with hierarchical
4852 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
4853 (org-remove-timestamp-with-keyword): New function.
4854 (org-schedule, org-deadline):
4855 Use `org-remove-timestamp-with-keyword' to make sure all such time
4856 stamps are removed.
4857 (org-mode): Support for `align'.
4858 (org-agenda-get-deadlines): Make sure priorities increase as the
4859 due date approaches and is passed.
4860 (org-remember-apply-template): Fix problem with tags that
4861 contain "_" or "@".
4862 (org-make-link-regexps): Improve the regular expression for plain links.
4863 (org-agenda-get-closed): List each clocking entry.
4864 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
4865 (org-special-ctrl-k): New option.
4866 (org-kill-line): New function.
4867 (org-archive-all-done): Fix incorrect number of stars in regexp.
4868 (org-refile-get-location): New function.
4869 (org-refile-goto-last-stored): New function.
4870 (org-global-tags-completion-table): Add the value of org-tag-alist
4871 in each buffer, to make sure that also unused tags will be
4872 available for completion.
4873 (org-columns-edit-value)
4874 (org-columns-next-allowed-value): Only update if not in agenda.
4875 (org-clocktable-steps): New function.
4876 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
4877 (org-archive-subtree): Add the outline tree context as a property.
4878 (org-closest-date): New optional argument `prefer'.
4879 (org-goto-auto-isearch): New option.
4880 (org-goto-map, org-get-location): Implement auto-isearch.
4881 (org-goto-local-auto-isearch-map): New variable.
4882 (org-goto-local-search-forward-headings)
4883 (org-goto-local-auto-isearch): New functions.
4884
4885 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
4886
4887 * textmodes/org-irc.el: New file.
4888
4889 2008-03-13 John Wiegley <johnw@gnu.org>
4890
4891 * textmodes/org-mac-message.el: New file.
4892
4893 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
4894
4895 * font-lock.el (font-lock-comment-face): Set the foreground for
4896 the light background 8 colors case.
4897
4898 2008-03-13 Glenn Morris <rgm@gnu.org>
4899
4900 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
4901 generate-autoload-cookie patterns.
4902
4903 * startup.el (command-line-1): Rename -scriptload to -internal-script.
4904
4905 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
4906 (MH_E_SRC): Remove variable.
4907 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
4908 Simplify file header. Use $@ for generated-autoload-file.
4909
4910 * Makefile.in (LOADDEFS): New variable.
4911 (AUTOGENEL): Use $LOADDEFS.
4912 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
4913 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
4914 ($(lisp)/calendar/hol-loaddefs.el): New targets.
4915 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4916 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
4917 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4918 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4919 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
4920 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
4921 Add calendar-specific autoload cookies, and remove any setting of
4922 generated-autoload-file.
4923 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
4924 * calendar/diary-lib.el: Replace explicit autoloads with reading of
4925 diary-loaddefs.
4926 * calendar/holidays.el: Replace explicit autoloads with reading of
4927 hol-loaddefs.
4928
4929 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
4930 (calendar-buffer-list): Simplify.
4931 (generate-calendar-window): Use calendar-mark-holidays rather than
4932 obsolete alias.
4933
4934 * calendar/cal-hebrew.el (list-yahrzeit-dates):
4935 Use cal-hebrew-yahrzeit-buffer.
4936
4937 * calendar/cal-x.el (calendar-only-one-frame-setup)
4938 (calendar-two-frame-setup): Doc fixes.
4939 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
4940
4941 * calendar/appt.el (appt-mode-string): Mark as risky.
4942 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
4943
4944 * calendar/cal-html.el (diary-list-entries):
4945 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
4946 (calendar-iso-from-absolute): Fix autoloads.
4947
4948 * calendar/cal-iso.el (calendar-absolute-from-iso)
4949 (calendar-iso-read-args): Simplify.
4950 (calendar-iso-date-string, calendar-iso-read-args)
4951 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
4952
4953 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
4954 (displayed-month, displayed-year): Move declarations where needed.
4955 (calendar-print-astro-day-number): Doc fix.
4956
4957 * calendar/cal-persia.el (persian-calendar-month-name-array)
4958 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
4959 (persian-prompt-for-date): Remove local variable `today'.
4960
4961 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
4962
4963 * calendar/solar.el (solar-moment, solar-exact-local-noon)
4964 (solar-sunrise-sunset, solar-sunrise-sunset-string)
4965 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
4966 (diary-sabbath-candles, solar-equinoxes/solstices)
4967 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
4968 (solar-time-equation, solar-date-to-et): Simplify.
4969
4970 * mail/supercite.el: Remove the `function' in `(function (lambda'.
4971 Replace `(car (cdr' with cadr'.
4972
4973 * progmodes/f90.el (f90-font-lock-n): New function.
4974 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
4975 Use f90-font-lock-n.
4976 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
4977
4978 * progmodes/f90.el (f90-mode-abbrev-table):
4979 * progmodes/fortran.el (fortran-mode-abbrev-table):
4980 Use newer form of define-abbrev, where supported. No need to bind
4981 abbrevs-changed for system abbrevs.
4982
4983 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4984
4985 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
4986 delete-frame-functions.
4987
4988 * bookmark.el (Info-current-node): Remove.
4989
4990 2008-03-12 Juri Linkov <juri@jurta.org>
4991
4992 * help.el (describe-project): Remove defaliases for view-todo and
4993 describe-project that are now unnecessary after the merge from
4994 emacs--rel--22 that added define-obsolete-function-alias.
4995
4996 * startup.el (inhibit-startup-screen): Revert incomplete
4997 2008-03-10 merge from emacs--rel--22 that partly reverted
4998 2008-02-28 change that added initial message to *scratch* buffer
4999 regardless of the value of `inhibit-startup-screen'.
5000 Now keep this change in the trunk, but not in the 22 branch.
5001
5002 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * international/quail.el (quail-setup-completion-buf, quail-help):
5005 * mail/binhex.el (binhex-decode-region-internal):
5006 * mail/uudecode.el (uudecode-decode-region-internal):
5007 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5008 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5009 setting default-enable-multibyte-characters.
5010
5011 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
5012
5013 * comint.el: Fix up indentation and comment style. Remove `function'.
5014
5015 * international/mule-cmds.el (reset-language-environment)
5016 (set-language-environment-nonascii-translation):
5017 Don't set-unibyte-charset.
5018
5019 * doc-view.el: Remove all cb-args, use closures instead.
5020 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
5021 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
5022 doing an incorrect check). Update all callers to use the new name.
5023 (doc-view-doc->txt): Add missing `txt' argument.
5024
5025 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
5026
5027 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
5028 md5 sum calculation to single-byte.
5029
5030 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * doc-view.el (doc-view-new-window-function): Add assertion.
5033 (doc-view-doc-type): New var.
5034 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
5035 (doc-view-intersection): New fun.
5036 (doc-view-mode): Use it to set the new var.
5037
5038 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
5039
5040 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
5041 (doc-view-already-converted-p): New functions.
5042 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
5043 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
5044 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
5045 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
5046 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
5047 (doc-view-convert-current-doc): Don't hardwire the functions the
5048 sentinels call. Now they're provided by two args CALLBACK and
5049 CB-ARGS to the functions.
5050 (doc-view-search): Use doc-view-doc->txt.
5051 (doc-view-initiate-display): Use doc-view-already-converted-p.
5052 Mention new binding C-c C-t if doc-view-mode doesn't work.
5053
5054 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
5055
5056 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
5057
5058 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5059
5060 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
5061 Mark " outside of tags as punctuation.
5062
5063 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5064
5065 * menu-bar.el (minibuffer-local-map): Use the same command for the
5066 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
5067 Prefer RET over C-j for exit-minibuffer.
5068
5069 * files.el (display-buffer-other-frame): Eliminate problematic code.
5070
5071 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
5072 (menu-bar-select-buffer): Remove.
5073 (menu-bar-select-frame): Make non-interactive and take a frame arg.
5074 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
5075
5076 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
5077
5078 * icomplete.el (icomplete-completions): Remove obsolete code.
5079
5080 * net/net-utils.el (iwconfig-program-options): Doc fix.
5081 (net-utils-run-program, run-network-program): Define as functions.
5082
5083 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
5084
5085 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
5086
5087 2008-03-11 Glenn Morris <rgm@gnu.org>
5088
5089 * faces.el (mode-line-emphasis): New face.
5090 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
5091
5092 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
5093
5094 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
5095
5096 * simple.el (set-mark-command): Doc fix.
5097
5098 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
5101
5102 * emacs-lisp/autoload.el (autoload-find-destination):
5103 Don't force raw-text.
5104
5105 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
5106 * calendar/cal-loaddefs.el: Don't version control.
5107
5108 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
5109
5110 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
5111 entries and add :help to the existing ones.
5112
5113 2008-03-10 Glenn Morris <rgm@gnu.org>
5114
5115 * calendar/cal-hebrew.el (date, entry, number): Move declarations
5116 to where they are needed.
5117
5118 * calendar/calendar.el (diary-file, hebrew-holidays-1)
5119 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5120 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
5121 (calendar-version): Doc fixes.
5122 (calendar-absolute-from-gregorian): Use zerop.
5123 (calendar-mode-line-format): Make it a defcustom.
5124
5125 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
5126 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
5127 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
5128 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
5129 (mark-included-diary-files, mark-calendar-days-named)
5130 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
5131 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
5132 (insert-monthly-diary-entry, insert-yearly-diary-entry)
5133 (insert-anniversary-diary-entry, insert-block-diary-entry)
5134 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
5135 (diary-font-lock-sexps): Doc fixes.
5136 (diary-remind-message, mark-calendar-month): Use zerop.
5137 (diary-attrtype-convert, diary-pull-attrs): Simplify.
5138 (diary-list-entries): Revert let to let* (previous change).
5139
5140 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
5141
5142 2008-03-10 Kim F. Storm <storm@cua.dk>
5143
5144 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
5145 function aliases for the old names.
5146
5147 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
5148
5149 * iswitchb.el (iswitchb-use-faces): Doc fix.
5150 (iswitchb-buffer-ignore, iswitchb-read-buffer):
5151 Fix typos in docstrings.
5152
5153 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
5154
5155 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
5156 Fix typo.
5157 (verilog-type-font-keywords): Reindent.
5158
5159 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
5160
5161 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
5162 grouping-keyword regular expression.
5163 (verilog-font-lock-keywords): Allow users to toggle special
5164 highlight of grouping-keywords.
5165 (verilog-highlight-grouping-keywords): The toggle for special
5166 highlighting of grouping keywords.
5167
5168 2008-03-10 Juri Linkov <juri@jurta.org>
5169
5170 * startup.el: Revert 2008-02-28 change that adds initial message
5171 to *scratch* buffer regardless of the value of
5172 `inhibit-startup-screen'.
5173
5174 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
5175
5176 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
5177 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
5178 * progmodes/verilog-mode.el (verilog-mode):
5179 * net/socks.el (socks):
5180 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
5181
5182 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5183
5184 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
5185 (doc-view-bookmark-make-record): Use them.
5186 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
5187 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
5188
5189 * bookmark.el (bookmark-make-record-function): Change expected return
5190 value to include a suggested bookmark name.
5191 (bookmark-make): Split into bookmark-make-record and bookmark-store.
5192 Fix reversed `overwrite' semantics.
5193 (bookmark-set): Call bookmark-make-record before prompting the user.
5194 Then pass the result to bookmark-store later on.
5195 (bookmark-make-name-function): Remove.
5196 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
5197 * info.el (bookmark-make-name-function): Remove.
5198 (Info-mode): Don't set it.
5199 (Info-bookmark-make-name): Remove.
5200 (Info-bookmark-make-record): Use Info-current-node as suggested default
5201 bookmark name.
5202
5203 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
5204 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
5205 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
5206 (bookmark-annotation-buffer, bookmark-annotation-file)
5207 (bookmark-annotation-point, bookmark-send-annotation)
5208 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
5209 (bookmark-edit-annotation-text-func): Rename from
5210 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
5211 (bookmark-edit-annotation-mode-map): Move initialization into
5212 declaration.
5213
5214 * bookmark.el: Remove spurious * in docstrings.
5215 (bookmark-minibuffer-read-name-map): New var.
5216 (bookmark-set): Use it. Also pass the default value as it should.
5217 (bookmark-send-edited-annotation): Take no chances with text properties.
5218 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
5219 (bookmark-insert-buffer-name): Remove.
5220 (bookmark-buffer-file-name): Signal an error rather than returning nil.
5221
5222 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
5223
5224 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
5225
5226 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
5227
5228 * diff-mode.el (diff-mode-menu): Add :help.
5229
5230 2008-03-09 Glenn Morris <rgm@gnu.org>
5231
5232 * calendar/calendar.el (general-holidays, oriental-holidays)
5233 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
5234 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
5235 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
5236 (calendar-holidays): Restore autoload cookies, because people are
5237 used to using these variables without loading calendar.el.
5238
5239 * calendar/cal-islam.el (diary-islamic-date): Move to end.
5240 (date, number): Declare where needed.
5241
5242 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
5243 (list-sexp-diary-entries): Doc fixes.
5244 (diary-list-entries): Doc fix. Remove free variable `entry'.
5245 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
5246 Simplify setting of `date-holiday-list'.
5247 (mark-diary-entries): Remove free variable `entry'.
5248 (diary-list-entries, include-other-diary-files, fancy-diary-display):
5249 Use let where let* is not needed.
5250
5251 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
5254 make-record function, instead paste it in afterwards.
5255 (bookmark-make-record-for-text-file):
5256 * doc-view.el (doc-view-bookmark-make-record):
5257 * info.el (Info-bookmark-make-record): Don't mess with annotations.
5258
5259 2008-03-08 Glenn Morris <rgm@gnu.org>
5260
5261 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
5262
5263 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
5264
5265 * calendar/diary-lib.el (diary-list-entries)
5266 (include-other-diary-files, mark-diary-entries)
5267 (mark-sexp-diary-entries, mark-included-diary-files)
5268 (diary-entry-time, list-sexp-diary-entries): Remove the special
5269 handling of ^M that dates back to the use of selective-display.
5270 (simple-diary-display): Obey setting of pop-up-frames.
5271 (body, entry): Remove unnecessary declarations.
5272
5273 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
5274 (bookmark-get-annotation, bookmark-set-annotation)
5275 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5276 (bookmark-set-position, bookmark-get-front-context-string)
5277 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5278 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
5279 * info.el (Info-bookmark-make-record): Don't bother recording point.
5280 (bookmark-get-filename, bookmark-get-front-context-string)
5281 (bookmark-get-rear-context-string, bookmark-get-position):
5282 Don't declare any more.
5283 (bookmark-get-info-node): Remove.
5284 (bookmark-prop-get): Declare.
5285 (Info-bookmark-jump): Use it.
5286
5287 2008-03-08 Johan Bockgård <bojohan@gnu.org>
5288
5289 * subr.el (while-no-input): Don't splice BODY directly into the
5290 `or' form.
5291
5292 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
5293
5294 * diff-mode.el (diff-ignore-whitespace-hunk):
5295 Bind inhibit-read-only before trying to change the buffer.
5296
5297 2008-03-08 Glenn Morris <rgm@gnu.org>
5298
5299 * calendar/appt.el (appt): Move custom group here from calendar.el.
5300 (appt-disp-window, appt-convert-time): Doc fixes.
5301
5302 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
5303 (calendar-bahai-mark-date-pattern):
5304 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
5305 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
5306 * calendar/cal-julian.el (calendar-absolute-from-julian):
5307 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
5308
5309 * calendar/cal-china.el (chinese-calendar): Move custom group here from
5310 calendar.el.
5311 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
5312 Make constants.
5313 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
5314 (chinese-calendar-daylight-savings-starts)
5315 (chinese-calendar-daylight-savings-ends)
5316 (chinese-calendar-daylight-savings-starts-time)
5317 (chinese-calendar-daylight-savings-ends-time)
5318 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
5319 Doc fixes.
5320
5321 * calendar/cal-coptic.el (coptic-name): Add doc string.
5322
5323 * calendar/cal-french.el (french-calendar-month-name-array)
5324 (french-calendar-day-name-array, french-calendar-special-days-array):
5325 Add doc strings.
5326
5327 * calendar/cal-bahai.el (diary-bahai-mark-entries)
5328 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
5329 (diary-bahai-insert-yearly-entry):
5330 * calendar/cal-dst.el (calendar-next-time-zone-transition)
5331 (calendar-time-zone):
5332 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
5333 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
5334 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
5335 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
5336 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
5337 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
5338 (list-islamic-diary-entries, mark-islamic-diary-entries)
5339 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
5340 (insert-yearly-islamic-diary-entry):
5341 * calendar/cal-iso.el (calendar-iso-read-args):
5342 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
5343 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
5344 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
5345 (calendar-next-calendar-round-date)
5346 (calendar-mayan-long-count-common-era):
5347 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
5348 (cal-menu-x-popup-menu, calendar-mouse-holidays)
5349 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
5350 (calendar-mouse-goto-date):
5351 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5352 * calendar/holidays.el (holidays):
5353 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
5354 * calendar/time-date.el (date-to-time, time-subtract, time-add)
5355 (safe-date-to-time): Doc fixes.
5356
5357 * calendar/cal-persia.el (persian-calendar-month-name-array)
5358 (persian-calendar-epoch): Make constants.
5359
5360 * calendar/cal-tex.el (calendar-tex): Move custom group here from
5361 calendar.el.
5362
5363 * calendar/cal-x.el (diary-frame-parameters)
5364 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
5365 (calendar-after-frame-setup-hooks): Make defcustoms.
5366 (calendar-one-frame-setup, calendar-only-one-frame-setup)
5367 (calendar-two-frame-setup): Doc fix.
5368
5369 * calendar/cal-loaddefs.el: New file.
5370
5371 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5372 * calendar/cal-french.el, calendar/cal-html.el:
5373 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
5374 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
5375 * calendar/cal-tex.el, calendar/cal-x.el:
5376 Unquote lambda functions. Add autoload cookies to functions formerly
5377 autoloaded in calendar.el. Set `generated-autoload-file' to
5378 "cal-loaddefs.el".
5379
5380 * calendar/calendar.el: Move many autoloads to separate file,
5381 cal-loaddefs.el. Move defcustoms to start and re-order.
5382 (calendar-month-name-array, calendar-starred-day): No need to
5383 declare for compiler.
5384 (cal-loaddefs): Require it.
5385 (appt, chinese-calendar, calendar-tex): Move custom groups to the
5386 appropriate file.
5387 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
5388 Reverse logic.
5389 (diary-face, diary-file-name-prefix-function, diary-include-string)
5390 (diary-glob-file-regexp-prefix, diary-face-attrs)
5391 (diary-file-name-prefix, sexp-diary-entry-symbol)
5392 (print-diary-entries-hook, list-diary-entries-hook)
5393 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
5394 (nongregorian-diary-marking-hook, diary-list-include-blanks):
5395 Move to diary-lib.
5396 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
5397 (all-bahai-calendar-holidays): Doc fix.
5398 (calendar-insert-indented): Doc fix. Use when rather than if.
5399 (exit-calendar): Use mapc rather than mapcar.
5400 (calendar-cursor-to-date): Use zerop.
5401 (calendar-mark-ring): Add doc-string.
5402 (calendar-starred-day): Defvar it.
5403 (calendar-mode): Make calendar-starred-day local.
5404 (calendar-star-date): No need to make calendar-starred-day local.
5405
5406 * calendar/diary-lib.el: Move defcustoms to start.
5407 (diary-include-string, diary-list-include-blanks)
5408 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
5409 (diary-file-name-prefix, diary-file-name-prefix-function)
5410 (sexp-diary-entry-symbol, list-diary-entries-hook)
5411 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
5412 (nongregorian-diary-marking-hook, print-diary-entries-hook):
5413 Move here from calendar.el.
5414 (diary-file-name-prefix-function): Use 'identity.
5415 (diary-face): Make it a defcustom, and mark as obsolete.
5416 (top-level): No need to require cal-hebrew, cal-islam when compiling.
5417 (calendar-hebrew-month-name-array-leap-year)
5418 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
5419 Define for compiler.
5420 (diary-font-lock-keywords): Use format rather than concat.
5421 Add bahai-diary-entry-symbol.
5422
5423 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
5424 * calendar/solar.el: Unquote lambda functions.
5425
5426 * calendar/solar.el (calendar-location-name, calendar-latitude)
5427 (calendar-longitude, solar-setup, solar-sin-degrees)
5428 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
5429 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
5430 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
5431 (solar-exact-local-noon, solar-julian-ut-centuries)
5432 (solar-ephemeris-time, solar-date-next-longitude)
5433 (solar-horizontal-coordinates, solar-equatorial-coordinates)
5434 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
5435 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
5436 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
5437 Doc fixes.
5438 (solar-horizontal-coordinates, solar-equatorial-coordinates)
5439 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
5440 (solar-ecliptic-coordinates): Use unless.
5441 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
5442 Use or.
5443
5444 * calendar/timeclock.el: Add doc-strings to all functions.
5445 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
5446 (timeclock-entry-list-length, timeclock-entry-list-projects)
5447 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
5448
5449 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
5450
5451 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
5452 (org-get-entries-from-diary): Require diary-lib.
5453
5454 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
5455
5456 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
5457 Pacify byte-compiler.
5458
5459 2008-03-07 Alan Mackenzie <acm@muc.de>
5460
5461 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
5462 paren/bracket pairs parsed, to solve performance problem.
5463
5464 2008-03-07 Bastien Guerry <bzg@altern.org>
5465
5466 * bookmark.el (bookmark-set): Don't check for
5467 `bookmark-make-name-function' since `bookmark-buffer-file-name'
5468 already takes care of this.
5469 (bookmark-buffer-name, bookmark-buffer-file-name):
5470 Remove Info-mode specific code.
5471
5472 * info.el (bookmark-get-info-node): Define this function in
5473 info.el, not in bookmark.el.
5474 (Info-mode): Set `bookmark-make-name-function' to
5475 `Info-bookmark-make-name' locally.
5476 (Info-bookmark-make-name): New function.
5477
5478 * bookmark.el (bookmark-make-name-function): New variable.
5479
5480 2008-03-07 Karl Fogel <kfogel@red-bean.com>
5481
5482 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
5483 buffer-local, not `bookmark-make-cell-function' (the old name).
5484
5485 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
5486
5487 * doc-view.el (doc-view-bookmark-make-record):
5488 * image-mode.el (image-bookmark-make-record):
5489 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
5490
5491 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
5492
5493 * vc.el (vc-status-menu-map-filter): Return orig-binding if
5494 boundp 'vc-ignore-menu-filter.
5495 (vc-status-tool-bar-map): Make it defvar.
5496 (vc-status-mode): vc-status-tool-bar-map now variable.
5497 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
5498
5499 2008-03-07 Karl Fogel <kfogel@red-bean.com>
5500
5501 Give a better name to part of the bookmark interface.
5502
5503 This was originally a much larger change, but halfway through I
5504 updated and discovered that Stefan Monnier had done the rest.
5505 It looks like he anticipated the new name too, because he used
5506 `the-record' instead of `the-cell' for some internal variable names.
5507
5508 * bookmark.el (bookmark-make-record-function): Was
5509 `bookmark-make-cell-function'.
5510 (bookmark-make, bookmark-send-annotation): Update for above.
5511 (bookmark-make-record-for-text-file):
5512 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
5513
5514 * info.el: Adjust accordingly.
5515 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
5516
5517 * image-mode.el: Adjust accordingly.
5518 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
5519
5520 * doc-view.el: Adjust accordingly.
5521 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
5522
5523 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
5526 Move initialization into declaration.
5527 (bookmark-get-info-node, bookmark-set-info-node): Remove.
5528 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
5529 (bookmark-info-current-node): Remove.
5530 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
5531 Add relocation fallback. Set bookmark-current-bookmark.
5532 (bookmark-default-handler): Rename from bookmark-jump-noselect.
5533 Remove relocation fallback. Don't set bookmark-current-bookmark.
5534 (bookmark-set): Let it be used even if there's no buffer-file-name
5535 as long as there is a bookmark-make-cell-function.
5536 * info.el (Info-bookmark-jump): Remove relocation fallback.
5537 Don't set bookmark-current-bookmark.
5538
5539 2008-03-07 Glenn Morris <rgm@gnu.org>
5540
5541 * calendar/appt.el (appt-issue-message)
5542 (appt-message-warning-time, appt-audible, appt-visible)
5543 (appt-msg-window, appt-display-mode-line, appt-display-duration)
5544 (appt-display-diary): Remove autoload cookies.
5545
5546 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
5547 Remove leading `*' from defcustom doc-strings.
5548
5549 * calendar/cal-dst.el (calendar-dst): New custom group.
5550 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
5551 (calendar-time-zone, calendar-daylight-time-offset)
5552 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
5553 (calendar-daylight-savings-starts-time)
5554 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
5555 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
5556 Move to start.
5557
5558 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
5559
5560 * calendar/calendar.el (calendar-version): Use emacs-version and
5561 make it obsolete. Move to end.
5562 (calendar-offset, view-diary-entries-initially)
5563 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
5564 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
5565 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
5566 (all-bahai-calendar-holidays, calendar-load-hook)
5567 (initial-calendar-window-hook, today-visible-calendar-hook)
5568 (today-invisible-calendar-hook, calendar-move-hook)
5569 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
5570 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
5571 (diary-include-string, sexp-diary-entry-symbol)
5572 (abbreviated-calendar-year, american-date-diary-pattern)
5573 (european-date-diary-pattern, european-calendar-display-form)
5574 (american-calendar-display-form, print-diary-entries-hook)
5575 (list-diary-entries-hook, diary-hook, diary-display-hook)
5576 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
5577 (nongregorian-diary-marking-hook, diary-list-include-blanks)
5578 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
5579 (local-holidays, other-holidays, hebrew-holidays-1)
5580 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5581 (hebrew-holidays, christian-holidays, islamic-holidays)
5582 (bahai-holidays, solar-holidays, calendar-setup)
5583 (calendar-week-start-day): Remove autoload cookies.
5584 (diary-glob-file-regexp-prefix): Doc fix.
5585 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
5586 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
5587 (calendar-week-start-day, calendar-debug-sexp): Move to start.
5588
5589 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
5590 (calendar-time-display-form, calendar-latitude)
5591 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
5592 cookies.
5593 (calendar-latitude, calendar-longitude): Move functions after
5594 variables.
5595 (diary-sabbath-candles-minutes): Move to start.
5596 (solar-setup): Use or rather than if.
5597 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
5598 Remove condition-case.
5599 (solar-atn2): Use zerop.
5600 (solar-equinoxes-solstices): Doc fix.
5601
5602 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
5603 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
5604
5605 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
5606 (calendar-longitude, calendar-latitude, calendar-location-name):
5607 Declare for compiler.
5608
5609 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5610
5611 * arc-mode.el (archive-ar-file-header-re): New const.
5612 (archive-ar-summarize, archive-ar-extract): New funs.
5613 (archive-find-type): Recognize ar archives.
5614
5615 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
5616 New functions.
5617
5618 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
5619
5620 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
5621
5622 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5623 Replace :enable (mark-active) with :enable mark-active.
5624
5625 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
5626
5627 * vms-patch.el (make-legal-file-name): New obsolete alias.
5628 (make-valid-file-name): Rename from `make-legal-file-name'.
5629 (make-auto-save-file-name): Use it.
5630
5631 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
5632 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
5633 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
5634
5635 * textmodes/org.el (org-export-html-style): Doc fix.
5636 (org-get-legal-level): New obsolete alias.
5637 (org-get-valid-level): Rename from `org-get-legal-level'.
5638 (org-promote, org-demote, org-archive-subtree)
5639 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
5640
5641 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
5642
5643 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
5644
5645 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
5646 (vc-status-toggle-mark): New functions.
5647 (vc-status-mode): Set tool bar map.
5648
5649 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
5650
5651 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
5652 Reported by Drew Adams <drew.adams@oracle.com>.
5653
5654 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
5655
5656 * subr.el (read-quoted-char): Resolve modifers of the character
5657 event.
5658
5659 * comint.el (comint-exec-1): Don't change the coding-system for
5660 decoding to dos-like EOL.
5661 (comint-carriage-motion): Fully rewrite.
5662
5663 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
5664
5665 * epg.el (epg-context-include-certs): Reflow docstring.
5666 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
5667 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
5668 (epg-context-set-signers, epg-context-set-sig-notations)
5669 (epg-make-import-status, epg-make-import-result)
5670 (epg-start-delete-keys): Fix typos in docstrings.
5671 (epg-start-sign-keys, epg-sign-keys):
5672 Fix typos in obsolescence declarations.
5673
5674 * iswitchb.el: Don't check for `cadr' and `last'.
5675 (iswitchb-define-mode-map, iswitchb-default-keybindings):
5676 Add obsolescence declaration and remove redundant info from docstring.
5677 (iswitchb-set-common-completion, iswitchb-set-matches)
5678 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
5679 (recentf-list, most-len, most-is-exact):
5680 Don't wrap defvars within `eval-when-compile'.
5681
5682 2008-03-05 Glenn Morris <rgm@gnu.org>
5683
5684 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
5685 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
5686 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
5687 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
5688 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
5689
5690 * ediff-hook.el (ediff-window-setup-function): Don't autoload
5691 declaration for compiler.
5692 (ediff-xemacs-init-menus): Use when rather than if.
5693
5694 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
5695 if+and to just and.
5696 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
5697 (ediff-delete-overlay): Move the XEmacs test inside the definition.
5698
5699 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
5700
5701 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
5702 test inside XEmacs test.
5703 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
5704 since it was doing nothing on Emacs.
5705 (ediff-make-bullet-proof-overlay): Use when rather than if.
5706
5707 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
5708 (ediff-setup-control-frame): Remove
5709 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
5710 a (featurep 'xemacs) test.
5711
5712 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
5713
5714 * calc/calc-ext.el (calc-extended-command-history): New variable.
5715 (calc-exectute-extended-command): Use `calc-extended-command-history'.
5716
5717 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
5718
5719 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
5720 (standard-mode-line-position): Add mouse-face.
5721
5722 * progmodes/compile.el (compilation-menu-map):
5723 (compilation-mode-map):
5724 * progmodes/grep.el (grep-mode-map): Add :help.
5725
5726 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
5727 initialize in one step. Add :help. Use :enable to activate menu
5728 items. Show the key binding for edebug-defun.
5729 (lisp-interaction-mode-map): Add a menu.
5730
5731 * term.el (term-mode-map): Define and initialize in one step.
5732
5733 * ediff-init.el (ediff-color-display-p): Simplify.
5734 (Xor): Remove unused function.
5735 (ediff-with-syntax-table): Simplify for Emacs.
5736
5737 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
5738 menu-bar being loaded, it always is.
5739
5740 2008-03-05 Glenn Morris <rgm@gnu.org>
5741
5742 * textmodes/tex-mode.el (tex-mode): Suppress warning about
5743 multiple definitions when compiling.
5744
5745 2008-03-04 Alan Mackenzie <acm@muc.de>
5746
5747 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
5748
5749 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
5750 doc-string, "c-old-LEN" -> "c-old-END".
5751
5752 2008-03-04 Jason Rumney <jasonr@gnu.org>
5753
5754 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
5755 namespaces.
5756
5757 2008-03-04 Glenn Morris <rgm@gnu.org>
5758
5759 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
5760
5761 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
5762 than mapcar.
5763
5764 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5765
5766 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5767 (byte-compile-nilconstp): Can't use recursion in a defsubst.
5768
5769 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
5770 so that M-q can fill comments.
5771 (tex-executable-exists-p, tex-compile): Extend with special syntax for
5772 commands implemented in elisp.
5773 (tex-compile-commands): Add an entry to use doc-view for pdf files.
5774 (tex-format-cmd): New function.
5775 (tex-compile): Use it to let the user specify default arguments.
5776 (tex-cmd-bibtex-args): New var.
5777 (tex-cmd-doc-view): New function.
5778
5779 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
5780
5781 * faces.el (face-spec-set): Fix typos in docstring.
5782
5783 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
5784
5785 * bindings.el (mode-line-column-line-number-mode-map): New variable.
5786 (standard-mode-line-position): Use it to add a menu for toggling
5787 column number and line number display.
5788
5789 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5792 Remove optimization that was working around the form-code-walker bug.
5793
5794 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5795 Walk into the body of lambdas after byte-compile-unfold-lambda.
5796
5797 2008-03-03 Glenn Morris <rgm@gnu.org>
5798
5799 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
5800 value, if set, over frame value.
5801
5802 * simple.el (transient-mark-mode): Don't turn on by default.
5803
5804 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
5805 accidentally removed by the 2007-12-05 merge from Gnus.
5806
5807 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
5808
5809 * progmodes/compile.el (compilation-menu-map): Add menu entries
5810 for useful options.
5811
5812 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
5813 Glenn Morris <rgm@gnu.org>
5814
5815 * emacs-lisp/bytecomp.el (byte-recompile-directory)
5816 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
5817 Give a `bytecomp-' prefix to local variables with common names.
5818
5819 2008-03-01 Glenn Morris <rgm@gnu.org>
5820
5821 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
5822 code commented out 2007-11-10.
5823
5824 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
5825
5826 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
5827 Delete macro.
5828 * emulation/viper-cmd.el, emulation/viper-ex.el:
5829 * emulation/viper-init.el, emulation/viper-keym.el:
5830 * emulation/viper-mous.el, emulation/viper-util.el:
5831 * emulation/viper.el:
5832 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
5833 featurep test.
5834
5835 Replace obselete frame-local variables with frame-parameters.
5836 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
5837 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
5838 (viper-vi-state-cursor-color): Only call make-variable-frame-local
5839 on XEmacs.
5840 * emulation/viper-util.el (viper-frame-value): New macro.
5841 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
5842 (viper-R-state-post-command-sentinel)
5843 (viper-replace-state-post-command-sentinel)
5844 (viper-change-state-to-insert, viper-change-state-to-emacs):
5845 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
5846 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
5847 (viper-get-saved-cursor-color-in-insert-mode)
5848 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
5849 Use viper-frame-value for viper-replace-overlay-cursor-color,
5850 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
5851 viper-vi-state-cursor-color values.
5852
5853 * emulation/viper-cmd.el (zmacs-region-stays):
5854 * emulation/viper-util.el (zmacs-region-stays): No need to define
5855 for compiler.
5856
5857 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
5858 mapcar on Emacs.
5859
5860 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
5861 on XEmacs.
5862
5863 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
5864 rather than if.
5865
5866 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5867
5868 * whitespace.el: New version 9.3. As the glyph code generation was
5869 fixed, it is possible now to use character code above ?\x1FFFF in the
5870 display table. Fix `whitespace-indentation-regexp' to not include an
5871 extra ending character. Reported by Michael Welsh Duggan
5872 <mwd@cert.org>. Added hook actions when buffer is written or killed as
5873 the original whitespace package had. Suggested by Eric Cooper
5874 <ecc@cmu.edu>. Doc fix.
5875 (whitespace-action): New option.
5876 (whitespace-display-mappings): Changed default newline visualization to
5877 display downwards arrow, as the glyph code generation was fixed.
5878 (whitespace-unload-function): Assure that all local whitespace mode is
5879 turned off.
5880 (whitespace-global-modes): Fix type customization.
5881 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
5882 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
5883 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
5884 Fix code.
5885 (whitespace-buffer): Command removed.
5886 (whitespace-trailing-regexp, whitespace-mark-x)
5887 (whitespace-display-window, whitespace-action-when-on)
5888 (whitespace-add-local-hook, whitespace-remove-local-hook)
5889 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
5890 (whitespace-action): New funs.
5891 (whitespace-report-list, whitespace-report-text)
5892 (whitespace-report-buffer-name): New consts.
5893 (whitespace-report, whitespace-report-region): New commands.
5894
5895 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5896
5897 * disp-table.el (make-glyph-code): Don't test the result of
5898 `face-id', which already signals an error for invalid faces.
5899 (glyph-face): Simplify.
5900
5901 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
5902 running `desktop-not-loaded-hook' to allow modifying it.
5903 Don't show warning message if `desktop-dirname' was modified.
5904
5905 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
5908 we still expect more lines.
5909
5910 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
5911 comment-paragraph filling if the commark doesn't match
5912 comment-start-skip.
5913
5914 2008-03-01 Daiki Ueno <ueno@unixuser.org>
5915
5916 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
5917 the `imap' variant.
5918
5919 2008-03-01 Jason Rumney <jasonr@gnu.org>
5920
5921 * files.el (make-auto-save-file-name): Encode more characters in
5922 non-file buffer names. Use url-encoding.
5923
5924 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5925
5926 * net/net-utils.el (ftp-program): Fix typo in docstring.
5927 (ifconfig-program-options, netstat-program-options)
5928 (arp-program-options, route-program-options, nslookup-program-options)
5929 (ftp-program-options, smbclient-program-options)
5930 (dns-lookup-program-options, arp, route): Doc fixes.
5931
5932 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
5933 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
5934 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
5935 Fix typos in docstrings.
5936 (gdb-pending-triggers): Reflow docstring.
5937 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
5938
5939 2008-03-01 Alan Mackenzie <acm@muc.de>
5940
5941 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
5942 typing "#" at EOB.
5943
5944 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5945
5946 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
5947
5948 2008-02-29 Kim F. Storm <storm@cua.dk>
5949
5950 * emulation/cua-base.el (cua-remap-control-v)
5951 (cua-remap-control-z): New defcustoms.
5952 (cua-mode): Add them to set-after property.
5953 (cua--init-keymaps): Use them.
5954 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
5955
5956 * help.el (view-emacs-todo): Rename from view-todo.
5957 (describe-gnu-project): Rename from describe-project. Users changed.
5958 (view-help-file): New helper function.
5959 (describe-distribution, describe-copying, describe-gnu-project)
5960 (view-todo, view-order-manuals, view-emacs-problems): Use it.
5961 (view-emacs-debugging, view-external-packages): New commands.
5962 (help-map): Move describe-distribution to C-h C-o (ordering).
5963 Move view-emacs-problems to C-h C-p (problems).
5964 Bind view-emacs-debugging to C-h C-d (debugging).
5965 Bind view-external-packages to C-h C-e (extras).
5966 (help-for-help-internal): Cleanup and align descriptions.
5967 Remove command names to reduce clutter.
5968
5969 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
5970
5971 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
5972 and quieter face (not a warning).
5973
5974 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
5975
5976 * vc.el (vc-status-crt-marked): New variable.
5977 (vc-status-mode): Make it local.
5978 (vc-status-refresh): Use it to save the marked files.
5979 (vc-update-vc-status-buffer): Use it to restore the marked files.
5980
5981 * vc-svn.el (vc-svn-after-dir-status):
5982 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
5983
5984 2008-02-29 Glenn Morris <rgm@gnu.org>
5985
5986 * allout.el (allout-topic-encryption-bullet)
5987 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
5988 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
5989 from 22.0 to 22.1.
5990
5991 * net/imap.el (imap-ping-server):
5992 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
5993 Change defcustom :version from 23.0 to 23.1.
5994
5995 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
5996
5997 * desktop.el (desktop-save): Save the buffer name if the
5998 uniquified base name is empty.
5999
6000 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
6001
6002 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
6003 correctly when user has "set print address off".
6004
6005 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
6006
6007 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
6008 version number of the next major Emacs release, not 23.0.
6009
6010 * longlines.el (longlines-unload-function): New function.
6011
6012 2008-02-28 Juri Linkov <juri@jurta.org>
6013
6014 * startup.el (normal-splash-screen): Add argument `concise'.
6015 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
6016 to the created buffer. If `concise' is non-nil, call
6017 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
6018 (display-startup-screen): Add argument `concise' to the call to
6019 `normal-splash-screen'.
6020
6021 2008-02-28 Kim F. Storm <storm@cua.dk>
6022
6023 * startup.el (startup-echo-area-message): Check for about-emacs.
6024
6025 2008-02-28 Juri Linkov <juri@jurta.org>
6026
6027 * startup.el: Always add initial message to *scratch* buffer if
6028 `initial-scratch-message' is non-nil regardless of the value of
6029 `inhibit-startup-screen'.
6030 (inhibit-startup-screen, initial-scratch-message): Doc fix.
6031 (command-line-1): Move code that inserts `initial-scratch-message'
6032 up before the if-form that checks for `inhibit-startup-screen'.
6033 Suggested by Jonathan Rockway <jon@jrock.us>.
6034
6035 2008-02-28 Juri Linkov <juri@jurta.org>
6036
6037 * cus-edit.el (custom-mode-map, custom-mode-link-map):
6038 Rename `custom-mode' to `Custom-mode' in docstrings.
6039 (custom-buffer-create-internal, customize-browse):
6040 Rename `custom-mode' to `Custom-mode'.
6041 (custom-mode-hook): Rename to `Custom-mode-hook'.
6042 (Custom-mode-hook): Renamed from `custom-mode-hook'.
6043 (custom-mode): Rename to `Custom-mode'.
6044 (Custom-mode): Renamed from `custom-mode'. Doc fix.
6045 (custom-mode): Add backward-compatible non-interactive variant of
6046 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
6047 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
6048
6049 * info-look.el: Rename `custom-mode' to `Custom-mode'.
6050
6051 * emulation/viper.el (viper-emacs-state-mode-list):
6052 Rename `custom-mode' to `Custom-mode'.
6053
6054 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
6055 Capitalize "Tagged Files".
6056 (minibuffer-local-map): Add menu items for next/previous
6057 history elements and isearch history forward/backward.
6058
6059 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
6060 `hs-isearch-open' with t instead of `comment' in :selected
6061 for "Code and Comment blocks" menu item.
6062
6063 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6064
6065 * uniquify.el (uniquify-buffer-base-name): Undo last change.
6066 Should be done in desktop.el instead.
6067
6068 2008-02-28 Glenn Morris <rgm@gnu.org>
6069
6070 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
6071
6072 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
6073
6074 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
6075 (Info-menu, Info-goto-node): Remove declarations.
6076 (report-emacs-bug-info): Use info rather than Info-goto-node.
6077
6078 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
6079 (idlwave-convert-xml-system-routine-info): Don't require xml.
6080 (idlwave-show-commentary, idlwave-shell-show-commentary):
6081 Don't require finder.
6082 (idlwave-info): Don't require info. Use info rather than
6083 Info-goto-node.
6084
6085 * textmodes/org.el (Info-goto-node): Remove declaration.
6086 (org-info): Use info rather than Info-goto-node.
6087
6088 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
6089 (reftex-info): Don't require info. Use info rather than Info-goto-node.
6090
6091 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
6092
6093 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
6094 the menu.
6095
6096 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
6097 (vc-finish-logentry): Check for vc-status-mode, not only for
6098 vc-dired-mode.
6099
6100 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
6101
6102 * isearch.el (isearch-printing-char): Don't check
6103 keyboard-coding-system.
6104 Call isearch-process-search-multibyte-characters only when
6105 current-input-method is non-nil.
6106
6107 2008-02-27 Kim F. Storm <storm@cua.dk>
6108
6109 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
6110 (glyph-char, glyph-face): Handle cons encoding.
6111
6112 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
6113
6114 * uniquify.el (uniquify-buffer-base-name): If the base name is an
6115 empty string, return nil to allow the caller to default to the
6116 buffer name. Reported by Martin Fischer <parozusa@web.de>.
6117
6118 * tool-bar.el (tool-bar-setup): Doc fix.
6119
6120 * mail/supercite.el (sc-describe):
6121 Fix typos in obsolescence declaration.
6122
6123 2008-02-27 Glenn Morris <rgm@gnu.org>
6124
6125 * autoinsert.el (auto-insert-alist): Change permission text to
6126 match FSF's GPLv3 form.
6127
6128 * mail/supercite.el (sc-cite-original): Doc fix.
6129 (sc-version): Make obsolete.
6130 (sc-describe): Show the SC info page. Make obsolete.
6131
6132 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6133
6134 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
6135 when using transient-mark-mode.
6136 (default-indicate-unused-lines): Remove unused var.
6137
6138 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
6139
6140 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
6141 and previous.
6142
6143 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
6144
6145 2008-02-26 Glenn Morris <rgm@gnu.org>
6146
6147 * net/net-utils.el (top-level): Don't require comint when compiling.
6148 (nslookup-font-lock-keywords): Don't require font-lock.
6149 Use font-lock faces rather than variables.
6150 (nslookup, ftp, smbclient, network-service-connection):
6151 Don't require comint.
6152 (comint-prompt-regexp, comint-input-autoexpand)
6153 (comint-input-ring): Declare for compiler.
6154 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
6155 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
6156
6157 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
6158 doc-string.
6159
6160 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6161
6162 * doc-view.el (doc-view-current-page): Add a `win' argument.
6163
6164 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
6167 Demote it to plain defvar.
6168 (doc-view-conversion-refresh-interval): Reduce interval.
6169 (doc-view-goto-page): Allow moving to pages not yet rendered.
6170 (doc-view-goto-page): Construct a file name rather than extracting it
6171 from doc-view-current-files.
6172 (doc-view-kill-proc): Ignore errors from kill-process.
6173 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
6174 (doc-view-insert-image): Use appropriate text if the page hasn't been
6175 rendered yet. Adjust scrolling so the text is displayed.
6176 (doc-view-display): Detect not just that a page is available, but also
6177 that it wasn't available before, so as to avoid refreshing all pages
6178 repeatedly.
6179 (doc-view-mode): Make doc-view-cache-directory if needed.
6180
6181 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6182
6183 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
6184 toggle-read-only.
6185
6186 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
6187 refering to a missing required field with the OPT prefix.
6188 Make unwindform more robust.
6189
6190 * textmodes/bibtex.el: Remove support for hideshow minor mode as
6191 it duplicates the bibtex support in progmodes/hideshow.el.
6192 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
6193 entries that do not start at the beginning of a line.
6194
6195 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
6196
6197 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
6198
6199 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
6200
6201 * help-fns.el (describe-variable): Add phrases about
6202 initialization file with and without customization;
6203 use new button type help-info-variable.
6204
6205 * help-mode.el (help-info-variable):
6206 New button able to read Info files for help-fns.el.
6207
6208 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
6209
6210 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
6211 (grep-mode): Use grep-mode-tool-bar-map.
6212
6213 * progmodes/compile.el (tool-bar): Require tool-bar.
6214 (compilation-mode-tool-bar-map): New variable.
6215 (compilation-mode): Use compilation-mode-tool-bar-map.
6216
6217 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
6218
6219 2008-02-25 Glenn Morris <rgm@gnu.org>
6220
6221 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
6222
6223 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * diff-mode.el (diff-file-junk-re): New const.
6226 (diff-beginning-of-file-and-junk): Use it.
6227 (diff-file-kill): Make sure we were really inside a file diff.
6228
6229 * diff-mode.el: Make it more robust in the presence of empty context
6230 lines in unified hunks.
6231 (diff-valid-unified-empty-line): New var.
6232 (diff-unified->context, diff-sanity-check-hunk): Obey it.
6233 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
6234 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
6235 (diff-hunk-header-re-unified): New const.
6236 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
6237 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
6238 (diff-sanity-check-hunk): Use it.
6239
6240 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
6241 Index: line, don't search backward for the previous one.
6242
6243 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
6244
6245 * international/fontset.el (setup-default-fontset): Add non-OTF
6246 lao font for lao script.
6247
6248 * language/tibetan.el: Register tibetan-composition-function in
6249 composition-function-table.
6250
6251 * language/tibet-util.el (tibetan-composition-function):
6252 Adjust for the new calling way (argument changed). Try font-shape-text
6253 if possible.
6254
6255 * language/lao.el: Register lao-composition-function in
6256 composition-function-table.
6257
6258 * language/lao-util.el (lao-composition-function): Adjust for the new
6259 calling way (argument changed). Try font-shape-text if possible.
6260
6261 2008-02-25 Jason Rumney <jasonr@gnu.org>
6262
6263 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
6264
6265 2008-02-25 Juri Linkov <juri@jurta.org>
6266
6267 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
6268 background, "red4" for a dark background, "red" for 16 and
6269 8 colors, "grey" for grayscale, and inverse video otherwise.
6270 Add :version tag.
6271 (isearch-message): Keep the original isearch-message intact, and
6272 add text properties to it where necessary. Add `isearch-error' to
6273 the condition that checks if isearch is unsuccessful.
6274
6275 2008-02-24 Juri Linkov <juri@jurta.org>
6276
6277 * progmodes/compile.el (compilation-handle-exit):
6278 Use compilation-error face instead of font-lock-warning-face.
6279 Display the same message in the minibuffer as is inserted
6280 at the end of the compilation buffer.
6281
6282 2008-02-24 Glenn Morris <rgm@gnu.org>
6283
6284 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
6285 multiple file case.
6286
6287 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
6288
6289 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
6290 multiple file case. Use a single `let' rather than two.
6291
6292 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6293
6294 * progmodes/compile.el (compilation-start): Specify a face for
6295 mode-line-process.
6296 (compilation-handle-exit): Specify a face and a tooltip for
6297 mode-line-process.
6298
6299 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6300
6301 * hilit-chg.el: Remove spurious * in defcustom docstrings.
6302 (hilit-chg-make-ov): Simplify.
6303 (hilit-chg-fixup): Use remove-overlays.
6304 (hilit-chg-set-face-on-change): Remove redundant call to
6305 `remove-text-properties'.
6306
6307 * dired.el (dired-mark-prompt): Don't count/display the t element.
6308 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
6309
6310 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6311
6312 * progmodes/verilog-mode.el (eval-when-compile): Don't define
6313 add-submenu.
6314 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
6315 Remove. Move contents to the only use ...
6316 (verilog-menu): ... here.
6317 (verilog-statement-menu): Remove. Move contents to the only use ...
6318 (verilog-stmt-menu): ... here.
6319 (verilog-mark-defun): Simply call mark-defun for emacs.
6320 (occur-pos-list): Declare for byte compiler.
6321 (mode-popup-menu): Don't defvar.
6322 (verilog-add-statement-menu): Remove.
6323 (verilog-mode-hook): Don't add verilog-add-statement-menu.
6324 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
6325
6326 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
6327
6328 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
6329 conditional.
6330 (verilog-font-grouping-keywords-face): Make the begin..end
6331 keywords standout more than other verilog keywords.
6332 (verilog-type-font-keywords): Move the begin..end out of this list
6333 to facilitate making them to (potentially) stand out more.
6334 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
6335 function & task blocks.
6336 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
6337 initial, function & task blocks.
6338 (verilog-forward-sexp): Handle the new "disable fork" statement of
6339 IEEE-1800 Verilog.
6340 (verilog-beg-block-re-ordered): Handle the new "disable fork"
6341 statement of IEEE-1800 Verilog.
6342 (verilog-calc-1): Handle the new "disable fork" statement of
6343 IEEE-1800 Verilog.
6344 (verilog-disable-fork-re): Add const to help handle the new
6345 "disable fork" statement of IEEE-1800 Verilog.
6346 (verilog-declaration-core-re): Add port directions by themselves,
6347 with no qualification, as base item of a declaration.
6348 (verilog-pretty-declarations): Add new flag to ask it to refrain
6349 from printing to the message buffer.
6350 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
6351 printing to the message buffer. Improve handling of the many
6352 types of expression line up.
6353 (verilog-just-one-space): Remove printing of an empty message.
6354 (verilog-get-lineup-indent): Rework to support the better handling
6355 of expression lineup for verilog-pretty-expr.
6356 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
6357
6358 2008-02-24 Alan Mackenzie <acm@muc.de>
6359
6360 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
6361 yesterday's commit.
6362
6363 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
6364
6365 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
6366 to mouse-set-point in buffers that aren't associated with files.
6367
6368 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
6369
6370 2008-02-24 Alan Mackenzie <acm@muc.de>
6371
6372 Set of changes so that "obtrusive" syntactic elements in a
6373 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
6374 unmatched paren) don't interact syntactically with stuff outside
6375 the CPP line.
6376
6377 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
6378 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
6379 off-by-one bug.
6380 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
6381 a bit of refactoring.
6382 (c-awk-extend-and-syntax-tablify-region): Takes some of the
6383 functionality of c-awk-advise-fl-for-awk-region, which has been
6384 refactored away.
6385
6386 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
6387 (c-clear-char-property-with-value): New function and macro which
6388 remove text-properties `equal' to a supplied value.
6389
6390 * progmodes/cc-engine.el: Comment about text properties amended.
6391
6392 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
6393 parens around "error\\|warning".
6394
6395 * progmodes/cc-langs.el (c-get-state-before-change-function)
6396 (c-before-font-lock-function, c-anchored-cpp-prefix):
6397 New language variables.
6398 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
6399
6400 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
6401 syntax-table text properties.
6402 (c-common-init): Call language specific before/after-change
6403 functions at mode initialisation.
6404 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
6405 (c-extend-region-for-CPP, c-neutralize-CPP-line)
6406 (c-neutralize-syntax-in-CPP): New functions.
6407 (c-before-change, c-after-change): Call the new language specific
6408 change functions defined in cc-langs.el.
6409 (c-advise-fl-for-region): New macro.
6410 (awk-mode): Remove AWK specific stuff which has been refactored
6411 into language independent stuff.
6412
6413 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
6414
6415 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
6416 (gdb): (Re)set gdb-flush-pending-output to nil here...
6417 (gdb-init-1): ...instead of here (before gdb-prompt).
6418
6419 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6420
6421 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
6422 Recognize ''' just like any other char-constant.
6423
6424 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
6427 careful enough. Detect the uid-change all within the main loop.
6428
6429 2008-02-24 Stefan Monnier <monnier@pastel.home>
6430
6431 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
6432
6433 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6434
6435 * hilit-chg.el (highlight-save-buffer-state): New macro.
6436 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
6437 (hilit-chg-clear): Use it to preserve the modified-p flag.
6438 (highlight-changes-rotate-faces): Don't mess with the undo-list.
6439
6440 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6441
6442 * font-lock.el (font-lock-set-defaults): Unset previously set variables
6443 when needed.
6444
6445 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
6446
6447 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
6448 from gnus-button-url-regexp.
6449
6450 2008-02-24 Eli Zaretskii <eliz@gnu.org>
6451
6452 * progmodes/compile.el (compilation-next-error): Doc fix.
6453 (compilation-find-file): Doc fix.
6454
6455 2008-02-24 Glenn Morris <rgm@gnu.org>
6456
6457 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
6458 Add obsolete aliases to the old names.
6459
6460 2008-02-24 Richard Stallman <rms@gnu.org>
6461
6462 * net/net-utils.el (ifconfig): Rename from ipconfig.
6463 (ipconfig): Alias to ifconfig.
6464 (ifconfig-program): Rename from ipconfig-program.
6465 (ifconfig-program-options): Rename from ipconfig-program-options.
6466
6467 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
6468
6469 * progmodes/verilog-mode.el (verilog-declaration-core-re):
6470 Add port directions by themselves, with no qualification, as base
6471 item of a declaration.
6472 (verilog-pretty-declarations): Add new flag that inhibits printing
6473 to the message buffer.
6474 (verilog-pretty-expr): Add new flag that inhibits printing to the
6475 message buffer. Improve handling of the many types of expression
6476 line up.
6477 (verilog-just-one-space): Don't print an empty message.
6478 (verilog-get-lineup-indent): Rework to support the better handling
6479 of expression lineup for verilog-pretty-expr.
6480 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
6481 (verilog-mode-version, verilog-mode-release-date): Update.
6482
6483 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * subr.el (cancel-change-group): Don't move point.
6486
6487 2008-02-23 Markus Triska <markus.triska@gmx.at>
6488
6489 * linum.el (linum-after-config): Update all visible windows.
6490
6491 2008-02-23 Glenn Morris <rgm@gnu.org>
6492
6493 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
6494 Add :help for Solitaire and Tetris.
6495
6496 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
6497
6498 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
6499 (smtpmail-code-conv-from): Doc fix. Fix custom type.
6500 (smtpmail-queue-index-file): Make it a defcustom.
6501 (smtpmail-queue-index): Delete.
6502 (smtpmail-send-it, smtpmail-send-queued-mail):
6503 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
6504 smtpmail-queue-index.
6505
6506 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
6507 Add :version.
6508
6509 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
6510
6511 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
6512 New variables.
6513 (iwconfig): New function.
6514
6515 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
6516
6517 * vc.el (vc-find-revision): Make vc-parent-buffer local before
6518 setting it.
6519 (vc-status-menu-map): Do not define using easy-menu.
6520 (vc-status-menu-map): New defalias.
6521 (vc-status-mode-map): Hook up the menu.
6522 (top-level): Update TODO.
6523
6524 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
6525
6526 * vc-bzr.el (vc-bzr-init-version): Rename to ...
6527 (vc-bzr-init-revision): ... this.
6528
6529 2008-02-23 Jason Rumney <jasonr@gnu.org>
6530
6531 * makefile.w32-in (WINS_ALMOST): Remove term.
6532 (WINS): Add term here.
6533 (custom-deps, finder-data): Use WINS_ALMOST.
6534
6535 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
6536
6537 * faces.el (font-weight-table): Fix value of `semi-light'.
6538
6539 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
6542 Make those tables bijective.
6543
6544 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
6545
6546 Finish pdbtrack integration cleanup, settling missing-functions
6547 byte compiler warnings appropriately.
6548
6549 * progmodes/python.el (python-point): Remove this - beginning-of-line
6550 was all that was necessary for `python-pdbtrack-overlay-arrow'.
6551 (python-end-of-def-or-class, python-beginning-of-def-or-class)
6552 (python-goto-initial-line): Drop these - they were only needed for
6553 python-point.
6554 (python-comint-output-filter-function): Use condition-case and
6555 beginning-of-line directly, instead of python-mode.el functions
6556 which require all sorts of baggage.
6557 (point-safe): Unnecessary - we're using condition-case directly,
6558 instead.
6559 (python-execute-file): Include for python-shell, which I'm leaving
6560 in keeping despite it being unnecessary for pdb tracking.
6561
6562 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
6563
6564 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6565 Add SRFI 11 support.
6566 (let-values, let*-values): Specify scheme-indent-function.
6567
6568 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
6569
6570 * vc.el (vc-exec-after): Move setting mode-line-process in the
6571 busy case ...
6572 (vc-set-mode-line-busy-indicator): ... in this new function.
6573 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
6574 (vc-update-vc-status-buffer): Reset mode-line-process.
6575 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
6576 mark/unmark all the files with the same state as the current one.
6577 With a prefix argument mark/unmark all files.
6578 (vc-status-mode-menu): Adjust strings.
6579 (vc-update-vc-status-buffer): Only do something when the argument
6580 is not nil.
6581 (vc-status-kill-dir-status-process): New function.
6582 (vc-status-mode-map): Bind it.
6583 (vc-status-process-buffer): New variable.
6584 (vc-status-mode): Make it local.
6585 (vc-status-refresh): Set it.
6586
6587 * vc-hg.el (vc-hg-dir-status):
6588 * vc-git.el (vc-git-dir-status):
6589 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
6590 command is run.
6591
6592 2008-02-22 Glenn Morris <rgm@gnu.org>
6593
6594 * json.el (top-level): No need to require thingatpt.
6595 (json-read-keyword): Use thing-at-point rather than word-at-point.
6596
6597 * time.el (top-level): No need to require time-date when compiling.
6598
6599 * emacs-lisp/copyright.el (copyright-update-year):
6600 Fix subexpression numbering for the case when years are split over
6601 lines, and for the replace case.
6602
6603 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
6604 (tpu-caar, tpu-cadr): Delete functions.
6605 (zmacs-regions): No need to declare for compiler.
6606 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
6607 (tpu-spell-check): Rewrite, and handle mark after point.
6608 (tpu-special-insert): Use or rather than if.
6609
6610 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
6611 rather than spell-region.
6612
6613 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
6614 warnings about spell-region.
6615
6616 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
6617
6618 * ldefs-boot.el: Regenerated.
6619
6620 * loadup.el: Don't load language/devanagari, language/kannanda,
6621 language/malayalam, and language/tamil. Load language/sinhala.
6622
6623 * language/indian.el (indian-font-foundry)
6624 (indian-script-language-alist, indian-font-char-index-table)
6625 (indian-font-char, indian-font-char-range, indian-script-table)
6626 (indian-default-script, indian-composable-pattern): Delete them.
6627 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
6628 language environments moved to here.
6629 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
6630 New language environments.
6631
6632 * language/devanagari.el, language/devan-util.el,
6633 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
6634 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
6635 Delete them.
6636
6637 * language/sinhala.el: New file.
6638
6639 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
6640
6641 Update Nick Robert's port of pdb tracking from python-mode.el.
6642
6643 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
6644 Clarify docstring.
6645 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
6646 tracking is happening.
6647 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
6648 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
6649 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
6650 Tracking is plugged in to all comint buffers once python.el is loaded.
6651 (python-pdbtrack-overlay-arrow): Toggle activation of
6652 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
6653 (python-pdbtrack-track-stack-file): Use new
6654 `python-pdbtrack-get-source-buffer' for more flexible access to
6655 debugging source files.
6656 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
6657 according to pdb stack trace, optionally using new
6658 `python-pdbtrack-grub-for-buffer' if file is not locally available.
6659 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
6660 named buffer, or having function with indicated name.
6661 (python-shell): Remove comint-output-filter-functions hook
6662 addition, it's being done elsewhere. Wrap long line.
6663
6664 2008-02-21 Michael Olson <mwolson@gnu.org>
6665
6666 * json.el: Replace XEmacs compatibility code to get rid of
6667 compiler warnings.
6668
6669 * time.el: Fix compiler warning.
6670
6671 2008-02-21 Edward O'Connor <ted@oconnor.cx>
6672
6673 * json.el: New file (JavaScript Object Notation parser / generator).
6674
6675 2008-02-21 Dave Love <fx@gnu.org>
6676
6677 * progmodes/sym-comp.el: New file.
6678
6679 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
6680 Require sym-comp. Add Python buffer to same-window-buffer-names.
6681 Fixup whitespaces.
6682 (python-font-lock-keywords): Add highlighting for Python builtins.
6683 (python-font-lock-syntactic-keywords): Rewrite.
6684 (python-quote-syntax): Use syntax-ppss-context instead of parsing
6685 ppss directly.
6686 (python-mode-map): Add binding for python-find-function.
6687 (python-calculate-indentation): Clean up the logic.
6688 (python-beginning-of-defun): Explicitly set return value.
6689 (python-beginning-of-statement): Stop looping if we get stuck
6690 going backwards.
6691 (python-next-statement): Stop looping if we somehow end up inside
6692 a string while advancing.
6693 (python-preoutput-continuation, python-version-checked): New vars.
6694 (python-check-version): New function.
6695 (run-python): Set default command to python-command instead of
6696 python-python-command.
6697 (run-python): Use python-check-version. Give PYTHONPATH
6698 precedence over data-directory in the process environment.
6699 Load function definitions in python process after.
6700 (python-check-comint-prompt): New function.
6701 (python-send-command, python-send-receive): Use it.
6702 (python-complete-symbol, python-try-complete): Functions deleted.
6703 Use symbol-complete instead of python-complete-symbol throughout.
6704 (python-fill-paragraph): Further refine the fenced-string regexp.
6705 (def-python-skeleton): Expand to the original abbrev instead if in
6706 a comment or string. Tweak skeletons for `if', `while', `for',
6707 `try/except', `try/finally', `name'.
6708 (python-pea-hook, python-abbrev-pc-hook): New functions.
6709 (python-abbrev-syntax-table): New var.
6710 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
6711 Use symbol-completion-try-complete for hippie expansion.
6712 Turn on font lock unconditionally.
6713 (python-mode-hook): Defcustom it. No need to use make-local
6714 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
6715 option, since it's buffer-local.
6716
6717 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
6718
6719 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
6720
6721 2008-02-21 Drew Adams <drew.adams@oracle.com>
6722
6723 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
6724 "Turn off" and a "Help" entry when the minor mode has no menu.
6725
6726 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
6727
6728 * vc.el (vc-status-mark, vc-status-unmark): New functions.
6729 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
6730 vc-status-mark-file and vc-status-unmark-file.
6731 (vc-status-mark-unmark): New function.
6732 (vc-status-previous-line, vc-status-next-line): No longer interactive.
6733
6734 2008-02-21 Glenn Morris <rgm@gnu.org>
6735
6736 * composite.el (encode-composition-rule): Fix typo in error message.
6737 (composition-function-table, auto-composition-mode): Doc fixes.
6738
6739 * subr.el (sit-for): Fix obsolete form for nil second argument.
6740
6741 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
6742 (spell-string): Make obsolete, in favor of ispell.
6743
6744 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
6745
6746 * language/devanagari.el: Don't setup composition-function-table
6747 here.
6748 ("Devanagari"): Change charset, coding-system, coding-priority to
6749 Unicode-based ones. Don't require the feature devan-util.
6750
6751 * composite.el (compose-chars-after): Fix arguments for a function
6752 in composition-function-table.
6753 (auto-compose-region): Likewise.
6754
6755 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
6756 for Ethiopic.
6757 (ps-mule-plot-string): Ignore glyph-string based compositions.
6758
6759 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6760
6761 * doc-view.el: Allow different windows to show different pages.
6762 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
6763 (doc-view-current-image, doc-view-current-overlay): Remove variables,
6764 add them back as macros instead, using image-mode-winprops instead.
6765 Update all users of those variables.
6766 (doc-view-new-window-function): New function to create a new overlay
6767 for each new window.
6768 (doc-view-mode): Use it and image-mode-setup-winprops.
6769 (doc-view-clone-buffer-hook): Rewrite accordingly.
6770
6771 * image-mode.el: Extend [hv]scroll support to per-window properties.
6772 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
6773 (image-mode-winprops-alist): New var to replace them.
6774 (image-mode-new-window-functions): New hook.
6775 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
6776 New funs.
6777 (image-set-window-vscroll, image-set-window-hscroll): Use them.
6778 Remove the `window' argument, update callers.
6779 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
6780 Use the new functions.
6781 (image-mode-reapply-winprops): New fun.
6782 (image-mode): Use it.
6783
6784 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
6785
6786 * calc/calc-math.el (math-sin-raw): Add optional argument
6787 to keep track of original argument.
6788 (math-cos-raw): Use optional argument when calling math-sin-raw.
6789 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
6790 with close to original precision.
6791
6792 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6793
6794 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
6795 args in calls of sit-for.
6796
6797 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
6798
6799 * vc-svn.el (vc-svn-program): Fix typo in docstring.
6800 (vc-svn-checkin): Fix typo in error message.
6801
6802 * help-mode.el: Require easymenu when compiling.
6803
6804 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
6805
6806 * help-mode.el (help-mode-menu): New menu.
6807
6808 2008-02-20 Glenn Morris <rgm@gnu.org>
6809
6810 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
6811 on Windows.
6812
6813 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
6814
6815 * ps-mule.el (ps-mule-encode-region): Return a single string.
6816 (ps-mule-plot-string): Adjust for the above change.
6817 (ps-mule-encode-header-string): Likewise.
6818
6819 * international/latin1-disp.el (latin1-display): Don't use
6820 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
6821 standard-display-table.
6822 (latin1-display-identities): Adjust for the change of what is
6823 returned by (get-language-info charset 'charset).
6824
6825 * international/mule-util.el (char-displayable-p): Fix for Latin-1
6826 characters and terminal case.
6827
6828 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
6829
6830 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
6831
6832 * progmodes/python.el: Also require comint when loading.
6833 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
6834 Replace python-shell with run-python on menu bar.
6835 (python-shell-map): New map.
6836 (python-default-interpreter, python-python-command-args)
6837 (python-jython-command-args, python-pdbtrack-do-tracking-p):
6838 New options.
6839 (python-which-shell, python-which-args, python-which-bufname):
6840 New buffer local variables.
6841 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
6842
6843 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
6844 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
6845 New constants.
6846
6847 Pdbtrack features:
6848
6849 (python-point, python-end-of-def-or-class)
6850 (python-beginning-of-def-or-class, python-goto-initial-line)
6851 (python-comint-output-filter-function)
6852 (python-pdbtrack-overlay-arrow)
6853 (python-pdbtrack-track-stack-file, python-toggle-shells)
6854 (python-shell, python-pdbtrack-toggle-stack-tracking)
6855 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
6856 New functions.
6857
6858 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
6859
6860 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
6861 when the argument is nil.
6862
6863 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6864
6865 * vc.el (dir-status): Add a brief description.
6866
6867 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
6868
6869 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
6870 If non-nil, reverse the sense of the check.
6871
6872 * vc-rcs.el (vc-rcs-root): New func.
6873 * vc-cvs.el (vc-cvs-root): New func.
6874 * vc-svn.el (vc-svn-root): New func.
6875 * vc-sccs.el (vc-sccs-root): New func.
6876
6877 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
6878
6879 * language/japan-util.el (setup-japanese-environment-internal):
6880 Call use-cjk-char-width-table.
6881
6882 * language/japanese.el ("Japanese"): Set exit-function to
6883 use-default-char-width-table.
6884
6885 * international/characters.el: Delete occurrences of non-Unicode
6886 tibetan and ethiopic characters.
6887 (cjk-char-width-table): New variable.
6888 (use-cjk-char-width-table, use-default-char-width-table):
6889 New functions.
6890
6891 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6892
6893 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
6894 (vc-status-mode-menu): Add a :filter.
6895 (vc-status-printer): Add faces.
6896
6897 * vc-hg.el (vc-hg-extra-status-menu): New function.
6898 (vc-hg-dir-status): Clean up the buffer before using it.
6899
6900 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
6903 (gdb): Initialize it here instead.
6904
6905 * files.el (locate-dominating-file): Fix thinko in last change.
6906 Reported by Bruce Stephens <bruce.stephens@isode.com>.
6907
6908 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6909
6910 * vc.el (vc-status-mode-menu): New menu for vc-status.
6911
6912 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
6913
6914 * progmodes/verilog-mode.el (customize): Fix typo in error message.
6915 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
6916 (verilog-mode-auto, verilog-indent-level-module)
6917 (verilog-minimum-comment-distance, verilog-library-flags)
6918 (verilog-library-directories, verilog-library-files)
6919 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
6920 (verilog-xemacs-menu, verilog-set-compile-command)
6921 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
6922 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
6923 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
6924 (verilog-batch-inject-auto, verilog-batch-indent)
6925 (verilog-continued-line, verilog-type-keywords)
6926 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
6927 (verilog-read-inst-pins, verilog-read-arg-pins)
6928 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
6929 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
6930 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
6931 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
6932 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
6933 (verilog-mode-version, verilog-mode-release-date)
6934 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
6935 (verilog-simulator, verilog-compiler)
6936 (verilog-auto-sense-defines-constant, verilog-company)
6937 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
6938 Fix typos in docstrings.
6939 (verilog-set-auto-endcomments, verilog-calculate-indent)
6940 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
6941 Reflow docstrings.
6942 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
6943 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
6944 (electric-verilog-forward-sexp, verilog-in-case-region-p)
6945 (verilog-in-struct-region-p, verilog-in-generate-region-p)
6946 (verilog-leap-to-head, verilog-current-indent-level)
6947 (verilog-case-indent-level, verilog-cpp-keywords)
6948 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
6949 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
6950 (verilog-signals-not-in, verilog-symbol-detick-text)
6951 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
6952 (verilog-forward-close-paren, verilog-backward-open-paren)
6953 (verilog-backward-open-bracket): Doc fixes.
6954
6955 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
6956 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
6957 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
6958 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
6959 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
6960 Fix typos in docstrings.
6961
6962 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
6963
6964 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
6965
6966 * info.el (Info-read-node-name): Removed unused `default' arg.
6967
6968 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
6969
6970 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
6971
6972 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6973
6974 * image-mode.el (image-get-display-property): New fun.
6975 (image-forward-hscroll, image-next-line, image-eol, image-eob)
6976 (image-mode, image-minor-mode, image-toggle-display-text)
6977 (image-toggle-display): Use it.
6978
6979 2008-02-18 Jason Rumney <jasonr@gnu.org>
6980
6981 * international/mule.el (xml-find-file-coding-system): Don't warn
6982 about utf-16 with BOM.
6983
6984 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
6985
6986 * international/mule.el (sgml-xml-auto-coding-function): Detect and
6987 warn if file encoding is not utf-8 and encoding not specified.
6988 (xml-find-file-coding-system): New function.
6989 * international/mule-conf.el (file-coding-system-alist): Use it.
6990
6991 2008-02-17 Glenn Morris <rgm@gnu.org>
6992
6993 * international/mule-cmds.el (set-locale-environment):
6994 Pass `frame' to getenv for LC_MESSAGES.
6995
6996 2008-02-17 Juri Linkov <juri@jurta.org>
6997
6998 * time.el (emacs-init-time): Use format instead of format-seconds.
6999
7000 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7001
7002 * textmodes/bibtex.el (bibtex-search-entry): Rename from
7003 bibtex-find-entry. Add autoload cookie.
7004 (bibtex-find-entry): Alias for bibtex-search-entry.
7005 (bibtex-search-crossref): Rename from bibtex-find-crossref.
7006 (bibtex-find-crossref): Alias for bibtex-search-crossref.
7007 (bibtex-clean-entry): atomic-change-group removed.
7008 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
7009 to locate buffer location where error occurred.
7010 Make error messages more specific.
7011 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
7012
7013 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
7014
7015 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
7016 top level.
7017
7018 * simple.el (transient-mark-mode): Add an :init-value.
7019
7020 * startup.el (command-line): Use custom-reevaluate-setting for
7021 transient-mark-mode.
7022
7023 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
7024
7025 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
7026
7027 2008-02-16 Juri Linkov <juri@jurta.org>
7028
7029 * startup.el (after-init-time): New variable.
7030 (command-line): Set `after-init-time' to the current time.
7031
7032 * time.el (emacs-init-time): New function.
7033
7034 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * files.el (locate-dominating-file): Remove initial loop because it's
7037 not careful enough. Detect the uid-change all within the main loop.
7038
7039 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
7040
7041 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
7042
7043 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
7044
7045 * vc.el (vc-annotate): Add new argument.
7046 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
7047
7048 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
7049 Move make-variable-buffer-local code after the corresponding defvar.
7050 (hs-minor-mode-map): Define and initialize in one step.
7051 (hs-minor-mode): Change from defun to define-minor-mode.
7052
7053 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
7054
7055 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
7056 (gdb-ready): Move declaration...
7057
7058 * progmodes/gdb-ui.el (gdb-ready): ...to here.
7059 (gdb-early-user-input): New variable.
7060 (gdb): Reset gdb-flush-pending-output to nil and set
7061 comint-input-sender here (before gdb-prompt), instead of...
7062 (gdb-init-1): ...here.
7063 (gdb-send): If Emacs is not ready, defer user input to...
7064 (gdb-prompt): ...here.
7065
7066 2008-02-16 Glenn Morris <rgm@gnu.org>
7067
7068 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
7069
7070 * startup.el (emacs-startup-time): Rename to `before-init-time'.
7071 (before-init-time): New name for `emacs-startup-time'.
7072 (command-line): Use before-init-time rather than emacs-startup-time.
7073 * time.el (emacs-uptime): Use before-init-time rather than
7074 emacs-startup-time.
7075
7076 * composite.el (composition-function-table): Doc fix.
7077
7078 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
7079 in favor of `%z' specifier.
7080 (emacs-uptime): Move to time.el.
7081 * time.el (emacs-uptime): Move here from time-date.el. Add optional
7082 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
7083 argument of format-seconds.
7084
7085 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
7086
7087 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
7088
7089 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
7090
7091 * ielm.el (ielm-is-whitespace): Remove.
7092 (ielm-is-whitespace-or-comment): New function.
7093 (ielm-eval-input): Use it.
7094
7095 2008-02-15 Jason Rumney <jasonr@gnu.org>
7096
7097 * term/mac-win.el: Fix coding tag.
7098
7099 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
7100
7101 * vc-hooks.el (vc-menu-map):
7102 * bindings.el (mode-line-mode-menu): Add tooltips.
7103
7104 * bindings.el (help-echo): Add more tooltips. Use a less
7105 telegraphic style for existing tooltips.
7106
7107 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
7108
7109 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
7110 from the auto-generated one.
7111
7112 2008-02-14 Glenn Morris <rgm@gnu.org>
7113
7114 * mail/rmail-spam-filter.el (rmail-spam-filter):
7115 Let-bind message-spam-status.
7116
7117 * mail/smtpmail.el (password-cache-add): Declare as function.
7118
7119 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
7120
7121 * mail/smtpmail.el: Use password-cache.
7122
7123 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
7124
7125 * uniquify.el (uniquify-buffer-base-name): New function.
7126 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7127
7128 * desktop.el (uniquify-managed): Don't defvar.
7129 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
7130 `uniquify-managed'. Return also the buffer's base name.
7131 (desktop-save): When saving the buffer info, filter out the base name,
7132 and save it as buffer name if the buffer is managed by uniquify.
7133 (uniquify-item-base): Don't declare; not called anymore.
7134
7135 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
7136
7137 * vc.el (vc-annotate-find-revision-at-line): New function.
7138 (vc-annotate-mode-map): Bind it.
7139 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
7140 some entries.
7141
7142 2008-02-14 Glenn Morris <rgm@gnu.org>
7143
7144 * calendar/time-date.el (format-seconds): New function.
7145 (emacs-uptime): Use format-seconds.
7146
7147 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7148 Remove `LC_ALL=C', since it's included in $(emacs) now.
7149
7150 2008-02-14 Zhang Wei <id.brep@gmail.com>
7151
7152 * textmodes/org-publish.el (org-publish-timestamp-filename):
7153 Replace colon characters in filename too.
7154
7155 2008-02-13 Bastien Guerry <bzg@altern.org>
7156
7157 * mail/rmail.el (rmail-header-name): New face.
7158 (rmail-font-lock-keywords): Use rmail-header-name.
7159
7160 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
7161 against X-Spam-Status header field.
7162 (rmail-spam-filter): Also check X-Spam-Status header field.
7163
7164 2008-02-14 Mark A. Hershberger <mah@everybody.org>
7165
7166 * progmodes/flymake.el (flymake-allowed-file-name-masks):
7167 Add support for .pm files and .php files.
7168 (flymake-err-line-patterns): Add pattern for PHP errors.
7169 (flymake-php-init): New function. PHP support for flymake.
7170
7171 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7172 Add regular expression for PHP errors.
7173
7174 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
7175
7176 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
7177 This DTRT even on w32 machines.
7178 (ange-ftp-cf1): Quote FILENAME.
7179
7180 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
7183 (smerge-auto-combine): New fun.
7184
7185 2008-02-12 Juri Linkov <juri@jurta.org>
7186
7187 * startup.el (fancy-startup-screen, normal-splash-screen):
7188 Set default-directory to command-line-default-directory.
7189
7190 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
7191 after reading the desktop.
7192
7193 * progmodes/compile.el (compilation-auto-jump):
7194 Call compile-goto-error only when compilation-auto-jump-to-first-error
7195 is non-nil.
7196 (compilation-scroll-output): Replace :type 'boolean with a choice
7197 that has three options including a third option `first-error'.
7198 Doc fix.
7199 (compilation-start, compilation-forget-errors): Add an alternate
7200 condition comparing compilation-scroll-output with `first-error'
7201 in addition to compilation-auto-jump-to-first-error (to call
7202 compilation-auto-jump in the proper place).
7203
7204 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7205
7206 * international/mule.el (sgml-html-meta-auto-coding-function):
7207 Make sure the search limit is ahead.
7208
7209 * tar-mode.el: Fix broken indentation.
7210 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
7211 Use with-current-buffer.
7212
7213 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
7214
7215 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
7216 it is already automatically buffer-local.
7217
7218 2008-02-11 Drew Adams <drew.adams@oracle.com>
7219
7220 * help.el (describe-key): Join some split lines to facilitate filling.
7221 * help-fns.el (describe-function-1): Fill text of overlong lines.
7222
7223 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
7224
7225 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
7226 Use unibyte-string instead of string-make-unibyte.
7227
7228 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
7229
7230 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7231
7232 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
7233 works also for buffers w/o buffer-file-name. Update callers.
7234 (doc-view-clone-buffer-hook): New fun.
7235 (doc-view-mode): Use it for indirect clones. Mark the overlays with
7236 the `doc-view' property so they can be recognized.
7237
7238 * simple.el (clone-indirect-buffer-hook): New hook.
7239 (clone-indirect-buffer): Run it.
7240
7241 2008-02-11 Daiki Ueno <ueno@unixuser.org>
7242
7243 * epa.el (epa-menu-mode): Merge into epa-mode.
7244 (epa-menu-items): Rename the label "EasyPG Assistant" to
7245 "Encryption/Decryption".
7246
7247 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
7248 (epa-dired-mode-map): Rename from epa-dired-map.
7249 (epa-global-dired-mode): Rename the global minor mode.
7250
7251 2008-02-11 Drew Adams <drew.adams@oracle.com>
7252
7253 * isearch.el (isearch-fail): New face.
7254 (isearch-message): Highlight failure part of input.
7255
7256 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * ibuffer.el (ibuffer-header-line-format): New var.
7259 (ibuffer-mode): Set it instead of header-line-format.
7260 (ibuffer-update): Use it to set header-line-format.
7261
7262 * international/mule-cmds.el (ucs-insert): Inherit surrounding
7263 properties like self-insert-command.
7264
7265 2008-02-11 Drew Adams <drew.adams@oracle.com>
7266
7267 * progmodes/etags.el: Add many doc strings.
7268
7269 2008-02-11 Jason Rumney <jasonr@gnu.org>
7270
7271 * ldefs-boot.el: Regenerated.
7272
7273 2008-02-11 Glenn Morris <rgm@gnu.org>
7274
7275 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7276 Shorten some names.
7277
7278 * ffap.el (ffap-rfc-directories): Add :version.
7279
7280 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
7281
7282 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
7283 files, and backup files of same.
7284
7285 2008-02-11 Kevin Ryde <user42@zip.com.au>
7286
7287 * ffap.el (ffap-rfc-directories): New variable.
7288 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
7289
7290 * info.el (Info-next-reference, Info-prev-reference)
7291 (Info-try-follow-nearest-node): Move to and follow https:// links too.
7292
7293 * simple.el (completion-list-mode): Show full completion-list-mode-map
7294 in the docstring.
7295
7296 2008-02-11 Sam Steingold <sds@gnu.org>
7297
7298 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
7299
7300 2008-02-11 Glenn Morris <rgm@gnu.org>
7301
7302 * startup.el (emacs-startup-time): New variable.
7303 (command-line): Set emacs-startup-time.
7304
7305 * calendar/time-date.el (emacs-uptime): New function.
7306
7307 2008-02-10 Bastien Guerry <bzg@altern.org>
7308
7309 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
7310 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
7311 it is nil.
7312
7313 2008-02-10 Daiki Ueno <ueno@unixuser.org>
7314
7315 * epg-config.el: Expand the contents of epg-package-info.el.
7316 (epg-package-name): New constant.
7317 (epg-version-number): New constant.
7318 (epg-bug-report-address): New constant.
7319
7320 * epa-mail.el (epa-mail-mode): Add autoload cookie.
7321 (epa-global-mail-mode): New global minor mode.
7322
7323 * epa-file.el (epa-file-mode): New global minor mode.
7324
7325 * epa-dired.el (epa-dired-mode): New global minor mode.
7326
7327 * epa.el (epa-menu): New variable.
7328 (epa-menu-items): New variable.
7329 (epa-menu-mode): New global minor mode.
7330 (epa-global-minor-modes): New user option.
7331 (epa-mode): New global minor mode.
7332
7333 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
7334
7335 * net/dbus.el: Remove `no-byte-compile' cookie.
7336 (dbus-call-method, dbus-register-signal, dbus-debug)
7337 (dbus-registered-functions-table): Declare them with
7338 `declare-function' or `defvar', respectively.
7339 (top): Don't assert any longer. Require 'cl when compiling.
7340 Apply `ignore-errors' but `dbus-ignore-errors'.
7341
7342 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7343
7344 * diff-mode.el (diff-add-change-log-entries-other-window):
7345 Use add-change-log-entry.
7346
7347 2008-02-09 Jason Rumney <jasonr@gnu.org>
7348
7349 * button.el (button-map):
7350 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
7351 * ldefs-boot.el: Regenerate.
7352
7353 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
7354
7355 * epa.el (epa-faces, epa):
7356 * epa-file.el (epa-file):
7357 * epg-config.el (epg): Add :version.
7358
7359 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
7360
7361 * vc.el (vc-exec-after): Append CODE to previous fragments.
7362 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
7363 take MESSAGES instead of VERBOSE; use it when non-nil.
7364 (vc-diff-internal): Compute messages once; use them;
7365 update call to vc-diff-finish.
7366
7367 2008-02-09 Michael Olson <mwolson@gnu.org>
7368
7369 * net/tramp.el (tramp-process-sentinel): Avoid error when process
7370 buffer has been killed, such as by
7371 `tramp-cleanup-all-connections'.
7372
7373 2008-02-09 Miles Bader <miles@gnu.org>
7374
7375 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
7376
7377 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
7378
7379 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
7380 splitter in context hunks.
7381
7382 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
7383
7384 * international/fontset.el (setup-default-fontset): Fix arabic otf
7385 font specification.
7386
7387 2008-02-08 Daiki Ueno <ueno@unixuser.org>
7388
7389 * epa-dired.el:
7390 * epa-file.el:
7391 * epa-mail.el:
7392 * epa-setup.el:
7393 * epa.el:
7394 * epg-config.el:
7395 * epg-package-info.el:
7396 * epg.el: Initial check-in of EasyPG.
7397
7398 2008-02-08 Glenn Morris <rgm@gnu.org>
7399
7400 * woman.el (woman-locale): New defcustom.
7401 (woman-expand-locale, woman-manpath-add-locales): New functions.
7402 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
7403
7404 * international/mule-cmds.el (locale-translate): New function,
7405 with old code extracted from set-locale-environment.
7406 (set-locale-environment): Use locale-translate. Set woman-locale.
7407
7408 * cus-start.el (selection-coding-system): Remove, since it's now
7409 defined in select.el rather than in xselect.c.
7410 * select.el (selection-coding-system): Make it a defcustom, and
7411 add the properties from cus-start.el. Bump :version.
7412
7413 * custom.el (custom-theme-set-variables): Sort symbols that are
7414 dependencies before symbols that depend on them.
7415 (custom-enabled-themes): Set after custom-theme-directory.
7416
7417 * pcmpl-unix.el (top-level): Move provide statement to end.
7418 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
7419 `*' from doc-string. Allow to be nil.
7420 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
7421 Allow to be nil. Add :version.
7422 (pcmpl-ssh-hosts): Move definition before use. Handle lines
7423 without hostnames, and multiple hostnames per line.
7424
7425 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
7426
7427 2008-02-08 Phil Hagelberg <phil@evri.com>
7428
7429 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
7430 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
7431
7432 2008-02-07 Timo Savola <timo.savola@iki.fi>
7433
7434 * startup.el (command-line-x-option-alist): Add --parent-id.
7435
7436 * term/x-win.el (x-handle-parent-id): New function.
7437
7438 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
7439
7440 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
7441 "Font Menu".
7442
7443 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
7444
7445 * net/dbus.el (dbus-interface-peer): New defconst.
7446 (dbus-ping): New defun.
7447
7448 2008-02-06 Sam Steingold <sds@gnu.org>
7449
7450 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
7451
7452 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
7455 Just return nil and let the C code provide a fallback.
7456
7457 2008-02-05 Glenn Morris <rgm@gnu.org>
7458
7459 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
7460 tramp-flush-connection-property for removed 2nd argument.
7461
7462 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7463
7464 * diff-mode.el (diff-add-change-log-entries-other-window):
7465 Rename from diff-create-changelog. Change users.
7466 Minor change to hopefully work with plain diffs.
7467 (diff-mode-map): Add binding for it.
7468
7469 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
7470
7471 * diff-mode.el: Add new TODO entry.
7472 (diff-create-changelog): New function.
7473 (diff-mode-menu): Bind it.
7474
7475 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
7476
7477 * international/mule-diag.el (print-fontset-element): Handle the
7478 case of inhibiting the fallback fonts.
7479
7480 2008-02-04 Kim F. Storm <storm@cua.dk>
7481
7482 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7483 (ido-magic-delete-char): Use prefix arg.
7484
7485 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
7486
7487 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
7488 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
7489 of today, the most recent libpng is 1.2.24).
7490
7491 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
7492
7493 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
7494
7495 * net/dbus.el (top): Check (featurep 'dbusbind).
7496
7497 * net/tramp.el (tramp-process-sentinel): New defun.
7498 (tramp-do-copy-or-rename-file-out-of-band)
7499 (tramp-maybe-open-connection): Use it as process sentinel.
7500 (tramp-handle-delete-directory): Don't use the "-f" option; it
7501 isn't portable.
7502 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
7503 after the command.
7504 (tramp-handle-shell-command): Set `mode-line-process' in the
7505 asynchronous case.
7506
7507 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
7508
7509 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
7510 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7511 Use `tramp-process-sentinel' as process sentinel.
7512
7513 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
7514
7515 * whitespace.el (global-whitespace-mode): Revert last change.
7516 (whitespace-unload-function): Force `global-whitespace-mode'
7517 to deactivate local modes in a slightly less intrusive way.
7518
7519 2008-02-02 Eli Zaretskii <eliz@gnu.org>
7520
7521 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
7522
7523 2008-02-02 Glenn Morris <rgm@gnu.org>
7524
7525 * international/latin1-disp.el (latin1-display):
7526 * progmodes/fortran.el (fortran-comment-indent-char):
7527 * progmodes/idlw-shell.el (top-level):
7528 * term/mac-win.el (mac-keyboard-translate-char):
7529 * whitespace.el (whitespace-char-valid-p):
7530 * wid-edit.el (widget-key-sequence-read-event):
7531 Use characterp rather than char-valid-p.
7532
7533 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
7534 to capitalized-find-word-boundary. Doc fix. Update callers.
7535 (capitalized-next-word-boundary-function-table): Rename to
7536 capitalized-find-word-boundary-function-table. Doc fix. Update users.
7537
7538 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
7539 string-to-int.
7540
7541 * ps-def.el (declare-function): Add compatibility definition.
7542 (ps-plot-with-face, ps-plot-string): Declare as functions.
7543 (ps-bold-faces, ps-italic-faces): Declare variables.
7544
7545 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
7546 (ps-mule-end-job): Declare as functions.
7547
7548 * wid-edit.el (widget-string-complete): Use assoc-string rather
7549 than assoc-ignore-case.
7550
7551 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
7552
7553 * progmodes/etags.el (next-file): Improve revert message.
7554
7555 2008-02-01 Andreas Schwab <schwab@suse.de>
7556
7557 * loadup.el: Load language/burmese instead of language/myanmar.
7558
7559 2008-02-01 Richard Stallman <rms@gnu.org>
7560
7561 * language/burmese.el: Rename from myanmar.el.
7562 ("Burmese"): Rename from "Myanmar".
7563
7564 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7565
7566 * international/fontset.el (script-representative-chars): Add cham
7567 and tai-viet.
7568 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
7569 Add fontconfig spec for cjk-misc. Explicitly specify font font
7570 for U+E000..U+F8FF.
7571
7572 * international/characters.el (script-list): Add cham.
7573
7574 * language/cham.el: New file.
7575
7576 2008-02-01 Mark A. Hershberger <mah@everybody.org>
7577
7578 * xml.el (xml-escape-string): Don't do any encoding changes on the
7579 string.
7580
7581 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7582
7583 * language/ind-util.el (in-is13194-post-read-conversion):
7584 Delete unnecessary call of indian-compose-region.
7585
7586 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7587
7588 * ps-print.el: Some face attributes (like :strike-through) were not
7589 being recognised. Reported by Leo <sdl.web@gmail.com>.
7590 (ps-print-version): New version 7.3.2.
7591 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
7592 ps-face-overline-p and ps-face-box-p functions.
7593
7594 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
7595 New functions.
7596
7597 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7598
7599 * international/fontset.el (font-encoding-alist): Add an entry for
7600 iso8859-16.
7601 (setup-default-fontset): Add iso8859-16 to latin.
7602
7603 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
7604 hexadigit string.
7605 (describe-char): Adjust for the above change.
7606
7607 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7608
7609 * international/fontset.el (font-encoding-alist): Don't set the
7610 repertory of GB18030 fonts.
7611
7612 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7613
7614 * language/indian.el: Set font-shape-text for all Indic characters
7615 in composition-function-table.
7616
7617 * language/khmer.el: New file.
7618
7619 * language/myanmar.el: New file.
7620
7621 * loadup.el: Load "language/khmer" and "language/myanmar".
7622
7623 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7624
7625 * international/fontset.el (setup-default-fontset): Fix lao OTF
7626 script name.
7627
7628 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7629
7630 * composite.el (terminal-composition-modification): Delete it.
7631
7632 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7633
7634 * international/fontset.el (x-complement-fontset-spec):
7635 Complement size too.
7636
7637 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7638
7639 * international/fontset.el (font-encoding-charset-alist):
7640 Initialize it.
7641 (otf-script-alist): Fix typo of canadian-aboriginal.
7642 (setup-default-fontset): Specify font-specs for many more scripts.
7643 (x-complement-fontset-spec): Change the first argument to a
7644 font-spec object.
7645 (create-fontset-from-fontset-spec): Adjust for the above change.
7646
7647 2008-02-01 Kenichi Handa <handa@m17n.org>
7648
7649 * language/devanagari.el: Register font-shape-text in
7650 composition-function-table.
7651
7652 * language/tibetan.el: Register font-shape-text in
7653 composition-function-table.
7654
7655 * language/thai-util.el (thai-composition-function): Fix arguments.
7656
7657 * language/tamil.el: Register font-shape-text in
7658 composition-function-table.
7659
7660 * language/malayalam.el: Register font-shape-text in
7661 composition-function-table.
7662
7663 * language/lao.el: Register font-shape-text in
7664 composition-function-table.
7665
7666 * language/kannada.el: Register font-shape-text in
7667 composition-function-table.
7668
7669 * language/european.el (diacritic-composition-function): Fix arguments.
7670
7671 * language/ethio-util.el (ethio-composition-function): Fix arguments.
7672
7673 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
7674
7675 * composite.el (composition-function-table): Fix docstring.
7676 (terminal-composition-function): Fix arguments.
7677 (auto-compose-current-font): Delete it.
7678 (auto-compose-chars): Adjust for the change of
7679 composition-function-table.
7680
7681 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7682
7683 * international/fontset.el (font-encoding-alist): Add the entry of
7684 "unicode-bmp".
7685
7686 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7687
7688 * composite.el (auto-compose-chars): Be sure to calculate
7689 composition at least at POS.
7690
7691 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7692
7693 * printing.el: Fix pr-interface-map initialization code.
7694 (pr-version): New version 6.9.3.
7695 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
7696 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
7697 (pr-f-read-string): Replace by pr-read-string.
7698 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
7699 New function name.
7700 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
7701
7702 2008-02-01 Kenichi Handa <handa@m17n.org>
7703
7704 * language/tv-util.el (tai-viet-re): Include '-'.
7705 (tai-viet-glyph-info): Handle '-'.
7706
7707 2008-02-01 Kenichi Handa <handa@m17n.org>
7708
7709 * descr-text.el (describe-char): Handle a composition of the new
7710 format. Show font name.
7711
7712 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7713
7714 * language/tibet-util.el (tibetan-composition-function): Use
7715 font-shape-text if auto-compose-current-font is non-nil.
7716
7717 * language/tibetan.el: Fix the range for recording
7718 tibetan-composition-function in composition-function-table.
7719
7720 * language/mlm-util.el (malayalam-composition-function): Use
7721 font-shape-text if auto-compose-current-font is non-nil.
7722
7723 * international/mule-conf.el: Flag many charsets as supplementary.
7724
7725 * international/mule.el (define-charset): Update the docstring for
7726 :supplementary-p.
7727
7728 * international/fontset.el (setup-default-fontset): Add OpenType
7729 fonts for malayalam and tibetan.
7730
7731 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7732
7733 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
7734
7735 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7736
7737 * international/fontset.el (otf-script-alist): Make all otf tags
7738 4-letters.
7739 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
7740
7741 * language/tml-util.el (tamil-composition-function): Use
7742 font-shape-text if auto-compose-current-font is non-nil.
7743
7744 * language/devan-util.el (devanagari-composition-function): Use
7745 font-shape-text if auto-compose-current-font is non-nil.
7746
7747 * composite.el (auto-compose-chars): Change argument font-object
7748 to window.
7749
7750 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7751
7752 * ps-print.el (ps-lpr-switches): Docstring fix.
7753 (ps-string-list): New function.
7754 (ps-do-despool): Code fix.
7755
7756 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7757
7758 * international/utf-7.el (utf-7-imap-post-read-conversion)
7759 (utf-7-imap-pre-write-conversion): New functions.
7760
7761 * international/mule-conf.el (utf-7-imap): New coding system.
7762
7763 2008-02-01 Kenichi Handa <handa@m17n.org>
7764
7765 * term/x-win.el (x-selection-value): If x-select-request-type is
7766 nil, try also STRING at last.
7767 (x-select-request-type): Doc fix for the change of x-selection-value.
7768
7769 * select.el (selection-coding-system, next-selection-coding-system):
7770 Move declarations from xselect.c.
7771 (x-get-selection): Decode by selection-coding-system if it is non-nil.
7772 If it is nil, decode by a proper coding system. Handle C_STRING.
7773 (ccl-check-utf-8, string-utf-8-p): Delete them.
7774 (xselect-convert-to-string): Fix determining data-type in the case
7775 that TEXT is requested. Don't use selection-coding-system if it's
7776 not proper for the data-type.
7777
7778 2008-02-01 Kenichi Handa <handa@m17n.org>
7779
7780 * term/x-win.el (x-selection-value): If x-select-request-type is
7781 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
7782
7783 2008-02-01 Jason Rumney <jasonr@gnu.org>
7784
7785 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
7786 to signify default fontset.
7787
7788 2008-02-01 Kenichi Handa <handa@m17n.org>
7789
7790 * international/mule-cmds.el (describe-language-environment):
7791 Check if the specified input method exists or not.
7792
7793 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7794
7795 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
7796 (ps-face-background-name): Remove this function. It's already defined
7797 in ps-def.el file.
7798
7799 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7800
7801 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
7802 Epoch emacsen.
7803
7804 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7805
7806 * ps-print.el: Now detect if text foreground and background colors are
7807 equals and replace the foreground color by another color, so the text
7808 becomes visible. Doc fix.
7809 (ps-print-version): New version 7.3.
7810 (ps-default-fg, ps-default-bg): Docstring fix.
7811 (ps-fg-list, ps-fg-validate-p): New options.
7812 (ps-foreground-list): New variable.
7813 (ps-generate-header-line): Replace fboundp by functionp.
7814 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
7815
7816 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7817
7818 * printing.el: Pacify byte compiler, that is, no compiler warnings.
7819 Move (again) some variable definitions before use, define some
7820 function aliases, no code change.
7821 (pr-version): New version 6.9.2.
7822 (pr-path-style, pr-auto-region, pr-menu-char-height)
7823 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
7824 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
7825 via (defvar VAR).
7826 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
7827 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
7828 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
7829 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
7830 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
7831 (pr-menu-print-item, pr-ps-printer-menu-modified)
7832 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
7833 (pr-even-or-odd-alist): Move variable definitions.
7834
7835 2008-02-01 Kenichi Handa <handa@m17n.org>
7836
7837 * language/chinese.el (cp936): Delete duplicated alias.
7838
7839 * international/mule-diag.el (list-block-of-chars): Don't insert
7840 non-Unicode characters.
7841
7842 2008-02-01 Jason Rumney <jasonr@gnu.org>
7843
7844 * loadup.el [windows-nt]: Don't load code-pages and ccl.
7845 * term/w32-win.el: Don't require code-pages.
7846
7847 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7848
7849 Fix up multi-tty merge.
7850
7851 * version.el (emacs-version): Bump to 23.0.60.
7852
7853 * term/x-win.el (x-initialize-window-system): Don't try to create
7854 a fontset from a font-specification anymore. This was removed on the
7855 unicode branch and mistakenly re-added by the multi-tty merge.
7856
7857 * term/w32-win.el: Remove duplicate code that's now in
7858 w32-initialize-window-system.
7859 (w32-initialize-window-system): Don't try to create a fontset from
7860 a font-specification anymore. This was removed on the unicode branch
7861 and mistakenly re-added by the multi-tty merge.
7862
7863 * term/mac-win.el: Remove duplicate top-level code.
7864
7865 * language/ethio-util.el:
7866 * international/characters.el: Use utf-8 rather than utf-8-emacs
7867 since it works as well and has the advantage of working with
7868 non-unicode versions of Emacs.
7869
7870 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
7871 multi-tty code, which includes the previous local change.
7872
7873 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7874
7875 * ps-print.el (ps-print-version): New version 7.2.5.
7876 (ps-background, ps-begin-file, ps-build-reference-face-lists):
7877 Use `mapc' rather than `mapcar'.
7878
7879 2008-02-01 Kenichi Handa <handa@m17n.org>
7880
7881 * skeleton.el (skeleton-internal-1): Use integerp and stringp
7882 instead of char-or-string-p to catch -1.
7883
7884 2008-02-01 Kenichi Handa <handa@m17n.org>
7885
7886 * international/mule-cmds.el (inactivate-input-method):
7887 Set input-method-function to nil before calling
7888 inactivate-current-input-method-function.
7889
7890 2008-02-01 Kenichi Handa <handa@m17n.org>
7891
7892 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
7893 height that doesn't exceed the requested height by rounding off.
7894
7895 2008-02-01 Andreas Schwab <schwab@suse.de>
7896
7897 * international/mule-diag.el (print-fontset-element):
7898 Use fontp only if defined.
7899
7900 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7901
7902 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
7903 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
7904 (ps-mule-prologue-generated): Code fix.
7905
7906 2008-02-01 Kenichi Handa <handa@m17n.org>
7907
7908 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
7909 with FIXEDCASE t.
7910
7911 2008-02-01 Kenichi Handa <handa@m17n.org>
7912
7913 * international/mule-diag.el (print-fontset-element): Fix for the
7914 format change of a fontset element for font-backend feature.
7915
7916 2008-02-01 Kenichi Handa <handa@m17n.org>
7917
7918 * descr-text.el (describe-char): Fix for the case that a component
7919 character is TAB.
7920
7921 2008-02-01 Kenichi Handa <handa@m17n.org>
7922
7923 * international/mule-cmds.el (select-safe-coding-system-interactively):
7924 Fix printing of rejected and unsafe coding-systems.
7925
7926 * international/fontset.el (setup-default-fontset): Add tai-viet.
7927
7928 * international/characters.el: Setup syntax/category table for Tai Viet.
7929 (script-list): Add tai-viet.
7930
7931 * loadup.el: Load "language/tai-viet".
7932
7933 * language/tai-viet.el: New file.
7934
7935 * language/tv-util.el: New file.
7936
7937 2008-02-01 Jason Rumney <jasonr@gnu.org>
7938
7939 * faces.el (font-weight-table): Use defaults on w32 that match
7940 LOGFONT.lfWeight.
7941
7942 * term/w32-win.el: Don't create fontset from command-line font.
7943
7944 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7945
7946 * international/mule-cmds.el (toggle-enable-multibyte-characters)
7947 (sort-coding-systems, search-unencodable-char): Doc fixes.
7948 (default-input-method, input-method-verbose-flag)
7949 (input-method-highlight-flag): Remove * in defcustom's docstrings.
7950 (exit-language-environment-hook, set-default-coding-systems)
7951 (coding-system-change-eol-conversion, prefer-coding-system)
7952 (find-multibyte-characters, leim-list-entry-regexp)
7953 (set-input-method, input-method-exit-on-first-char, princ-list)
7954 (locale-language-names, locale-charset-language-names)
7955 (define-char-code-property): Fix typos in docstrings.
7956
7957 2008-02-01 Kenichi Handa <handa@m17n.org>
7958
7959 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
7960 Fix for a new character code space (22-bit).
7961
7962 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7963
7964 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
7965
7966 2008-02-01 Kenichi Handa <handa@m17n.org>
7967
7968 * international/characters.el: Add more cases/syntaxes from Latin
7969 characters.
7970
7971 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7972
7973 * ps-def.el (installation-directory): Must be initialized when defining
7974 it in XEmacs.
7975 (coding-system-for-read): Eliminate duplicated definition.
7976
7977 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7978
7979 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
7980
7981 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7982
7983 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
7984 (ps-print-emacs-type): Eliminate variable.
7985 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
7986 running ps-print package.
7987
7988 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
7989 (ps-frame-parameter): Replace defun by defalias.
7990 (mark-active): Eliminate defvar.
7991
7992 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
7993 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
7994 (ps-jts-ps-setup): Replace macros by vector key definition.
7995
7996 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7997
7998 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7999 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
8000 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
8001 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
8002 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
8003 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
8004 New command actions for EPS header and EPS footer.
8005
8006 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
8007 footer. Fix some problems with one-or-more, zero-or-more and
8008 alternative constructions generation. Some implementation of log
8009 messages. Doc fix.
8010 (ebnf-version): New version 4.4.
8011 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
8012 (ebnf-eps-footer, ebnf-log): New options.
8013 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
8014 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
8015 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
8016 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
8017 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
8018 (ebnf-style-custom-list, ebnf-style-database): Put new values.
8019 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
8020 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
8021 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
8022 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
8023 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
8024 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
8025 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
8026 (ebnf-non-terminal-dimension, ebnf-special-dimension)
8027 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
8028 (ebnf-except-dimension, ebnf-alternative-dimension)
8029 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
8030 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
8031 Insert log message function.
8032 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
8033 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
8034 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
8035 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
8036 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
8037 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
8038 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
8039 compatibility with Emacs 20 & 21.
8040 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
8041 (ebnf-eps-file-alist, ebnf-basic-width-extra)
8042 (ebnf-basic-empty-height): New variables.
8043 (ebnf-prologue): Fix PostScript code.
8044 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
8045 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
8046 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
8047 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
8048
8049 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8050
8051 * printing.el: Group together all XEmacs/Emacs definitions.
8052 (pr-version): New version 6.9.
8053 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
8054 New functions.
8055 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8056 (pr-menu-bind): Fix code.
8057 (pr-e-frame-char-height, pr-e-frame-char-width)
8058 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8059 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8060 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8061 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8062 (pr-x-event-y-pixel): Eliminate aliases.
8063 (pr-xemacs-global-menubar): Move macro.
8064 (current-menubar, current-mouse-event, zmacs-region-stays)
8065 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8066 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8067 Move variables.
8068 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8069 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8070 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8071 (pr-menu-set-utility-title, pr-even-or-odd-pages)
8072 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8073 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
8074 Move functions.
8075
8076 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8077
8078 * ps-print.el: The ps-print commands without face printing should not
8079 print background color. Reported by Leo <sdl.web@gmail.com>.
8080 (ps-print-version): New version 7.2.2.
8081 (ps-begin-job): New arg. Fix ps-default-background and
8082 ps-default-foreground initialization.
8083 (ps-face-attributes): Fix doc string.
8084 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
8085
8086 * printing.el: Fix ps-print link.
8087
8088 2008-02-01 Kenichi Handa <handa@m17n.org>
8089
8090 * international/mule-diag.el (list-character-sets-2): Don't print width.
8091
8092 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8093
8094 * ps-print.ps: Fix background height.
8095 (ps-print-version): New version 7.2.1.
8096
8097 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8098
8099 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
8100 into separate files.
8101 (ps-print-version): New version 7.2.
8102 (ps-postscript-code-directory): Fix XEmacs initialization.
8103 (ps-generate-postscript-with-faces):
8104 Call ps-generate-postscript-with-faces1 (new function).
8105 (ps-color-format, ps-float-format): Move variables to ps-def.el.
8106 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
8107 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
8108 (ps-face-background-name, ps-frame-parameter, ps-color-device)
8109 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
8110 Move functions to ps-def.el.
8111 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
8112 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
8113 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
8114 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
8115 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
8116 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
8117 Move functions to ps-samp.el.
8118
8119 * ps-bdf.el (installation-directory, coding-system-for-read):
8120 Move variables to ps-def.el.
8121
8122 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
8123 (charset-bytes, charset-dimension, charset-id, charset-width)
8124 (find-charset-region, char-width, chars-in-region, forward-point)
8125 (decompose-composite-char, encode-coding-string, coding-system-p)
8126 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
8127 (string-make-multibyte, encode-char): Move functions to ps-def.el.
8128
8129 * ps-def.el: New file. XEmacs/Emacs definitions.
8130 (ps-generate-postscript-with-faces1): New function.
8131 (ps-color-format, ps-float-format): Move variables from ps-print.el.
8132 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
8133 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
8134 (ps-face-background-name, ps-frame-parameter, ps-color-device)
8135 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
8136 Move functions from ps-print.el.
8137 (installation-directory, coding-system-for-read):
8138 Move variables from ps-bdf.el.
8139 (leading-code-private-22): Move variable from ps-mule.el.
8140 (charset-bytes, charset-dimension, charset-id, charset-width)
8141 (find-charset-region, char-width, chars-in-region, forward-point)
8142 (decompose-composite-char, encode-coding-string, coding-system-p)
8143 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
8144 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
8145
8146 * ps-samp.el: New file. Sample setup code.
8147 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
8148 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
8149 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
8150 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
8151 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
8152 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
8153 Move functions from ps-print.el.
8154
8155 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8156
8157 * ps-print.el: Handle frame parameters (background and/or foreground
8158 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
8159 (ps-print-version): New version 7.1.
8160 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
8161 (ps-frame-parameter): New function.
8162 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
8163 Fix doc and customization.
8164 (ps-begin-job): Get frame parameters (background and/or foreground
8165 colors).
8166 (ps-do-despool): Ensure ps-printer-name has a valid value.
8167
8168 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8169
8170 * progmodes/ebnf-abn.el:
8171 * progmodes/ebnf-bnf.el:
8172 * progmodes/ebnf-dtd.el:
8173 * progmodes/ebnf-ebx.el:
8174 * progmodes/ebnf-iso.el:
8175 * progmodes/ebnf-otz.el:
8176 * progmodes/ebnf-yac.el:
8177 * progmodes/ebnf2ps.el:
8178 * delim-col.el:
8179 * printing.el:
8180 * ps-bdf.el:
8181 * ps-mule.el:
8182 * ps-print.el: Remove 'Time-stamp' comment mark.
8183
8184 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
8185 'easy-menu-add-item' when called in Emacs 21 or higher.
8186
8187 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8188
8189 * ps-print.el : Fix doc.
8190 (ps-print-version): New version 7.0.
8191
8192 2008-02-01 Kenichi Handa <handa@m17n.org>
8193
8194 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
8195 XMODIFIERS.
8196
8197 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8198
8199 * ps-print.el: Fix maintainer email. Eliminate function declaration
8200 that kept compatibility with older Emacs version.
8201 (ps-print-version): New version 6.7.
8202
8203 2008-02-01 Kenichi Handa <handa@m17n.org>
8204
8205 * international/quail.el (quail-get-translations):
8206 Make quail-current-key multibyte if not yet done.
8207
8208 2008-02-01 Zhang Wei <id.brep@gmail.com>
8209
8210 * language/chinese.el ("Chinese-GBK"): Add tutorial.
8211 ("Chinese-GB18030"): Add sample-text and tutorial.
8212
8213 * international/fontset.el (font-encoding-alist)
8214 (setup-default-fontset): Add gb18030.
8215 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
8216 (charset-script-alist): Add gbk and gb18030.
8217
8218 * international/characters.el: Put property
8219 preferred-coding-system on gbk and gb18030.
8220
8221 * international/mule-cmds.el (locale-language-names): Add an entry
8222 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
8223
8224 * faces.el (face-font-registry-alternatives): Add gb18030.
8225
8226 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8227
8228 * ps-mule.el: Fix maintainer email.
8229
8230 2008-02-01 Kenichi Handa <handa@m17n.org>
8231
8232 * international/quail.el (quail-insert-kbd-layout): Check the
8233 length of (cdr translation).
8234 (quail-get-current-str): Check the length of (cdr def).
8235
8236 2008-02-01 Kenichi Handa <handa@m17n.org>
8237
8238 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
8239
8240 2008-02-01 Kenichi Handa <handa@m17n.org>
8241
8242 * international/mule-cmds.el (ucs-insert): Re-implement.
8243
8244 2008-02-01 Kenichi Handa <handa@m17n.org>
8245
8246 * composite.el (terminal-composition-modification): New function.
8247 (terminal-composition-function): Create composition with the above
8248 modification function.
8249
8250 2008-02-01 Zhang Wei <id.brep@gmail.com>
8251
8252 * international/characters.el: Add more full-width characters in
8253 char-width-table.
8254
8255 2008-02-01 Kenichi Handa <handa@m17n.org>
8256
8257 * international/fontset.el (create-fontset-from-fontset-spec):
8258 Fix script name handling.
8259
8260 2008-02-01 Kenichi Handa <handa@m17n.org>
8261
8262 * composite.el (terminal-composition-function): New function.
8263 (terminal-composition-function-table): New variable.
8264 (auto-compose-chars): If running on a terminal, use
8265 terminal-composition-function-table.
8266
8267 * loadup.el: Load "composite" after "international/characters".
8268
8269 * international/characters.el: Delete codes for setting up charset
8270 property nospace-between-words. Fix setting up of
8271 char-width-table. Don't make ethiopic and tibetan double column.
8272
8273 * textmodes/fill.el (fill-find-break-point-function-table):
8274 Don't set it up in defvar.
8275 (fill-nospace-between-words-table): New variable.
8276 (fill-delete-newlines): Check fill-nospace-between-words-table
8277 instead of charset property nospcae-between-words.
8278
8279 2008-02-01 Kenichi Handa <handa@m17n.org>
8280
8281 * composite.el (global-auto-composition-mode): Make the initial
8282 value not depend on emacs-basic-display.
8283
8284 * textmodes/fill.el: Don't use charset property
8285 `fill-find-break-point-function'.
8286 (fill-find-break-point-function-table): New variable.
8287 (fill-find-break-point): Lookup fill-find-break-point-function-table.
8288
8289 2008-02-01 Kenichi Handa <handa@m17n.org>
8290
8291 * international/mule.el (coding-system-list): Be sure to exclude
8292 subsidiary coding systems.
8293
8294 2008-02-01 Kenichi Handa <handa@m17n.org>
8295
8296 * composite.el (auto-composition-after-change)
8297 (toggle-auto-composition): Remove `auto-composed' property instead
8298 of setting it to nil.
8299
8300 2008-02-01 Kenichi Handa <handa@m17n.org>
8301
8302 * language/misc-lang.el (iso-8859-6): New coding system.
8303
8304 2008-02-01 Kenichi Handa <handa@m17n.org>
8305
8306 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
8307 replace-regexp-in-string as replacement.
8308
8309 2008-02-01 Kenichi Handa <handa@m17n.org>
8310
8311 * international/fontset.el (otf-script-alist): Add byzm, math,
8312 musc, and nko.
8313
8314 * international/characters.el (script-list): Add nko,
8315 byzantine-musical-symbol, musical-symbol, and mathematical.
8316
8317 2008-02-01 Kenichi Handa <handa@m17n.org>
8318
8319 * composite.el (auto-compose-current-font): New variable.
8320 (auto-compose-chars): New arg FONT-OBJECT.
8321
8322 2008-02-01 Kenichi Handa <handa@m17n.org>
8323
8324 * international/characters.el: Modify category-table and
8325 script-table for new Ethiopic character range.
8326
8327 2008-02-01 Kenichi Handa <handa@m17n.org>
8328
8329 * international/mule-cmds.el (set-language-environment-fontset):
8330 Delete it.
8331
8332 2008-02-01 Kenichi Handa <handa@m17n.org>
8333
8334 * international/fontset.el (otf-script-alist): Set it.
8335
8336 2008-02-01 Kenichi Handa <handa@m17n.org>
8337
8338 * international/fontset.el (font-encoding-alist):
8339 Fix for "ethiopic-unicode".
8340
8341 2008-02-01 Kenichi Handa <handa@m17n.org>
8342
8343 * international/fontset.el (script-representative-chars):
8344 Add an entry for latin script.
8345
8346 2008-02-01 Kenichi Handa <handa@m17n.org>
8347
8348 * faces.el (font-weight-table): Treat regular and normal as the
8349 same as medium.
8350 (font-slant-table): Add (roman . 100).
8351
8352 2008-02-01 Kenichi Handa <handa@m17n.org>
8353
8354 These changes are for the new font handling codes.
8355
8356 * faces.el (font-weight-table, font-slant-table)
8357 (font-swidth-table): New customizable variables.
8358
8359 * international/fontset.el (font-encoding-alist): Add koi8-4.
8360 (script-representative-chars): Set the default value.
8361 (create-fontset-from-x-resource): Delete `message'.
8362
8363 2008-02-01 Kenichi Handa <handa@m17n.org>
8364
8365 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
8366 Call set-buffer-multibyte with arg `to'.
8367
8368 2008-02-01 Kenichi Handa <handa@m17n.org>
8369
8370 * info.el (Info-fontify-node): Check if already fontified or not
8371 by next-single-property-change.
8372
8373 2008-02-01 Kenichi Handa <handa@m17n.org>
8374
8375 * international/mule.el (ctext-pre-write-conversion): Produce
8376 extra designation sequence for ASCII at the end off extended segment.
8377
8378 2008-02-01 Kenichi Handa <handa@m17n.org>
8379
8380 * international/mule.el (ctext-non-standard-encodings-table):
8381 Reverse the returning list.
8382 (ctext-pre-write-conversion): Fix encoding with extended segments.
8383
8384 * international/mule-conf.el (compound-text)
8385 (compound-text-with-extensions): Add long-form in :flags.
8386
8387 2008-02-01 Kenichi Handa <handa@m17n.org>
8388
8389 * international/fontset.el (create-fontset-from-fontset-spec): Fix
8390 regexp for paring FONTSET-SPEC (allow spaces after `:').
8391
8392 2008-02-01 Kenichi Handa <handa@m17n.org>
8393
8394 * international/fontset.el (create-fontset-from-fontset-spec): Fix
8395 for the case that a charset is specified as target.
8396
8397 2008-02-01 Kenichi Handa <handa@m17n.org>
8398
8399 * international/ccl.el (ccl-embed-string): Check string length.
8400 Set special flag for multibyte character sequence.
8401 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
8402 str unibyte.
8403 (ccl-compile-write): If the character code doesn't fit in 22-bit
8404 (ccl-dump-write-const-string): Check special flag for multibyte
8405 character sequence.
8406
8407 2008-02-01 Kenichi Handa <handa@m17n.org>
8408
8409 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
8410 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
8411 ps-mule-eight-bit-char.
8412
8413 2008-02-01 Kenichi Handa <handa@m17n.org>
8414
8415 * language/chinese.el ("Chinese-BIG5"):
8416 Set ctext-non-standard-encodings property to "big5-0".
8417
8418 * international/mule.el (ctext-non-standard-encodings):
8419 Initialize to nil.
8420 (ctext-non-standard-encodings-alist): Set charset `big5' in the
8421 entry for "big5-0".
8422 (ctext-non-standard-encodings-table): Return a list instead of
8423 char-table.
8424 (ctext-pre-write-conversion): Adjust for the above change.
8425
8426 2008-02-01 Zhang Wei <id.brep@gmail.com>
8427
8428 * international/mule.el (ctext-non-standard-encodings-alist):
8429 Add an entry for gbk-0.
8430 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
8431 a row 8-bit.
8432
8433 * language/chinese.el ("Chinese-GBK"):
8434 Set ctext-non-standard-encodings property to "gbk-0".
8435 Add sample-text property.
8436
8437 2008-02-01 Kenichi Handa <handa@m17n.org>
8438
8439 * international/kkc.el (kkc-region): Use
8440 this-single-command-raw-keys on pushing back an unhandled key sequence.
8441
8442 2008-02-01 Kenichi Handa <handa@m17n.org>
8443
8444 * international/encoded-kb.el (encoded-kbd-mode):
8445 Check saved-input-mode on turning off Encoded Kbd mode.
8446
8447 * composite.el (auto-composition-after-change): Use save-buffer-state.
8448 (turn-on-auto-composition-if-enabled): Don't turn on
8449 auto-composition-mode in a unibyte buffer.
8450
8451 2008-02-01 Kenichi Handa <handa@m17n.org>
8452
8453 * startup.el (command-line): Use custom-reevaluate-setting for
8454 global-auto-composition-mode.
8455
8456 * composite.el (auto-composition-function): Make it buffer local.
8457 (auto-composition-mode): New minor mode.
8458 (turn-on-auto-composition-if-enabled): New function.
8459 (global-auto-composition-mode): New global minor mode.
8460
8461 2008-02-01 Kenichi Handa <handa@m17n.org>
8462
8463 * descr-text.el (describe-char): Use insert-text-button instead of
8464 widget-create for "customize what to show" button.
8465
8466 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8467
8468 * language/ethiopic.el: Fix copyright.
8469 (composition-function-table): Support a new character in Unicode 4.1.
8470
8471 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
8472 (ethio-tex-to-fidel-buffer, ethio-composition-function)
8473 ("ethiopic-tex"): Support new characters in Unicode 4.1.
8474
8475 2008-02-01 Kenichi Handa <handa@m17n.org>
8476
8477 * international/characters.el: Register characters in
8478 auto-fill-chars. Put nospace-between-words to more charsets.
8479
8480 2008-02-01 Zhang Wei <id.brep@gmail.com>
8481
8482 * international/mule-cmds.el (locale-language-names): Add entries
8483 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
8484 (locale-preferred-coding-systems): Fix entries for Chinese locales.
8485
8486 2008-02-01 Kenichi Handa <handa@etlken>
8487
8488 * international/utf-7.el: Delete the definition of utf-7.
8489 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
8490 Add autoload cookies.
8491
8492 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8493
8494 * term/mac-win.el: Delete the code to create a fontset from the X
8495 resource "Font".
8496
8497 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8498
8499 * international/robin.el (robin-define-package): Be sure to call
8500 put-char-code-property.
8501
8502 2008-02-01 Kenichi Handa <handa@m17n.org>
8503
8504 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
8505 property to 1.
8506
8507 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
8508 property to t.
8509
8510 * international/mule.el (coding-system-get):
8511 Check `ascii-incompatible' for backward compatiblity.
8512 (set-file-name-coding-system): Signal an error for a coding system
8513 not suitable for file name.
8514 (set-keyboard-coding-system): Signal an error for a coding system
8515 not suitable for keyboard.
8516
8517 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
8518 Set :suitable-for-keyboard property to 1.
8519
8520 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8521 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
8522
8523 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
8524 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
8525
8526 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8527
8528 * international/robin.el (robin-define-package): Delete redundant code.
8529 (robin-add-rule): Allow N-1 reverse conversion.
8530
8531 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8532
8533 * international/robin.el (robin-define-package): Make the
8534 expanded form shorter.
8535
8536 2008-02-01 Zhang Wei <id.brep@gmail.com>
8537
8538 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
8539 chiense-iso-8bit.
8540
8541 2008-02-01 Kenichi Handa <handa@m17n.org>
8542
8543 * loadup.el: If we are byte-compiling unidata-gen.el or running
8544 unidata-ge-files, set purify-flag to nil.
8545
8546 2008-02-01 Kenichi Handa <handa@m17n.org>
8547
8548 * loadup.el: Load international/charprop.el with NOERROR t.
8549
8550 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
8551
8552 2008-02-01 Kenichi Handa <handa@m17n.org>
8553
8554 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
8555 New charsets and coding systems.
8556 (mac-symbol, mac-dingbats): New charsets.
8557
8558 2008-02-01 Kenichi Handa <handa@m17n.org>
8559
8560 * international/characters.el: Set syntax of NBSP to punctuation.
8561
8562 2008-02-01 Kenichi Handa <handa@m17n.org>
8563
8564 * international/mule-cmds.el: Don't require wid-edit.
8565
8566 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8567
8568 * international/robin.el: New file.
8569
8570 * language/ethiopic.el: Change encoding to utf-8-emacs.
8571 Register ethio-composition-function in composition-function-table.
8572 ("Ethiopic"): Change coding-systems to utf-8-emacs.
8573
8574 * language/ethio-util.el: Change encoding to utf-8-emacs.
8575 Rewrite all transliteration functions to use robin.el.
8576 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
8577 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
8578 (ethio-prefer-ascii-punctuation): Delete variables.
8579 (ethio-char-to-ethiocode, ethio-convert-digit)
8580 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
8581 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
8582 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
8583 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
8584 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
8585 (ethio-adjust-robin, ethio-composition-function)
8586 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
8587 (ethio-sera-to-fidel-region-ethio)
8588 (ethio-sera-to-fidel-region-noethio)
8589 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
8590 New functions.
8591
8592 2008-02-01 Miles Bader <miles@gnu.org>
8593
8594 * international/mule.el (auto-coding-regexp-alist)
8595 (ctext-pre-write-conversion): Replace embedded control characters
8596 with octal escapes; this prevents diff from thinking the file is binary.
8597
8598 2008-02-01 Miles Bader <miles@gnu.org>
8599
8600 * descr-text.el (describe-char-unidata-list):
8601 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
8602 (byte-compile-insert-header):
8603 * international/mule.el (charset-list, set-coding-priority)
8604 (ignore-relative-composition):
8605 * international/mule-util.el (detect-coding-with-priority):
8606 * international/mule-diag.el:
8607 * international/mule-cmds.el (language-info-custom-alist):
8608 * international/codepage.el (codepage-setup):
8609 Replace references to Emacs version "22" with "23".
8610
8611 2008-02-01 Kenichi Handa <handa@m17n.org>
8612
8613 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
8614
8615 * international/fontset.el (font-encoding-alist): Add an entry for
8616 microsoft-cp1251.
8617 (setup-default-fontset): Add entries for microsoft-cp1251 and
8618 koi8-r for cyrillic.
8619
8620 * international/mule-cmds.el (char-code-property-alist): New variable.
8621 (define-char-code-property): New function.
8622 (get-char-code-property, put-char-code-property): Handle a
8623 char-table registerd in char-code-property-alist.
8624 (set-language-environment): Check :ascii-compatible-p property of
8625 nonascii charset instead of its dimension.
8626
8627 * international/uni-bidi.el, international/uni-category.el:
8628 * international/uni-combining.el, international/uni-comment.el:
8629 * international/uni-decimal.el, international/uni-decomposition.el:
8630 * international/uni-digit.el, international/uni-lowercase.el:
8631 * international/uni-mirrored.el, international/uni-name.el:
8632 * international/uni-numeric.el, international/uni-old-name.el:
8633 * international/uni-titlecase.el, international/uni-uppercase.el:
8634 * international/charprop.el: New files automatically generated by
8635 admin/unidata/Makefile.
8636
8637 * loadup.el: Load internationnal/charprop.el.
8638
8639 * descr-text.el (describe-char-unidata-list): New variable.
8640 (describe-char-unicode-data): Use char-code-property-description.
8641 (describe-char): Add lines for describing Unicode-based character
8642 properties.
8643
8644 2008-02-01 Kenichi Handa <handa@m17n.org>
8645
8646 * textmodes/ispell.el: These changes are to fix the code merged
8647 from trunk for the change on 2008-02-01.
8648 (ispell-unified-chars-table): Delete it.
8649 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
8650
8651 2008-02-01 Kenichi Handa <handa@m17n.org>
8652
8653 * international/mule-util.el (char-displayable-p): Check
8654 :charset-list property of CODING.
8655
8656 2008-02-01 Kenichi Handa <handa@m17n.org>
8657
8658 * international/mule-cmds.el (select-safe-coding-system-interactively):
8659 Change 'mime-charset to :mime-charset.
8660 (select-safe-coding-system): Use above.
8661 (set-language-environment): Delete unnecessary code for handling
8662 overriding-fontspec.
8663
8664 2008-02-01 Kenichi Handa <handa@m17n.org>
8665
8666 * international/mule-conf.el: New coding system aliases unix, dos,
8667 and mac.
8668
8669 2008-02-01 Kenichi Handa <handa@m17n.org>
8670
8671 * international/titdic-cnv.el (tit-process-header): Fix embedded
8672 coding tag.
8673 (titdic-convert): Bind coding-system-for-write to the coding
8674 system specfied in the map file. Remove `charset' property after
8675 decoding.
8676 (miscdic-convert): Bind coding-system-for-write to the coding
8677 system specfied for the map file. Fix LANGUAGE arg to
8678 quail-define-package.
8679 (batch-miscdic-convert): Check if a file is directory or not.
8680
8681 2008-02-01 Kenichi Handa <handa@m17n.org>
8682
8683 * international/mule.el (coding-system-equal): Move from mule-util.el.
8684
8685 * international/mule-util.el (coding-system-equal): Move to mule.el.
8686
8687 2008-02-01 Kenichi Handa <handa@m17n.org>
8688
8689 * international/encoded-kb.el (encoded-kbd-decode-code-list):
8690 New function.
8691 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
8692 Support multibyte charsets.
8693
8694 2008-02-01 Kenichi Handa <handa@m17n.org>
8695
8696 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
8697 to eight-bit chars.
8698
8699 * international/mule-conf.el: Don't define coding system
8700 `undecided' here.
8701
8702 2008-02-01 Kenichi Handa <handa@m17n.org>
8703
8704 * international/mule-cmds.el (locale-language-names): Fix for
8705 gb18030 and gdk.
8706
8707 2008-02-01 Kenichi Handa <handa@m17n.org>
8708
8709 * international/fontset.el (font-encoding-alist): Add gbk.
8710 (charset-script-alist): Add chinese-gbk.
8711
8712 2008-02-01 Kenichi Handa <handa@m17n.org>
8713
8714 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
8715
8716 2008-02-01 Kenichi Handa <handa@m17n.org>
8717
8718 * language/japanese.el ("Japanese"): Fix ordering of charsets.
8719
8720 2008-02-01 Kenichi Handa <handa@m17n.org>
8721
8722 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
8723 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
8724 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
8725
8726 2008-02-01 Kenichi Handa <handa@m17n.org>
8727
8728 * descr-text.el (describe-char): Fix for the case CODE is a cons
8729 of integers.
8730
8731 2008-02-01 Steven Tamm <steventamm@mac.com>
8732
8733 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
8734 (mac-standard-fontset-spec): Create.
8735
8736 2008-02-01 Kenichi Handa <handa@m17n.org>
8737
8738 * international/mule-diag.el (unicode-data):
8739 Call find-file-noselect with NOWARN t.
8740
8741 2008-02-01 Kenichi Handa <handa@m17n.org>
8742
8743 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
8744
8745 2008-02-01 Kenichi Handa <handa@m17n.org>
8746
8747 * international/characters.el: Give more CJK characters the
8748 category `|'.
8749
8750 * descr-text.el (describe-char): Make it work on *Help* buffer.
8751 Suppress auto-composition on a region describing about composition.
8752
8753 * language/european.el (diacritic-compose-region)
8754 (diacritic-compose-string, diacritic-composition-function):
8755 Compose diacritical marks only with a character whose syntax is
8756 word constituent.
8757 (diacritic-post-read-conversion): Delete it.
8758
8759 2008-02-01 Kenichi Handa <handa@m17n.org>
8760
8761 * composite.el (auto-compose-chars): Execute the main code in
8762 condition-case.
8763
8764 2008-02-01 Kenichi Handa <handa@m17n.org>
8765
8766 * international/fontset.el (x-complement-fontset-spec):
8767 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
8768
8769 2008-02-01 Kenichi Handa <handa@m17n.org>
8770
8771 * international/characters.el (next-word-boundary-kana):
8772 Handle half-width kana.
8773
8774 2008-02-01 Kenichi Handa <handa@m17n.org>
8775
8776 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
8777
8778 2008-02-01 Kenichi Handa <handa@m17n.org>
8779
8780 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
8781
8782 * mail/rmail.el (rmail-decode-babyl-format):
8783 Use with-coding-priority instead of detect-coding-with-priority.
8784
8785 2008-02-01 Kenichi Handa <handa@m17n.org>
8786
8787 * international/mule.el (make-translation-table)
8788 (make-translation-table-from-vector): Set the second extra slot of
8789 the char table to 1.
8790 (make-translation-table-from-alist): Fix handling of multiple entries.
8791
8792 2008-02-01 Kenichi Handa <handa@m17n.org>
8793
8794 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
8795 New translation tables.
8796
8797 * international/mule.el (make-translation-table-from-alist):
8798 New function.
8799
8800 2008-02-01 Kenichi Handa <handa@m17n.org>
8801
8802 * international/mule.el (translate-region): Re-implement it here.
8803 Make it interactive.
8804
8805 2008-02-01 Kenichi Handa <handa@m17n.org>
8806
8807 * ps-mule.el (ps-mule-font-info-database): Doc fix.
8808
8809 2008-02-01 Kenichi Handa <handa@m17n.org>
8810
8811 * international/mule-conf.el (chinese-cns11643-15): New charset.
8812
8813 2008-02-01 Kenichi Handa <handa@m17n.org>
8814
8815 * international/fontset.el (font-encoding-alist): Add entries for
8816 variations of cns11643 fonts.
8817 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
8818
8819 2008-02-01 Kenichi Handa <handa@m17n.org>
8820
8821 * international/mule-diag.el (list-charset-chars): Put charset
8822 text property.
8823
8824 * international/fontset.el (setup-default-fontset): Delete the
8825 entry for symbol script, add JISX0213 to kana script, specify
8826 fallback fonts.
8827
8828 2008-02-01 Kenichi Handa <handa@m17n.org>
8829
8830 * international/fontset.el (setup-default-fontset)
8831 (font-encoding-alist): Register "JISX0213.2004-1".
8832
8833 * international/mule-diag.el (list-character-sets): Fix the first
8834 line message.
8835 (sort-listed-character-sets): Adjust for the change of
8836 list-characters-sets-1.
8837 (list-character-sets-1): List supplementary character sets in a
8838 different section.
8839 (list-charset-chars): Validate charset at early stage.
8840
8841 * international/characters.el: Fix `han' script range.
8842
8843 * international/mule-conf.el (japanese-jisx0213.2004-1):
8844 Specify :code-space.
8845 (cp932-2-byte): Fix :code-space.
8846 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
8847
8848 2008-02-01 Kenichi Handa <handa@m17n.org>
8849
8850 * international/mule-conf.el (japanese-jisx0213.2004-1):
8851 Specify :dimension 2.
8852
8853 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
8854 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
8855 New coding systems.
8856 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
8857 aliases.
8858 ("Japanese"): Add new charsets and coding systems.
8859
8860 2008-02-01 Kenichi Handa <handa@m17n.org>
8861
8862 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
8863 Rename from japanese-ucs-cp932-map.
8864 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
8865 (japanese-ucs-glibc-map): Delete this translation table.
8866 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
8867 New translation tables.
8868
8869 2008-02-01 Kenichi Handa <handa@m17n.org>
8870
8871 * cus-start.el: Handle charset-map-path, not charset-map-directory.
8872
8873 2008-02-01 Kenichi Handa <handa@m17n.org>
8874
8875 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8876
8877 2008-02-01 Kenichi Handa <handa@m17n.org>
8878
8879 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
8880 tables japanese-ucs-*-map.
8881
8882 2008-02-01 Kenichi Handa <handa@m17n.org>
8883
8884 * international/eucjp-ms.el: New file (automatically generated by
8885 admin/charsets/Makefile).
8886
8887 * international/cp51932.el: New file (automatically generated by
8888 admin/charsets/Makefile).
8889
8890 * language/japanese.el: Load cp51932 and eucjp-ms.
8891 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
8892 (japanese-ucs-glibc-map): New translation tables.
8893 (eucjp-ms): New coding system.
8894
8895 * international/mule.el (coding-system-put): Delete it.
8896 It's implemented in C now.
8897
8898 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
8899 (japanese-jisx0213-a): New supplementary charset.
8900 (japanese-jisx0213.2004-1): New charset.
8901
8902 2008-02-01 Kenichi Handa <handa@m17n.org>
8903
8904 * language/japanese.el (japanese-cp932): New coding system.
8905 (cp932): New alias of it.
8906
8907 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
8908 (cp932): New charsets.
8909
8910 * international/mule.el (define-charset): If :code-space is not
8911 given, generate it from :dimension.
8912
8913 2008-02-01 Kenichi Handa <handa@m17n.org>
8914
8915 * composite.el (reference-point-alist): Doc fix.
8916 (encode-composition-rule, decode-composition-rule):
8917 Handle a rule (GREF NREF XOFF YOFF).
8918
8919 2008-02-01 Kenichi Handa <handa@m17n.org>
8920
8921 * language/european.el (diacritic-composition-function): Fix for
8922 the case that POS is at the head. Allow combining with more characters.
8923
8924 2008-02-01 Kenichi Handa <handa@m17n.org>
8925
8926 * descr-text.el (describe-char): Check `charset' property.
8927 Show the code point in the charset in hexadigits.
8928
8929 * international/mule-diag.el (stretches-for-character-list):
8930 Delete it.
8931 (list-block-of-chars): Use tabs instead of `display' property for
8932 aligning characters.
8933 (print-fontset-element): Fix the printing of XLFD.
8934
8935 2008-02-01 Kenichi Handa <handa@m17n.org>
8936
8937 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
8938 New function.
8939 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
8940 handling utf-8.
8941
8942 2008-02-01 Kenichi Handa <handa@m17n.org>
8943
8944 * faces.el (read-face-font): Include fontsets in the completion list.
8945
8946 * international/mule-cmds.el (set-locale-environment):
8947 Insert locale-translation-file-name in a unibyte buffer.
8948
8949 * international/characters.el: Fix setting of category `|'.
8950
8951 2008-02-01 Kenichi Handa <handa@m17n.org>
8952
8953 * language/chinese.el (chinese-gb18030): Fix :charset-list.
8954
8955 2008-02-01 Kenichi Handa <handa@m17n.org>
8956
8957 * international/mule-cmds.el (select-safe-coding-system): Fix for
8958 the case that the first element of default-coding-system is t.
8959 Fix a message when some coding systems are rejected.
8960
8961 2008-02-01 Kenichi Handa <handa@m17n.org>
8962
8963 * international/mule-cmds.el (set-language-environment): Put
8964 higher priority to charsets listed in `charset' property of the
8965 language environment.
8966
8967 2008-02-01 Kenichi Handa <handa@m17n.org>
8968
8969 * composite.el (auto-compose-chars): Don't do unnecessary
8970 save-exclusion and save-restriction.
8971
8972 2008-02-01 Kenichi Handa <handa@m17n.org>
8973
8974 * international/mule-conf.el (ctext-no-compositions):
8975 Remove garbage arguments.
8976
8977 * international/mule.el (make-coding-system): Fix generation of
8978 properties.
8979
8980 * international/fontset.el (setup-default-fontset): Specify fonts
8981 for `symbol' script.
8982
8983 * international/characters.el (script-list): Include `currency'
8984 in `symbol'.
8985
8986 2008-02-01 Alex Schroeder <alex@gnu.org>
8987
8988 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
8989 8601 format (a capital T between the date and the time).
8990
8991 2008-02-01 Kenichi Handa <handa@m17n.org>
8992
8993 * international/mule.el (private-char-area-1-min)
8994 (private-char-area-1-max, private-char-area-2-min)
8995 (private-char-area-2-max, emacs-mule-charset-table): New variables.
8996 (convert-define-charset-argument): New function.
8997 (define-charset): Handle the old calling style.
8998 Update emacs-mule-charset-table.
8999 (make-char-internal): New function.
9000
9001 2008-02-01 Jason Rumney <jasonr@gnu.org>
9002
9003 * w32-charset-info-alist: Define iso10646-1 always.
9004
9005 2008-02-01 Kenichi Handa <handa@m17n.org>
9006
9007 * composite.el (compose-region): Doc fix (delete duplicated line).
9008
9009 2008-02-01 Kenichi Handa <handa@m17n.org>
9010
9011 * international/characters.el: Fix syntax for Ethiopic.
9012
9013 2008-02-01 Jason Rumney <jasonr@gnu.org>
9014
9015 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
9016
9017 * makefile.w32-in (DONTCOMPILE): Remove old languages.
9018 Add international/latin1-disp.el.
9019 (LC_ALL): Define as C.
9020
9021 2008-02-01 Jason Rumney <jasonr@gnu.org>
9022
9023 * term/w32-win.el: Don't set fontsets to use sjis.
9024
9025 2008-02-01 Kenichi Handa <handa@m17n.org>
9026
9027 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
9028 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
9029
9030 2008-02-01 Kenichi Handa <handa@m17n.org>
9031
9032 * composite.el (auto-composition-chunk-size): Delete variable.
9033 (auto-compose-chars): Always stop after processing a newline.
9034
9035 2008-02-01 Kenichi Handa <handa@m17n.org>
9036
9037 * international/mule.el (define-coding-system): Fix attribute
9038 name :for-unibyte.
9039
9040 2008-02-01 Kenichi Handa <handa@m17n.org>
9041
9042 * ps-bdf.el: Largely re-write.
9043
9044 * ps-mule.el: Largely re-write.
9045
9046 * ps-print.el (ps-generate-string-list): Delete function.
9047 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
9048 (ps-header-footer-string): Delete function.
9049 (ps-encode-header-string-function): New variable.
9050 (ps-generate-header-line): Call ps-encode-header-string-function.
9051 (ps-basic-plot-string-function): New variable
9052 (ps-begin-job): Set ps-basic-plot-string-function and
9053 ps-encode-header-string-function. For setting up headers and
9054 footers, don't use caches such as ps-rh-cache. Don't call
9055 ps-mule-begin-page.
9056 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
9057 Don't call ps-mule-prepare-ascii-font.
9058 (ps-plot-region): Don't pay attention to composition and
9059 non-ASCII characters.
9060 (ps-generate): Call ps-mule-end-job.
9061 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
9062 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
9063 (ps-mule-end-job): Declare autoload.
9064
9065 * composite.el (auto-compose-region): New function.
9066
9067 2008-02-01 Dave Love <fx@gnu.org>
9068
9069 * international/mule-util.el
9070 (detect-coding-with-language-environment): Doc fix.
9071
9072 * composite.el: Doc fixes.
9073 (auto-compose-chars): Use functionp, not fboundp.
9074
9075 * international/mule-diag.el (list-charset-chars): Set buffer file
9076 coding system.
9077
9078 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
9079 cookie. Doc fix.
9080
9081 2008-02-01 Dave Love <fx@gnu.org>
9082
9083 * international/mule-diag.el (list-charset-chars): Set buffer file
9084 coding system.
9085
9086 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
9087 cookie. Doc fix.
9088
9089 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9090 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
9091 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
9092 * eshell/esh-opt.el (eshell-process-option):
9093 * emulation/keypad.el (keypad-setup):
9094 * emacs-lisp/lisp-mode.el (prin1-char):
9095 * emacs-lisp/generic.el (generic-mode-set-comments):
9096 * edmacro.el (edmacro-parse-keys):
9097 * disp-table.el (standard-display-default): Use characterp.
9098
9099 2008-02-01 Kenichi Handa <handa@m17n.org>
9100
9101 * international/mule-conf.el (utf-16-be): Make it an alias of
9102 utf-16be-with-signature.
9103 (utf-16-le): Make it an alias of utf-16le-with-signature.
9104 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
9105 coding system aliases.
9106
9107 * international/utf-7.el (utf-7-decode, utf-7-encode):
9108 Use utf-16be, not utf-16-be.
9109
9110 2008-02-01 Kenichi Handa <handa@m17n.org>
9111
9112 * international/mule.el (coding-system-category): New function.
9113 (set-coding-priority): Re-write.
9114 (make-translation-table): Re-write.
9115
9116 * international/mule-cmds.el (universal-coding-system-argument):
9117 Check the coding system type `undecided', not `t'.
9118 (sort-coding-systems): Fix for iso-2022 coding systems.
9119 (find-multibyte-characters): Fix for eight-bit chars.
9120 (set-language-environment): Set charset priorities according to
9121 the charsets supported by the coding systems of higher priorities.
9122
9123 2008-02-01 Kenichi Handa <handa@m17n.org>
9124
9125 * font-lock.el
9126 (font-lock-match-c-style-declaration-item-and-skip-to-next):
9127 Check (match-end 2) before going there.
9128
9129 2008-02-01 Kenichi Handa <handa@m17n.org>
9130
9131 * international/mule.el (ctext-non-standard-designations-alist):
9132 Exclude entries for iso8859-1[03456]. Fix docstring.
9133 (ctext-pre-write-conversion): Make it work for the case that FROM
9134 is a string. Don't do unnecessary save-restriction and
9135 narrow-to-region.
9136
9137 2008-02-01 Kenichi Handa <handa@m17n.org>
9138
9139 * international/mule.el (ctext-non-standard-encodings-alist):
9140 Rename from non-standard-icccm-encodings-alist.
9141 (ctext-non-standard-encodings-regexp): New variable
9142 (ctext-post-read-conversion): Full rewrite.
9143 (ctext-non-standard-designations-alist): Rename from
9144 non-standard-designations-alist.
9145 (ctext-pre-write-conversion): Full rewrite.
9146 (define-coding-system): Doc fix (escape '"' by '\').
9147
9148 2008-02-01 Dave Love <fx@gnu.org>
9149
9150 * international/mule-conf.el (utf-16le, utf-16be-16be)
9151 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
9152 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
9153 `-16-{b,l}e-' and define aliases for the old names.
9154
9155 * international/mule.el (define-coding-system): Doc fix.
9156
9157 2008-02-01 Dave Love <fx@gnu.org>
9158
9159 * international/utf-7.el: New file.
9160
9161 * international/mule-conf.el (utf-7): New.
9162
9163 2008-02-01 Kenichi Handa <handa@m17n.org>
9164
9165 * international/mule-conf.el (utf-16): Add :endian 'big.
9166
9167 * international/mule.el (define-coding-system): Fix docstring
9168 about :bom and :endian.
9169
9170 2008-02-01 Dave Love <fx@gnu.org>
9171
9172 * international/mule-diag.el (describe-character-set):
9173 Fix printing dimensions. Use `×', not `x'.
9174
9175 2008-02-01 Kenichi Handa <handa@m17n.org>
9176
9177 * international/fontset.el: Register CDAC fonts in
9178 face-font-rescale-alist instead of face-resizing-fonts.
9179
9180 2008-02-01 Kenichi Handa <handa@m17n.org>
9181
9182 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
9183 (utf-16-be): Rename from utf-16-be-nosig.
9184 (utf-16-le-with-signature): Rename from utf-16-le.
9185 (utf-16-be-with-signature): Rename from utf-16-be.
9186 (utf-16): Set :bom to (utf-16-le-with-signature .
9187 utf-16-be-with-signature).
9188
9189 2008-02-01 Dave Love <fx@gnu.org>
9190
9191 * language/georgian.el (georgian-ps, georgian-academy): New coding
9192 system.
9193
9194 * language/chinese.el (chinese-big5-hkscs): New coding system.
9195 (big5-hkscs, cn-big5-hkscs): New aliases.
9196
9197 * international/mule-conf.el (big5-hkscs, georgian-academy):
9198 New charset.
9199 (ibm1047): Doc fix.
9200 (pt154): Add mime-charset.
9201 (ptcp154, cp154): New aliases.
9202
9203 2008-02-01 Dave Love <fx@gnu.org>
9204
9205 * international/mule.el (charset-iso-final-char, define-coding-system):
9206 Doc fix.
9207
9208 2008-02-01 Kenichi Handa <handa@m17n.org>
9209
9210 * international/ccl.el (define-ccl-program): Fset charset-id
9211 to charset-id-internal temporarily.
9212
9213 2008-02-01 Kenichi Handa <handa@m17n.org>
9214
9215 * international/mule-diag.el (list-block-of-chars):
9216 Use decode-char instead of make-char.
9217
9218 2008-02-01 Kenichi Handa <handa@m17n.org>
9219
9220 * international/fontset.el: Enable the default fontset to use
9221 unicode fonts for ASCII characters.
9222 (x-decompose-font-name): Don't try to resolve PATTERN by
9223 x-resolve-font-name.
9224 (x-complement-fontset-spec): Never prepend an ASCII font.
9225 (create-fontset-from-fontset-spec): If a fontset of the same name
9226 already exists, override it instead of signalling an error. Don't
9227 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
9228
9229 * international/mule-conf.el (unicode-bmp): Delete duplicated
9230 definition. Give it :code-offset 0.
9231
9232 * international/mule-diag.el (print-fontset-element): New function.
9233 (print-fontset): Use print-fontset-element to print the elements
9234 of a fontset. Use it also to print fonts fallen back to the
9235 default fontsets.
9236
9237 * term/x-win.el: Delete the code to create a fontset from the X
9238 resource "Font".
9239
9240 2008-02-01 Kenichi Handa <handa@m17n.org>
9241
9242 * international/mule-diag.el (print-fontset): Insert proper
9243 newline and indentation spaces.
9244
9245 2008-02-01 Dave Love <fx@gnu.org>
9246
9247 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
9248 multibyte-char-to-unibyte.
9249
9250 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
9251
9252 * international/mule-cmds.el (find-coding-systems-for-charsets):
9253 Use coding-system-type, coding-system-charset-list.
9254 (standard-keyboard-coding-systems): Delete.
9255 (set-locale-environment): Maybe set keyboard coding system.
9256 Avoid typical warning about codeset in C locale.
9257
9258 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9259
9260 * international/fontset.el (x-complement-fontset-spec): If a
9261 fontname doesn't conform to XLFD format, try to get XLFD name by
9262 x-list-fonts.
9263
9264 2008-02-01 Dave Love <fx@gnu.org>
9265
9266 * international/mule-conf.el (mik, pt154): New charsets.
9267
9268 * language/cyrillic.el (mik, pt154): New coding systems.
9269
9270 2008-02-01 Dave Love <fx@gnu.org>
9271
9272 * international/characters.el: Move parts around so that syntax
9273 definitions aren't overwritten wrongly.
9274
9275 * international/mule-diag.el (unicode-data): Fix treatment of
9276 numeric-value fields.
9277
9278 2008-02-01 Dave Love <fx@gnu.org>
9279
9280 * progmodes/cap-words.el: New file.
9281
9282 2008-02-01 Kenichi Handa <handa@m17n.org>
9283
9284 The following changes are to make character composition happen
9285 automatically on displaying.
9286
9287 * composite.el: Remove all autoload cookies.
9288 (composition-function-table): Move variable declaration from
9289 composite.c. Change format.
9290 (save-buffer-state): Copy from font-lock.el.
9291 (auto-composition-chunk-size): New variable.
9292 (auto-compose-chars): New function. Set
9293 auto-composition-function to it.
9294 (toggle-auto-composition): New function.
9295
9296 * international/characters.el: Make all chararacters in the
9297 charset tibetan to tibetan script.
9298
9299 * international/mule-conf.el (tibetan): Fix :code-space property.
9300 (tibetan-1-column): Delete :superset property, add :code-offset
9301 property.
9302
9303 * international/quail.el (quail-input-string-to-events): Don't
9304 generate compose-chars-after events.
9305
9306 * language/devanagari.el: Register devanagari-composable-function
9307 in composition-function-table for Devanagari characters.
9308
9309 * language/devan-util.el: Register devanagari-composable-pattern
9310 in indian-composable-pattern.
9311 (devanagari-composition-function): Add autoload cookie. Change
9312 arguments to conform to composition-function-table.
9313
9314 * language/european.el: Register combining characters in
9315 composition-function-table.
9316 (diacritic-composition-function): Change arguments to conform to
9317 composition-function-table.
9318
9319 * language/indian.el (indian-composable-pattern): New variable.
9320
9321 * language/ind-util.el (indian-compose-region): Don't call
9322 compose-chars-after, instead call a function registered in
9323 composition-function-table.
9324
9325 * language/lao.el: Register lao-composition-function in
9326 composition-function-table for Lao vowels and tones.
9327 (lao): Don't use lao-post-read-conversion.
9328
9329 * language/lao-util.el (lao-post-read-conversion): Delete this function.
9330 (lao-composition-function): Change arguments to conform to
9331 composition-function-table.
9332
9333 * language/thai.el: Register thai-composition-function in
9334 composition-function-table for Thai vowels and tones.
9335 (thai-tis620): Don't use thai-post-read-conversion.
9336
9337 * language/thai-util.el (thai-post-read-conversion): Delete function.
9338 (thai-composition-function): Change arguments to conform to
9339 composition-function-table.
9340
9341 * language/tibetan.el: Register tibetan-composition-function in
9342 composition-function-table for Tibetan characters.
9343
9344 * language/tibet-util.el (tibetan-composition-function):
9345 Change arguments to conform to composition-function-table.
9346
9347 * loadup.el: Load composite.
9348
9349 2008-02-01 Dave Love <fx@gnu.org>
9350
9351 * international/mule-diag.el (unicode-data): Find unicodedata-file
9352 literally.
9353
9354 2008-02-01 Dave Love <fx@gnu.org>
9355
9356 * international/fontset.el: Doc fixes.
9357 ("fontset-default"): Add iso8859-15.
9358
9359 2008-02-01 Kenichi Handa <handa@m17n.org>
9360
9361 * international/fontset.el ("fontset-default"): Add an entry for
9362 `indian-is13194' charset.
9363
9364 * international/mule-conf.el (indian-is13194): Delete :unify-map
9365 property. Don't unify this charset.
9366 (indian-2-column): Delete :superset property, add :code-offset property.
9367
9368 * language/devan-util.el: Delete the superfluous autoload cookie
9369 near the head of the file.
9370 (devanagari-compose-region): Add autoload cookie.
9371
9372 * language/ind-util.el (indian-2-column-to-ucs-region):
9373 Add autoload cookie.
9374
9375 2008-02-01 Kenichi Handa <handa@m17n.org>
9376
9377 * international/fontset.el ("fontset-default"): Add an entry for
9378 `devanagari' script and `malayalam-glyph' charset.
9379 (face-resizing-fonts): Register CDAC fonts.
9380
9381 * international/mule-conf.el (malayalam-glyph): New charset.
9382
9383 2008-02-01 Dave Love <fx@gnu.org>
9384
9385 * term/x-win.el: Fix typo in loop setting x-keysym-table.
9386
9387 2008-02-01 Dave Love <fx@gnu.org>
9388
9389 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
9390
9391 * term/x-win.el: Remove some ancient compatibility code. Populate
9392 x-keysym-table.
9393
9394 * international/mule-cmds.el (wid-edit): Require when compiling.
9395 (set-locale-environment): Check locale against coding system
9396 aliases too.
9397
9398 2008-02-01 Kenichi Handa <handa@m17n.org>
9399
9400 * language/indian.el (in-is13194-devanagari):
9401 Fix :post-read-conversion and :pre-write-conversion.
9402
9403 2008-02-01 Dave Love <fx@gnu.org>
9404
9405 * international/mule-cmds.el (charset): Supply doc, :tag.
9406
9407 2008-02-01 Kenichi Handa <handa@m17n.org>
9408
9409 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
9410 return a unibyte string.
9411
9412 2008-02-01 Kenichi Handa <handa@m17n.org>
9413
9414 * international/mule-cmds.el (set-locale-environment):
9415 Delete superfluous ')'s at the tail.
9416
9417 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9418
9419 * international/mule.el (define-coding-system): Fix typo;
9420 "docode" -> "decode".
9421
9422 2008-02-01 Dave Love <fx@gnu.org>
9423
9424 * emacs-lisp/byte-opt.el (side-effect-free-fns):
9425 Add string-make-unibyte string-make-multibyte string-to-multibyte
9426 string-as-multibyte string-as-unibyte.
9427
9428 2008-02-01 Dave Love <fx@gnu.org>
9429
9430 * language/english.el (ibm1047, cp1047): New.
9431
9432 * international/mule-conf.el (alternativnyj): Use new table.
9433 (cp866): Define standalone, not as alias.
9434 (ibm866): Change alias.
9435 (ibm1047): New.
9436
9437 * language/cyrillic.el (cyrillic-alternativnyj):
9438 Remove mime-charset. Use alternativnj charset.
9439 (cp866): Remove alias. Define standalone.
9440
9441 2008-02-01 Dave Love <fx@gnu.org>
9442
9443 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
9444
9445 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
9446 ("Tajik", "Belarusian"): Fix charset.
9447
9448 * international/mule-cmds.el (describe-language-environment):
9449 Be case-insensitive when looking for input methods.
9450 (locale-name-match): Doc fix.
9451 (locale-charset-match-p): New.
9452 (set-locale-environment): Warn if coding system doesn't agree
9453 with system locale.
9454
9455 2008-02-01 Kenichi Handa <handa@m17n.org>
9456
9457 * international/mule-cmds.el (select-safe-coding-system): If
9458 :mime-charset property of a coding system is not equal to that
9459 coding system, don't show that :mime-charset name.
9460
9461 2008-02-01 Dave Love <fx@gnu.org>
9462
9463 * international/quail.el (quail-help): Fix underlining.
9464
9465 * language/chinese.el (chinese-gb18030, gb18030)
9466 ("Chinese-GB18030"): New.
9467
9468 * international/mule-cmds.el (locale-language-names): Add GB18030.
9469
9470 * international/swedish.el: Don't require latin-1.
9471
9472 2008-02-01 Dave Love <fx@gnu.org>
9473
9474 * language/czech.el ("Czech"):
9475 * language/slovak.el ("Slovak"):
9476 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
9477
9478 * language/greek.el ("Greek"): Remove unibyte-syntax property.
9479 (cp737): New coding system.
9480
9481 * language/european.el: Remove unibyte-syntax properties.
9482 Augment some coding-system properties.
9483
9484 * international/mule-cmds.el (set-language-environment):
9485 Check for charset property of environment.
9486 (language-info-alist): Doc fix.
9487
9488 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
9489
9490 * international/characters.el: Add Latin-1.
9491
9492 * international/latin-1.el, international/latin-2.el,
9493 * international/latin-3.el, international/latin-4.el,
9494 * international/latin-5.el, international/latin-8.el,
9495 * international/latin-9.el: Delete.
9496
9497 * loadup.el: Remove international/latin-N.el.
9498
9499 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
9500 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
9501 Undo last changes.
9502
9503 * international/mule-diag.el (unicode-data): Check that
9504 `unicodedata-file' exists.
9505
9506 2008-02-01 Kenichi Handa <handa@m17n.org>
9507
9508 * international/fontset.el (charset-script-alist): Fix script names.
9509
9510 2008-02-01 Kenichi Handa <handa@m17n.org>
9511
9512 * international/latin-1.el: Bind set-case-syntax-charset to
9513 iso-8859-1. Never provide latin-1.
9514
9515 * international/latin-2.el: Bind set-case-syntax-charset to
9516 iso-8859-2. Never provide latin-2.
9517
9518 * international/latin-3.el: Bind set-case-syntax-charset to
9519 iso-8859-3. Never provide latin-3.
9520
9521 * international/latin-4.el: Bind set-case-syntax-charset to
9522 iso-8859-4. Never provide latin-4.
9523
9524 * international/latin-5.el: Bind set-case-syntax-charset to
9525 iso-8859-9. Never provide latin-5.
9526
9527 * international/latin-8.el: Bind set-case-syntax-charset to
9528 iso-8859-14. Never provide latin-8.
9529
9530 * international/latin-9.el: Bind set-case-syntax-charset to
9531 iso-8859-15. Never provide latin-9.
9532
9533 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
9534 (set-case-syntax-charset): New variable.
9535 (set-case-syntax-1): New function.
9536 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
9537 Call set-case-syntax-1 on arguments.
9538
9539 * international/mule-cmds.el (set-language-environment): Delete
9540 unnecessary setup of syntax/case for unibyte case.
9541
9542 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9543
9544 * international/fontset.el (generate-fontset-menu): Exclude the
9545 default fontset.
9546
9547 * faces.el (describe-face): Describe :fontset property too.
9548
9549 2008-02-01 Dave Love <fx@gnu.org>
9550
9551 * international/characters.el: Don't set char width of CJK
9552 charsets generally. Add some non-word syntax cases.
9553 (korean-ksc5601): Fix ranges with symbol syntax.
9554
9555 2008-02-01 Dave Love <fx@gnu.org>
9556
9557 * Makefile.in (DONTCOMPILE): Add indian.el.
9558
9559 * language/ind-util.el:
9560 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
9561 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
9562 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
9563 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
9564 Remove declarations and let-bind them in re-written top-level loop
9565 over scripts, including ucs-devanagari-to-is13194-alist.
9566
9567 2008-02-01 Dave Love <fx@gnu.org>
9568
9569 * international/mule-cmds.el (charset): Move.
9570 (language-info-custom-alist): Move. Alter :set.
9571 (find-coding-systems-for-charsets): Check charset type before
9572 getting :charset-list.
9573
9574 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
9575
9576 2008-02-01 Dave Love <fx@gnu.org>
9577
9578 * wid-edit.el (widget-string-complete): New.
9579 (widget-coding-system-prompt-value-history): Delete.
9580 (coding-system): Use coding-system-value-history.
9581
9582 * international/mule-cmds.el (charset): New widget.
9583 (language-info-custom-alist): Use it.
9584 (default-input-method): Modify :type.
9585
9586 2008-02-01 Dave Love <fx@gnu.org>
9587
9588 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
9589 (indian-glyph-char, indian-char-glyph): Delete.
9590 (is13194-default-repertory): Rename from is13194-default-repartory.
9591 (iscii-to-ucs-region): Hoist evals from loop.
9592
9593 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
9594
9595 * language/indian.el (indian-script-table)
9596 (ccl-encode-indian-glyph-font): Delete.
9597
9598 * international/mule-cmds.el (language-info-custom-alist): New.
9599 (input-method-activate-hook, input-method-inactivate-hook)
9600 (input-method-after-insert-chunk-hook)
9601 (input-method-use-echo-area, set-language-environment-hook)
9602 (exit-language-environment-hook): Customize.
9603 (find-coding-systems-for-charsets): Rewrite.
9604 (default-input-method): Add :link.
9605
9606 2008-02-01 Dave Love <fx@gnu.org>
9607
9608 * international/mule-conf.el (eight-bit): Add :docstring,
9609 :short-name properties.
9610 (cp851): Doc fix.
9611 (unicode-bmp): New.
9612
9613 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
9614
9615 * language/european.el (cp858): New.
9616 ("Turkish"): Add special case rules.
9617
9618 2008-02-01 Dave Love <fx@gnu.org>
9619
9620 * international/characters.el: Make Ÿ and ÿ a case pair.
9621
9622 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9623
9624 * international/mule-conf.el: Don't define the charset iso-8859-1
9625 here, just setup its properties.
9626
9627 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9628
9629 * international/mule-conf.el (utf-8): Give :mime-charset property.
9630
9631 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9632
9633 * international/characters.el: Remove duplicated case setting for
9634 Cyrillic and Greek letters. Don't setup printable-chars here.
9635
9636 * case-table.el (describe-buffer-case-table): Handle the case
9637 that KEY is a cons within map-char-table.
9638
9639 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9640
9641 * international/characters.el: Fix categories ?A and ?C.
9642 Treat ASCII characters as `latin' script.
9643
9644 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9645
9646 * international/fontset.el (fontset-plain-name): If the fontset
9647 name doesn't ends with "-fontset-*", use family name as the first
9648 part of the plain name.
9649 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
9650 created, use that name for the fontset. Fix arguments to
9651 subst-char-in-string.
9652
9653 2008-02-01 Dave Love <fx@gnu.org>
9654
9655 * term.el (term-char-mode): Remove generic-character-list code.
9656
9657 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
9658
9659 * wid-edit.el (character): Use characterp.
9660
9661 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
9662
9663 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
9664
9665 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9666 Add charset.
9667 ("Ukrainian"): New.
9668
9669 * language/georgian.el (georgian-ps): New coding system.
9670
9671 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9672
9673 * international/mule-cmds.el (reset-language-environment):
9674 Don't set nonascii-translation-table and nonascii-insert-offset.
9675 Call set-unibyte-charset, not set-primary-charset.
9676 (nonascii-translation-table, nonascii-insert-offset):
9677 Declare these variable as obsolete ones.
9678 (set-language-environment): Call set-unibyte-charset, not
9679 set-primary-charset. Call set-charset-priority with `charset'
9680 info of the language environment.
9681
9682 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9683
9684 * international/characters.el (next-word-boundary-han):
9685 Don't treat katakana following han characters as a part of a word.
9686
9687 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9688
9689 * international/characters.el: Call map-charset-chars on big5 (not
9690 chinese-big5-1/2) to set categories `c', `C', and `|'.
9691 (next-word-boundary-han, next-word-boundary-kana): New function.
9692 Register it in next-word-boundary-function-table.
9693
9694 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9695
9696 * arc-mode.el (archive-file-name-coding-system): New variable.
9697 Make it permanent-local.
9698 (byte-after, bref, insert-unibyte): New function. Change most of
9699 char-after, aref, insert to them respectively.
9700 (archive-mode): Set archive-file-name-coding-system.
9701 (archive-summarize): Don't change the buffer's multibyteness.
9702 (archive-extract): Inherit archive-file-name-coding-system from
9703 archive-superior-buffer. Bind coding-system-for-write to
9704 archive-file-name-coding-system.
9705 (archive-*-write-file-member): Encode ENAME by
9706 archive-file-name-coding-system. Bind coding-system-for-write to
9707 no-conversion.
9708 (archive-rename-entry): Encode the filename by
9709 archive-file-name-coding-system.
9710 (archive-mode-revert): Don't change the buffer's multibyteness.
9711 (archive-arc-summarize, archive-lzh-summarize)
9712 (archive-zoo-summarize): Don't change the buffer's multibyteness.
9713 Decode filenames by archive-file-name-coding-system.
9714 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
9715 the buffer's multibyteness.
9716
9717 * tar-mode.el (tar-file-name-coding-system): New variable.
9718 Make it permanent-local.
9719 (tar-header-block-tokenize): Decode filename and linkname by
9720 tar-file-name-coding-system.
9721 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
9722 the byte value of eight-bit chars.
9723 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
9724 `to'. Delete unnecessary call of position-bytes.
9725 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
9726 call of position-bytes.
9727 (tar-extract): Simplify by calling decode-coding-region with
9728 DESTINATION argument. Don't toggle multibyteness of tar buffer.
9729 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
9730 (tar-clear-modification-flags): Delete unnecessary call of
9731 position-bytes.
9732 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
9733 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
9734 Convert new-data-string by string-to-multibyte before inserting it.
9735 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
9736 buffer. Simplify by calling encoding-coding-region with
9737 DESTINATION argument.
9738 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
9739
9740 2008-02-01 Dave Love <fx@gnu.org>
9741
9742 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
9743
9744 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
9745
9746 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9747
9748 * international/characters.el: Setup char-script-table.
9749
9750 * international/fontset.el: Setup the default fontset by the new
9751 script-based way.
9752 (x-complement-fontset-spec): Change the format of arg FONTLIST to
9753 an alist of charsets vs font name lists.
9754 (charset-script-alist): New variable.
9755 (create-fontset-from-fontset-spec): Allow script name in
9756 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
9757 to the corresponding script name.
9758 (create-fontset-from-ascii-font): Slight tuning.
9759
9760 * international/mule-conf.el (devanagari-glyph): New charset.
9761 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
9762 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
9763 japanese-jisx0213-2.
9764
9765 * international/mule-diag.el (print-fontset): Use describe-vector
9766 to handle a char table returned by fontset-info.
9767
9768 * language/indian.el: Don't register ccl-encode-indian-glyph-font
9769 and ccl-encode-unicode-font in font-ccl-encoder-alist.
9770
9771 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9772
9773 * international/mule-util.el (detect-coding-with-priority):
9774 Fix the place of using `,' marker in backquote form.
9775
9776 2008-02-01 Dave Love <fx@gnu.org>
9777
9778 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
9779
9780 * international/mule-util.el (with-coding-priority): Fix.
9781
9782 * international/mule.el (set-coding-priority): Fix obsolete spec.
9783
9784 2008-02-01 Dave Love <fx@gnu.org>
9785
9786 * international/mule-cmds.el (leim-list-header): Add coding tag.
9787
9788 2008-02-01 Dave Love <fx@gnu.org>
9789
9790 * international/mule-cmds.el (find-coding-systems-region)
9791 (language-info-alist, reset-language-environment, princ-list): Doc fix.
9792 (input-method-verbose-flag): Fix :type.
9793
9794 2008-02-01 Dave Love <fx@gnu.org>
9795
9796 * international/mule.el (set-char-table-default): Make obsolete.
9797
9798 2008-02-01 Dave Love <fx@gnu.org>
9799
9800 * language/devanagari.el ("Devanagari"): Fix coding-system,
9801 coding-priority.
9802
9803 * international/mule-diag.el (describe-char-after): Modify display
9804 list processing.
9805 (unicodedata-file, unicodedata-find): New.
9806
9807 2008-02-01 Dave Love <fx@gnu.org>
9808
9809 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
9810 autoload cookie.
9811
9812 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
9813
9814 2008-02-01 Dave Love <fx@gnu.org>
9815
9816 * international/mule-util.el (detect-coding-with-priority): Rewrite.
9817
9818 2008-02-01 Dave Love <fx@gnu.org>
9819
9820 * composite.el (compose-string): Doc fix.
9821
9822 * language/georgian.el ("Georgian"): Delete code-pages feature,
9823 add nonascii-translation.
9824
9825 * language/european.el ("German", "French", "Spanish"):
9826 Add latin-9 as alternative coding system.
9827 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
9828 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
9829 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
9830 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
9831 system.
9832
9833 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
9834 encode-coding-char.
9835 (side-effect-and-error-free-fns): Add charsetp, max-char,
9836 primary-charset.
9837
9838 * simple.el: Don't require cl when compiling.
9839
9840 * Makefile.in (DONTCOMPILE): Fix duplicates.
9841
9842 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
9843
9844 * international/mule.el: Doc fixes.
9845 (load-with-code-conversion): Fix coding-system-type test.
9846
9847 * international/mule-cmds.el (sort-coding-systems): Comment out
9848 iso-2022 case.
9849 (encoded-string-description): Fix coding-system-type test.
9850
9851 2008-02-01 Dave Love <fx@gnu.org>
9852
9853 * international/characters.el: Make korean-ksc5601 double-width.
9854
9855 * international/mule.el (auto-coding-regexp-alist):
9856 Recognize Emacs 20/1 byte-compiled files.
9857
9858 * international/mule-conf.el (file-coding-system-alist):
9859 Change .elc to utf-8-emacs.
9860
9861 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
9862 of utf-8-emacs.
9863 (byte-compile-insert-header): Update magic number. Add ballast.
9864 (map-char-table): Use byte-compile-funarg-2.
9865
9866 2008-02-01 Dave Love <fx@gnu.org>
9867
9868 * language/cyrillic.el ("Belarusian"): Doc fix.
9869 (cp1125, koi8-t): Doc fix.
9870
9871 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9872 (find-multibyte-characters): Don't test for charset `unknown'.
9873 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
9874 ru, sr_YU, tg, wa, zh.gbk.
9875 (locale-language-names): Change sp to Cyrillic.
9876 (locale-charset-language-names): Match @euro after utf-8.
9877
9878 2008-02-01 Dave Love <fx@gnu.org>
9879
9880 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
9881 New coding systems.
9882 ("Chinese-GBK"): New environment.
9883
9884 * language/thai-util.el: Remove redundant unicodes in category-setting.
9885
9886 * language/lao-util.el: Remove redundant unicodes in category-setting.
9887
9888 * international/mule-conf.el (japanese-jisx0213-1)
9889 (japanese-jisx0213-2): Add unify-map.
9890
9891 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9892
9893 * international/quail.el (quail-update-leim-list-file):
9894 Force writing the file by iso-2022-7bit.
9895
9896 * international/titdic-cnv.el (miscdic-convert): Force writing the
9897 file by iso-2022-7bit.
9898
9899 * international/mule.el (define-charset): Change the attribute
9900 :parents to :subset or :superset.
9901
9902 * international/mule-conf.el: Adjust for the change of
9903 define-charset (:parent -> :subset or :superset).
9904
9905 * international/characters.el: Fix the last change.
9906
9907 2008-02-01 Dave Love <fx@gnu.org>
9908
9909 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
9910 (cyrillic-encode-alternativnyj-char): Fix.
9911 (standard-display-cyrillic-translit): Remove redundant unicodes.
9912
9913 2008-02-01 Dave Love <fx@gnu.org>
9914
9915 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9916 New environments.
9917
9918 * international/mule-conf.el (control-1): New charset.
9919 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
9920 (korean-ksc5601): Redefine to use code-offset and unify-map.
9921
9922 2008-02-01 Dave Love <fx@gnu.org>
9923
9924 * international/mule-conf.el (tcvn-5712): New charset.
9925
9926 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
9927 ("Vietnamese"): Doc fix.
9928
9929 2008-02-01 Dave Love <fx@gnu.org>
9930
9931 * international/mule-conf.el (windows-936): New alias.
9932
9933 * cus-start.el: Add scalable-fonts-allowed.
9934
9935 * international/characters.el: Reinstate various CJK syntax and
9936 category setup. Remove obsolete syntax setting in Greek section.
9937 Optimize the char tables.
9938
9939 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
9940
9941 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
9942
9943 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
9944 coding systems.
9945
9946 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
9947
9948 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9949
9950 * international/characters.el (printable-chars): Setup correctly.
9951
9952 2008-02-01 Dave Love <fx@gnu.org>
9953
9954 * cus-start.el: Add selection-coding-system.
9955
9956 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
9957
9958 * language/china-util.el (post-read-decode-hz)
9959 (pre-write-encode-hz): Move from chinese.el.
9960 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
9961 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
9962
9963 * language/chinese.el (post-read-decode-hz)
9964 (pre-write-encode-hz): Move to china-util.el.
9965
9966 * case-table.el (set-case-syntax-pair): Test again for equal byte
9967 lengths of the pair.
9968
9969 * international/characters.el: Add Vietnamese category to
9970 equivalent unicodes.
9971
9972 2008-02-01 Dave Love <fx@gnu.org>
9973
9974 * international/mule-conf.el (chinese-sisheng, ipa)
9975 (indian-is13194, tibetan, ethiopic): Add :unify-map.
9976
9977 * international/mule-diag.el (describe-character-set): Account for
9978 more than two dimensions of possibly different size.
9979 (describe-current-coding-system): Add selection-coding-system.
9980
9981 * international/mule-cmds.el (unify-8859-on-encoding-mode)
9982 (unify-8859-on-decoding-mode): Move from mule.el.
9983
9984 * international/mule.el (unify-8859-on-encoding-mode)
9985 (unify-8859-on-decoding-mode): Remove :init-value.
9986 (charset-chars): Add optional dimension arg.
9987 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
9988 Move to mule-cmds.el.
9989
9990 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9991
9992 * international/fontset.el: Change registry for japanese-jisx0208
9993 to "JISX0208*" in the default fontset.
9994 (font-encoding-alist): Add an entry for "JISX0208.1983" and
9995 "ISO10646.indian-1".
9996
9997 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9998
9999 * language/japanese.el (japanese-iso-7bit-1978-irv):
10000 Add `designation' to :flags, `ascii' to :charset-list.
10001
10002 * international/mule.el (define-charset): New args :min-code and
10003 :max-code.
10004 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
10005
10006 * international/mule-conf.el (chinese-gbk): Change :code-offset to
10007 #x160000.
10008 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
10009 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
10010
10011 2008-02-01 Dave Love <fx@gnu.org>
10012
10013 * language/thai.el (iso-8859-11): New coding system.
10014
10015 * international/mule-conf.el: Doc fixes.
10016 (iso-8859-11): New.
10017
10018 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
10019
10020 * cus-start.el (scalable-fonts-allowed): Add.
10021
10022 2008-02-01 Dave Love <fx@gnu.org>
10023
10024 * international/mule.el (unify-8859-on-encoding-mode)
10025 (unify-8859-on-decoding-mode): Dummy versions.
10026
10027 * international/ucs-tables.el: Remove.
10028
10029 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
10030 language/japanese.el.
10031
10032 * international/mule-conf.el: Doc fixes.
10033 (cp936): New alias.
10034 (cp720, cp858): New charsets.
10035
10036 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
10037 coding system, not emacs-mule.
10038
10039 * files.el (revert-buffer, recover-file): Likewise.
10040
10041 * desktop.el (desktop-save): Likewise.
10042
10043 2008-02-01 Dave Love <fx@gnu.org>
10044
10045 * international/mule.el (with-category-table): Use make-symbol.
10046 (coding-system-list): Use coding-system-aliases.
10047 (make-translation-table): Don't deal with generic characters.
10048
10049 * international/mule-util.el (coding-system-post-read-conversion)
10050 (coding-system-pre-write-conversion)
10051 (coding-system-translation-table-for-decode)
10052 (coding-system-translation-table-for-encode): Get the right properties.
10053 (with-coding-priority): New macro.
10054 (detect-coding-with-language-environment): Use it.
10055 (coding-system-equal): Use coding-system-plist.
10056
10057 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
10058 Use :valid property.
10059
10060 * international/mule-cmds.el (encode-coding-char):
10061 Use find-coding-systems-string. Don't use make-char.
10062 (describe-language-environment): Use coding-system-aliases.
10063 (prefer-coding-system): Doc fix.
10064
10065 * international/mule-diag.el (describe-current-coding-system):
10066 Fix aliases listing.
10067 (print-iso-2022-flags): Delete.
10068 (print-designation): Partial re-write.
10069 (describe-coding-system): Deal with iso-2022 designations, flags.
10070 Fix shift_jis case.
10071 (describe-char-after): Use characterp. Print explicit unicode.
10072 Remove some obsolete code.
10073 (print-coding-system-briefly): Fix printing aliases.
10074 (print-coding-system): Use coding-system-aliases.
10075 (mule-diag): Don't list coding categories.
10076
10077 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
10078 Re-order charset priorities.
10079 (binary): New alias.
10080 (iso-8859-16): Fix nickname.
10081 (define-iso-single-byte-charset): Un-define after use.
10082
10083 2008-02-01 Dave Love <fx@gnu.org>
10084
10085 * international/characters.el: Additional double width specifications.
10086
10087 * international/mule-diag.el (print-coding-system): Incomplete updates.
10088 (describe-character-set): List more properties.
10089 (print-fontset): Fix case of vector font-spec.
10090 (describe-current-coding-system): Fix iso-7, iso-7-else.
10091
10092 * international/mule-conf.el (ibm866): Fix alias.
10093 (iso-8859-16): Fix nickname.
10094
10095 2008-02-01 Dave Love <fx@gnu.org>
10096
10097 * language/ind-util.el: Avoid decode-char.
10098 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
10099 Use characterp, not char-valid-p.
10100
10101 * language/devan-util.el: Add coding tag, avoid decode-char.
10102
10103 * international/titdic-cnv.el: Add coding tag.
10104 (tit-process-header): Add coding tag to output.
10105
10106 * language/thai.el (cp874, ibm874): New coding systems.
10107
10108 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
10109 Add character-p.
10110
10111 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
10112 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
10113 New coding systems.
10114 <set-language-info-alist>: Avoid decode-char.
10115
10116 * language/hebrew.el (cp862, ibm862): New coding systems.
10117
10118 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
10119
10120 * language/cyrillic.el (cp855, ibm855): New coding systems.
10121
10122 * international/mule-conf.el: Avoid decode-char in top-level code
10123 for self-inserting multibyte chars.
10124 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
10125 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
10126 New charsets.
10127
10128 * international/characters.el: Various simplifications and additions.
10129
10130 2008-02-01 Dave Love <fx@gnu.org>
10131
10132 * international/mule-conf.el (code-pages): Provide, for compatibility.
10133
10134 * international/code-pages.el: Remove.
10135
10136 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10137
10138 * Makefile.in: Cancel the 2008-02-01 change of mine.
10139
10140 * international/fontset.el: Add setting for unicode font at the
10141 end of the default fontset.
10142
10143 2008-02-01 Dave Love <fx@gnu.org>
10144
10145 * international/mule-conf.el (adobe-standard-encoding, symbol):
10146 Adjust :code-space.
10147 (ibm850): Add :ascii-compatible-p.
10148
10149 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10150
10151 * international/mule-conf.el (vietnamese-viscii-lower)
10152 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
10153 mapping table.
10154
10155 2008-02-01 Dave Love <fx@gnu.org>
10156
10157 * cus-start.el: Add charset-map-directory.
10158
10159 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
10160
10161 * format.el (format-alist): Remove ibm, mac, hp entries (available
10162 natively).
10163
10164 * language/romanian.el (iso-latin-10): Add :mime-charset.
10165 ("Romanian"): Add doc.
10166
10167 * international/mule-conf.el (iso-8859-10, symbol)
10168 (adobe-standard-encoding, ibm850): New charsets.
10169 (iso-8859-13): Fix IR number, final char.
10170 (file-coding-system-alist): Add .xml.
10171
10172 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
10173 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
10174 (adobe-standard-encoding, cp850, ibm850): New coding systems.
10175 ("Latin-6", "Latin-7"): New language environments.
10176
10177 2008-02-01 Dave Love <fx@gnu.org>
10178
10179 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
10180 utf-8-subst; add vietnamese, cyrillic, czech.
10181
10182 * language/romanian.el (iso-latin-10): New coding system.
10183
10184 * international/mule-conf.el (emacs-mule): Set :charset-list,
10185 consistent with coding-system-charset-list doc.
10186 (iso-8859-16): New charset.
10187
10188 * international/mule-diag.el (describe-coding-system): Avoid error
10189 for iso-2022, emacs-mule.
10190
10191 2008-02-01 Dave Love <fx@gnu.org>
10192
10193 * international/codepage.el: Remove or comment out most of code.
10194 (codepage-setup): Re-write as trivial, obsolete function.
10195
10196 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
10197 Remove setup function.
10198
10199 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
10200
10201 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
10202 language/cyrillic.el, language/czech.el.
10203
10204 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
10205 (font-ccl-encoder-alist): Remove viscii, vscii.
10206
10207 * language/hebrew.el (windows-1255, cp1255): New coding systems.
10208
10209 * language/european.el (windows-1254, cp1254, windows-1257)
10210 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
10211 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
10212
10213 * language/greek.el (windows-1253, cp1253): New coding systems.
10214
10215 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
10216 file name.
10217 (windows-1253, windows-1254, windows-1255, windows-1256)
10218 (windows-1257, windows-1258, next): New charsets.
10219
10220 * international/utf-8.el, international/utf-8-subst.el: Remove.
10221
10222 * international/mule.el: Doc fixes.
10223 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
10224 (coding-system-get): Try to convert old-style symbol to keyword.
10225 (define-charset): Purecopy strings in property list.
10226 (define-coding-system): Purecopy docstring.
10227
10228 * international/mule-diag.el (list-character-sets-2): Avoid
10229 charset-bytes.
10230 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
10231 (list-block-of-chars): Re-write.
10232 (describe-character-set): Show more properties.
10233 (describe-char-after): Correct codepoint display.
10234 (print-coding-system): Use symbolic types.
10235
10236 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10237
10238 * Makefile.in: Be sure also to run emacs with LANG=C.
10239
10240 2008-02-01 Dave Love <fx@gnu.org>
10241
10242 * international/mule-diag.el: Doc fixes.
10243 (sort-charset-list, charset-multibyte-form-string): Remove.
10244 (list-character-sets, list-character-sets-1)
10245 (list-character-sets-2): Re-write.
10246 (non-iso-charset-alist): Set to nil and made obsolete.
10247 (decode-codepage-char): Re-write and made obsolete.
10248 (read-charset): Don't use non-iso-charset-alist.
10249 (describe-coding-system): Use keyword properties.
10250 (describe-character-set): Re-write.
10251
10252 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
10253 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
10254 (ebcdic-uk): New charsets.
10255
10256 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
10257 New coding systems.
10258
10259 * language/european.el (windows-1252): New coding system.
10260
10261 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10262
10263 * Makefile.in: By sure to run emacs with LC_ALL=C.
10264
10265 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
10266 encoded-kbd-self-insert-iso2022-8bit with argument 1.
10267 (encoded-kbd-self-insert-charset): New function.
10268 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
10269 coding-system of type charset.
10270
10271 2008-02-01 Dave Love <fx@gnu.org>
10272
10273 * international/mule-cmds.el (set-locale-environment): Comment out
10274 set-keyboard-coding-system stuff.
10275
10276 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10277
10278 * international/mule.el (define-coding-system): Doc fix;
10279 sjis->shift-jis.
10280
10281 * international/mule-conf.el: Use decode-char instead of make-char.
10282
10283 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
10284 New arg ARG. Directly call self-insert-command. This is a
10285 temporary workaround to make it work with latin-1.
10286 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
10287
10288 * international/characters.el: Setup char-width-table for CJK
10289 characters.
10290
10291 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10292
10293 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
10294 Fix the initial value to specify character range of
10295 japanese-jisx0208, not unicode.
10296
10297 * international/characters.el: Set syntax/category for
10298 japanese-jisx0208.
10299
10300 2008-02-01 Dave Love <fx@gnu.org>
10301
10302 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
10303 mime-charset.
10304
10305 * language/vietnamese.el, language/korean.el, language/japanese.el:
10306 * language/hebrew.el, language/greek.el, language/chinese.el:
10307 Fix :mime-charset properties.
10308
10309 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
10310 (cyrillic-alternativnyj): Fix :mime-charset.
10311 (cp878, cp866): New alias.
10312
10313 * language/european.el: Fix mime-charset properties.
10314
10315 * international/mule-cmds.el (sort-coding-systems)
10316 (select-safe-coding-system, select-message-coding-system): Use
10317 :mime-charset, not 'mime-charset.
10318
10319 * international/mule-conf.el: Add various :mime-charset properties.
10320
10321 2008-02-01 Dave Love <fx@gnu.org>
10322
10323 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
10324 getting decoder.
10325 (encoded-kbd-mode): Fix code for coding system type and designations.
10326
10327 * international/mule-conf.el: Spelling fixes.
10328
10329 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10330
10331 * international/fontset.el (fontset-plain-name): Handle the case
10332 that size, weight, slant are not specified in the fontset name.
10333
10334 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
10335
10336 * language/greek.el (greek-iso-8bit): Fix typo.
10337
10338 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10339
10340 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
10341
10342 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10343
10344 * international/characters.el: Change encoding to utf-8-emacs.
10345 Remove apparent duplicate codes.
10346
10347 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10348
10349 * international/fontset.el: Change the registry for
10350 chinese-gb2312 and add the registry for chinese-gbk.
10351
10352 * international/mule.el (charset-chars): Fix typo.
10353
10354 * international/mule-conf.el (chinese-gbk): New charset.
10355
10356 * international/titdic-cnv.el (titdic-convert): Read into a
10357 unibyte buffer then make the buffer multibyte.
10358
10359 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10360
10361 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
10362 instead of :signature.
10363
10364 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10365
10366 * language/czech.el ("Czech"): Set `iso-8859-2' for
10367 `nonascii-translation'.
10368
10369 * language/romanian.el ("Romanian"): Likewise.
10370
10371 * language/slovak.el ("Slovak"): Likewise.
10372
10373 * international/characters.el: Optimize calls of modify-category-entry.
10374
10375 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10376
10377 * bindings.el: Don't bind multibyte characters to
10378 self-insert-command here. It's done in mule-conf.el.
10379
10380 * case-table.el (set-case-syntax-offset): Delete variable.
10381 (set-case-syntax-1): Delete function. Change callers.
10382 (set-case-syntax-delims): Don't check byte length of characters.
10383
10384 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
10385 characters to isearch-printing-char.
10386
10387 * loadup.el: Don't load "international/utf-8". Don't call
10388 update-coding-systems-internal. Bind coding-system-for-write to
10389 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
10390 dumping.
10391
10392 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
10393 change of map-char-table.
10394
10395 * eshell/esh-mode.el: Adjust for the change of map-char-table.
10396
10397 * international/characters.el: Adjust for the deletion of
10398 generic characters.
10399
10400 * international/code-pages.el (cp-make-translation-table)
10401 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
10402 (cp-make-coding-system): Call define-coding-system.
10403
10404 * international/fontset.el: Rewrite most code.
10405
10406 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
10407 Call encode-char instead of split-char.
10408
10409 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
10410 Change value.
10411 (skkdic-lookup-key): Call encode-char instead of split-char.
10412
10413 * international/titdic-cnv.el (titdic-convert): Bind
10414 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
10415 buffer.
10416
10417 * international/latin-1.el: Don't bind set-case-syntax-offset.
10418
10419 * international/latin-2.el: Don't bind set-case-syntax-offset.
10420
10421 * international/latin-3.el: Don't bind set-case-syntax-offset.
10422
10423 * international/latin-4.el: Don't bind set-case-syntax-offset.
10424
10425 * international/latin-5.el: Don't bind set-case-syntax-offset.
10426
10427 * international/latin-8.el: Don't bind set-case-syntax-offset.
10428
10429 * international/latin-9.el: Don't bind set-case-syntax-offset.
10430
10431 * international/mule-cmds.el: Don't use coding category.
10432 Call set-coding-system-priority instead of set-coding-priority.
10433 (sort-coding-systems, select-safe-coding-system):
10434 Call coding-system-priority-list to get the most preferred one.
10435 (reset-language-environment): Order of coding system priority
10436 changed. Set primary charset to iso-8859-1.
10437 (set-language-environment-coding-systems):
10438 Call set-coding-system-priority instead of set-coding-priority.
10439 (get-charset-property, put-charset-property): Move to mule.el.
10440
10441 * international/mule-conf.el: Ful re-write.
10442
10443 * international/mule-diag.el (print-designation): Change arguments.
10444 (print-iso-2022-flags): New function.
10445 (describe-coding-system, describe-current-coding-system):
10446 Adjust for the new structure of coding system.
10447
10448 * international/mule.el (char-valid-p): Make it an alias of characterp.
10449 (define-charset): Full re-design.
10450 (charset-quoted-standard-p): Delete.
10451 (charsetp): Move to charset.c.
10452 (charset-info, charset-id, charset-bytes, charset-width)
10453 (charset-directioin, charset-iso-graphic-plane)
10454 (charset-reverse-charset): Delete.
10455 (charset-dimension, charset-chars, charset-iso-final-char)
10456 (charset-description, charset-short-name, charset-long-name):
10457 Call charset-plist instead of charset-info.
10458 (charset-plist, set-charset-plist): Move to charset.c.
10459 (get-charset-property, put-charset-property): Move from
10460 mule-cmds.el. Call charset-plist and set-charset-plist.
10461 (make-char): Delete.
10462 (generic-char-p): Make it always return nil.
10463 (decode-char, encode-char): Move to charset.c.
10464 (coding-spec-XXX-idx): Delete variables.
10465 (coding-system-iso-2022-flags): New variable.
10466 (define-coding-system): New function.
10467 (transform-make-coding-system-args, make-coding-system): Delete.
10468 (set-coding-priority): Make it obsolete.
10469 (after-insert-file-set-buffer-file-coding-system)
10470 (find-new-buffer-file-coding-system): Adjust for the new coding
10471 system structure.
10472
10473 * language/chinese.el, language/cyrillic.el, language/european.el:
10474 * language/greek.el, language/hebrew.el, language/indian.el:
10475 * language/japanese.el, language/korean.el, language/lao.el:
10476 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10477 Call define-coding-system instead of make-coding-system.
10478 Delete all CCL program.
10479
10480 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
10481 of make-char.
10482 (sgml-char-names-table): Fix iteration limit.
10483
10484 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
10485 (ccl-encode-mac-roman-font): Delete.
10486
10487 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
10488 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
10489 currently. This is just a temporary workaround.
10490
10491 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10492
10493 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
10494 of `find-file-hooks'.
10495 (global-whitespace-toggle-options): Doc fix.
10496
10497 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
10498
10499 * whitespace.el (whitespace): Set :version tag to 23.1.
10500 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
10501 (whitespace-style, whitespace-chars, whitespace-space)
10502 (whitespace-hspace, whitespace-tab, whitespace-newline)
10503 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
10504 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
10505 (whitespace-hspace-regexp, whitespace-space-regexp)
10506 (whitespace-tab-regexp, whitespace-trailing-regexp)
10507 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10508 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
10509 (whitespace-space-after-tab-regexp, whitespace-line-column)
10510 (whitespace-display-mappings, global-whitespace-toggle-options)
10511 (whitespace-cleanup, whitespace-cleanup-region)
10512 (whitespace-interactive-char): Doc fixes.
10513
10514 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
10515
10516 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
10517 When turning off the global mode, turn off the local modes too
10518 if whitespace is being unloaded.
10519 (whitespace-unload-function): New function.
10520
10521 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
10522
10523 * vc.el (vc-update): Fix bug: Specify branch tip as
10524 vc-checkout REVISION. Reported by Dan Nicolaescu.
10525
10526 2008-02-01 Glenn Morris <rgm@gnu.org>
10527
10528 * info.el (bookmark-make-cell-function, bookmark-search-size)
10529 (bookmark-current-bookmark): Declare variables for compiler.
10530 (bookmark-buffer-file-name, bookmark-get-filename)
10531 (bookmark-get-front-context-string)
10532 (bookmark-get-rear-context-string, bookmark-get-position)
10533 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
10534 (bookmark-jump-noselect): Declare functions for compiler.
10535 (Info-bookmark-make-cell): Fix argument list to match example of
10536 `bookmark-make-cell-for-text-file'.
10537 (Info-bookmark-jump): Don't require info inside info.el.
10538
10539 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
10540
10541 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
10542 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
10543 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
10544 (verilog-sk-state-machine): Quote all calls to
10545 "auxiliary skeleton"s to prevent infloops.
10546
10547 2008-02-01 Jason Rumney <jasonr@gnu.org>
10548
10549 * w32-fns.el: Partially revert 2007-11-10 change.
10550
10551 2008-02-01 Martin Rudalics <rudalics@gmx.at>
10552
10553 * mail/rmail.el (rmail-highlight): Fix specification.
10554 Reported by pod <pod@herald.ox.ac.uk>.
10555
10556 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10557
10558 * image-mode.el (image-mode-current-vscroll)
10559 (image-mode-current-hscroll): Make buffer-local.
10560 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
10561 (image-reset-current-vhscroll): Use the latest setting when displaying
10562 for the first time in a window. Apply to all windows in the frame.
10563 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
10564
10565 * progmodes/grep.el (grep-compute-defaults):
10566 Don't mix up defaults for different connections to the same host.
10567
10568 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10569
10570 * blank-mode.el: Rename to whitespace.el.
10571
10572 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
10573
10574 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * net/rcompile.el (remote-compile): Remove broken code.
10577
10578 2008-01-31 Jason Rumney <jasonr@gnu.org>
10579
10580 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
10581
10582 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
10583
10584 * linum.el (linum-unload-function): New function.
10585
10586 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
10587
10588 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
10589 (gdb-var-set-format-handler): New function.
10590 (gdb-var-set-format): Use it.
10591
10592 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
10593
10594 * emacs-lisp/check-declare.el (check-declare-directory):
10595 * emacs-lisp/authors.el (authors): Use `find-program' and
10596 `grep-program' instead of hardcoded program names.
10597
10598 * emacs-lisp/cl-loaddefs.el: Update.
10599
10600 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
10601
10602 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
10603 Implement bookmark support the new make-cell/handler way.
10604 (Info-mode): Bind bookmark-make-cell-function to
10605 Info-bookmark-make-cell buffer locally.
10606
10607 2008-01-30 Richard Stallman <rms@gnu.org>
10608
10609 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
10610 Doc fix.
10611
10612 * files.el (hack-local-variables): Don't query about fake variables.
10613
10614 2008-01-30 Markus Triska <markus.triska@gmx.at>
10615
10616 * linum.el: New file.
10617
10618 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
10619
10620 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
10621 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
10622 a single element in "plinkx".
10623 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
10624 "*Shell Command Output*" buffers. Check, whether there is already
10625 an asynchronous process running. Display always the buffer of the
10626 asynchronous process.
10627 (tramp-compute-multi-hops): Adapt error message.
10628
10629 2008-01-29 Alan Mackenzie <acm@muc.de>
10630
10631 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
10632 from this regexp; part of same fix as next change to cc-engine.el.
10633
10634 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
10635 Anchor the "{" of a template function correctly on "template", not the
10636 following "<".
10637
10638 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
10639
10640 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
10641
10642 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
10643 and image-mode-current-hscroll being alists now.
10644
10645 * image-mode.el (image-mode-current-vscroll)
10646 (image-mode-current-hscroll): Add doc strings.
10647 (image-set-window-vscroll, image-set-window-hscroll)
10648 (image-reset-current-vhscroll, image-mode): Adapt to
10649 image-mode-current-vscroll and image-mode-current-hscroll being
10650 alists now.
10651
10652 2008-01-29 Martin Rudalics <rudalics@gmx.at>
10653
10654 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10655 Strip extension from .emacs.el to make sure symbol is searched
10656 in .emacs too.
10657
10658 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
10659
10660 * doc-view.el (doc-view-mode): Use facilities below to
10661 restore [vh]scroll when switching buffers.
10662
10663 * image-mode.el (image-mode-current-vscroll)
10664 (image-mode-current-hscroll): New variables.
10665 (image-set-window-hscroll, image-set-window-vscroll): New functions.
10666 (image-forward-hscroll, image-next-line, image-bol, image-eol)
10667 (image-bob, image-eob): Use them.
10668 (image-reset-current-vhscroll): New function.
10669 (image-mode): Make new variables buffer-local and reset [vh]scroll
10670 on window configuration changes.
10671
10672 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
10673
10674 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
10675 gdb-cpp-define-alist-program if file is nil (currently only
10676 " *partial-output-...").
10677
10678 2008-01-27 Richard Stallman <rms@gnu.org>
10679
10680 * allout.el: Many doc fixes.
10681 (allout-encrypt-string): Fix error message.
10682
10683 2008-01-26 Eli Zaretskii <eliz@gnu.org>
10684
10685 * progmodes/etags.el (tags-query-replace): Doc fix.
10686
10687 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
10688
10689 * allout.el (allout-unload-function): New function.
10690
10691 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
10692
10693 * allout.el (allout-prefix-data): Doc fix.
10694 (allout-show-current-subtree): Reflow docstring.
10695 (allout-use-mode-specific-leader, allout-use-hanging-indents)
10696 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
10697 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
10698 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
10699 (allout-copy-topic-as-kill, allout-listify-exposed)
10700 (allout-process-exposed, allout-encrypted-key-info)
10701 (allout-update-passphrase-mnemonic-aids)
10702 (allout-next-topic-pending-encryption)
10703 (allout-tests-globally-true): Fix typos in docstrings.
10704
10705 2008-01-23 Jason Rumney <jasonr@gnu.org>
10706
10707 * lpr.el (printer-name): Do not set on MS Windows.
10708
10709 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
10710
10711 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
10712 the command.
10713
10714 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10715
10716 * whitespace.el: Moved to obsolete dir.
10717
10718 * blank-mode.el: New version 9.2. Replace whitespace functions by
10719 aliases in blank-mode.
10720 (whitespace-buffer): New fun.
10721 (whitespace-region): Alias for whitespace-buffer, because there is no
10722 blank-region fun.
10723 (whitespace-cleanup): Alias for blank-cleanup.
10724 (whitespace-cleanup-region): Alias for blank-cleanup-region.
10725
10726 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
10727
10728 * server.el (server-log-time-function): Doc fix.
10729 (server-buffer): Fix typo in docstring.
10730
10731 2008-01-27 Martin Rudalics <rudalics@gmx.at>
10732
10733 * view.el (view-buffer): Explain in doc-string why exit-action
10734 should not be set to kill-buffer.
10735
10736 * arc-mode.el (archive-extract):
10737 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
10738 exit-action when viewing the buffer.
10739
10740 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
10741
10742 * add-log.el (change-log-search-file-name): Work harder to find
10743 the correct file name.
10744 (change-log-find-file): Fix typo.
10745 (change-log-start-entry-re): Move definition earlier.
10746
10747 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
10748
10749 * add-log.el (change-log-search-file-name, change-log-find-file):
10750 New function.
10751 (change-log-font-lock-keywords): Move file name matching ...
10752 (change-log-file-names-re): ... here. New defconst.
10753 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
10754
10755 2008-01-27 Alan Mackenzie <acm@muc.de>
10756
10757 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
10758 enhance comments.
10759
10760 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
10761
10762 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
10763 methods, the host name must be a local host.
10764
10765 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
10766
10767 * vc.el: Add TODO item about not defaulting to RCS.
10768
10769 * server.el (server-process-filter): Check for non-nil before
10770 calling file-directory-p.
10771
10772 2008-01-27 Alan Mackenzie <acm@muc.de>
10773
10774 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
10775 arglist-cont-nonempty.
10776
10777 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
10778 for a brace with syntax arglist-cont-nonempty.
10779
10780 * progmodes/cc-styles.el (c-style-alist): Add elements for
10781 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
10782
10783 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
10784
10785 * button.el (define-button-type): Clarify type of NAME in docstring.
10786
10787 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
10788
10789 * server.el (server-buffer): New const.
10790 (server-log): New var.
10791 (server-log): Use them.
10792 (server-process-filter): (Try to) run the continuation in the same cwd
10793 as the client's.
10794
10795 2008-01-26 Alan Mackenzie <acm@muc.de>
10796
10797 * progmodes/cc-defs.el (c-save-buffer-state):
10798 Bind buffer-file-name and buffer-file-truename to nil, to prevent
10799 primitives generating "buffer is read only" messages.
10800
10801 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
10802
10803 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
10804 (icalendar-import-format): Doc fix. Allow function type.
10805 (icalendar--read-element): Doc fix.
10806 (icalendar--parse-summary-and-rest): Doc fix. Handle function
10807 type icalendar-import-format. Make regexps non-greedy.
10808 (icalendar--format-ical-event): Handle function type
10809 icalendar-import-format.
10810 (icalendar-import-format-sample): New function.
10811
10812 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
10813
10814 * vc.el (vc-exec-after): For mode-line-process highlighting, if
10815 `compile' is not available, fall back to font-lock-warning-face.
10816
10817 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
10818
10819 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
10820 that the filename end is found even when the filename is empty.
10821 Fixes error and spurious newlines when marking files for deletion.
10822
10823 2008-01-26 Martin Rudalics <rudalics@gmx.at>
10824
10825 * subr.el (find-tag-default): Simplify using exclusively
10826 skip-syntax-backward/-forward.
10827
10828 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
10829
10830 * vc.el (vc-directory, vc-update-change-log): Remove check for
10831 Tramp. Both functions work for it, though pretty slow
10832 (`vc-directory'). Maybe the implementation can be optimized.
10833
10834 * net/tramp.el (tramp-dissect-file-name): Raise an error when
10835 Tramp 2.0 syntax is used.
10836 Suggested by Trent W. Buck <trentbuck@gmail.com>.
10837
10838 2008-01-26 Eli Zaretskii <eliz@gnu.org>
10839
10840 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
10841 invoke directory-files-and-attributes with last argument `integer'
10842 instead of `string'.
10843 (insert-directory): Add -n to the list of supported switches
10844 mentioned in the doc string.
10845
10846 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10847
10848 * blank-mode.el: New version 9.1. Handle "long" line tail
10849 visualization. Doc fix.
10850 (blank-line-length): Rename to blank-line-column.
10851 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
10852 Initialization fix.
10853 (blank-replace-spaces-by-tabs): New fun.
10854 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
10855
10856 2008-01-25 Richard Stallman <rms@gnu.org>
10857
10858 * subr.el (add-hook): Implement `permanent-local-hook' property.
10859
10860 * loadhist.el (file-provides, file-requires): Push the filename right.
10861
10862 2008-01-25 Martin Rudalics <rudalics@gmx.at>
10863
10864 * emacs-lisp/find-func.el (find-library): Wrap search for
10865 library name in condition-case to avoid reporting a scan-error.
10866
10867 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
10868
10869 * server.el (server-process-filter): Don't force
10870 the authentication string to be followed by "\n".
10871
10872 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10873
10874 * blank-mode.el: New version 9.0. New commands to clean up some blank
10875 problems like trailing blanks. New faces and regexp for visualizing
10876 the blank problems. Doc fix.
10877 (blank-chars, blank-global-modes, blank-chars-value-list)
10878 (blank-toggle-option-alist, blank-help-text): Initialization fix.
10879 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
10880 (blank-indentation, blank-empty, blank-space-after-tab)
10881 (blank-indentation-regexp, blank-empty-at-bob-regexp)
10882 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
10883 (blank-cleanup, blank-cleanup-region): New commands.
10884 (blank-color-on): Code fix.
10885
10886 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
10887
10888 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
10889 file name.
10890 (ibuffer-mode-map): Add binding to sort by file name.
10891 (ibuffer-filename/process-header-map): New variable.
10892 (filename-and-process): Add a header that sorts by file name.
10893 (ibuffer-mode): Mention sorting by file name.
10894
10895 * ibuf-ext.el (filename/process): New sorter.
10896
10897 2008-01-25 Sven Joachim <svenjoac@gmx.de>
10898
10899 * view.el (kill-buffer-if-not-modified): Don't pass t to
10900 buffer-modified-p.
10901
10902 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
10903
10904 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
10905 the source file in case of `rename'.
10906 Reported by Pete Forman <pete.forman@westerngeco.com>.
10907
10908 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
10909
10910 * allout.el (allout-keybindings-list): In initial setting, express
10911 meta-prefixed allout keys as vectors instead of strings, since the
10912 string form is interpreted in some cases as composed key
10913 modifiers, eg, accented keys.
10914
10915 (allout-line-boundary-regexp): Clarify description.
10916
10917 (set-allout-regexp): Repair the expressions so that the formfeed
10918 part is identified as one of the top-level groups, and is
10919 included in all the forms, not just the -line-boundary-regexp one.
10920
10921 (allout-prefix-data): Incorporate information from the various
10922 allout regexp's formfeed alternative group, when present.
10923
10924 (allout-write-file-hook-handler): Rectify mangling of the error
10925 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
10926 condition-case handler was apparently reformatted as if it was a
10927 call to the error function. An apparent repair attempt in version
10928 1.101 situated the original body of the error handling code as
10929 bogus condition-case handlers. I've returned to just about the
10930 working code that was originally there, removing an unnecessary -
10931 but benign - enclosing 'progn'. (Automated or cursory code fixes
10932 often aren't.)
10933
10934 (allout-region-active-p): Fallback to value of mark-active if
10935 neither use-region-p nor region-active-p are present, for
10936 compatability with current and recent emacs major releases.
10937
10938 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10939
10940 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
10941 (reftex-toc-restore-region):
10942 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
10943 (reftex-index-phrases-apply-to-region):
10944 * textmodes/ispell.el (ispell-word):
10945 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
10946 * progmodes/pascal.el (pascal-mark-defun):
10947 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
10948 (f90-fill-region):
10949 * emulation/tpu-edt.el (tpu-set-mark):
10950 * emulation/crisp.el (crisp-region-active):
10951 * winner.el (winner-active-region):
10952 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
10953 of bound tests in order to resolve conditionals at compile time.
10954
10955 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
10956
10957 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
10958 not autoloaded, and we wouldn't want to load CL just to unload
10959 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
10960
10961 2008-01-24 Martin Rudalics <rudalics@gmx.at>
10962
10963 * delsel.el (delete-selection-pre-hook): Avoid clearing out
10964 pre-command-hook when text is read-only.
10965
10966 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
10967
10968 * vc.el (vc-process-filter): Do nothing if buffer not live.
10969 (vc-diff-finish): Rename from vc-diff-sentinel.
10970 No longer take REV1-NAME and REV2-NAME.
10971 Instead, take BUFFER-NAME. Do nothing if buffer not live.
10972 Don't do window resize if no window displays buffer.
10973 (vc-diff-internal): Use vc-diff-finish.
10974
10975 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
10976 In both cases, convert single call to one wrapped in dolist.
10977
10978 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10979
10980 * vc.el: Add a TODO item about missing files.
10981 (vc-exec-after): Add a tooltip to the new mode-line item.
10982
10983 2008-01-24 Glenn Morris <rgm@gnu.org>
10984
10985 * t-mouse.el (gpm-mouse-start): Declare as a function.
10986
10987 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
10988
10989 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
10990 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
10991 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10992 Don't send `tramp-rsh-end-of-line' additionally, when setting the
10993 prompt.
10994 (tramp-wait-for-output): Distinguish different prompt formats.
10995 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
10996 (tramp-local-host-p): Check whether temp directory is writable.
10997
10998 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10999
11000 * vc.el: Add TODO items.
11001
11002 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
11003
11004 * replace.el (occur-mode-find-occurrence-hook): New hook that can
11005 be used to reveal or highlight the location of a match.
11006 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
11007 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
11008
11009 2008-01-23 Martin Rudalics <rudalics@gmx.at>
11010
11011 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
11012 for defcustom.
11013 (hide-ifdef-shadow): Add version number for defface.
11014
11015 2008-01-23 Glenn Morris <rgm@gnu.org>
11016
11017 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
11018
11019 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
11020
11021 * progmodes/sh-script.el (sh-basic-offset):
11022 * progmodes/cc-vars.el (c-syntactic-indentation)
11023 (c-syntactic-indentation-in-macros): Mark as safe.
11024
11025 2008-01-23 Richard Stallman <rms@gnu.org>
11026
11027 * icomplete.el (icomplete-get-keys):
11028 Look up KEYS using all maps in proper buffer.
11029
11030 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
11031
11032 * frame.el (display-mm-height, display-mm-width):
11033 * whitespace.el (whitespace-check-leading-whitespace)
11034 (whitespace-check-trailing-whitespace)
11035 (whitespace-check-spacetab-whitespace)
11036 (whitespace-check-indent-whitespace)
11037 (whitespace-check-ateol-whitespace):
11038 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
11039
11040 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
11041
11042 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
11043 after-save-hook so that it is not called multiple times.
11044
11045 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
11046
11047 2008-01-23 Eli Zaretskii <eliz@gnu.org>
11048
11049 * view.el (view-file-other-window, view-file-other-frame):
11050 Don't kill the buffer if it is modified. Doc fixes.
11051 (kill-buffer-if-not-modified): New function.
11052 (view-file): Don't kill the buffer if it is modified.
11053
11054 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
11055 (ebrowse-view/find-file-and-search-pattern):
11056 Call view-file-other-window instead of ebrowse-view-file-other-window.
11057 (ebrowse-view-file-other-frame): Don't call
11058 current-window-configuration. Fix second argument in the call to
11059 view-mode-enter. Doc fix.
11060
11061 2008-01-23 Richard Stallman <rms@gnu.org>
11062
11063 * subr.el (atomic-change-group): Prevent undo list truncation.
11064
11065 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
11066
11067 * files.el (safe-local-eval-forms):
11068 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
11069
11070 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
11071
11072 * comint.el (comint-insert-input): Set point first.
11073
11074 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
11075 session doesn't hang because gdb-pending-triggers is non-nil.
11076 (gdb-frame-handler): Use buffer-file-name instead of
11077 buffer-name in case of duplicate file names.
11078
11079 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
11080
11081 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
11082 C-M-e and C-M-h for emacs, they work by default.
11083 (verilog-emacs-features): Remove.
11084 (verilog-setup-dual-comments, verilog-populate-syntax-table):
11085 Remove. Move syntax table initialization ...
11086 (verilog-mode-syntax-table): ... here.
11087 (verilog-mode): Don't initialize the syntax table here.
11088 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
11089 does not need it.
11090
11091 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
11092
11093 * progmodes/verilog-mode.el (verilog-booleanp): New function for
11094 backward compatibility. Replace all uses of booleanp with
11095 verilog-booleanp.
11096
11097 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
11098
11099 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
11100
11101 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
11102
11103 * progmodes/verilog-mode.el (top-level): Fix spacing.
11104 (verilog-mode-version, verilog-mode-release-date):
11105 Update version number.
11106 (verilog-mode-release-emacs): New variable.
11107 (compile-command, reporter-prompt-for-summary-p):
11108 Define for byte compiler.
11109 (verilog-startup-message-lines, verilog-startup-message-displayed)
11110 (verilog-display-startup-message): Remove.
11111 (verilog-highlight-p1800-keywords): Improve docstring.
11112 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
11113 (vector-skip-list): Only defvar at compile time.
11114 (verilog-highlight-translate-off, verilog-indent-level)
11115 (verilog-indent-level-module, verilog-indent-level-declaration)
11116 (verilog-indent-declaration-macros, verilog-indent-lists)
11117 (verilog-indent-level-behavioral, verilog-indent-level-directive)
11118 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
11119 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
11120 (verilog-tab-to-comment, verilog-indent-begin-after-if)
11121 (verilog-align-ifelse, verilog-minimum-comment-distance)
11122 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
11123 (verilog-auto-endcomments, verilog-auto-read-includes)
11124 (verilog-auto-star-expand, verilog-auto-star-save)
11125 (verilog-library-flags, verilog-library-directories)
11126 (verilog-library-files, verilog-library-extensions)
11127 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
11128 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
11129 (verilog-assignment-delay, verilog-auto-inst-vector)
11130 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
11131 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
11132 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11133 Add safe-local-variable properties.
11134 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
11135 (verilog-re-search-backward, verilog-error-regexp-add)
11136 (verilog-end-block-re, verilog-emacs-features)
11137 (verilog-populate-syntax-table, verilog-setup-dual-comments)
11138 (verilog-type-font-keywords, verilog-inside-comment-p)
11139 (electric-verilog-backward-sexp, verilog-backward-sexp)
11140 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
11141 (electric-verilog-terminate-line, electric-verilog-semi)
11142 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
11143 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
11144 (verilog-beg-of-statement, verilog-in-case-region-p)
11145 (verilog-in-struct-region-p, verilog-in-generate-region-p)
11146 (verilog-in-fork-region-p, verilog-backward-case-item)
11147 (verilog-set-auto-endcomments, verilog-get-expr)
11148 (verilog-expand-vector-internal, verilog-surelint-off)
11149 (verilog-batch-execute-func, verilog-calculate-indent)
11150 (verilog-calc-1, verilog-calculate-indent-directive)
11151 (verilog-leap-to-head, verilog-continued-line)
11152 (verilog-backward-token, verilog-backward-syntactic-ws)
11153 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
11154 (verilog-forward-ws&directives, verilog-at-constraint-p)
11155 (verilog-skip-backward-comments, verilog-indent-line-relative)
11156 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
11157 (verilog-pretty-declarations, verilog-pretty-expr)
11158 (verilog-just-one-space, verilog-indent-declaration)
11159 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
11160 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
11161 (verilog-read-always-signals-recurse, verilog-read-instants)
11162 (verilog-read-auto-template, verilog-set-define)
11163 (verilog-read-defines, verilog-read-signals, verilog-getopt)
11164 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
11165 (verilog-modi-cache-results, verilog-insert-one-definition)
11166 (verilog-make-width-expression, verilog-delete-autos-lined)
11167 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
11168 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
11169 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
11170 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
11171 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
11172 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
11173 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
11174 (verilog-load-file-at-mouse, verilog-load-file-at-point)
11175 (verilog-library-files): Cleanup spacing of )'s they should not be
11176 on unique lines. Fix checkdoc warnings.
11177
11178 2008-01-22 Glenn Morris <rgm@gnu.org>
11179
11180 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
11181 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
11182 from defcustoms.
11183 (hide-ifdef-shadow): Remove autoload cookie from defface.
11184
11185 * vc.el (vc-diff-sentinel): Do not write a footer if there were
11186 differences.
11187
11188 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
11189
11190 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
11191 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
11192 manual entry.
11193
11194 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
11195
11196 * net/dbus.el (dbus-ignore-errors): New macro.
11197 (dbus-unregister-object): New defun. Moved from dbusbind.c.
11198 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
11199 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
11200 (dbus-get-signatures): Apply `dbus-ignore-errors'.
11201
11202 2008-01-21 Martin Rudalics <rudalics@gmx.at>
11203
11204 * outline.el (outline-up-heading): Fix check for top level to
11205 avoid infinite looping in hide-other.
11206
11207 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
11208
11209 * vc.el (vc-process-sentinel): After calling the previous
11210 sentinel, do nothing if the process' buffer is not live.
11211
11212 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11213
11214 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
11215 blank-mode in some buffers (like *info* buffers). Reported by Juanma
11216 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
11217 blank-mode faces. Doc fix. New version 8.1.
11218 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
11219 CONDITION BODY).
11220 (blank-space-face): Face/option name replaced by blank-space.
11221 (blank-hspace-face): Face/option name replaced by blank-hspace.
11222 (blank-tab-face): Face/option name replaced by blank-tab.
11223 (blank-newline-face): Face/option name replaced by blank-newline.
11224 (blank-trailing-face): Face/option name replaced by blank-trailing.
11225 (blank-line-face): Face/option name replaced by blank-line.
11226 (blank-space-before-tab-face): Face/option name replaced by
11227 blank-space-before-tab.
11228 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
11229
11230 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
11231
11232 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
11233 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
11234 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
11235 (global-blank-mode): Doc fixes.
11236 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
11237 (blank-newline-face, blank-trailing-face, blank-line-face)
11238 (blank-space-before-tab-face, blank-display-mappings)
11239 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
11240 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
11241 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
11242 Fix typos in docstrings.
11243
11244 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
11245
11246 * server.el (server-log-time-function): New variable.
11247 (server-log): Use it.
11248
11249 2008-01-21 Glenn Morris <rgm@gnu.org>
11250
11251 * progmodes/hideif.el: Move defcustoms and defface to start of file.
11252
11253 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
11254
11255 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
11256
11257 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
11258 (org-descriptive-links, org-link-file-path-type)
11259 (org-remember-use-refile-when-interactive)
11260 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
11261 (org-export-ascii-bullets, org-agenda-deadline-faces)
11262 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
11263 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
11264 (org-kill-note-or-show-branches): Fix typos in docstrings.
11265
11266 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
11267
11268 * vc.el (vc-process-sentinel): Set mode-line-process.
11269 (vc-exec-after): Likewise, for the `run' process status.
11270
11271 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11272
11273 * ibuffer.el (ibuffer-mode): Fix last change.
11274
11275 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
11276
11277 * vc-hg.el (vc-hg-registered):
11278 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
11279
11280 2008-01-20 Martin Rudalics <rudalics@gmx.at>
11281
11282 * repeat.el (repeat-undo-count): New variable.
11283 (repeat): For self-insertions make undo boundary only after 20
11284 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
11285
11286 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
11287
11288 * net/imap.el (imap-ping-server): New variable.
11289 (imap-opened): On add extra ping if imap-ping-server is non-nil.
11290 (imap-ping-server): Minor doc string fixes.
11291
11292 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
11293
11294 * net/imap.el (imap-ping-server): New function.
11295 (imap-opened): Call imap-ping-server.
11296
11297 2008-01-20 Glenn Morris <rgm@gnu.org>
11298
11299 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
11300 prevent infloops.
11301
11302 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
11303
11304 * progmodes/python.el (python-imports): Default to "None".
11305
11306 2008-01-19 Tom Tromey <tromey@redhat.com>
11307
11308 * vc-svn.el (vc-svn-after-dir-status): New function.
11309 (vc-svn-dir-status): Run svn asynchronously.
11310
11311 2008-01-19 Martin Rudalics <rudalics@gmx.at>
11312
11313 * progmodes/hideif.el (hide-ifdef-shadow): New option.
11314 (hide-ifdef-shadow): New face.
11315 (hide-ifdef-toggle-shadowing): New function to toggle between
11316 shadowing and making code invisible.
11317 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
11318 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
11319 (hide-ifdef-region-internal): Give new overlay hide-ifdef
11320 property. Shadow text when hide-ifdef-shadow is non-nil.
11321 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
11322 (hif-hide-line): Use when instead of if.
11323 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
11324 Remove unneeded * from doc-strings.
11325
11326 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
11327
11328 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
11329 the hscroll behavior was fixed.
11330 (doc-view-mode): Disable auto-hscroll-mode.
11331
11332 2008-01-18 Tom Tromey <tromey@redhat.com>
11333
11334 * vc-svn.el (vc-svn-dir-status): New function.
11335
11336 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
11337
11338 * vc.el: Make vc-status asynchronous.
11339 (vc-update-vc-status-buffer): New function broken out of ...
11340 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
11341 the dir-status backend function.
11342
11343 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
11344 Move the output processing to ...
11345 (vc-hg-after-dir-status): ... here. Call the function passed as
11346 an argument with the results.
11347
11348 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
11349
11350 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
11351 (doc-view-insert-image): Do something if the image is missing.
11352 (doc-view-mode): Don't use file-remote-p.
11353
11354 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
11355
11356 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
11357 (org-export-latex-special-chars): Convert "..." in \ldots
11358 and skip tables.
11359 (org-export-latex-fontify-headline): Change parameter name.
11360 (org-export-as-latex): Handle export of subtrees.
11361 (org-export-latex-make-header): New argument TITLE.
11362 (org-export-latex-content): New argument EXCLUDE-LIST.
11363 (org-list-parse-list): New name for org-export-latex-parse-list.
11364 (org-export-latex-make-header): New name for
11365 org-export-latex-make-preamble.
11366 (org-list-to-generic): New name of org-export-list-to-generic.
11367 (org-list-to-latex): New name of org-export-list-to-latex.
11368 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
11369 (org-list-send-list, org-list-to-texinfo)
11370 (org-list-to-html): New functions.
11371 (org-export-latex-tables-column-borders)
11372 (org-export-latex-default-class, org-export-latex-classes)
11373 (org-export-latex-classes-sectioning)
11374 (org-list-radio-list-templates): New options.
11375 (org-export-latex-header): New variable.
11376 (org-latex-entities): New constant.
11377 (org-export-latex-default-sectioning, org-export-latex-preamble)
11378 (org-export-latex-prepare-text-option)
11379 (org-export-latex-get-sectioning): Remove.
11380
11381 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
11382
11383 * textmodes/org-publish.el (org-publish-current-project):
11384 Fix bug with forcing publication.
11385
11386 * textmodes/org.el (org-export-with-special-strings): New option.
11387 (org-export-html-convert-special-strings): New function.
11388 (org-html-do-expand): `org-export-html-convert-special-strings'
11389 added to the list of conversion.
11390 (org-infile-export-plist, org-get-current-options): Add support
11391 for "-" in the #+OPTION line to let user switch on/off special
11392 strings conversion.
11393 (org-export-plist-vars): New :html-table-tag property.
11394 (org-export-as-html, org-format-org-table-html)
11395 (org-format-table-table-html) Use the :html-table-tag property
11396 instead of the `org-export-html-table-tag' global value.
11397 (org-additional-option-like-keywords): Add "TBLFM".
11398 (org-entry-properties): Include the CLOCKSUM special property.
11399 (org-columns-edit-value): Do not allow to edit the special
11400 CLOCKSUM property.
11401 (org-flag-drawer): Use the original value of `outline-regexp'.
11402 (org-remember-handler): Add invisible-ok flag to call to
11403 `org-end-of-subtree'.
11404 (org-agenda-highlight-todo): Respect
11405 `org-agenda-todo-keyword-format'.
11406 (org-agenda-todo-keyword-format): New option.
11407 (org-infile-export-plist): No restriction while searching for options.
11408 (org-remember-handler): Remove comments at the end of the buffer.
11409 (org-remember-use-refile-when-interactive): New option.
11410 (org-table-sort-lines): Make sure sorting works on link
11411 descritions only, and ignores the link.
11412 (org-sort-entries-or-items): Make sure the end of the subtree is
11413 included.
11414 (org-refile-use-outline-path): New allowed values `file' and
11415 `full-file-path'.
11416 (org-get-refile-targets): Respect new values for
11417 `org-refile-use-outline-path'.
11418 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
11419 (org-export-as-xoxo): Restore point when done.
11420 (org-open-file): Allow multiple %s in command.
11421 (org-clock-in-switch-to-state): New option.
11422 (org-first-list-item-p): New function.
11423 (org-last-remember-storage-locations): New variable.
11424 (org-get-refile-targets): Interpret the new maxlevel setting.
11425 (org-refile-targets): New option `:maxlevel'.
11426 (org-copy-subtree): Include empty lines before but not after subtree.
11427 (org-back-over-empty-lines, org-skip-whitespace): New functions.
11428 (org-move-item-down, org-move-item-up): Include empty lines before
11429 but not after item.
11430 (org-first-sibling-p): New function.
11431 (org-remember-apply-template): Defaults, completions and history
11432 for template prompts. Also, interpret new `%!' escape.
11433 (org-context-choices): New constant.
11434 (org-bound-and-true-p): New macro.
11435 (org-imenu-depth): New option.
11436 (org-imenu-markers): New variable.
11437 (org-imenu-new-marker, org-imenu-get-tree)
11438 (org-speedbar-set-agenda-restriction): New functions.
11439 (org-agenda-set-restriction-lock)
11440 (org-agenda-remove-restriction-lock)
11441 (org-agenda-maybe-redo): New functions.
11442 (org-agenda-restriction-lock): New face.
11443 (org-agenda-restriction-lock-overlay)
11444 (org-speedbar-restriction-lock-overlay): New variables.
11445 (org-open-at-point): Remove obsolete way to do redirection in
11446 shell links.
11447 (org-imenu-and-speedbar): New customization group.
11448 (org-entry-properties): Return keyword-less time strings.
11449 (org-clock-heading-function): New option.
11450 (org-clock-in): Use `org-clock-heading-function'.
11451 (org-calendar-holiday): Try to use `calendar-check-holidays'
11452 instead of the obsolete `check-calendar-holidays'.
11453 (org-export-html-special-string-regexps): New constant.
11454 (org-massive-special-regexp): New variable.
11455 (org-compute-latex-and-specials-regexp)
11456 (org-do-latex-and-special-faces): New functions.
11457 (org-latex-and-export-specials): New face.
11458 (org-highlight-latex-fragments-and-specials): New option.
11459 (org-link-escape-chars): Use characters instead of strings.
11460 (org-link-escape-chars-browser, org-link-escape)
11461 (org-link-unescape): Use characters instead of strings.
11462 (org-export-html-convert-sub-super, org-html-do-expand): Check for
11463 protected text.
11464 (org-emphasis-alist): Additional `verbatim' flag.
11465 (org-set-emph-re): Handle the verbatim flag and compute
11466 `org-verbatim-re'.
11467 (org-cleaned-string-for-export): Protect verbatim elements.
11468 (org-verbatim-re): New variable.
11469 (org-hide-emphasis-markers): New option.
11470 (org-additional-option-like-keywords): Add new keywords.
11471 (org-get-entry): Rename from `org-get-cleaned-entry'.
11472 (org-icalendar-cleanup-string): New function for quoting icalendar text.
11473 (org-agenda-skip-scheduled-if-done): New option.
11474 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
11475 `org-agenda-skip-scheduled-if-done'.
11476 (org-prepare-agenda-buffers): Allow buffers as arguments.
11477 (org-entry-properties): Add CATEGORY as a special property.
11478 (org-use-property-inheritance): Allow a list of properties as a value.
11479 (org-eval-in-calendar): No longer update the prompt.
11480 (org-read-date-popup-calendar): Rename from
11481 `org-popup-calendar-for-date-prompt'.
11482 (org-read-date-display-live): New variable.
11483 (org-read-date-display): New function.
11484 (org-read-date-analyze): New function.
11485 (org-remember-apply-template): Define `remember-finalize' if it is
11486 not yet defined.
11487 (org-remember-insinuate): New function.
11488 (org-read-date-prefer-future): New option.
11489 (org-read-date): Respect the setting of
11490 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
11491 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
11492 hardcoded string.
11493 (org-remember-apply-template): Use `remember-finalize' instead of
11494 `remember-buffer'.
11495 (org-columns-compute, org-column-number-to-string)
11496 (org-columns-uncompile-format, org-columns-compile-format)
11497 (org-columns-compile-format): Handle printf format specifier.
11498 (org-columns-new, org-column-number-to-string)
11499 (org-columns-uncompile-format, org-columns-compile-format):
11500 Support for new currency summary type.
11501 (org-tree-to-indirect-buffer): Do not kill old buffer when
11502 `org-indirect-buffer-display' is `new-frame'.
11503 (org-indirect-buffer-display): Document that `new-frame' leads to
11504 indiret buffer proliferation.
11505 (org-agenda-list): Use `org-extend-today-until'.
11506 (org-extend-today-until): New option.
11507 (org-format-org-table-html): Use lower-case for <col> tag.
11508 (org-agenda-execute): New command.
11509 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
11510 (org-select-remember-template): New function.
11511 (org-remember-apply-template): Use `org-select-remember-template'.
11512 (org-go-to-remember-target): New function.
11513
11514 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
11515
11516 * vc.el: Add a TODO note about vc-state.
11517 (vc-next-action): Register 'unregistered and 'ignored files.
11518 Use when and unless instead of if where appropriate.
11519 (vc-start-entry): Fix typo.
11520 (vc-status): Autoload it.
11521
11522 2008-01-18 Glenn Morris <rgm@gnu.org>
11523
11524 * ffap.el (ffap-alist): Remove space from RFC regexp.
11525
11526 2008-01-18 Richard Stallman <rms@gnu.org>
11527
11528 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
11529 than face-spec-recalc.
11530
11531 2008-01-18 Glenn Morris <rgm@gnu.org>
11532
11533 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
11534
11535 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11536 Miles Bader <miles@gnu.org>
11537
11538 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
11539 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
11540 for handling display table (via visws.el package), his code was
11541 modified, but the main idea was kept.
11542
11543 2008-01-17 Glenn Morris <rgm@gnu.org>
11544
11545 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
11546 (ibuffer-save-filters): Remove calls to deleted
11547 ibuffer-update-mode-name.
11548
11549 2008-01-16 Martin Rudalics <rudalics@gmx.at>
11550
11551 * longlines.el (longlines-mode, longlines-show-region)
11552 (longlines-unshow-hard-newlines): Bind buffer-file-name and
11553 buffer-file-truename to nil while modifying buffer.
11554
11555 * cus-edit.el (custom-reset-standard-variables-list)
11556 (custom-reset-standard-faces-list): New variables.
11557 (custom-reset-standard-save-and-update): New function.
11558 (Custom-save): Apply custom-mark-to-save before and
11559 custom-state-set-and-redraw after saving options.
11560 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
11561 options and call custom-reset-standard-save-and-update.
11562 (custom-variable, custom-face, custom-group): Provide new
11563 entries for custom-mark-to-save, custom-mark-to-reset-standard,
11564 and custom-state-set-and-redraw.
11565 (custom-variable-mark-to-save)
11566 (custom-variable-state-set-and-redraw)
11567 (custom-variable-mark-to-reset-standard)
11568 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
11569 (custom-face-mark-to-reset-standard)
11570 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
11571 (custom-group-mark-to-reset-standard): New functions.
11572 (custom-variable-save): Move save, state-set, and redraw
11573 functionality to custom-variable-mark-to-save.
11574 (custom-face-save): Move save, state-set, and redraw
11575 functionality to custom-face-mark-to-save.
11576 (custom-group-save): Move save, state-set, and redraw
11577 functionality to custom-group-mark-to-save.
11578 (custom-variable-reset-standard, custom-face-reset-standard)
11579 (custom-group-reset-standard): Move save, state-set, and redraw
11580 functionality to custom-reset-standard-save-and-update.
11581
11582 (custom-buffer-create-internal): Fix text in verbose help.
11583 (custom-face-value-create): Indent doc-strings of faces like
11584 those of variables.
11585
11586 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11587
11588 * server.el (server-process-filter): Replace lineno and columnnno
11589 which defaulted to 1&0 with filepos which defaults to nil.
11590 (server-goto-line-column): Only receive the filepos.
11591 Only move if filepos is non-nil.
11592 (server-visit-files): Slight restructure to consolidate two calls to
11593 server-goto-line-column into just one.
11594
11595 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
11596 the use of degraded mode.
11597 (nxml-degrade): Don't change mode-name.
11598
11599 * nxml/rng-nxml.el (rng-nxml-mode-init):
11600 Don't overwrite mode-line-process.
11601
11602 * ibuffer.el (mode): Pass the buffer to format-mode-line.
11603 (ibuffer-update-mode-name): Remove.
11604 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
11605 (ibuffer-mode): Use mode-line-process instead.
11606
11607 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
11608 Use derived-mode-p.
11609 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
11610
11611 * help.el (describe-mode): Pass the right buffer to format-mode-line.
11612
11613 2008-01-16 Glenn Morris <rgm@gnu.org>
11614
11615 * comint.el (comint-regexp-arg): Fix no-input case.
11616
11617 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
11618
11619 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
11620 * pcvs.el (cvs-revert-if-needed):
11621 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
11622
11623 * vc-svn.el (vc-svn-find-file-hook):
11624 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
11625
11626 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
11627
11628 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
11629 (icalendar-export-file, icalendar-import-file):
11630 Restore significant trailing whitespace in `interactive' prompts.
11631
11632 2008-01-16 Tom Tromey <tromey@redhat.com>
11633
11634 * calendar/icalendar.el (icalendar--convert-tz-offset)
11635 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
11636 (icalendar--find-time-zone): New functions.
11637 (icalendar--decode-isodatetime): Add `zone' argument, passed to
11638 `decode-time'. Doc fix.
11639 (icalendar--convert-ical-to-diary): Compute zone-map.
11640 Pass timezone to icalendar--decode-isodatetime.
11641
11642 2008-01-16 Alan Mackenzie <acm@muc.de>
11643
11644 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
11645 an eval-and-compile, so as to permit byte-compiling (e.g. in
11646 bootstrap).
11647
11648 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
11649
11650 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
11651 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
11652 using the same key for different menu entries.
11653
11654 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
11655 (smerge-makeup-conflict): New command.
11656
11657 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
11658
11659 * log-edit.el (log-edit): Doc fix.
11660
11661 2008-01-15 Glenn Morris <rgm@gnu.org>
11662
11663 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
11664
11665 2008-01-14 Alan Mackenzie <acm@muc.de>
11666
11667 * progmodes/cc-vars.el (c-constant-symbol): New function which
11668 supersedes c-const-symbol. During a customize-.. call it enables
11669 an element of (e.g.) c-hanging-braces alist to have its name
11670 displayed, even when the default value of c-h-b etc. doesn't
11671 include the elemnt. Replace uses of the old function by the new.
11672
11673 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
11674 obscure non-working fragment ":value c-".
11675
11676 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
11679
11680 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
11681
11682 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
11683 instead of `tramp-file-name-real-host'.
11684
11685 * net/trampver.el: Update release number.
11686
11687 2008-01-14 Alan Mackenzie <acm@muc.de>
11688
11689 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
11690 call inside a struct being recognised as a K&R argument.
11691
11692 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11693
11694 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11695 Accept "fatal error" from MSFT.
11696 Reported by Jared Finder <jfinder@crypticstudios.com>.
11697
11698 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
11699
11700 * smerge-mode.el (smerge-auto): New function.
11701 * vc-svn.el (vc-svn-find-file-hook):
11702 * vc-arch.el (vc-arch-find-file-hook):
11703 * pcvs.el (cvs-revert-if-needed):
11704 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
11705 (top-level): Add a Todo list.
11706
11707 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
11708
11709 * vc.el (vc-update): Resolve conflicts if necessary instead of
11710 just updating the buffer.
11711
11712 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
11713 update command so that we can parse the output.
11714
11715 2008-01-13 Martin Rudalics <rudalics@gmx.at>
11716
11717 * mail/rmail.el (rmail-convert-to-babyl-format):
11718 Remove save-excursion to avoid infinite looping.
11719 Reported by dnz <dnz@bk.ru>.
11720
11721 2008-01-12 Glenn Morris <rgm@gnu.org>
11722
11723 * woman.el (woman-parse-numeric-arg): Change handling of `==':
11724 can be interned without a function definition.
11725
11726 2008-01-12 Jason Rumney <jasonr@gnu.org>
11727
11728 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
11729 (rng-nxml-mode-init): Declare.
11730
11731 2008-01-11 Jason Rumney <jasonr@gnu.org>
11732
11733 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
11734 (rng-preferred-prefix-alist-default): Remove.
11735
11736 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
11737 Rename from nxml-enable-unicode-char-name-sets-flag.
11738 (nxml-enable-unicode-char-name-sets-1): Merge into
11739 nxml-enable-unicode-char-name-sets.
11740 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
11741 nxml-char-name-ignore-case here.
11742
11743 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
11744 Update doc string and commentary.
11745 (nxml-char-name-ignore-case): Change default value.
11746 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
11747
11748 2008-01-11 Martin Rudalics <rudalics@gmx.at>
11749
11750 * cus-start.el (all): Add missing version entries.
11751
11752 2008-01-11 Glenn Morris <rgm@gnu.org>
11753
11754 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
11755 (euc-to-flat-code, flat-code-to-euc):
11756 * textmodes/org.el (elmo-msgdb-overview-get-entity)
11757 (wl-summary-buffer-msgdb): Declare as funtions.
11758
11759 2008-01-10 Martin Rudalics <rudalics@gmx.at>
11760
11761 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
11762 Bind buffer-file-name and buffer-file-truename.
11763
11764 * fringe.el (fringe-mode-explicit): New variable.
11765 (set-fringe-mode): Don't alter default-frame-alist when just
11766 loading this file.
11767
11768 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
11769
11770 * doc-view.el (doc-view-buffer-file-name): New variable.
11771 (doc-view-convert-current-doc, doc-view-search)
11772 (doc-view-current-cache-dir, doc-view-initiate-display)
11773 (doc-view-mode): Use it.
11774 (doc-view-bookmark-make-cell): Use variable buffer-file-name
11775 instead of function.
11776
11777 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
11778
11779 * vc-svn.el (vc-svn-registered): Return the correct value for
11780 ignored and unregistered files.
11781
11782 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
11783
11784 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
11785
11786 2008-01-10 Tom Tromey <tromey@redhat.com>
11787
11788 * vc.el (vc-status-unmark-all-files): New function.
11789 (vc-status-unmark-all-files): Likewise.
11790 (vc-status-mode-map): Add bindings.
11791
11792 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
11793
11794 * ediff*.el: Uncomment declare-function.
11795
11796 * emulation/viper*.el: Uncomment declare-function.
11797
11798 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
11799
11800 * doc-view.el (doc-view-mode): Support tramp, compressed files and
11801 files inside archives uniformly.
11802
11803 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
11804
11805 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
11806 constant with a computation on sgml-specials rather than a literal
11807 list. Without this change the syntax table is generated
11808 incorrectly, and the mode will think it's in a comment following
11809 any instance of the string "--".
11810
11811 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
11812
11813 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
11814 (doc-view-mode): Support document files inside archives.
11815
11816 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
11817
11818 * vc.el (vc-deduce-fileset): Return the currently selected file if
11819 no files are selected when using vc-status.
11820
11821 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
11822
11823 * ediff*.el: Comment out declare-function. "make bootstrap"
11824 stops with an error and Emacs does not compile with those things in.
11825 Besides, declare-function is not defined in XEmacs.
11826
11827 * ediff-util (eqiff-quit): Autoraise minibuffer.
11828
11829 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
11830
11831 * emulation/viper*.el: Comment out declare-function -- not defined
11832 in XEmacs.
11833
11834 * emulation/viper-ex.el (viper-info-on-file):
11835 Take care of indirect buffers.
11836
11837 * emulation/viper.el (viper-set-hooks, set-cursor-color):
11838 Set viper-vi-state-cursor-color.
11839
11840 2008-01-09 Tom Tromey <tromey@redhat.com>
11841
11842 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
11843 Just return header.
11844 (vc-status-move-to-goal-column): New function.
11845 (vc-status-mode-map): Define more keys.
11846 (vc-status-mode): Use vc-status-refresh. Now 'special.
11847 (vc-status-refresh): New function.
11848 (vc-status-next-line): Likewise.
11849 (vc-status-previous-line): Likewise.
11850 (vc-status-mark-file): Use vc-status-next-line.
11851 (vc-status-unmark-file): Use vc-status-previous-line.
11852 (vc-status-unmark-file-up): New function.
11853 (vc-status-register): Likewise.
11854 (vc-status-find-file): Likewise.
11855 (vc-status-find-file-other-window): Likewise.
11856 (vc-status-current-file): Likewise.
11857 (vc-ensure-vc-buffer): Understand vc-status mode.
11858
11859 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
11860
11861 2008-01-09 Glenn Morris <rgm@gnu.org>
11862
11863 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
11864 entry, for Windows.
11865
11866 2008-01-09 Tom Tromey <tromey@redhat.com>
11867
11868 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
11869
11870 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11871
11872 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
11873 add a file-name handler.
11874
11875 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11876
11877 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
11878 Rename from function bibtex-files-expand. New optional arg select.
11879 (bibtex-flash-head): Allow blink-matching-delay being zero.
11880 (bibtex-clean-entry): Use atomic-change-group.
11881 (bibtex-format-entry): Check presence of required fields only
11882 after formatting of fields. Use member-ignore-case. Do not use
11883 bibtex-parse-entry. Do not use booktitle field to set a missing title.
11884 (bibtex-autofill-entry): Do not call undo-boundary.
11885 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
11886 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
11887 Parse keys if necessary.
11888
11889 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11890
11891 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
11892 quotes in case of spaces, e.g. STL containers (not pretty).
11893
11894 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11895
11896 * progmodes/gdb-ui.el (gud-gdb-command-name):
11897 Explain "--annotate=3" option is necessary for the Graphical Interface.
11898
11899 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11900
11901 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
11902 on menu bar.
11903
11904 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
11905
11906 * ffap.el (ffap-read-file-or-url): Let-bind
11907 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
11908
11909 2008-01-08 Sven Joachim <svenjoac@gmx.de>
11910
11911 * vc-bzr.el: Fix typo in header.
11912
11913 2008-01-08 Eli Zaretskii <eliz@gnu.org>
11914
11915 * Makefile.in (custom-deps, finder-data): Depend on autoloads
11916 instead of loaddefs.el.
11917
11918 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
11919
11920 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
11921 gets inserted out-of-order.
11922
11923 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
11924
11925 * vc-bzr.el: Copyright and version headers update.
11926 Remove some outdated comments through the whole file.
11927 (vc-bzr-program-args): Remove because unused.
11928 (vc-bzr-log-switches): New customization option.
11929 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
11930 use `vc-bzr-program-args'.
11931 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
11932 `vc-find-root' (patch by Andreas Hoenen).
11933 (vc-bzr-status): Update regex to match latest Bzr output.
11934 Remove redundant test.
11935 (vc-bzr-init-version): New function.
11936 (vc-bzr-unregister): Must not delete file.
11937 (vc-bzr-find-version): New function.
11938 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
11939 a non-empty string, otherwise take head revision.
11940 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
11941 (vc-bzr-diff): Simpler build of the revision spec string.
11942 (vc-annotate-convert-time, vc-bzr-annotate-difference):
11943 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
11944 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
11945 (vc-bzr-dired-state-info): Only provide custom strings for
11946 overloaded VC state 'edited; otherwise fallback to
11947 `vc-default-dired-state-info'.
11948
11949 2008-01-08 Richard Stallman <rms@gnu.org>
11950
11951 * delsel.el (delete-selection-mode): Doc fix.
11952
11953 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11954
11955 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
11956 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
11957
11958 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
11959 of watch expressions (only works fully with GDB 6.7 or later).
11960
11961 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
11962
11963 * time-stamp.el (time-stamp-time-zone):
11964 * whitespace.el (whitespace-check-buffer-leading)
11965 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
11966 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
11967 * progmodes/sh-script.el (sh-indentation):
11968 * textmodes/ispell.el (ispell-local-pdict):
11969 Add safe-local-variable properties.
11970
11971 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
11972
11973 * vc-git.el (vc-git--call): Apply `process-file' instead of
11974 `call-process'.
11975
11976 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
11977 Reported by Pete Forman <pete.forman@westerngeco.com>.
11978 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
11979 (tramp-handle-process-file): Handle the case where DESTINATION is
11980 a consp with t as car.
11981 (tramp-wait-for-output): We shall remove exactly what has been
11982 find by the search.
11983
11984 2008-01-08 Kevin Ryde <user42@zip.com.au>
11985
11986 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11987 For perl, allow "during global destruction" at end. Add entry for
11988 two-arg form of the Test module ok() func.
11989
11990 2008-01-08 Glenn Morris <rgm@gnu.org>
11991
11992 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
11993 unified format.
11994
11995 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
11996
11997 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
11998
11999 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
12000 Simplify selection of frame focusing function.
12001
12002 2008-01-08 Michael Olson <mwolson@gnu.org>
12003
12004 * textmodes/remember.el (remember-region): Fix typo in docstring.
12005
12006 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
12007
12008 * textmodes/remember.el (remember): If there is a visible region
12009 [that is, the mark is active and transient mark mode is enabled]
12010 then use this region for the initial contents of the *Remember*
12011 buffer. Use `region-beginning' and `region-end' instead of
12012 `point' and `mark'.
12013
12014 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
12015
12016 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
12017 argument to vc-hg-command.
12018 (vc-hg-log-view-mode): Handle the user field better.
12019
12020 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
12021
12022 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
12023
12024 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
12025
12026 * vc.el (vc-status-fileinfo): New defstruct.
12027 (vc-status): New defvar.
12028 (vc-status-insert-headers, vc-status-printer, vc-status)
12029 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
12030 (vc-status-unmark-file, vc-status-marked-files): New functions.
12031
12032 * vc-hg.el (vc-hg-dir-status): New function.
12033
12034 2008-01-06 Martin Rudalics <rudalics@gmx.at>
12035
12036 * cus-edit.el (custom-tool-bar-map): Move initialization of this
12037 keymap from here ...
12038 (custom-mode): ... to here. Reported by Reiner Steib.
12039
12040 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
12041
12042 * obsolete/x-apollo.el: Remove file for unsupported system.
12043
12044 * term/x-win.el (vendor-specific-keysyms): Remove reference to
12045 Apollo.
12046
12047 * progmodes/gud.el (gud-dgux-p): Remove.
12048 (dbx): Remove reference to dgux.
12049
12050 * progmodes/ps-mode.el (ps-mode-print-function):
12051 * ps-print.el (ps-lp-system):
12052 * paths.el (rmail-spool-directory):
12053 * ls-lisp.el (ls-lisp-emulation):
12054 * lpr.el (lpr-lp-system):
12055 * dired.el (dired-chown-program): Remove references to dgux.
12056
12057 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12058
12059 * vc.el (vc-process-sentinel): Fix apparent typo.
12060 (vc-do-command): Forcefully kill any left over process.
12061 Use start-file-process.
12062 (vc-annotate-get-time-set-line-props): Check we don't move backward.
12063
12064 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
12065
12066 * net/dbus.el (dbus-list-hash-table)
12067 (dbus-name-owner-changed-handler): Replace "signal" by "member".
12068 (dbus-check-event): Add serial number to event.
12069 (dbus-handle-event): Apply return message if needed.
12070 (dbus-event-serial-number): New defun.
12071 (dbus-event-service-name, dbus-event-path-name)
12072 (dbus-event-interface-name, dbus-event-member-name):
12073 Adapt implementation to serial number.
12074
12075 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
12076
12077 * bs.el (bs--get-mode-name): Fix typo in previous change.
12078
12079 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
12080
12081 * mouse.el (mouse-popup-menubar): Fix typo.
12082
12083 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
12084 form inside with-current-buffer.
12085
12086 * progmodes/antlr-mode.el (provide): Move to the end of file.
12087 (require): Don't require font-lock and compile.
12088 (outline-level, imenu-use-markers, imenu-create-index-function):
12089 Move declarations to top level.
12090 (cond-emacs-xemacs-macfn): Declare for compiler.
12091
12092 * vc-bzr.el (vc-bzr-root):
12093 * vc-arch.el (vc-arch-root): Only set a property if the file is
12094 managed by this backend.
12095
12096 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
12097
12098 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
12099
12100 * doc-view.el (doc-view-scroll-up-or-next-page)
12101 (doc-view-scroll-down-or-previous-page): Don't scroll to the
12102 top/bottom again when on the first/last page.
12103
12104 * doc-view.el (doc-view-scroll-up-or-next-page)
12105 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
12106 image-scroll-down instead of the non-image equivalents.
12107 Don't rely on a signalled condition but switch pages when scrolling
12108 doesn't change the vertical position anymore.
12109 (doc-view-mode-map): Remap scroll-{up,down} to
12110 image-scroll-{up,down}.
12111
12112 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
12113
12114 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
12115 tpu-mapper command rather than load the tpu-mapper package.
12116
12117 * emulation/tpu-mapper.el (tpu-mapper): New command.
12118 Contains all the code previously at top-level.
12119
12120 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12121
12122 * bs.el (bs--sort-by-mode, bs--get-mode-name):
12123 * imenu.el (imenu-add-to-menubar):
12124 * makesum.el (make-command-summary):
12125 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
12126 (mouse-buffer-menu):
12127 * msb.el (msb--mode-menu-cond):
12128 * calc/calc-embed.el (calc-do-embedded):
12129 * emacs-lisp/helper.el (Helper-describe-mode):
12130 * mail/emacsbug.el (report-emacs-bug):
12131 * progmodes/hideshow.el (hs-grok-mode-type):
12132 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
12133 * textmodes/table.el (*table--cell-describe-mode):
12134 Pass mode-name through format-mode-line.
12135
12136 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12137
12138 * progmodes/ada-xref.el (ada-prj-find-prj-file):
12139 * progmodes/ada-mode.el (comment-region):
12140 * calendar/todo-mode.el (todo-insert-item):
12141 * bookmark.el (bookmark-buffer-name):
12142 Test major-mode rather than mode-name.
12143
12144 2008-01-04 Richard Stallman <rms@gnu.org>
12145
12146 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
12147 Call byte-compile-warn-about-unresolved-functions outside
12148 the with-current-buffer.
12149 (byte-compile-insert-header): Use with-current-buffer.
12150
12151 2008-01-04 Glenn Morris <rgm@gnu.org>
12152
12153 * startup.el (fancy-about-screen): Remove reference to deleted
12154 `fancy-splash-help-echo' variable.
12155
12156 * version.el (emacs-copyright): Update to 2008.
12157
12158 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
12159 rather than mapcar.
12160
12161 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
12162 change (merge mistake).
12163
12164 * doc-view.el (doc-view-search-internal): Don't use `incf'.
12165
12166 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
12167 (bookmark-get-bookmark-record):
12168 * image-mode.el (bookmark-make-cell-function)
12169 (bookmark-get-filename, bookmark-get-bookmark-record)
12170 (bookmark-get-position):
12171 * log-view.el (vc-modify-change-comment):
12172 * progmodes/grep.el (find-name-arg): Declare for compiler.
12173
12174 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
12175
12176 * savehist.el (savehist-coding-system): Default to a variant coding
12177 system with explicit unix end-of-line conversion, which is safer.
12178
12179 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
12182 * ibuffer.el (mode column): Use format-mode-line.
12183
12184 * server.el (server-create-window-system-frame): Remove workaround for
12185 a bug that has been fixed.
12186
12187 2008-01-03 Magnus Henoch <magnus@zemdatav>
12188
12189 * net/dbus.el (dbus-name-owner-changed-handler):
12190 Use dbus-unregister-object instead of dbus-unregister-signal.
12191
12192 2008-01-03 Drew Adams <drew.adams@oracle.com>
12193
12194 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
12195
12196 2008-01-03 Richard Stallman <rms@gnu.org>
12197
12198 * replace.el (occur-context-lines): New subroutine,
12199 broken out of occur-engine.
12200 (occur-engine): Call it.
12201
12202 2008-01-03 Alexandre Julliard <julliard@winehq.org>
12203
12204 * vc-git.el (vc-git--ls-files-state): New function.
12205 (vc-git-dir-state): Use it instead of processing the status
12206 results here.
12207
12208 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
12209
12210 * progmodes/grep.el (grep-find-ignored-directories):
12211 Initialize from the value of vc-directory-exclusion-list.
12212
12213 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
12214 even though we don't have a back end for darcs yet.
12215
12216 2008-01-02 Karl Fogel <kfogel@red-bean.com>
12217
12218 Change a return type, for greater extensibility.
12219 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
12220 and its thread for discussion leading to this change.
12221
12222 * bookmark.el (bookmark-jump-noselect):
12223 Return an alist instead of a dotted pair.
12224 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
12225 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
12226 (bookmark-bmenu-switch-other-window): Adjust accordingly.
12227 (bookmark-make-cell-function): Adjust documentation accordingly.
12228
12229 * image-mode.el (image-bookmark-jump):
12230 Adjust return type accordingly; document.
12231
12232 * doc-view.el (doc-view-bookmark-jump):
12233 Adjust return type accordingly; document.
12234
12235 2008-01-02 Miles Bader <miles@gnu.org>
12236
12237 * net/rcirc.el (rcirc-log-filename-function): New variable.
12238 (rcirc-log): Use `rcirc-log-filename-function' to generate the
12239 log-file name. Don't log anything if it returns nil.
12240 (rcirc-log-write): Use `expand-file-name' when merging the
12241 log-file name from the alist with rcirc-log-directory; this does
12242 the right thing if the name in the alist already an absolute
12243 filename. Make the log-file directory if necessary.
12244
12245 2007-12-29 Richard Stallman <rms@gnu.org>
12246
12247 * font-lock.el (font-lock-prepend-text-property)
12248 (font-lock-append-text-property): Canonicalize the face and
12249 font-lock-face properties.
12250
12251 * faces.el (facep): Doc fix.
12252
12253 * startup.el (fancy-startup-tail, fancy-about-text)
12254 (fancy-startup-text): Regularize format of face property.
12255
12256 * facemenu.el (list-colors-print): Use :background and :foreground
12257 instead of background-color and foreground-color.
12258
12259 2007-12-29 Drew Adams <drew.adams@oracle.com>
12260
12261 * cus-edit.el (custom-add-parent-links):
12262 Fill the "Parent documentation" text.
12263
12264 2007-12-29 Eli Zaretskii <eliz@gnu.org>
12265
12266 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
12267 MS-Windows and MS-DOS.
12268 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
12269
12270 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
12271
12272 * vc-svn.el (vc-svn-modify-change comment): New function.
12273
12274 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
12275
12276 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
12277 Do not disable undo, with-temp-buffer does it by default.
12278
12279 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
12280
12281 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
12282 correctly.
12283
12284 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
12285 with vc-state.
12286 (vc-next-action): Fix vc-transfer-file call.
12287
12288 2007-12-31 Tom Tromey <tromey@redhat.com>
12289
12290 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
12291 Move point to the start of the buffer.
12292
12293 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
12294
12295 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
12296
12297 * vc.el: State that dir-state is required to set the vc-state and
12298 vc-backend properties.
12299
12300 2007-12-31 Martin Rudalics <rudalics@gmx.at>
12301
12302 * man.el (Man-default-man-entry): Make this a defun.
12303 Improve guessing mechanism and handling of section numbers.
12304
12305 2007-12-31 Richard Stallman <rms@gnu.org>
12306
12307 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
12308
12309 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
12310
12311 * calc/calc-units.el (calc-convert-temperature): Ensure that units
12312 are on the result even when the result is zero.
12313
12314 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
12315
12316 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
12317 resistent towards wrong parameters.
12318 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
12319
12320 2007-12-30 Richard Stallman <rms@gnu.org>
12321
12322 * faces.el (face-all-attributes): New function.
12323
12324 * faces.el (face-differs-from-default-p): Compute list of attr names
12325 from face-attribute-name-alist.
12326
12327 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
12328 (custom-face-save): Likewise.
12329 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
12330
12331 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
12332 (custom-theme-set-faces): Clear `face-override-spec' property.
12333 Call `face-spec-set' with FOR-DEFFACE.
12334
12335 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
12336
12337 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
12338 Use of frame as third arg is deprecated.
12339 Handle `face-override-spec' property.
12340 (face-spec-recalc): New function.
12341 (face-spec-set-2): New function.
12342 (frame-set-background-mode): Handle `face-override-spec' property.
12343 Use `face-spec-recalc'.
12344 (face-set-after-frame-default): Use `face-spec-recalc'.
12345
12346 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
12347
12348 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
12349
12350 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12351
12352 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
12353
12354 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
12355
12356 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
12357 'added, 'removed.
12358
12359 * vc.el (header coment): Better description of dir-state.
12360 (vc-compatible-state): New function. Checks whether two states
12361 can be in the same changeset; used with 'edited it can test whether
12362 the next action for a state should be commit.
12363 (vc-default-dired-state-info): Display 'removed state.
12364 (vc-dired-hook): Turn off undo, this is a speed tweak.
12365
12366 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
12367
12368 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
12369 Cope with the possibility that the 'C' status flag might change
12370 in 0.9,6.
12371
12372 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
12373
12374 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
12375
12376 * files.el (cd-absolute): Fix omission bug:
12377 Make `list-buffers-directory' buffer-local.
12378
12379 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12380
12381 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
12382
12383 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
12384
12385 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
12386
12387 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
12388 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
12389 (math-yacas-compose-deriv, math-yacas-compose-taylor)
12390 (math-maxima-parse-subst, math-maxima-parse-taylor)
12391 (math-maxima-compose-taylor, math-maxima-compose-subst)
12392 (math-maxima-compose-if, math-lang-switch-args)
12393 (math-lang-compose-switch-args, math-read-giac-subscr):
12394 New functions.
12395 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
12396 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
12397 Add languages.
12398 (math-vector-brackets, math-complex-format, math-variable-table)
12399 (math-parse-table, math-oper-table, math-function-table)
12400 (math-special-function-table, math-compose-subscr):
12401 Add values for new languages.
12402
12403 * calc/calccomp.el (math-compose-expr): Add new languages.
12404
12405 * calc/calc.el (calc-language): Add languages to docstring.
12406
12407 * calc/calc-ext.el (calc-init-extensions): Add keybindings
12408 for new languages. Autoload commands to change languages.
12409
12410 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
12411
12412 * calc/calc-menu.el (calc-modes-menu): Add new languages.
12413 (calc-arithmetic-menu, calc-scientific-function-menu)
12414 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
12415 (calc-units-menu, calc-variables-menu, calc-stack-menu):
12416 Add :active keywords.
12417
12418 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
12419
12420 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
12421 returns 'ignored or 'unregistered.
12422 (vc-hg-state): Pass "-A" to the status command and deal with the
12423 output.
12424 (vc-hg-dir-state): Pass "-A" to the status command.
12425
12426 2007-12-29 Richard Stallman <rms@gnu.org>
12427
12428 * progmodes/compile.el (compilation-start): Set initial visible
12429 point properly even when compilation buffer already current.
12430
12431 2007-12-29 Richard Stallman <rms@gnu.org>
12432
12433 * files.el (conf-mode-maybe): New function.
12434 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
12435
12436 2007-12-29 Martin Rudalics <rudalics@gmx.at>
12437
12438 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
12439
12440 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12441
12442 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
12443
12444 2007-12-29 Richard Stallman <rms@gnu.org>
12445
12446 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
12447 so they never do EOF.
12448
12449 2007-12-29 Richard Stallman <rms@gnu.org>
12450
12451 * faces.el (copy-face): Create the new face explicitly if it
12452 does not exist already.
12453
12454 2007-12-29 Eli Zaretskii <eliz@gnu.org>
12455
12456 * simple.el (minibuffer-history, shell-command-history)
12457 (set-variable-value-history):
12458 * replace.el (regexp-history):
12459 * international/mule-cmds.el (input-method-history):
12460 * files.el (file-name-history): Add reference to history-length in
12461 the doc string.
12462
12463 2007-12-29 Richard Stallman <rms@gnu.org>
12464
12465 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
12466
12467 2007-12-29 Jason Rumney <jasonr@gnu.org>
12468
12469 * find-dired.el (find-name-arg): New custom variable.
12470 (find-name-dired): Use it.
12471 (find-dired-find-program): Remove.
12472 (find-dired): Use find-program.
12473 (find-grep-dired): Use grep-program.
12474
12475 * progmodes/grep.el (rgrep): Use find-name-arg.
12476
12477 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
12478
12479 * progmodes/cc-vars.el (defcustom-c-stylevar):
12480 Revert to pre-2007-12-12 version.
12481
12482 2007-12-29 Richard Stallman <rms@gnu.org>
12483
12484 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
12485
12486 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
12487 Use changed.
12488
12489 * startup.el (fancy-splash-help-echo): Var deleted.
12490 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
12491 (fancy-about-screen): Don't display fancy-splash-help-echo.
12492
12493 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
12494
12495 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
12496
12497 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
12498 to vc-hooks.el so it will be available to other modes, such as
12499 speedbar.el. Also, teach it to recognize monotone state directories.
12500
12501 * speedbar.el: Remove this mode's fragile assumptions about
12502 version-control systems. Instead, make it use logic from
12503 vc-hooks.el so it will become smarter whenever VC mode does.
12504
12505 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
12506 Fix the documentation.
12507
12508 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
12509 Modify all instances of the dir-state back-end method to suppress
12510 keeping undo lists on the buffers holding status output, which
12511 can get extremely large.
12512
12513 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
12514 so they don't do work that the default one can do instead.
12515
12516 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
12517 states, and the new return-value convention. These are not
12518 actually used yet, just set.
12519
12520 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
12521 states when appropriate.
12522
12523 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
12524 'unregistered when appropriate.
12525
12526 * vc-git.el: Document that we don't set the new states yet.
12527
12528 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
12529 'ignored states.
12530
12531 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
12532 appropriate.
12533
12534 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
12535 when appropriate.
12536
12537 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
12538
12539 * thumbs.el (thumbs-call-convert): Use call-process directly
12540 with thumbs-conversion-program instead of through shell-file-name
12541 for better error reporting.
12542
12543 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
12544
12545 * calc/calc-aent.el (math-remove-percentsigns):
12546 * calc/calccomp.el (math-to-percentsigns): Change placeholder
12547 for percent signs.
12548
12549 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
12550
12551 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
12552 use completion-ignored-extensions to detect files that should be
12553 ignorted in VC-Dired listings, heading off lots of expensive calls
12554 to (vc-state).
12555
12556 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
12557 non-terse mode.
12558 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
12559 Makefile.in or Makefile.am.
12560
12561 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12562
12563 * ps-print.el (ps-mark-active-p): Fun returned back.
12564 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
12565 `region-active-p' for error checking.
12566
12567 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
12568
12569 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
12570 Put new machinery in place to support editing of change comments
12571 with 'e' in a log-view buffer. Not documented yet as this
12572 only works for SCCS, RCS, and maybe CVS if you have admin
12573 privileges. When we have backend support for Subversion and
12574 more modern systems it will be time to write this up.
12575
12576 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
12577
12578 * international/mule-cmds.el (select-safe-coding-system):
12579 When a buffer is modified, cancel the writing.
12580
12581 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
12582
12583 * log-view.el: Add Subversion and Mercurial log format samples.
12584
12585 * vc.el (vc-dired-hook): Significantly speed up by arranging for
12586 it to call the backend dir-state hook (if it exists)
12587 exactly *once*, rather than once per each subdirectory (with
12588 dired-state-info calls on all toplevel files slowing it down even
12589 further). For this to work, backend dir-state methods have to
12590 recurse to subdirectories. Most of them already did anyway; a few
12591 needed *non*-recursion switches removed. This change mostly
12592 removed code that was perversely bad and should have been shot
12593 through the head years ago.
12594
12595 * vc-bzr.el (vc-bzr-dir-state):
12596 * vc-cvs.el (vc-cvs-dir-state):
12597 * vc-mcvs.el (vc-mcvs-dir-state):
12598 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
12599
12600 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
12601 multiple arguments, so generate logs sequentially when we get them.
12602 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
12603 headers so the various log bindings can do the right thing.
12604 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
12605
12606 2007-12-26 Andreas Schwab <schwab@suse.de>
12607
12608 * font-lock.el (save-buffer-state): Make sure the state of the
12609 buffer is always restored.
12610
12611 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
12612
12613 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
12614
12615 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
12616 a variable.
12617
12618 * calc/calccomp.el (math-to-percentsigns): New function.
12619 (math-compose-var): Handle variables with percent signs.
12620 (math-compose-expr): Handle function names with percent signs.
12621
12622 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
12623 (math-read-exprs): Handle percent signs in languages that
12624 allow them.
12625 (math-restore-underscores): Remove function.
12626 (math-remove-percentsigns, math-restore-placeholders):
12627 New functions.
12628
12629 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12630
12631 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
12632 of `mark' for error checking.
12633
12634 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
12635
12636 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
12637 New functions.
12638 (image-mode): Set bookmark-make-cell-function appropriately.
12639
12640 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
12641
12642 * bookmark.el (bookmark-make-cell-function): New variable.
12643 (bookmark-make): Call bookmark-make-cell-function's function
12644 instead of bookmark-make-cell.
12645 (bookmark-get-handler, bookmark-jump-internal): New functions.
12646 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
12647 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
12648 Use bookmark-jump-internal.
12649 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
12650
12651 * doc-view.el (doc-view-bookmark-make-cell)
12652 (doc-view-bookmark-jump): New functions.
12653 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
12654
12655 2007-12-25 Miles Bader <miles@gnu.org>
12656
12657 * indent.el (indent-for-tab-command): Rigidly indent the following
12658 sexp along with the current line when a prefix arg is given in the
12659 non-active-region case. Specify raw prefix in interactive spec.
12660 Simplify main indentation logic to get rid of the conditional call
12661 to `indent-according-to-mode' (it just ended up calling
12662 `indent-line-function' in all cases anyway, which can be done more
12663 simply here). Remove unnecessary test of ARG in active region case.
12664
12665 2007-12-25 Richard Stallman <rms@gnu.org>
12666
12667 * allout.el (allout-region-active-p): Rename from my-region-active-p.
12668 Use `use-region-p'.
12669 (allout-write-file-hook-handler): Simplify code.
12670
12671 * ps-print.el (ps-mark-active-p): Function deleted.
12672 (ps-print-preprint-region): Use (mark) for the error check.
12673
12674 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
12675
12676 * winner.el (winner-active-region): Use `mark-active' if it's defined.
12677
12678 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
12679
12680 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
12681
12682 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
12683
12684 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
12685
12686 * progmodes/cc-defs.el (c-region-is-active-p):
12687 Use `mark-active' if it's defined.
12688
12689 * progmodes/cc-cmds.el (c-indent-line-or-region):
12690 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
12691
12692 * simple.el (select-active-regions): New option.
12693 (set-mark): Obey it.
12694 (yank-pop-change-selection): New option.
12695 (current-kill): Obey it.
12696
12697 * simple.el (use-region-p): Rename from `region-active-p'.
12698 (region-active-p): New function.
12699
12700 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
12701
12702 * term/x-win.el (x-select-enable-primary): New option.
12703 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
12704
12705 * mouse.el (mouse-yank-primary): New function (almost same
12706 as mouse-yank-secondary).
12707
12708 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
12709
12710 * calculator.el:
12711 * dframe.el:
12712 * iswitchb.el:
12713 * whitespace.el:
12714 * winner.el:
12715 * emacs-lisp/checkdoc.el:
12716 * mail/feedmail.el:
12717 * net/quickurl.el:
12718 * obsolete/fast-lock.el:
12719 * play/5x5.el:
12720 * progmodes/delphi.el:
12721 * progmodes/idlw-shell.el:
12722 * progmodes/idlwave.el:
12723 * textmodes/artist.el:
12724 * textmodes/ispell.el:
12725 * textmodes/texinfmt.el:
12726 * textmodes/texinfo.el: Remove obsolete definitions of backward
12727 compatibility macros for defcustom, defgroup, defface, when,
12728 unless, with-current-buffer and with-temp-message.
12729
12730 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
12731
12732 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
12733
12734 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
12735
12736 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
12737 indeed a process.
12738
12739 2007-12-23 Richard Stallman <rms@gnu.org>
12740
12741 * simple.el (region-active-p): New function.
12742 (use-empty-active-region): New variable.
12743
12744 * dired-aux.el (dired): Load dired.el at run time too.
12745
12746 2007-12-23 Juri Linkov <juri@jurta.org>
12747
12748 * man.el (Man-follow-manual-reference): Fill the minibuffer's
12749 default list with a full list of references.
12750
12751 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
12752
12753 2007-12-23 Andreas Schwab <schwab@suse.de>
12754
12755 * files.el (switch-to-buffer-other-frame): Return the buffer
12756 switched to.
12757
12758 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
12759
12760 Sync with Tramp 2.1.12.
12761
12762 * net/tramp.el: New todo item.
12763
12764 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
12765 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
12766
12767 * net/trampver.el: Update release number.
12768
12769 2007-12-22 Richard Stallman <rms@gnu.org>
12770
12771 * newcomment.el (comment-region-default): Don't triple the
12772 comment starter if the first region line isn't indented enough.
12773
12774 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12775
12776 * net/imap.el (imap-authenticate): Use current-buffer instead of
12777 buffer, for the cases where imap-authenticate is called with a nil
12778 buffer parameter.
12779
12780 2007-12-21 Martin Rudalics <rudalics@gmx.at>
12781
12782 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
12783 specifier from format-string. Reported by Ye Wenbin.
12784
12785 2007-12-20 Jason Rumney <jasonr@gnu.org>
12786
12787 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
12788 Parent group is font-lock-faces.
12789 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
12790 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
12791 (nxml-version): Remove.
12792 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
12793 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
12794 (nxml-processing-instruction-delimiter)
12795 (nxml-processing-instruction-target)
12796 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
12797 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
12798 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
12799 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
12800 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
12801 (nxml-attribute-prefix, nxml-attribute-colon)
12802 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
12803 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
12804 (nxml-attribute-value, nxml-attribute-value-delimiter)
12805 (nxml-namespace-attibute-value)
12806 (nxml-namespace-attribure-value-delimiter)
12807 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
12808 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
12809 (nxml-glyph): Rename, removing -face suffix.
12810 Inherit from existing font-lock faces.
12811 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
12812 Use new face names.
12813
12814 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12815 (nxml-outline-active-indicator, nxml-outline-ellipsis):
12816 Rename, removing -face suffix.
12817 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
12818 (nxml-highlighted-colon, nxml-highlighted-slash)
12819 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
12820 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
12821 (nxml-highlighted-qname, nxml-outline-display-heading):
12822 Use new face names.
12823
12824 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
12825
12826 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
12827
12828 2007-12-19 Martin Rudalics <rudalics@gmx.at>
12829
12830 * cus-start.el (all): Use correct group name for members of
12831 mode-line group.
12832
12833 * man.el (Man-default-man-entry): When looking for default man
12834 entry title search text preceding point. Use when instead of if.
12835
12836 * indent.el (indent-for-tab-command): Fix doc-string typo.
12837
12838 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
12839 vc-parent-buffer is the current buffer.
12840
12841 * info-look.el (info-lookup, info-lookup-setup-mode)
12842 (info-lookup-make-completions): Avoid clobbering Info-history and
12843 Info-history-list.
12844
12845 2007-12-19 Glenn Morris <rgm@gnu.org>
12846
12847 * progmodes/verilog-mode.el (top-level): Don't require compile.
12848 (compilation-error-regexp-alist, compilation-last-buffer):
12849 Define for compiler.
12850 (verilog-insert-1): New function.
12851 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
12852 Use verilog-insert-1.
12853 (verilog-surelint-off): Use next-error-last-buffer if bound.
12854 Check compile buffer is live.
12855
12856 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
12857
12858 * progmodes/compile.el (compilation-start): Don't pass a FRAME
12859 argument to display-buffer.
12860
12861 2007-12-19 Jason Rumney <jasonr@gnu.org>
12862
12863 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
12864 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
12865 (rng-byte-compile-load, rng-write-version): Remove.
12866
12867 * nxml/rng-loc.el (rng-schema-locating-files-default)
12868 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
12869 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
12870
12871 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
12872
12873 * files.el (cd-absolute): Set `list-buffers-directory' in order to
12874 show correct path in buffer list.
12875
12876 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
12877 (tramp-find-shell): Send only single prompt setting commands, in
12878 order to avoid double-prompt.
12879
12880 * net/tramp-compat.el (top): Require cl only when compiling.
12881 Reported by Glenn Morris <rgm@gnu.org>.
12882
12883 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12884
12885 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
12886 (c-comment-continuation-stars): No longer declare with
12887 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
12888 (c-block-comment-prefix): Use symbol-value to
12889 access c-comment-continuation-stars.
12890 * progmodes/cc-mode.el (c-initialize-cc-mode):
12891 Use symbol-value to access c-comment-continuation-stars.
12892
12893 2007-12-18 Mark A. Hershberger <mah@everybody.org>
12894
12895 * xml.el (xml-escape-string): New function. Escape string using
12896 xml-entity-alist.
12897 (xml-debug-print-internal): Use xml-escape-string to escape
12898 characters in attributes and in text children of elements.
12899
12900 2007-12-18 Glenn Morris <rgm@gnu.org>
12901
12902 * progmodes/cc-subword.el (c-subword-mode): Drop support for
12903 systems without define-minor-mode.
12904
12905 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
12906
12907 * progmodes/verilog-mode.el: Replace all instances of
12908 string-to-int with string-to-number, insert-string with insert,
12909 and read-input with read-string.
12910 (top-level): No need to require imenu, reporter, dinotrace, vc,
12911 font-lock when compiling. Always require compile. Relegate remaining
12912 compatibility cruft to XEmacs. Don't require font-lock.
12913 (verilog-version): Remove superfluous concat.
12914 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
12915 No need to define.
12916 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
12917 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
12918 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
12919 (verilog-startup-message-displayed): These are variables, not constants.
12920 (verilog-batch-execute-func, verilog-auto-inst)
12921 (verilog-auto-inst-param): Use mapc rather than mapcar.
12922 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
12923 actually defining.
12924 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
12925 (verilog-modi-get-outputs, verilog-modi-get-inouts)
12926 (verilog-modi-get-inputs, verilog-modi-get-wires)
12927 (verilog-modi-get-regs, verilog-modi-get-assigns)
12928 (verilog-modi-get-consts, verilog-modi-get-gparams)
12929 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
12930 (verilog-modi-get-sub-inputs): Move inline functions earlier in
12931 the file.
12932 (sigs-in, sigs-out): Don't declare multiple times.
12933 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
12934 `defvar'.
12935 (verilog-auto): Call dinotrace-unannotate-all only if bound.
12936 (verilog-module-inside-filename-p): No need to wrap fboundp test
12937 in condition-case.
12938 (reporter-submit-bug-report): Autoload it.
12939 (verilog-mark-defun): Call zmacs-activate-region only if bound.
12940 (verilog-font-customize): Call customize-apropos only if bound.
12941 (verilog-getopt-flags, verilog-auto-reeval-locals):
12942 Use make-local-variable rather than make-variable-buffer-local.
12943 (verilog-company, verilog-project, verilog-modi-cache-list):
12944 Move make-variable-buffer-local calls to top-level.
12945 (font-lock-defaults-alist): Don't define it.
12946 (verilog-need-fld): Remove.
12947 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
12948 (verilog-mode): Only call make-local-hook on XEmacs.
12949 Set font-lock-defaults rather than using verilog-font-lock-init.
12950
12951 2007-12-17 Andreas Schwab <schwab@suse.de>
12952
12953 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
12954 Fix comment typo.
12955
12956 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
12957
12958 * net/dbus.el (dbus-name-owner-changed-handler):
12959 Use `dbus-unregister-signal' for removing old rules.
12960 Obey new structure of `dbus-registered-functions-table'.
12961
12962 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
12963
12964 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
12965
12966 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
12967
12968 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
12969 function.
12970 (add-submenu): Only define for XEmacs.
12971 (verilog-regexp-words): Revert previous change, keep the other
12972 definition.
12973
12974 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
12975
12976 * progmodes/perl-mode.el (perl-continued-statement-offset)
12977 (perl-continued-brace-offset, perl-brace-offset)
12978 (perl-brace-imaginary-offset, perl-label-offset):
12979 * progmodes/cperl-mode.el (cperl-brace-offset)
12980 (cperl-continued-brace-offset, cperl-label-offset)
12981 (cperl-continued-statement-offset)
12982 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
12983 Add safe-local-variable properties.
12984
12985 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12986
12987 * progmodes/verilog-mode.el (verilog-mode-map)
12988 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
12989 (verilog-colorize-include-files): Use only overlay functions so
12990 that it can work on both emacs and XEmacs.
12991 (set-extent-keymap): Remove unused defun.
12992 (verilog-kill-existing-comment, verilog-insert-date)
12993 (verilog-insert-year): Rename in order not to pollute the global
12994 namespace from kill-existing-comment, insert-date and
12995 insert-year, respectively.
12996 (verilog-set-auto-endcomments, verilog-header): Update callers.
12997
12998 * files.el (auto-mode-alist): Recognize verilog files.
12999
13000 * progmodes/verilog-mode.el (verilog-string-replace-matches)
13001 (verilog-string-remove-spaces, verilog-re-search-forward)
13002 (verilog-re-search-backward, verilog-re-search-forward-quick)
13003 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
13004 (verilog-get-end-of-line, verilog-within-string): Move definitions
13005 before first use. No code changes.
13006
13007 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
13008
13009 * progmodes/verilog-mode.el (verilog-mode-version)
13010 (verilog-mode-release-date): Don't use expanding keywords.
13011 (provide): Move to the end of file.
13012 (fboundp): Don't check if eval-when-compile is bound, it is used
13013 later in the file without checking.
13014 (when, unless): Copy definitions from subr.el.
13015 (char-before, defcustom, defface, customize-group)
13016 (verilog-batch-error-wrapper): Don't use old style backquotes.
13017 (verilog-regexp-opt): Avoid using the cl function case.
13018 (verilog-regexp-words): Remove duplicated definition.
13019 (verilog-mode-abbrev-table): Remove, duplicate.
13020 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
13021 Declare and initialize in one step.
13022 (verilog-declaration-prefix-re, verilog-declaration-re)
13023 (verilog-end-of-statement, verilog-indent-declaration)
13024 (verilog-get-lineup-indent): Remove trailing whitespace.
13025 (verilog-mode): Fix autoload cookie.
13026 Set beginning-of-defun-function and end-of-defun-function. Use when
13027 instead of if.
13028 (verilog-emacs-features, verilog-auto-ascii-enum)
13029 (verilog-insert-indices): Escape braces in doc strings.
13030
13031 2007-12-08 Michael McNamara <mac@verilog.com>
13032 Wilson Snyder <wsnyder@wsnyder.org>
13033
13034 * progmodes/verilog-mode.el: New file.
13035
13036 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
13037
13038 * international/latexenc.el (latexenc-find-file-coding-system):
13039 If both coding-system-for-write and buffer-file-coding-system of
13040 latex-main-file are nil, use `undecided'.
13041
13042 2007-12-06 Jason Rumney <jasonr@gnu.org>
13043
13044 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
13045
13046 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
13047
13048 * files.el (revert-buffer): Docstring fix.
13049
13050 2007-12-11 Glenn Morris <rgm@gnu.org>
13051
13052 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
13053
13054 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
13055
13056 * calc/calc-aent.el (math-restore-underscores)
13057 (math-string-restore-underscores): New functions.
13058 (math-read-factor): Properly check variable names with underscores
13059 for entries in `math-expr-variable-mapping'.
13060
13061 * calc/calc-lang.el (math-lang-name): New property name.
13062
13063 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
13064 to set language name.
13065
13066 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13067
13068 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13069
13070 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
13071
13072 * server.el (server-select-display): Fix important typo.
13073 (server-process-filter): Turn a "" display into nil.
13074
13075 2007-12-09 Juri Linkov <juri@jurta.org>
13076
13077 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
13078 Check search-upper-case before calling isearch-no-upper-case-p
13079 to set case-fold-search.
13080 (occur): Doc fix.
13081 (occur-1, perform-replace): Check search-upper-case before calling
13082 isearch-no-upper-case-p to set case-fold-search.
13083
13084 * isearch.el (search-upper-case): Doc fix.
13085 (isearch-mode-map): Bind `M-s o' to isearch-occur.
13086 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
13087 (isearch-query-replace-regexp): Doc fix.
13088 (isearch-occur): New function.
13089
13090 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13091
13092 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
13093 backward compatibility.
13094
13095 * net/imap.el (imap-string-to-integer): New function.
13096
13097 2007-12-09 David Kastrup <dak@gnu.org>
13098
13099 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
13100 directories. Not sure anybody uses this anymore, though.
13101
13102 2007-12-09 Glenn Morris <rgm@gnu.org>
13103
13104 * emulation/viper-init.el (top-level): Use dolist rather than mapc
13105 in make-variable-frame-local call.
13106
13107 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
13108
13109 * mail/hashcash.el (declare-function):
13110 * net/imap.el (declare-function): New no-op macro for backward
13111 compatibility.
13112
13113 2007-12-08 Eli Zaretskii <eliz@gnu.org>
13114
13115 Sync makefile.w32-in with Makefile.in.
13116
13117 * makefile.w32-in (check-declare): New target.
13118 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
13119 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
13120 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
13121 ($(lisp)/progmodes/cc-mode.elc): Use it.
13122 ($(lisp)/progmodes/cc-mode.elc): New rule.
13123
13124 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
13125
13126 * indent.el (tab-stop-list): Mark as safe-local-variable.
13127
13128 * generic-x.el (etc-sudoers-generic-mode): New mode.
13129 (generic-unix-modes): Add it.
13130
13131 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
13132
13133 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
13134 apply wildcards in a hash table key; there is no usable hash code then.
13135 (dbus-registered-functions-table): Use `equal' as test function.
13136 (dbus-name-owner-changed-handler): Rewrite due to new hash table
13137 structure.
13138
13139 2007-12-08 Martin Rudalics <rudalics@gmx.at>
13140
13141 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
13142 bound error in block comment branch.
13143
13144 2007-12-08 David Kastrup <dak@gnu.org>
13145
13146 * textmodes/reftex.el (reftex-select-with-char):
13147 * textmodes/reftex-toc.el (reftex-toc-do-promote)
13148 (reftex-toc-visit-location, reftex-toc-find-section):
13149 * textmodes/reftex-index.el (reftex-index-show-entry):
13150 * textmodes/org.el (org-cycle-hide-archived-subtrees)
13151 (org-table-rotate-recalc-marks, org-mark-ring-push)
13152 (org-follow-info-link, org-mhe-get-message-folder-from-index)
13153 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
13154 (org-evaluate-time-range, org-edit-agenda-file-list):
13155 * textmodes/artist.el (artist-select-next-op-in-list)
13156 (artist-select-prev-op-in-list):
13157 * term/mac-win.el (mac-service-insert-text):
13158 * startup.el (fancy-about-screen):
13159 * progmodes/vhdl-mode.el (vhdl-decision-query):
13160 * progmodes/idlwave.el (idlwave-template)
13161 (idlwave-scroll-completions, idlwave-display-completion-list):
13162 * progmodes/ebrowse.el (ebrowse-show-progress):
13163 * progmodes/cperl-mode.el (cperl-find-pods-heres):
13164 * progmodes/antlr-mode.el (antlr-insert-option-do):
13165 * play/mpuz.el (mpuz-close-game):
13166 * net/rcirc.el (rcirc-next-active-buffer):
13167 * mail/reporter.el (reporter-update-status):
13168 * kmacro.el (kmacro-display):
13169 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
13170 * emulation/viper-util.el (viper-save-setting):
13171 * emacs-lisp/lisp-mnt.el (lm-verify):
13172 * emacs-lisp/edebug.el (edebug-set-mode):
13173 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
13174 * calendar/calendar.el (calendar-print-day-of-year):
13175 * calc/calcalg3.el (calc-curve-fit):
13176 * calc/calcalg2.el (math-integral):
13177 * calc/calc.el (calc-read-key-sequence, calc-version):
13178 * calc/calc-mode.el (calc-set-simplify-mode):
13179 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
13180
13181 2007-12-07 D. Goel <deego3@gmail.com>
13182
13183 * progmodes/idlw-shell.el (idlwave-shell-display-line)
13184 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
13185 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
13186 * mail/uce.el (uce-reply-to-uce)
13187 * progmodes/vhdl-mode.el (vhdl-template-modify)
13188 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
13189 to `error' (as suggested by RMS.)
13190
13191 2007-12-07 Glenn Morris <rgm@gnu.org>
13192
13193 * allout.el (allout-write-file-hook-handler):
13194 * textmodes/reftex.el (reftex-TeX-master-file):
13195 * textmodes/reftex-parse.el (reftex-short-context):
13196 Revert previous change.
13197
13198 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
13199
13200 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
13201 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
13202 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
13203 (dbus-event-service-name, dbus-event-path-name)
13204 (dbus-event-interface-name, dbus-event-member-name): Fix for new
13205 event structure.
13206 (dbus-list-activatable-names, dbus-list-names)
13207 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
13208 Reorder `dbus-call-method' arguments.
13209
13210 2007-12-06 D. Goel <deego3@gmail.com>
13211
13212 * allout.el (allout-write-file-hook-handler):
13213 * textmodes/reftex.el (reftex-TeX-master-file):
13214 * textmodes/org.el (org-paste-subtree):
13215 * progmodes/vhdl-mode.el (vhdl-template-modify):
13216 * progmodes/idlw-shell.el (idlwave-shell-send-command)
13217 (idlwave-shell-display-line):
13218 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
13219 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13220 * net/trampver.el (x):
13221 * mail/uce.el (uce-reply-to-uce):
13222 * mail/rmailout.el (rmail-output):
13223 * mail/feedmail.el (feedmail-dump-message-to-queue):
13224 * whitespace.el (whitespace-write-file-hook):
13225 * wdired.el (wdired-check-kill-buffer):
13226 * vc.el (vc-update):
13227 * vc-mcvs.el (vc-mcvs-checkin):
13228 * vc-cvs.el (vc-cvs-checkin):
13229 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
13230 * ibuffer.el (ibuffer-current-buffer):
13231 * dired.el (dired-move-to-end-of-filename):
13232 * bindings.el (complete-symbol):
13233 * textmodes/org-publish.el (org-publish-file):
13234 (org-publish-current-project):
13235 * textmodes/reftex-parse.el (reftex-short-context):
13236 * textmodes/texinfmt.el: Fix buggy calls to `error'.
13237
13238 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13239
13240 * doc-view.el (doc-view-dvi->pdf-sentinel)
13241 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
13242 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
13243 within a sentinel or timer.
13244 (doc-view-display): Don't try to display before the requested page
13245 is available, unless told to do so explicitly.
13246 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
13247 Force display even if the requested page is not available.
13248
13249 2007-12-06 Richard Stallman <rms@gnu.org>
13250
13251 * help-fns.el (describe-function-1): Call ad-get-advice-info
13252 only on symbols.
13253
13254 2007-12-06 Glenn Morris <rgm@gnu.org>
13255
13256 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
13257 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
13258 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
13259 faces in non-light-background case.
13260
13261 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
13262 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
13263 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
13264 * emulation/vi.el, emulation/viper-cmd.el:
13265 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
13266 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
13267 * textmodes/fill.el: Remove directory part from filenames in
13268 function declarations.
13269
13270 * dired-aux.el (mailcap-mime-info): Update declaration.
13271
13272 2007-12-05 Richard Stallman <rms@gnu.org>
13273
13274 * wid-edit.el (widget-type): Doc fix.
13275
13276 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
13277
13278 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13279 Don't match "sub { (...) ... }".
13280
13281 2007-12-05 Richard Stallman <rms@gnu.org>
13282
13283 * international/mule-cmds.el (toggle-input-method-active): New var.
13284 (toggle-input-method): Bind toggle-input-method-active to t.
13285 Error if it was already non-nil.
13286
13287 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
13288
13289 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13290
13291 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
13292
13293 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
13294 see if certs should be verified and what is to be done in the
13295 event of a verification failure.
13296
13297 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
13298
13299 * net/tls.el (tls-program): Provide more custom choices from
13300 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
13301 (tls-process-connection-type, tls-success): Remove "*" in doc string.
13302 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13303 version. Minor improvement to doc strings.
13304 (tls-program): Add comment.
13305
13306 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
13307
13308 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13309 (tls-checktrust): New variable. Check if GNU TLS complained about a
13310 mismatch between the hostname provided in the certificate and the name
13311 of the host connnecting to.
13312 (open-tls-stream): Use them. Check certificates against trusted root
13313 certificates.
13314
13315 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
13316
13317 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13318 (imap-parse-status): Upcase status-att for broken servers that sends
13319 them lower-case (e.g., MS Exchange 2007).
13320
13321 2007-12-05 D. Goel <deego3@gmail.com>
13322
13323 * simple.el (undo):
13324 * image-dired.el (image-dired-display-thumb-properties):
13325 (image-dired-modify-mark-on-thumb-original-file):
13326 (image-dired-dired-display-properties):
13327 * help.el (help-window-display-message):
13328 * files.el (hack-local-variables-confirm):
13329 * ediff.el (ediff-version):
13330 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
13331 `message' and `error': Ensure that first arg is a format string.
13332
13333 * emacs-lisp/find-func.el (find-library-name): Prefer files with
13334 ".el" suffix over "".
13335
13336 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
13337
13338 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
13339 interface and member fields.
13340
13341 2007-12-05 Glenn Morris <rgm@gnu.org>
13342
13343 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
13344 (pcomplete-here): Autoload it.
13345
13346 * eshell/em-basic.el (print-func): No need to define for compiler.
13347
13348 * eshell/esh-cmd.el (eshell-debug-command):
13349 * eshell/esh-io.el (eshell-print): Move definitions before use.
13350
13351 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
13352
13353 * eshell/esh-util.el (top-level): Don't require pp.
13354 Use condition-case rather than ignore-errors.
13355
13356 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
13357
13358 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
13359 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
13360 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
13361 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
13362 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
13363 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
13364 * eshell/esh-util.el, eshell/eshell.el: Require individual files
13365 if needed when compiling, rather than esh-maint. Collect any
13366 require statements. Move provide statement to end. Move any
13367 commentary to start.
13368
13369 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
13370 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
13371 * eshell/esh-proc.el, eshell/esh-var.el:
13372 Require individual files if needed when compiling, rather than
13373 esh-maint. Collect any require statements. Leave provide at start.
13374 Move any commentary to start.
13375
13376 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13377 Remove declared function from byte-compile-noruntime-functions.
13378
13379 * ediff-util.el (ediff-version):
13380 * progmodes/python.el (compilation-shell-minor-mode):
13381 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
13382 (calendar-bahai-date-string, calendar-check-holidays)
13383 (calendar-chinese-date-string, calendar-coptic-date-string)
13384 (calendar-ethiopic-date-string, calendar-forward-day)
13385 (calendar-french-date-string, calendar-goto-date)
13386 (calendar-goto-today, calendar-hebrew-date-string)
13387 (calendar-islamic-date-string, calendar-iso-date-string)
13388 (calendar-julian-date-string, calendar-mayan-date-string)
13389 (calendar-persian-date-string, gnus-summary-last-subject)
13390 (parse-time-string, rmail-show-message): Declare as functions.
13391
13392 2007-12-05 Michael Olson <mwolson@gnu.org>
13393
13394 * textmodes/remember.el: Merge contents of remember-diary.el here,
13395 updating header. Add autoload cookie so that byte-compilation
13396 works without warning.
13397 (remember-diary-file): Default to nil, since diary might not yet
13398 be loaded at this point, which would deny us access to diary-file.
13399 (remember-diary-extract-entries): If remember-diary-file is nil,
13400 then use diary-file instead.
13401
13402 * textmodes/remember-diary.el: Remove, due to the issue of needing
13403 the first 8 characters of a filename to be unique.
13404
13405 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
13406
13407 * net/dbus.el (dbus-hash-table=): New defun.
13408 (dbus-hash-table-test): New hash table test function, used in
13409 `dbus-registered-functions-table'.
13410 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
13411 (dbus-event-service-name, dbus-event-path-name)
13412 (dbus-event-interface-name, dbus-event-member-name):
13413 Rewrite, due to new structure of `dbus-event'.
13414
13415 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
13416
13417 * ido.el (ido-save-history): Set the `coding' local
13418 variable in the first line of the file.
13419
13420 2007-12-04 Glenn Morris <rgm@gnu.org>
13421
13422 * password-cache.el: Move here from gnus/password.el.
13423 (top-level): Don't require cl when compiling.
13424 (password-read-and-add): Doc fix. Make obsolete.
13425
13426 * net/tramp.el: Require password-cache or password.
13427
13428 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
13429 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
13430 compiling.
13431 (cua-set-rectangle-mark): Add doc string to autoload.
13432 (cua--rectangle, cua--last-killed-rectangle)
13433 (cua--global-mark-active): Always define for compiler.
13434 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
13435 (cua--delete-rectangle, cua--insert-rectangle)
13436 (cua--rectangle-corner, cua--rectangle-assert)
13437 (cua--insert-at-global-mark, cua--global-mark-post-command):
13438 Declare as functions.
13439
13440 * emulation/cua-gmrk.el (top-level): Move provide to end.
13441
13442 * emulation/cua-rect.el (top-level): Move provide to end.
13443 Don't require cua-gmrk when compiling.
13444 (cua--cut-rectangle-to-global-mark)
13445 (cua--copy-rectangle-to-global-mark): Declare as functions.
13446
13447 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
13448 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
13449 (viper-vi-state-cursor-color):
13450 Consolidate make-variable-frame-local calls.
13451
13452 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
13453 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
13454 than bbdb-address-street1,2,3.
13455
13456 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
13457 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
13458
13459 2007-12-03 Karl Fogel <kfogel@red-bean.com>
13460
13461 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
13462 (save-place-alist-to-file, load-save-place-alist-from-file):
13463 Don't print non-error messages at all, there's really no need.
13464 Do print if there's a problem, and clarify message in that case.
13465
13466 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
13467
13468 * ediff-diff.el (ediff-prepare-error-list):
13469 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
13470
13471 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
13472
13473 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
13474 (doc-view-current-overlay, doc-view-pending-cache-flush):
13475 Add doc string.
13476
13477 2007-12-03 Richard Stallman <rms@gnu.org>
13478
13479 * subr.el (declare-function): Move from byte-run.el.
13480
13481 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
13482
13483 * window.el (recenter-top-bottom): Don't use `ecase'.
13484
13485 2007-12-02 Karl Fogel <kfogel@red-bean.com>
13486
13487 * saveplace.el (save-place-alist-to-file):
13488 Set coding-system-for-write once and refer to it throughout.
13489 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
13490
13491 2007-12-02 Karl Fogel <kfogel@red-bean.com>
13492
13493 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
13494 system when writing, and set it in the first-line file variables.
13495 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
13496 Juanma Barranquero.
13497
13498 2007-12-02 Glenn Morris <rgm@gnu.org>
13499
13500 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13501 Reverse branches of if statement.
13502
13503 * emulation/viper-cmd.el (top-level): Don't require advice.
13504 Don't load viper-util, viper-keym, viper-mous, viper-macs,
13505 viper-ex when compiling.
13506
13507 * emulation/viper-ex.el (top-level): Don't load viper-util,
13508 viper-keym when compiling.
13509
13510 * emulation/viper-init.el (top-level): Move provide statement to end.
13511
13512 * emulation/viper-keym.el (top-level): Don't load viper-util when
13513 compiling. Move provide statement to end.
13514
13515 * emulation/viper-macs.el (top-level): Don't load viper-util,
13516 viper-keym, viper-mous when compiling.
13517
13518 * emulation/viper-mous.el (top-level): Don't load viper-util when
13519 compiling.
13520
13521 * emulation/viper-util.el (top-level): Don't load viper-init when
13522 compiling.
13523
13524 * emulation/viper.el (top-level): Don't require ring.
13525 Don't load viper-init, viper-cmd when compiling.
13526
13527 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
13528 Move here from gnus/.
13529
13530 2007-12-02 Karl Fogel <kfogel@red-bean.com>
13531
13532 Offer option for saveplace to be quiet about loading and saving.
13533 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
13534
13535 * saveplace.el (save-place-quiet): New customizable boolean.
13536 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
13537 to determine whether to print loading/saving messages.
13538
13539 2007-12-02 Glenn Morris <rgm@gnu.org>
13540
13541 * mail/binhex.el: Move here from gnus/.
13542 (binhex): New custom group.
13543 (binhex-decoder-program, binhex-decoder-switches)
13544 (binhex-use-external): Move to the binhex custom group.
13545
13546 * mail/uudecode.el: Move here from gnus/.
13547 (uudecode): New custom group.
13548 (uudecode-decoder-program, uudecode-decoder-switches)
13549 (uudecode-use-external): Move to the uudecode custom group.
13550
13551 * net/netrc.el (top-level): Don't load `encrypt' features.
13552 (netrc-parse): Don't use encrypt.
13553 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13554
13555 * progmodes/python.el (top-level): Don't require cl when compiling.
13556
13557 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
13558
13559 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
13560 encoding for aspell process and for communication with it.
13561 Only add "-d" option if not already present.
13562 Use ispell-current-dictionary and ispell-current-personal-dictionary.
13563 General reorganization.
13564
13565 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
13566 encoding here.
13567 (ispell-start-process): Explicitly set encoding here if using aspell.
13568
13569 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
13570
13571 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
13572 function to log-edit.
13573
13574 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
13575
13576 * net/dbus.el: New file.
13577
13578 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
13579
13580 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
13581 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
13582 (calc-lang-parens-are-subscripts): New variables.
13583 (math-expr-special-function-mapping): Remove variable.
13584 (math-eqn-ignore-words, math-tex-ignore-words)
13585 (math-latex-ignore-words): Move to calc-lang.el.
13586
13587 * calc/calc-lang.el (math-compose-vector, math-compose-var)
13588 (math-tex-expr-is-flat): Declare as functions.
13589 (calc-lang-slash-idiv, calc-lang-allow-underscores)
13590 (math-comp-left-bracket, math-comp-right-bracket)
13591 (math-comp-comma, math-comp-vector-prec): Declare as variables.
13592 (math-var-formatter, math-matrix-formatter)
13593 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
13594 (math-punc-table, math-compose-subscr, math-dots)
13595 (math-func-formatter): New property names to store language
13596 specific information.
13597 (math-compose-tex-var, math-compose-tex-intv)
13598 (math-compose-maple-intv, math-compose-eqn-intv)
13599 (math-compose-tex-sum, math-compose-tex-func)
13600 (math-compose-tex-intv): New functions.
13601 (math-eqn-ignore-words, math-tex-ignore-words)
13602 (math-latex-ignore-words): Move from calc.el.
13603 (math-special-function-table): Add entries for tex.
13604 (calc-lang-slash-idiv, calc-lang-allows-underscores):
13605 New variables.
13606 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
13607 (math-compose-tex-matrix, math-compose-eqn-matrix)
13608 (math-eqn-special-functions): Move from calccomp.el.
13609
13610 * calc/calccomp.el (math-compose-var): New function.
13611 (math-compose-expr): Allow more special functions to be used.
13612 Change test for formatting fractions. Use variables and property
13613 names to help with language specific formatting.
13614 (math-compose-tex-matrix, math-compose-eqn-matrix)
13615 (math-eqn-special-functions): Move to calc-lang.el.
13616 (math-compose-rows): Use property names to help with language
13617 specific formatting.
13618
13619 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
13620 into nested subscripts.
13621 (math-read-token): Use variables and property names to help with
13622 language specific parsing.
13623 (math-read-expression-level): Use variables to help with language
13624 specific parsing.
13625
13626 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13627
13628 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
13629 (archive-rar-summarize): Allow the file name to be passed as argument.
13630 Remove unused vars `header' and `footer'.
13631 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
13632
13633 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
13634
13635 * log-edit.el (log-edit-show-diff): New function.
13636 (log-edit-mode-map, log-edit-menu): Bind it.
13637 (log-edit-diff-function): New variable.
13638 (log-edit): Change the 3rd param to be an alist and accept a
13639 function that computes a diff for the files involved.
13640
13641 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
13642
13643 2007-12-01 Martin Rudalics <rudalics@gmx.at>
13644
13645 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
13646 wrap next-/previous-line in with-no-warnings.
13647
13648 2007-12-01 Glenn Morris <rgm@gnu.org>
13649
13650 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
13651
13652 * net/dig.el: Move here from gnus/.
13653 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
13654
13655 * net/dns.el: Move here from gnus/.
13656 (top-level): Don't require mm-util, or cl when compiling.
13657 (dns-write-name, dns-read, dns-read-type, query-dns):
13658 Replace mm-with-unibyte-buffer with its expansion.
13659 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
13660
13661 * progmodes/gdb-ui.el (gud-remove, gud-break):
13662 * progmodes/gud.el (gdb-create-define-alist)
13663 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
13664 (hl-line-highlight, gdb-display-source-buffer)
13665 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
13666 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
13667
13668 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
13669
13670 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
13671 Move args on defun line.
13672
13673 * textmodes/org.el (org-calendar-holiday):
13674 Use calendar-check-holidays instead of the obsolete
13675 check-calendar-holidays.
13676 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
13677 (bbdb-company, bbdb-current-record, bbdb-name)
13678 (bbdb-record-getprop, bbdb-record-name)
13679 (bibtex-beginning-of-entry, bibtex-generate-autokey)
13680 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
13681 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
13682 (mh-find-path, mh-get-header-field, mh-get-msg-num)
13683 (mh-header-display, mh-index-previous-folder)
13684 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
13685 (mh-show-buffer-message-number, mh-show-header-display)
13686 (mh-show-msg, mh-show-show, mh-visit-folder)
13687 (org-export-latex-cleaned-string, remember)
13688 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
13689 (rmail-what-message, elmo-folder-exists-p)
13690 (elmo-message-entity-field, elmo-message-field)
13691 (vm-beginning-of-message, vm-follow-summary-cursor)
13692 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
13693 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
13694 (vm-summarize, wl-folder-get-elmo-folder)
13695 (wl-summary-goto-folder-subr)
13696 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
13697 (wl-summary-line-subject, wl-summary-message-number)
13698 (wl-summary-redisplay): Declare as functions.
13699
13700 2007-11-30 Martin Rudalics <rudalics@gmx.at>
13701
13702 * longlines.el (longlines-show-hard-newlines): Remove handling of
13703 buffer-undo-list and buffer-modified status.
13704 (longlines-show-region, longlines-unshow-hard-newlines):
13705 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
13706 inhibit-modification-hooks here to avoid that a buffer appears
13707 modified when toggling visibility of hard newlines.
13708
13709 2007-11-30 Glenn Morris <rgm@gnu.org>
13710
13711 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
13712
13713 * progmodes/idlw-complete-structtag.el
13714 (idlwave-sintern-structtag):
13715 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
13716 (idlwave-sintern-sysvartag):
13717 * progmodes/idlwave.el (idlwave-sintern-class-tag)
13718 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
13719 functions.
13720
13721 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
13722
13723 * textmodes/reftex-index.el (texmathp):
13724 * textmodes/reftex-auc.el (TeX-argument-insert)
13725 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
13726 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
13727 (LaTeX-label-list):
13728 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
13729 (rng-clear-conditional-region, rng-do-some-validation): Declare as
13730 functions.
13731 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
13732
13733 2007-11-30 Glenn Morris <rgm@gnu.org>
13734
13735 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
13736 argument and document it.
13737
13738 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13739 Third argument to declare-function must be a list to specify arglist.
13740
13741 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
13742 Handle declare-function third argument `t' and fourth argument.
13743 (check-declare-verify): Doc fix. Handle `fileonly' case.
13744 Use progn rather than prog1.
13745
13746 * desktop.el (uniquify-item-base):
13747 * term/mac-win.el (url-type): Declare as functions.
13748
13749 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
13750 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
13751 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
13752 fourth arg to declare-function.
13753
13754 * play/dunnet.el: Don't require cl when compiling.
13755 (byte-compile-warnings): Set via file local variables.
13756 (dun-parse): Let-bind `beg' and `line'.
13757
13758 2007-11-29 Alexandre Julliard <julliard@winehq.org>
13759
13760 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
13761
13762 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
13763
13764 * calendar/time-date.el (encode-time-value): Doc fix.
13765
13766 2007-11-29 Glenn Morris <rgm@gnu.org>
13767
13768 * calendar/time-date.el (with-decoded-time-value): Doc fix.
13769
13770 * textmodes/css-mode.el (prog-mode): Remove.
13771 (css-mode): Derive from fundamental-mode rather than prog-mode.
13772
13773 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13774
13775 * emacs-lisp/check-declare.el (check-declare-locate)
13776 (check-declare-verify): Handle `external' files.
13777 (check-declare-errmsg): New function.
13778 (check-declare-verify, check-declare-file, check-declare-directory):
13779 Use check-declare-errmsg to report the number of problems.
13780
13781 * ffap.el (w3-view-this-url)
13782 * mail/mspools.el (vm-visit-folder)
13783 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
13784 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
13785 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
13786 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
13787 (bbdb-records)
13788 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
13789 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
13790 (sasl-make-client, sasl-next-step, sasl-step-data)
13791 (sasl-step-set-data)
13792 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
13793 (htmlr-step): Declare as functions.
13794
13795 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
13796 Use bbdb-address-zip rather than bbdb-address-zip-string.
13797
13798 2007-11-28 Richard Stallman <rms@gnu.org>
13799
13800 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
13801 Move here from gnus/.
13802
13803 2007-11-28 Martin Rudalics <rudalics@gmx.at>
13804
13805 * newcomment.el (comment-region-internal): Fix newline insertion
13806 in `block' case.
13807
13808 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13809
13810 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
13811
13812 2007-11-28 Glenn Morris <rgm@gnu.org>
13813
13814 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
13815 delete .elc files.
13816
13817 * nxml/char-name/unicode: Move to etc/nxml/.
13818 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
13819
13820 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
13821 Declare as a function.
13822
13823 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
13824 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
13825 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
13826
13827 * nxml/nxml-outln.el (nxml-token-start-tag-p)
13828 (nxml-token-end-tag-p): Move definitions before use.
13829
13830 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
13831
13832 * nxml/nxml-uchnm.el (top-level)
13833 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
13834 (nxml-enabled-unicode-blocks): Add custom group.
13835
13836 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
13837 Use string-to-number rather than string-to-int.
13838
13839 * dired-x.el (dired-omit-old-add-entry): Declare as function.
13840 Move definition before use.
13841 (dired-old-find-buffer-nocreate): Declare as function.
13842
13843 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
13844 (check-declare-verify): Handle fset.
13845
13846 * emulation/edt.el (edt-user-emulation-setup):
13847 Test edt-setup-user-bindings is bound before calling.
13848
13849 * emulation/tpu-edt.el: Don't require cl when compiling.
13850 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
13851 (tpu-edt-off): Use condition-case rather than ignore-errors.
13852 Use with-no-warnings.
13853
13854 * eshell/esh-util.el (top-level): Use require rather than load for
13855 ange-ftp.
13856
13857 * mail/supercite.el (sc-version): Redefine as an alias for
13858 emacs-version.
13859 (sc-help-address): Remove.
13860 (sc-version): Use emacs-version rather than sc-version.
13861 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
13862
13863 * net/socks.el (socks-original-open-network-stream): Declare as
13864 function. Move definition before use.
13865
13866 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
13867
13868 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
13869 (math-make-frac): Declare as functions.
13870
13871 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
13872
13873 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
13874 Pacify byte compiler.
13875 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
13876
13877 * progmodes/idlwave.el (idlwave-shell-get-path-info)
13878 (idlwave-shell-temp-file, idlwave-shell-is-running)
13879 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
13880 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
13881 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
13882 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
13883 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
13884 (idlwave-completing-read, idlwave-current-routine)
13885 (idlwave-downcase-safe, idlwave-entry-find-keyword)
13886 (idlwave-expand-keyword, idlwave-find-class-definition)
13887 (idlwave-find-inherited-class, idlwave-find-struct-tag)
13888 (idlwave-get-buffer-visiting, idlwave-in-quote)
13889 (idlwave-make-full-name, idlwave-members-only)
13890 (idlwave-popup-select, idlwave-routine-source-file)
13891 (idlwave-routines, idlwave-sintern-class)
13892 (idlwave-sintern-keyword, idlwave-sintern-method)
13893 (idlwave-sintern-routine-or-method)
13894 (idlwave-substitute-link-target, idlwave-sys-dir)
13895 (idlwave-this-word, idlwave-what-module-find-class)
13896 (idlwave-where):
13897 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
13898 * mail/uce.el (rmail-msg-is-pruned)
13899 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
13900 (rmail-toggle-header):
13901 * mail/sendmail.el (dired-view-file, dired-get-filename):
13902 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
13903 (rmail-display-labels, rmail-msgbeg)
13904 (rmail-set-message-deleted-p, rmail-message-labels-p)
13905 (rmail-show-message, mail-comma-list-regexp)
13906 (mail-parse-comma-list):
13907 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
13908 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
13909 (rfc822-addresses, mail-abbrev-make-syntax-table)
13910 (mail-sendmail-delimit-header, mail-header-end):
13911 * mail/hashcash.el (message-narrow-to-headers-or-head)
13912 (message-fetch-field, message-goto-eoh)
13913 (message-narrow-to-headers):
13914 * vc.el (view-mode-exit): Declare as functions.
13915
13916 * mail/vms-pmail.el:
13917 * vmsproc.el:
13918 * vms-patch.el: Don't byte compile these files, they don't work.
13919
13920 2007-11-27 Glenn Morris <rgm@gnu.org>
13921
13922 * calc/calc-ext.el (math-read-big-rec):
13923 * calc/calc-nlfit.el (math-map-binop):
13924 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
13925
13926 * eshell/eshell.el (eshell-report-bug): Add version number of
13927 obsolescence.
13928
13929 * emulation/viper.el, emulation/viper-util.el,
13930 emulation/viper-macs.el, emulation/viper-keym.el,
13931 emulation/viper-ex.el, emulation/viper-cmd.el:
13932 Load viper-*.el files silently.
13933
13934 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
13935 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
13936 Load ediff-*.el files silently.
13937
13938 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
13939 compiling.
13940 (Info-goto-node): Declare as a function.
13941
13942 * ediff-init.el: Don't load ange-ftp when compiling.
13943 * ediff-util.el: Don't load reporter when compiling.
13944
13945 * ediff-wind.el (ediff-display-pixel-width)
13946 (ediff-display-pixel-height):
13947 * generic-x.el (ini-generic-mode):
13948 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
13949 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
13950 (ps-mule-initialize, ps-mule-begin-job):
13951 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
13952 (mark-calendar-days-named):
13953 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
13954 (add-to-diary-list, diary-name-pattern)
13955 (mark-calendar-days-named):
13956 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
13957 (mark-calendar-days-named):
13958 * calendar/cal-x.el (make-fancy-diary-buffer):
13959 * calendar/holidays.el (calendar-absolute-from-julian):
13960 * calendar/todo-mode.el (calendar-current-date):
13961 * calendar/cal-menu.el (calendar-increment-month)
13962 (calendar-month-name, extract-calendar-year)
13963 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
13964 (calendar-current-date, calendar-cursor-holidays)
13965 (calendar-date-string, insert-diary-entry, calendar-set-mark)
13966 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13967 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13968 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
13969 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
13970 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
13971 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
13972 (calendar-day-of-year-string, calendar-iso-date-string)
13973 (calendar-julian-date-string, calendar-astro-date-string)
13974 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
13975 (calendar-persian-date-string, calendar-bahai-date-string)
13976 (calendar-islamic-date-string, calendar-chinese-date-string)
13977 (calendar-coptic-date-string, calendar-ethiopic-date-string)
13978 (calendar-french-date-string, calendar-mayan-date-string)
13979 (calendar-print-chinese-date, calendar-goto-date):
13980 Declare as functions.
13981
13982 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
13983 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
13984
13985 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
13986 aliases for report-emacs-bug.
13987 (gnus-summary-select-article, gnus-configure-windows): Declare as
13988 functions.
13989
13990 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
13991 compiler.
13992
13993 * pgg.el (pgg-clear-string): Declare as a function.
13994 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
13995 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
13996
13997 * emacs-lisp/check-declare.el (check-declare-locate):
13998 Handle compressed files.
13999 (check-declare-verify): Handle define-generic-mode,
14000 define-global(ized)-minor-mode, define-obsolete-function-alias.
14001
14002 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
14003
14004 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
14005 algebraic modes.
14006
14007 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
14008 (math-is-true, calc-explain-why, calc-alg-edit)
14009 (math-composite-inequalities, math-flatten-lands)
14010 (math-multi-subst, calcFunc-vmatches, math-simplify)
14011 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
14012 (math-read-string, math-read-brackets, math-read-angle-brackets):
14013 Declare as functions.
14014
14015 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
14016 (calc-fit-bell-shaped-logistic-curve)
14017 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
14018 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
14019 (math-max-list): Declare as functions.
14020 (math-map-binop): New function.
14021 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
14022
14023 * calc/calc.el (calc-set-language, calc-edit-finish)
14024 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
14025 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
14026 (math-lessp, calc-embedded-finish-command)
14027 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
14028 (calc-push-list-in-macro, calc-replace-selections)
14029 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
14030 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
14031 (calc-embedded-stack-change, calc-refresh-evaltos)
14032 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
14033 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
14034 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
14035 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
14036 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
14037 (math-dimension-error, calc-incomplete-error, math-float-fancy)
14038 (math-neg-fancy, math-zerop, calc-add-fractions)
14039 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
14040 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
14041 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
14042 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
14043 (math-compose-expr, math-comp-width, math-composition-to-string)
14044 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
14045 (math-adjust-fraction, math-format-binary, math-format-radix)
14046 (math-group-float, math-mod, math-format-number-fancy)
14047 (math-format-bignum-fancy, math-read-number-fancy)
14048 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
14049 (calc-do-embedded-activate, math-do-defmath)
14050 (calc-load-everything): Declare as functions.
14051
14052 * calc/calc-ext.el (math-clip, math-round, math-simplify)
14053 (math-simplify-extended, math-simplify-units, calc-set-language)
14054 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
14055 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
14056 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
14057 (math-normalize-hms, math-normalize-mod, math-make-sdev)
14058 (math-make-intv, math-normalize-logical-op, math-possible-signs)
14059 (math-infinite-dir, math-calcFunc-to-var)
14060 (calc-embedded-evaluate-expr, math-known-nonzerop)
14061 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
14062 (math-format-date, math-vector-is-string, math-vector-to-string)
14063 (math-format-radix-float, math-compose-expr, math-abs)
14064 (math-format-bignum-binary, math-format-bignum-octal)
14065 (math-format-bignum-hex, math-format-bignum-radix)
14066 (math-compute-max-digits): Declare as functions.
14067 (math-provably-realp): Fix typo.
14068
14069 * calc/calc-forms.el (calendar-current-time-zone)
14070 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
14071 functions.
14072
14073 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
14074
14075 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
14076 Declare as functions.
14077
14078 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
14079 (math-posp, math-compare, math-bignum, math-compare-bignum):
14080 Declare as functions.
14081
14082 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
14083 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
14084 (calc-explain-why, calc-clear-command-flag)
14085 (calc-roll-down-with-selections, calc-roll-up-with-selections)
14086 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
14087 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
14088 (math-trunc-special, math-trunc-fancy, math-floor-special)
14089 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
14090 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
14091 (math-pow-zero, math-pow-fancy): Declare as functions.
14092
14093 * calc/calc-mode.el (calc-embedded-save-original-modes):
14094 Declare as a function.
14095
14096 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
14097 Declare as functions.
14098 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
14099 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
14100 Replace `mapcar*' by `math-map-binop'.
14101 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
14102
14103 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
14104 (math-read-expr-level): Declare as functions.
14105
14106 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
14107
14108 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14109
14110 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
14111 end-of-defun-function is called consistently, even for negative
14112 arguments.
14113 (end-of-defun-function): Default to forward-sexp.
14114
14115 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
14116
14117 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14118
14119 2007-11-26 Glenn Morris <rgm@gnu.org>
14120
14121 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
14122 than :suffix.
14123
14124 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
14125
14126 2007-11-26 Simon Josefsson <simon@josefsson.org>
14127
14128 * net/imap.el: Move from ../gnus.
14129
14130 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14131
14132 * doc-view.el (doc-view-mode-p): New function.
14133
14134 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
14135
14136 * mail/mspools.el (rmail-get-new-mail):
14137 * mail/reporter.el (mail-position-on-field, mail-text):
14138 * mail/rmail.el (mail-position-on-field, mail-text-start)
14139 (rmail-update-summary):
14140 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
14141 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
14142 * mail/rmailout.el (rmail-update-summary):
14143 * mail/rmailsort.el (rmail-update-summary):
14144 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
14145 (dired-view-file):
14146 * mail/uce.el (mail-strip-quoted-names):
14147 * mail/undigest.el (rmail-update-summary):
14148 * mail/unrmail.el (mail-strip-quoted-names):
14149 * ediff.el (diff-latest-backup-file): Declare as functions.
14150
14151 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
14152 (kill-to-end-of-line):
14153 * obsolete/rnews.el (news-set-minor-modes):
14154 Remove non working functions.
14155
14156 2007-11-25 Glenn Morris <rgm@gnu.org>
14157
14158 * eshell/esh-maint.el (top-level): Use require with NOERROR for
14159 pcomplete. Don't mess with load-path.
14160
14161 * eshell/eshell.el (eshell-report-bug-address): Remove.
14162 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
14163
14164 2007-11-24 Glenn Morris <rgm@gnu.org>
14165
14166 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
14167 (appt-disp-window): Don't require electric.
14168 Simplify minibuffer-avoidance code.
14169 (appt-select-lowest-window): Avoid minibuffer.
14170
14171 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
14172 (esh-mode): Require it.
14173 (esh-util): Use require rather than featurep and load.
14174 (eshell): No need to test if eshell-mode is bound; remove obsolete
14175 reference to eshell-auto.
14176 (eshell-command, eshell-command-result): Don't require esh-mode
14177 now that the file does.
14178 (top-level): Move provide statement to the end of the file.
14179 Re-order and update commentary.
14180
14181 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
14182
14183 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
14184 (vc-annotate-toggle-annotation-visibility): New command.
14185 (vc-annotate-mode-map): Bind "V" to it.
14186 (vc-annotate-mode-menu): Add entry for it.
14187 (vc-annotate-get-time-set-line-props): New func.
14188 (vc-annotate-display-autoscale)
14189 (vc-annotate-display-difference): Use it.
14190
14191 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
14192 Also, match one space at end of annotation text, after last paren.
14193
14194 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
14195
14196 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
14197 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
14198 `tramp-completion-mode'.
14199
14200 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
14201
14202 * vc-git.el (vc-git-show-log-entry): New func.
14203
14204 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
14205 (vc-git-state): Use vc-git--call.
14206 (vc-git-registered, vc-git-working-revision)
14207 (vc-git-previous-revision, vc-git-next-revision)
14208 (vc-git--run-command-string, vc-git-symbolic-commit):
14209 Use vc-git--out-ok.
14210
14211 2007-11-24 Glenn Morris <rgm@gnu.org>
14212
14213 * emacs-lisp/byte-run.el (declare-function): Doc fix.
14214
14215 2007-11-24 Kenichi Handa <handa@m17n.org>
14216
14217 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
14218
14219 2007-11-23 David Kastrup <dak@gnu.org>
14220
14221 * server.el (server-process-filter): Use `command-line-args-left'.
14222
14223 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
14224
14225 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
14226
14227 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
14228
14229 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
14230 buffer if the parent buffer is in vc-dired-mode.
14231
14232 2007-11-23 Mark A. Hershberger <mah@everybody.org>
14233
14234 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
14235
14236 2007-11-23 Juri Linkov <juri@jurta.org>
14237
14238 * dired.el (dired-read-dir-and-switches): For C-x d, set the
14239 value for M-n to the visited file name of the current buffer.
14240 Use minibuffer-with-setup-hook to set minibuffer-default to
14241 buffer-file-name inside read-file-name.
14242
14243 * man.el (Man-getpage-in-background): Don't disregard user option
14244 `Man-width' on non-window systems. Remove test for `window-system'
14245 around setting envvar "COLUMNS" depending on the value of `Man-width'.
14246
14247 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
14248 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
14249 of "--color=always".
14250
14251 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14252
14253 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
14254 beginning-of-defun-function.
14255
14256 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14257
14258 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
14259
14260 2007-11-22 Glenn Morris <rgm@gnu.org>
14261
14262 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
14263
14264 * emacs-lisp/check-declare.el (check-declare-locate): New function.
14265 (check-declare-scan): Use check-declare-locate.
14266 (check-declare-verify): No longer adjust fnfile, now
14267 check-declare-locate does it.
14268
14269 * emacs-lisp/byte-run.el (declare-function): Doc fix.
14270
14271 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14272
14273 * subr.el (posn-col-row): Make the `default-value' use explicit.
14274
14275 * window.el (balance-windows): Remove unused var `counter'.
14276 (bw-balance-sub): Remove unused var `lastchild'.
14277 (split-window-vertically): Remove unused var `switch'.
14278 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
14279
14280 * emacs-lisp/bytecomp.el
14281 (byte-compile-file-form-custom-declare-variable): Simplify.
14282
14283 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14284
14285 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
14286 Set `show-trailing-whitespace' to nil.
14287
14288 * dired.el (make-symbolic-link):
14289 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
14290 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
14291 * dired-x.el (make-symbolic-link):
14292 * frame.el (x-initialize-window-system):
14293 * menu-bar.el (x-menu-bar-open):
14294 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
14295 (x-store-cut-buffer-internal):
14296 * wdired.el (make-symbolic-link):
14297 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
14298 (x-send-client-message):
14299 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
14300
14301 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
14302
14303 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
14304
14305 2007-11-22 Glenn Morris <rgm@gnu.org>
14306
14307 * dos-fns.el (int86):
14308 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
14309
14310 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
14311
14312 * calendar/holidays.el (holiday-list): Add autoload cookie.
14313
14314 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
14315 files relative to src/ directory.
14316 (check-declare-verify): Handle .c files. Warn if could not find
14317 an arglist to check.
14318
14319 * emacs-lisp/byte-run.el (declare-function): Doc fix.
14320
14321 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
14322
14323 * replace.el (occur-mode-map): Add a major mode menu with entries
14324 for all occur operations.
14325
14326 * international/titdic-cnv.el (dos-8+3-filename):
14327 * obsolete/fast-lock.el (msdos-long-file-names):
14328 * frame.el (msdos-mouse-p):
14329 * files.el (msdos-long-file-names, w32-long-file-name):
14330 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
14331 (mac-resume-apple-event, mac-font-panel-mode)
14332 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
14333 (mac-clear-font-name-table):
14334 * term/pc-win.el (msdos-remember-default-colors)
14335 (w16-set-clipboard-data, w16-get-clipboard-data):
14336 * term/w32-win.el (w32-send-sys-command, w32-select-font)
14337 (set-message-beep):
14338 * net/browse-url.el (w32-shell-execute):
14339 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
14340 (w32-get-locale-info, w32-get-valid-locale-ids)
14341 (w32-set-clipboard-data):
14342 * dos-fns.el (int86, msdos-long-file-names):
14343 * dos-w32.el (default-printer-name): Declare as functions.
14344
14345 2007-11-21 Jason Rumney <jasonr@gnu.org>
14346
14347 * emacs-lisp/byte-run.el (declare-function): Return nil.
14348
14349 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14350
14351 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
14352
14353 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
14354
14355 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
14356
14357 2007-11-21 Glenn Morris <rgm@gnu.org>
14358
14359 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
14360 for now. Handle define-minor-mode, and defalias (with no argument
14361 checking).
14362
14363 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
14364
14365 * frame.el (msdos-mouse-p):
14366 * files.el (msdos-long-file-names, w32-long-file-name):
14367 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
14368 (mac-resume-apple-event, mac-font-panel-mode)
14369 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
14370 (mac-clear-font-name-table):
14371 * term/pc-win.el (msdos-remember-default-colors)
14372 (w16-set-clipboard-data, w16-get-clipboard-data):
14373 * term/w32-win.el (w32-send-sys-command, w32-select-font)
14374 (set-message-beep):
14375 * net/browse-url.el (w32-shell-execute):
14376 * dos-fns.el (int86, msdos-long-file-names):
14377 * dos-w32.el (default-printer-name): Undo previous change.
14378
14379 2007-11-21 Eli Zaretskii <eliz@gnu.org>
14380
14381 * international/mule-cmds.el (set-locale-environment):
14382 Set default-file-name-coding-system _after_ keyboard and terminal
14383 coding systems. This fixes last change.
14384
14385 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
14386 one space after "Subject:".
14387
14388 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14389
14390 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
14391 in order to determine if there's a conflict.
14392
14393 2007-11-21 Richard Stallman <rms@gnu.org>
14394
14395 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
14396
14397 * reposition.el (reposition-window):
14398 Binding C-M-l moved to bindings.el.
14399
14400 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
14401
14402 * add-log.el (add-change-log-entry-other-window):
14403 Key binding C-x 4 a moved to bindings.el.
14404
14405 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
14406 from filecache.el.
14407
14408 * filecache.el: Minibuffer map bindings moved to bindings.el.
14409
14410 2007-11-21 Jason Rumney <jasonr@gnu.org>
14411
14412 * international/mule-cmds.el (set-locale-environment):
14413 Set default-file-name-coding-system from system defaults on Windows.
14414
14415 2007-11-21 Jason Rumney <jasonr@gnu.org>
14416
14417 * term/w32console.el: New term init file for w32 console.
14418
14419 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
14420 (x-setup-function-keys): Likewise, replacing top-level key definitions.
14421 (w32-tty-standard-colors): Move to term/w32console.el.
14422
14423 * term/w32-win.el (x-setup-function-keys): Remove.
14424
14425 * term/tty-colors.el (tty-register-default-colors): Remove special
14426 case for w32.
14427
14428 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
14429
14430 * frame.el (msdos-mouse-p):
14431 * generic-x.el (w32-shell-name):
14432 * files.el (msdos-long-file-names, w32-long-file-name)
14433 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
14434 (dos-8+3-filename, vms-read-directory, view-mode-disable):
14435 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
14436 (mac-resume-apple-event, mac-font-panel-mode)
14437 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
14438 (mac-clear-font-name-table):
14439 * term/pc-win.el (msdos-remember-default-colors)
14440 (w16-set-clipboard-data, w16-get-clipboard-data):
14441 * term/w32-win.el (w32-send-sys-command, w32-select-font)
14442 (set-message-beep):
14443 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
14444 (w32-get-locale-info, w32-get-valid-locale-ids)
14445 (w32-set-clipboard-data):
14446 * help-fns.el (ad-get-advice-info):
14447 * font-lock.el (fast-lock-after-fontify-buffer)
14448 (fast-lock-after-unfontify-buffer, fast-lock-mode)
14449 (lazy-lock-after-fontify-buffer)
14450 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
14451 * net/browse-url.el (w32-shell-execute):
14452 * dos-fns.el (int86, msdos-long-file-names):
14453 * dos-w32.el (default-printer-name): Declare as functions.
14454
14455 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
14456
14457 * textmodes/paragraphs.el (forward-sentence): Doc fix.
14458 Reported by Drew Adams <drew.adams@oracle.com>.
14459
14460 2007-11-20 Jason Rumney <jasonr@gnu.org>
14461
14462 * term/w32-win.el (x-setup-function-keys): Protect against
14463 multiple calls on the same terminal.
14464
14465 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
14466
14467 * term/mac-win.el (x-setup-function-keys): Only setup
14468 local-function-key-map if it has not been setup already for the
14469 current frame. Move the suspend-emacs processing here.
14470
14471 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
14472
14473 * progmodes/grep.el (xargs-program): New variable.
14474 (grep-compute-defaults): Use it.
14475 (grep-default-command): Doc fix.
14476 (grep, lgrep, rgrep): Reflow docstrings.
14477
14478 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
14479
14480 * vc.el (vc-find-revision): Set the parent buffer.
14481 Use when instead of if.
14482
14483 * progmodes/python.el (info-lookup-maybe-add-help):
14484 * progmodes/ps-mode.el (doc-view-minor-mode):
14485 * mail/emacsbug.el (Info-menu, Info-goto-node):
14486 * emulation/viper-keym.el (viper-ex)
14487 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
14488 * emulation/viper-cmd.el (widget-type, widget-button-press)
14489 (viper-set-hooks):
14490 * emacs-lisp/tcover-unsafep.el (unsafep-function):
14491 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
14492 (ses-load, ses-vector-delete, ses-create-header-string)
14493 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
14494 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
14495
14496 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14497
14498 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
14499
14500 2007-11-20 Glenn Morris <rgm@gnu.org>
14501
14502 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
14503 for end of function-name. Handle define-derived-mode.
14504
14505 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
14506
14507 * progmodes/idlw-help.el: Require browse-url unconditionally, it
14508 is available by default.
14509 (idlwave-help-browse-url-available): Change default to t.
14510
14511 * emulation/edt.el (defgroup, defcustom): Remove definition.
14512 (eval-when-compile): Remove.
14513 (c-mark-function):
14514 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
14515 * textmodes/fill.el (comment-search-forward)
14516 (comment-string-strip):
14517 * progmodes/prolog.el (comint-mode, comint-send-string)
14518 (comint-send-region, comint-send-eof):
14519 * progmodes/dcl-mode.el (imenu-default-create-index-function):
14520 * emulation/viper-util.el (viper-forward-Word):
14521 * emulation/vi.el (c-mark-function):
14522 * emulation/edt-vt100.el (vt100-wide-mode):
14523 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
14524
14525 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
14526
14527 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14528 Still some tuning in case of an echoing shell.
14529 (tramp-send-command): Connection property "remote-echo" is not
14530 persistent; cache key is the process therefore.
14531
14532 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
14533
14534 * replace.el (map-query-replace-regexp): Doc fix (revert part of
14535 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
14536
14537 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
14538
14539 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
14540 * play/yow.el (doctor-ret-or-read):
14541 * vc-hooks.el (vc-dired-resynch-file):
14542 * vc-hg.el (log-view-get-marked):
14543 * smerge-mode.el (ediff-cleanup-mess):
14544 * pcvs.el (vc-editable-p, vc-checkout):
14545 * pcomplete.el (comint-bol):
14546 * informat.el (texinfo-format-refill):
14547 * ido.el (tramp-tramp-file-p):
14548 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
14549 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
14550 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
14551 functions.
14552
14553 * textmodes/ispell.el (ispell-int-char): Make it a defalias
14554 instead of fset.
14555 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
14556
14557 * ido.el (ido-file-internal): Move with-no-warnings to include the
14558 ffap-string-at-point call.
14559
14560 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
14561
14562 * vc-hg.el (vc-hg-revision-table): Fix last change.
14563
14564 2007-11-19 Martin Rudalics <rudalics@gmx.at>
14565
14566 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
14567 clipboard-yank when the buffer is read-only.
14568
14569 * cus-edit.el (custom-field-keymap): Move to other Custom mode
14570 keymaps such that it's before the definition of Custom-mode-menu.
14571 (Custom-mode-menu): Show it for custom-field-keymap too.
14572
14573 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
14574
14575 * progmodes/gdb-ui.el: Update commentary.
14576
14577 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
14578
14579 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
14580
14581 2007-11-19 Glenn Morris <rgm@gnu.org>
14582
14583 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
14584 does not exist, try adding `.el' extension. Also search for defsubsts.
14585
14586 * cus-edit.el (recentf-expand-file-name):
14587 * dired.el (dired-relist-entry):
14588 * subr.el (w32-shell-dos-semantics):
14589 * emacs-lisp/bytecomp.el (compilation-forget-errors):
14590 Declare as functions.
14591
14592 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
14593
14594 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
14595 (prepare-abbrev-list-buffer): Use dolist.
14596 (clear-abbrev-table): Preserve properties.
14597
14598 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
14599
14600 * textmodes/texinfmt.el (texinfo-format-printindex):
14601 Collect combined indexes using texinfo-short-index-format-cmds-alist.
14602 Reported on <bug-texinfo@gnu.org>.
14603
14604 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
14605
14606 * net/tramp.el (tramp-completion-reread-directory-timeout):
14607 New defcustom.
14608 (tramp-handle-file-name-all-completions): Flush directory contents
14609 from cache regularly.
14610 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
14611 (tramp-open-connection-setup-interactive-shell):
14612 Call `tramp-cleanup-connection' via funcall.
14613
14614 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
14615 created when copying.
14616
14617 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
14618
14619 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
14620 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
14621 * eshell/esh-ext.el (eshell-external-command):
14622 * eshell/esh-cmd.el (require):
14623 * eshell/em-unix.el (eshell-plain-locate-behavior):
14624 * eshell/em-cmpl.el (eshell-cmpl-initialize):
14625 Replace eshell-under-xemacs-p with (featurep 'xemacs).
14626 * eshell/esh-mode.el (characterp, char-int): Remove unused
14627 conditional defaliases.
14628
14629 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
14630 Rename from event-matches-key-specifier-p, define unconditionally.
14631 (event-basic-type): Remove unused defalias.
14632 (pcomplete-show-completions):
14633 Use pcomplete-event-matches-key-specifier-p.
14634
14635 2007-11-17 Eli Zaretskii <eliz@gnu.org>
14636
14637 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
14638 when saving esh-groups.el.
14639
14640 2007-11-17 Martin Rudalics <rudalics@gmx.at>
14641
14642 * wid-edit.el (widget-default-complete):
14643 * progmodes/flymake.el (flymake-goto-file-and-line):
14644 Fix typo in (doc-)string.
14645
14646 2007-11-17 Glenn Morris <rgm@gnu.org>
14647
14648 * emacs-lisp/byte-run.el (declare-function): New macro.
14649 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
14650 New function, byte-hunk-handler for declare-function.
14651 (byte-compile-callargs-warn): Handle declared functions.
14652
14653 * emacs-lisp/check-declare.el: New file.
14654 * Makefile.in (check-declare): New target.
14655
14656 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
14657
14658 * subr.el (process-lines): Move here from ../admin/admin.el.
14659 * emacs-lisp/authors.el (authors-process-lines): Remove.
14660 (authors): Use process-lines rather than authors-process-lines.
14661
14662 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
14663 Remove these files.
14664
14665 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
14666
14667 * emacs-lisp/backquote.el (backquote):
14668 Improve argument/docstring consistency.
14669
14670 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
14671 (ring-length, ring-empty-p): Use c[ad]dr.
14672 (ring-plus1): Use `1+'.
14673 (ring-minus1): Use `zerop'.
14674 (ring-remove): Use c[ad]dr. Use `when'.
14675 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
14676 (ring-ref): Use `let', not `let*'.
14677 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
14678 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
14679 (ring-member): Simplify. Doc fix.
14680 (ring-convert-sequence-to-ring): Simplify.
14681
14682 2007-11-17 Juri Linkov <juri@jurta.org>
14683
14684 * dired-aux.el (dired-create-directory): Allow creating
14685 a directory of an arbitrary depth. Add a loop to find the topmost
14686 nonexistent parent dir `new', and call `dired-add-file' on it.
14687 Set the `PARENTS' arg of `make-directory' to t.
14688
14689 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
14690
14691 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
14692 (math-build-parse-table): Get parse information from math-parse-table.
14693
14694 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14695
14696 * window.el (recenter-last-op): New var.
14697 (recenter-top-bottom): New command.
14698 (global-map): Bind it to C-l.
14699
14700 * abbrev.el (abbrev--write): Fix error in transcription from C.
14701
14702 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
14703 (pc-select-ensure-mark): Set mark-active to a special value instead.
14704 Rename from ensure-mark. Update call callers.
14705 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
14706 Rewrite. Update all callers.
14707 (pc-selection-mode): Remove redundant var declaration.
14708
14709 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
14710
14711 * doc-view.el (doc-view-search-backward, doc-view-search):
14712 Fix assignment to free variable bug.
14713
14714 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
14715
14716 * emulation/pc-select.el (pc-select-shifted-mark): New var.
14717 (ensure-mark): Set it.
14718 (maybe-deactivate-mark): New fun.
14719 Use it everywhere instead of (setq mark-active nil).
14720
14721 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14722
14723 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
14724 Add check for XEmacs.
14725
14726 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
14727
14728 * doc-view.el (doc-view-resolution): Add missing :group.
14729
14730 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
14731
14732 * subr.el (make-variable-frame-local):
14733 Fix typo in obsolescence declaration.
14734
14735 2007-11-16 Werner Lemberg <wl@gnu.org>
14736
14737 * files.el (set-auto-mode-1): Check second line for -*- if file
14738 starts with '\" (which is used by man pages to identify needed
14739 troff preprocessors).
14740
14741 2007-11-16 Glenn Morris <rgm@gnu.org>
14742
14743 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
14744
14745 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
14746
14747 * calc/calc-lang.el (math-oper-table): Fix typo.
14748 Reduce precedence of "/" for TeX.
14749
14750 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
14751
14752 2007-11-16 Juri Linkov <juri@jurta.org>
14753
14754 * dired-aux.el (dired-read-shell-command-default): New function.
14755 (dired-read-shell-command): Use its return value for DEFAULT arg.
14756
14757 * replace.el (keep-lines-read-args, occur-read-primary-args):
14758 Use a list of default values for DEFAULT arg of read-from-minibuffer.
14759
14760 * man.el (Man-heading-regexp): Add 0-9.
14761 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
14762
14763 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14764
14765 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
14766 (doc-view-resolution): New custom var.
14767 (doc-view-pdf/ps->png): Use it.
14768 (doc-view-shrink-factor): New var.
14769 (doc-view-enlarge, doc-view-shrink): New commands.
14770 (doc-view-mode-map): Use them.
14771
14772 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14773
14774 * ediff-wind.el (ediff-window-setup-function):
14775 * simple.el (normal-erase-is-backspace):
14776 * eshell/em-unix.el (eshell/info):
14777 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14778 Fix typos in docstrings.
14779
14780 * emulation/cua-base.el (cua--keymaps-initialized):
14781 Rename from `cua--keymaps-initalized'. Callers changed.
14782 (cua-highlight-region-shift-only): Doc fix.
14783 (cua-paste-pop): Fix typo in docstring.
14784
14785 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14786
14787 * emulation/cua-base.el (cua--pre-command-handler-1):
14788 Use input-decode-map instead of function-key-map.
14789 Use event-modifiers now that it works reliably.
14790
14791 * vc.el (vc-diff-internal): Pop-to-buffer later.
14792
14793 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
14794
14795 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
14796 did not touch them.
14797
14798 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
14799
14800 * calc/calc-menu.el: New file.
14801 * calc/calc.el (calc-mode): Require calc-menu.
14802
14803 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
14804
14805 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
14806
14807 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
14808
14809 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
14810 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
14811 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
14812 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
14813 locations.
14814 (gdb-info-breakpoints-custom, gdb-assembler-custom)
14815 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
14816 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
14817
14818 2007-11-13 Noah Friedman <friedman@splode.com>
14819
14820 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
14821 bindings to remap when `calc-scan-for-dels' is non-nil.
14822
14823 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14824
14825 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
14826 constant forms.
14827 (byte-compile-nilconstp): New function.
14828 (byte-optimize-cond): Kill subsequent branches when a branch is
14829 know to be taken or not taken.
14830 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
14831
14832 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
14833
14834 * vc.el (vc-register): Allow registering a file passed as a
14835 parameter instead of just the current buffer.
14836
14837 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
14838
14839 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14840 Check whether the output of "uname -sr" has been changed.
14841
14842 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14843
14844 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
14845 patterns from compilation-perl.el and compilation-weblint.el files.
14846
14847 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14848
14849 * progmodes/compilation-perl.el:
14850 * progmodes/compilation-weblint.el: Disable autoloads, they cause
14851 a bootstrap failure.
14852
14853 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
14854 instead of doing "cvs diff" in order to avoid accessing the repository.
14855
14856 2007-11-12 Kevin Ryde <user42@zip.com.au>
14857
14858 * progmodes/compilation-perl.el:
14859 * progmodes/compilation-weblint.el: New files.
14860
14861 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
14862
14863 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
14864 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
14865 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
14866 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
14867 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
14868 Rewrite in active voice.
14869
14870 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
14871
14872 * doc-view.el: Add comments about isearch support.
14873
14874 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14875
14876 * vc.el (vc-start-entry): Fix setting the in the case the function
14877 is called from vc-dired. Use when instead of if where appropriate.
14878
14879 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14880
14881 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
14882 to be a list.
14883 (ps-begin-job): Error if ps-lpr-switches is not a list.
14884
14885 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14886
14887 * faces.el (face-normalize-spec): Remove function.
14888 (frame-set-background-mode): Undo last change.
14889
14890 2007-11-10 Jason Rumney <jasonr@gnu.org>
14891
14892 * w32-fns.el: Sync charset names with setup-default-fontset.
14893 Append "-1" where second part missing.
14894
14895 2007-11-10 Juri Linkov <juri@jurta.org>
14896
14897 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
14898 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
14899
14900 * custom.el (custom-note-var-changed): Remove the `interactive'
14901 spec from this new non-interactive function.
14902
14903 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
14904
14905 * doc-view.el (doc-view-mode-map, doc-view-menu)
14906 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
14907 (doc-view-search-backward): New function.
14908 (doc-view-search): Query new regexp if prefix arg is given, else
14909 jump to next/previous match.
14910 (doc-view-mode): Handle compressed files.
14911 (jka-compr): Required for compressed files.
14912
14913 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
14914
14915 * replace.el (query-replace-show-replacement): New defcustom.
14916 (perform-replace): Use `match-substitute-replacement' if
14917 `query-replace-show-replacement' is non-nil.
14918
14919 2007-11-10 David Kastrup <dak@gnu.org>
14920
14921 * subr.el (match-substitute-replacement): New function.
14922
14923 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
14924
14925 * files.el (auto-mode-alist): Select org-mode for files with the
14926 extension ".org".
14927
14928 2007-11-10 Martin Rudalics <rudalics@gmx.at>
14929
14930 * help.el (help-window, help-window-point-marker): New variables.
14931 (help-window-select): New option.
14932 (with-help-window): New macro for displaying help windows.
14933 (help-window-display-message, help-window-setup-finish)
14934 (help-window-setup): New functions used for setting up help windows.
14935 (print-help-return-message): Reset help-window to nil.
14936 (view-lossage): Use with-help-window instead of
14937 with-output-to-temp-buffer and move help-window-point-marker after
14938 inserted text.
14939 (describe-bindings, describe-key, describe-mode): Use
14940 with-help-window instead of with-output-to-temp-buffer.
14941
14942 * help-mode.el (help-mode): Set view-exit-action to bury the
14943 buffer instead of fiddling with windows. Simplify code.
14944 (help-mode-finish): When help-window eqs t set it to the selected
14945 window and have with-help-window set up view-return-to-alist.
14946 (help-buffer): Add autoload cookie.
14947
14948 * view.el (view-remove-frame-by-deleting): Change default value to t.
14949 Add autoload cookie.
14950 (view-exit-action, view-file, view-file-other-window)
14951 (view-file-other-frame, view-buffer, view-buffer-other-window)
14952 (view-buffer-other-frame): Rewrite doc strings.
14953 (view-return-to-alist-update): New function to remove stale entries
14954 from view-return-to-alist.
14955 (view-mode-enter): Rewrite doc string and simplify code.
14956 (view-mode-exit): Handle new case 'keep-frame. Don't reset
14957 view-exit-action to nil. Simplify code and rewrite doc string.
14958
14959 * apropos.el (apropos-describe-plist):
14960 * descr-text.el (describe-char):
14961 * disp-table.el (describe-display-table):
14962 * faces.el (list-faces-display, describe-face):
14963 * facemenu.el (list-colors-display):
14964 * help-fns.el (describe-function, describe-variable)
14965 (describe-syntax, describe-categories):
14966 Use with-help-window instead of with-output-to-temp-buffer.
14967
14968 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
14969
14970 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
14971 Optimize (featurep 'emacs) to t.
14972
14973 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
14974 New function.
14975 (byte-compile-maybe-guarded): Use it to also look for bound
14976 symbols inside `and' forms. Comment out non-working code that was
14977 trying to avoid warnings for XEmacs code.
14978
14979 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
14980
14981 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
14982 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
14983 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
14984 (vc-cvs-annotate-command):
14985 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
14986 is bound, it always is.
14987
14988 2007-11-10 Jason Rumney <jasonr@gnu.org>
14989
14990 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
14991 setup here from global scope.
14992
14993 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
14994
14995 * ido.el (ido-save-history): Save the history file in UTF-8, not
14996 the current filename coding system.
14997
14998 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14999
15000 * simple.el (interprogram-cut-function, interprogram-paste-function):
15001 Don't make them frame-local any more.
15002
15003 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
15004 Don't set interprogram-(cut|paste)-function on each frame.
15005
15006 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
15007 Make them work in tty frames.
15008 (interprogram-cut-function, interprogram-paste-function):
15009 Set them globally.
15010
15011 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
15012
15013 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
15014 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
15015 (iso-iso2duden-trans-tab): Add docstring.
15016
15017 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15018
15019 * abbrev.el (define-abbrev-table): Record the variable definition.
15020
15021 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
15022 New function.
15023
15024 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15025
15026 * ps-print.el: Clean the code for checking suitable Emacs version.
15027 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
15028 (ps-print-version): New version 6.8.1.
15029
15030 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
15031
15032 * files.el (enable-local-variables): Doc fix.
15033
15034 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
15035
15036 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
15037
15038 2007-11-09 Sven Joachim <svenjoac@gmx.de>
15039
15040 * dired-aux.el (dired-copy-file-recursive):
15041 Preserve directory permissions.
15042
15043 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
15044
15045 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
15046 (whitespace-unload-function): New-style unload function. When run,
15047 unintern `whitespace-unload-hook' and call `unload-feature' recursively
15048 to stop the old hook from messing with the unloading.
15049
15050 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
15051
15052 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
15053 (elp-unset-master, elp-results): Fix typos.
15054 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
15055 Doc fixes.
15056
15057 * msb.el (msb--many-menus): Remove variable.
15058 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
15059 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
15060 (msb--toggle-menu-type): Fix typos in docstrings.
15061
15062 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
15063 (shadow-insert-var): Doc fixes.
15064 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
15065 Reflow docstrings.
15066 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
15067
15068 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
15069
15070 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
15071 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
15072 Fix typos in autoload docstrings.
15073
15074 2007-11-09 Richard Stallman <rms@gnu.org>
15075
15076 * savehist.el (savehist-save): Obey savehist-ignored-variables.
15077
15078 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
15079
15080 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
15081 (gdb-var-update-handler-1): Use it.
15082
15083 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
15084
15085 * loadhist.el (unload-feature): Remove erroneous check for the
15086 FEATURE-unload-function variable; check the existence of the
15087 function (that's what the docstring says, and it makes more sense).
15088
15089 * follow.el (follow-unload-function): Add docstring.
15090 (follow-unload-function): Remove variable.
15091
15092 * server.el (server-unload-function): Remove variable.
15093 (server-unload-function): Unbind `server-edit' from `C-x #'.
15094
15095 * ses.el (ses-unload-function): New function.
15096
15097 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
15098
15099 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
15100 (unsafep-progn, unsafep-let): Fix typos in docstrings.
15101
15102 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
15103 before use to avoid a warning in packages that require uniquify.
15104 (uniquify-unload-function): New function and var.
15105
15106 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
15107
15108 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
15109 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
15110 (ediff-current-diff-A, ediff-current-diff-B)
15111 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
15112 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
15113 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
15114 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
15115 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
15116 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
15117 (ediff-setup-windows-plain-merge)
15118 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
15119 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
15120 * ediff-util.el (ediff-setup-keymap, )
15121 (ediff-toggle-wide-display, ediff-toggle-multiframe)
15122 (ediff-toggle-use-toolbar, ediff-really-quit)
15123 (ediff-good-frame-under-mouse)
15124 (ediff-highlight-diff-in-one-buffer)
15125 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
15126 (ediff-make-bullet-proof-overlay):
15127 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
15128 (ediff-set-meta-overlay):
15129 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
15130 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
15131 ediff-emacs-p with their former definitions.
15132
15133 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
15134 (viper-has-face-support-p, viper-inactivate-input-method)
15135 (viper-activate-input-method)
15136 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
15137 * emulation/viper-mous.el (viper-multiclick-timeout)
15138 (viper-surrounding-word, viper-mouse-click-insert-word)
15139 (viper-mouse-click-search-word, viper-parse-mouse-key):
15140 * emulation/viper-macs.el (viper-char-array-to-macro):
15141 * emulation/viper.el (viper-go-away, viper-set-hooks)
15142 (viper-non-hook-settings):
15143 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
15144 (viper-get-saved-cursor-color-in-insert-mode)
15145 (viper-get-saved-cursor-color-in-emacs-mode)
15146 (viper-check-version, viper-get-visible-buffer-window)
15147 (viper-file-checked-in-p, viper-set-replace-overlay)
15148 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
15149 (viper-check-minibuffer-overlay, viper-read-key-sequence)
15150 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
15151 with their former definitions.
15152 (viper-eventify-list-xemacs): Only do work for XEmacs.
15153 (viper-set-unread-command-events): Only do work for Emacs.
15154 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
15155 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
15156 (viper-overlay-get, viper-overlay-put, viper-read-event)
15157 (viper-characterp, viper-int-to-char, viper-get-face)
15158 (viper-color-defined-p, viper-iconify): New defaliases replacing
15159 the old fsets.
15160
15161 * progmodes/fortran.el (comment-region-function)
15162 (uncomment-region-function): Pacify byte compiler.
15163
15164 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
15165
15166 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
15167
15168 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
15169 `process-environment'.
15170
15171 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
15172
15173 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
15174 match dir like "a...b".
15175
15176 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15177
15178 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
15179
15180 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
15181
15182 * net/tramp.el (tramp-handle-substitute-in-file-name):
15183 Don't expand the remote connection identification.
15184 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15185 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
15186 before calling stty.
15187
15188 * net/tramp-cache.el (tramp-cache-print)
15189 (tramp-dump-connection-properties): Fix docstring.
15190 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
15191
15192 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
15193
15194 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
15195 remote connection identification when setting connection property.
15196
15197 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
15198 "//" substitutes only in the local filename part.
15199
15200 2007-11-07 David Hansen <david.hansen@gmx.net>
15201
15202 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
15203
15204 2007-11-07 Glenn Morris <rgm@gnu.org>
15205
15206 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
15207 Remove superfluous concats. Move final set-buffer to
15208 non-emacs-specific code.
15209
15210 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
15211
15212 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
15213
15214 2007-11-07 Johan Bockgård <bojohan@gnu.org>
15215
15216 * eshell/esh-mode.el (eshell-output-filter):
15217 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
15218 Use `with-current-buffer'.
15219
15220 2007-11-07 Andreas Schwab <schwab@suse.de>
15221
15222 * server.el (server-start): Only register cleanup after server was
15223 started.
15224
15225 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
15226
15227 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
15228
15229 * net/tramp-cache.el (tramp-cache-print): Move down.
15230 (tramp-cache-list-connections): New defun.
15231
15232 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
15233
15234 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
15235
15236 * ido.el (ido-save-history): Write the history file in the current
15237 filename coding system, and add `coding' file-local variable.
15238
15239 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
15240
15241 * textmodes/org.el (org-table-formula-substitute-names):
15242 Remove forgotten temporary debugging code.
15243
15244 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
15245
15246 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
15247 the prompt.
15248
15249 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
15250
15251 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
15252
15253 2007-11-05 Simon Josefsson <simon@josefsson.org>
15254
15255 * net/tls.el (tls-end-of-info): Doc fix.
15256
15257 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
15258
15259 * international/utf-7.el (utf-7-imap): New coding system.
15260 (utf-7-imap-post-read-conversion): New function.
15261 (utf-7-imap-pre-write-conversion): New function.
15262
15263 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
15264
15265 * abbrev.el (abbrev--write): Fix up typo.
15266
15267 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
15268
15269 * abbrev.el (define-abbrev-table): Doc fix.
15270
15271 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
15272
15273 * info.el (Info-revert-buffer-function): New func.
15274 (Info-mode): Arrange to use it for reverting.
15275 (Info-copy-current-node-name): Add space between filename and nodename.
15276
15277 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15278
15279 * abbrev.el (expand-abbrev): Move point back to expansion's end.
15280
15281 2007-11-04 Glenn Morris <rgm@gnu.org>
15282
15283 * net/tls.el: Don't require rx when compiling.
15284 (tls-end-of-info): Rewrite without using rx.
15285 (open-tls-stream): Use with-current-buffer.
15286
15287 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
15288
15289 * net/tls.el: Require rx when compiling.
15290 (tls-end-of-info): New variable.
15291 (open-tls-stream): Keep reading input until `tls-end-of-info' is
15292 matched.
15293
15294 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
15295
15296 * register.el (append-to-register, prepend-to-register):
15297 Don't signal error on empty register; use the text, instead.
15298
15299 2007-11-03 Michael Olson <mwolson@gnu.org>
15300
15301 * textmodes/remember.el (remember-buffer):
15302 Use define-obsolete-function-alias rather than defalias.
15303
15304 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
15305
15306 * simple.el (bad-packages-alist): Anchor semantic regexp.
15307
15308 2007-11-03 Glenn Morris <rgm@gnu.org>
15309
15310 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
15311 if defined, for blank lines. Doc fix.
15312
15313 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
15314 (fortran-mode): Set values for comment-region-function,
15315 uncomment-region-function and comment-insert-comment-function.
15316 (fortran-uncomment-region): New function.
15317
15318 * textmodes/nroff-mode.el (nroff-mode):
15319 Set comment-insert-comment-function rather than indent-line-function.
15320 (nroff-indent-line-function): Remove.
15321 (nroff-insert-comment-function): New function.
15322
15323 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
15324
15325 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
15326
15327 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
15328
15329 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
15330
15331 * emulation/viper-cmd.el (viper-prev-destructive-command)
15332 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
15333 copy-sequence.
15334
15335 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
15336 Got rid of ediff-copy-list.
15337
15338 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
15339 use face-name.
15340 (ediff-test-utility, ediff-diff-mandatory-option)
15341 (ediff-reset-diff-options): Remove to simplify the mandatory option
15342 handling on Windows.
15343 (ediff-set-diff-options): Add.
15344 (ediff-diff-options): Set "--binary" option as default in some cases.
15345
15346 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
15347 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
15348 ediff-vc-working-revision. Require vc-hooks.
15349
15350 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
15351
15352 * files.el (hack-local-variables): Fix membership tests to avoid
15353 treating all variables as safe if `enable-local-variables' is
15354 set to :safe (CVE-2007-5795).
15355
15356 2007-11-02 Glenn Morris <rgm@gnu.org>
15357
15358 * newcomment.el (comment-indent): Let comment-insert-comment-function,
15359 if defined, do all the work of inserting a new comment.
15360
15361 * progmodes/etags.el (tags-table-mode): Disable undo.
15362
15363 * simple.el (bad-packages-alist): Revert previous change.
15364
15365 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
15366
15367 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
15368
15369 * obsolete/lselect.el: Do not warn about unknown functions.
15370
15371 2007-11-02 Michael Olson <mwolson@gnu.org>
15372
15373 * textmodes/remember.el (remember-buffer): Make this an alias of
15374 remember-finalize, because Org uses it.
15375
15376 2007-11-01 Michael Olson <mwolson@gnu.org>
15377
15378 * textmodes/remember.el: Improve documentation in heading.
15379 (remember-before-remember-hook): Turn into a customizable option.
15380 (remember): Document INITIAL argument.
15381 (remember-region): Remove autoload cookie. Improve docstring to
15382 mention that it is called from the *Remember* buffer, and does not
15383 have any functional overlap with the `remember' function.
15384 (remember-finalize): Remove autoload cookie. Rename from
15385 remember-buffer to emphasize that this does not have any
15386 functional overlap with the `remember' function.
15387 (remember-destroy): Remove autoload cookie.
15388 (remember-mode-map): Define and initialize in one step.
15389 (remember-mode): Improve docstring.
15390 (remember-annotation-functions): Default to just '(buffer-file-name),
15391 and don't try to take the default value from Planner.
15392
15393 2007-11-01 Glenn Morris <rgm@gnu.org>
15394
15395 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
15396
15397 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
15398
15399 * emacs-lisp/authors.el (authors-scan-change-log)
15400 (authors-scan-el): Don't enable local eval; enable only safe local
15401 variables, without querying.
15402
15403 * mail/footnote.el (footnote-numeric-regexp)
15404 (footnote-english-upper-regexp, footnote-english-lower-regexp)
15405 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
15406 Match multi-character footnotes.
15407
15408 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
15409 (nroff-indent-line-function): New function.
15410 (nroff-count-text-lines): Use nroff-forward-text-line rather than
15411 obsolete alias.
15412
15413 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
15414
15415 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
15416 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
15417 (rcirc-print): Only update the line count when not marking the
15418 line as omittable.
15419 (rcirc-log-write): Specify coding system when writing logfile.
15420 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
15421
15422 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
15423
15424 * printing.el (printing): Fix :version, printing.el was included
15425 for in emacs-22.1.
15426 (pr-path-style, pr-path-alist, pr-txt-name)
15427 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
15428 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
15429 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
15430 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
15431 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
15432 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
15433 (pr-setting-database, pr-visible-entry-list)
15434 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
15435 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
15436
15437 * ediff-util.el (ediff-nuke-selective-display): Move definition to
15438 top level, make it dependent on the emacs flavor.
15439
15440 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
15441 Test for XEmacs not for itimer.
15442
15443 * term/sun-mouse.el:
15444 * obsolete/sun-fns.el:
15445 * obsolete/sun-curs.el: Remove files.
15446
15447 * term/sun.el (select-previous-complex-command): Remove obsolete code.
15448
15449 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
15450
15451 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
15452 was given to concat.
15453
15454 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
15455
15456 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
15457 used normally for goto-line. Change `g' to revert the buffer.
15458 Add redundant `r' binding for buffer-revert.
15459
15460 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
15461 (mail-abbrevs-setup): Use abbrev-expand-functions.
15462 (build-mail-abbrevs): Use with-temp-buffer.
15463 (define-mail-abbrev): Simplify.
15464 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
15465 Change it for use on abbrev-expand-functions.
15466 (mail-abbrev-complete-alias): Use with-syntax-table.
15467
15468 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
15469
15470 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
15471 directly. Fix bug in deleting temp file.
15472
15473 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
15474
15475 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
15476 Merge defvar and define-abbrev-table.
15477 (def-python-skeleton): Use :case-fixed and :enable-function.
15478 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
15479 Remove.
15480 (python-mode): Don't modify pre-abbrev-expand-hook.
15481
15482 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15483
15484 * ediff-util.el (ediff-file-checked-out-p)
15485 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
15486
15487 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
15488
15489 * abbrev.el (abbrev-symbol): Correct let->let*.
15490 (abbrev--before-point): Only use abbrev-start-location if before point.
15491
15492 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
15493
15494 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
15495 (strokes-unload-hook): Remove function and variable.
15496 (strokes-unload-function): New-style unload function, adapted
15497 from `strokes-unload-hook'.
15498
15499 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
15500 (cl-unload-hook): Remove variable.
15501 (cl-unload-function): New-style unload function, adapted
15502 from `cl-cannot-unload'.
15503
15504 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
15505 (elp-unload-function): New-style unload function, adapted
15506 from `elp-unload-hook'.
15507
15508 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
15509
15510 * emacs-lisp/find-func.el (find-library): Use library at
15511 point as default interactive argument.
15512
15513 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
15514
15515 * shadowfile.el (shadow-join): Remove.
15516 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
15517 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
15518 (shadowfile-unload-hook): Remove function and variable.
15519 (shadowfile-unload-function): New-style unload function, adapted
15520 from `shadowfile-unload-hook'.
15521
15522 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15523
15524 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
15525 only if it is bound.
15526
15527 * textmodes/reftex.el: Move autoloads for before all uses.
15528 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
15529 (reftex-delete-overlay): Move to the top level with the condition
15530 in the body.
15531
15532 * progmodes/simula.el: Use when instead of if.
15533
15534 * iimage.el (iimage-locate-file): Define unconditionally.
15535
15536 * mail/mailabbrev.el (mail-abbrev-next-line):
15537 * emulation/vip.el (vip-enlarge-region, vip-line)
15538 (vip-next-line-at-bol, vip-previous-line)
15539 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
15540 Wrap with-no-warnings around uses of next-line and previous-line.
15541
15542 * ediff.el (run-ediff-from-cvs-buffer):
15543 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
15544 Remove function not used by pcl-cvs anymore.
15545 (noninteractive, generic-sc-get-latest-rev)
15546 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
15547 Delete support for long obsolete generic-sc.el.
15548
15549 2007-10-31 Glenn Morris <rgm@gnu.org>
15550
15551 * cvs-status.el: No longer require pcvs when compiling.
15552
15553 * doc-view.el (doc-view-conversion-refresh-interval)
15554 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15555 (doc-view-reset-slice): Doc fixes.
15556 (doc-view-menu): Remove deleted function doc-view-edit-doc.
15557
15558 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
15559
15560 * help-at-pt.el (help-at-pt-unload-hook): Remove.
15561 Timers are automatically canceled by `unload-feature'.
15562
15563 * delsel.el (delsel-unload-hook): Remove function and variable.
15564 (delsel-unload-function): New-style unload function, adapted
15565 from `delsel-unload-hook'.
15566
15567 * msb.el (msb-unload-hook): Remove function and variable.
15568 (msb-unload-function): New-style unload function, adapted from
15569 `msb-unload-hook'.
15570
15571 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
15572
15573 * desktop.el (uniquify-managed): Pacify byte compiler.
15574 (desktop-buffer-info): If the buffer name is managed by uniquify,
15575 save the base name, not the uniquified one.
15576 (desktop-create-buffer): Allow `rename-buffer' to generate a new
15577 name in case of conflict.
15578
15579 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15580
15581 * doc-view.el: Use expand-file-name rather than concat.
15582 (doc-view-cache-directory): Add the UID so multiple users won't clash.
15583 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
15584 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
15585 (doc-view-toggle-display): Use an overlay over the whole buffer so as
15586 not to have to touch the buffer's content.
15587 (doc-view-initiate-display): New function, extracted from doc-view-mode.
15588 (doc-view-mode): Use it. Don't mark as a special mode.
15589 Put the page numbers in the modeline.
15590 Set up the overlay. Hide the cursor. Run the mode hook.
15591 Use after-revert-hook rather than revert-buffer-function.
15592 (doc-view-search-internal): Fix typo.
15593 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
15594 image-cache flush.
15595 (doc-view-reconvert-doc): Don't reset the whole mode.
15596 (doc-view-make-safe-dir): New function.
15597 (doc-view-current-cache-dir): Use it.
15598
15599 2007-10-30 Jason Rumney <jasonr@gnu.org>
15600
15601 * time.el (display-time-world-list): Test for zoneinfo support.
15602
15603 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
15604
15605 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
15606
15607 * net/tramp-cache.el (tramp-flush-file-function): Check also
15608 `default-directory' if `buffer-file-name' does not return a
15609 string. Added to `eshell-pre-command-hook'.
15610
15611 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15612
15613 * doc-view.el (doc-view-current-doc): Remove.
15614 Replace all uses by buffer-file-name.
15615 (doc-view-menu): New menu.
15616 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
15617 unused var `doc'.
15618 (doc-view-sort): Simplify.
15619 (doc-view-buffer-message): Don't change buffer-modified-p.
15620 (doc-view-mode): Change it here instead.
15621 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
15622 Don't modify the global value of revert-buffer-function.
15623
15624 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
15625 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
15626 (image-toggle-display): Take overlays into account and don't assume
15627 point-min==1.
15628
15629 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
15630
15631 * vc.el (vc-annotate): Fix omission bug:
15632 Specify value for vc-sentinel-movepoint.
15633
15634 2007-10-30 Michael Olson <mwolson@gnu.org>
15635
15636 * textmodes/remember.el (remember-mode-hook)
15637 (remember-handler-functions, remember-annotation-functions):
15638 Add additional items as options, including some Org functions.
15639
15640 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
15641
15642 * doc-view.el: Remove cl-dependency.
15643 (doc-view-buffer-message): Mention new binding K.
15644 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
15645 instead of variable.
15646 (doc-view-current-cache-dir): Better cache dir naming.
15647 (doc-view-current-display): Remove variable.
15648 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
15649 (doc-view-kill-proc): Set converter process to nil.
15650 (doc-view-minor-mode): New minor mode.
15651 (doc-view-minor-mode-map): New keymap.
15652 (doc-view-mode): Remove text/image switching code. Use plain defun.
15653 (doc-view-mode-map): New binding K kills converter process.
15654 Remove C-c C-e binding.
15655 (doc-view-mode-text-map): Remove keymap.
15656 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
15657 d-v-display-maybe.
15658 (doc-view-previous-major-mode): New variable.
15659 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
15660 (doc-view-remove-if): New function.
15661 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
15662 (doc-view-toggle-display): Toggle modes instead of display styles.
15663 (doc-view-reconvert-doc): Adapt to new way of doing things.
15664
15665 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
15666
15667 2007-10-30 Glenn Morris <rgm@gnu.org>
15668
15669 * dirtrack.el (dirtrack-mode): Doc fix.
15670
15671 * shell.el (shell-dirtrack-verbose, shell-mode)
15672 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
15673
15674 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
15675 (byte-compile-enable-warning): Doc fix.
15676
15677 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
15678 suppress byte-opt warning.
15679
15680 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
15681
15682 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
15683 (edt-gnu-emacs19-p): Remove.
15684 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
15685 (edt-xserver, edt-page-backward, edt-beginning-of-line)
15686 (edt-end-of-line-forward, edt-end-of-line-backward)
15687 (edt-one-word-forward, edt-one-word-backward, edt-character)
15688 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
15689 (edt-find-forward, edt-find-backward, edt-find-next-forward)
15690 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
15691 (edt-define-key, edt-bottom-check, edt-sentence-forward)
15692 (edt-sentence-backward, edt-paragraph-forward)
15693 (edt-paragraph-backward, edt-restore-key, edt-window-top)
15694 (edt-window-bottom, edt-scroll-window-forward-line)
15695 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
15696 (edt-line-to-top-of-window, edt-paragraph-backward)
15697 (edt-restore-key, edt-window-top, edt-window-bottom)
15698 (edt-scroll-window-forward-line)
15699 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
15700 (edt-line-to-middle-of-window, edt-goto-percentage)
15701 (edt-display-the-time, edt-remember, edt-split-window)
15702 (edt-emulation-on, edt-emulation-off)
15703 (edt-default-emulation-setup, edt-user-emulation-setup)
15704 (edt-select-default-global-map, edt-select-user-global-map):
15705 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
15706 tests.
15707
15708 * textmodes/reftex-index.el (reftex-index-selection-or-word):
15709 Use feature test instead of boundp test so it can be resolved at
15710 compile time.
15711
15712 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
15713
15714 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15715
15716 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
15717 Update all users.
15718 (abbrev-get, abbrev-put): Simplify.
15719 (define-abbrev): Don't store the `force' value in the :system property.
15720 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
15721
15722 2007-10-30 Michael Olson <mwolson@gnu.org>
15723
15724 * desktop.el (desktop-minor-mode-table): Add line for ERC.
15725
15726 * textmodes/remember.el: New file that implements a mode for
15727 quickly jotting down things to remember.
15728
15729 * textmodes/remember-diary.el: A backend for remember.el that
15730 implements saving notes to a Diary file.
15731
15732 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15733
15734 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
15735 Relocate in file.
15736 (allout-doublecheck-at-and-shallower): Increase to include
15737 slightly greater depths, since yank interaction is now ok.
15738 Also, elaborate the docstring to explain the situation.
15739 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
15740 instead of concat, so we accommodate key sequences expressed as
15741 vectors as well as strings and lists.
15742 (allout-flag-region, allout-hide-by-annotation): Make the
15743 hidden-text overlays 'front-advance.
15744 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
15745 (allout-aberrant-container-p, allout-on-current-heading-p)
15746 (allout-e-o-prefix-p, allout-next-heading)
15747 (allout-previous-heading, allout-goto-prefix)
15748 (allout-end-of-prefix, allout-next-sibling-leap)
15749 (allout-next-visible-heading, allout-auto-fill)
15750 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
15751 (allout-yank-processing, allout-resolve-xref)
15752 (allout-current-topic-collapsed-p, allout-hide-region-body)
15753 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
15754 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
15755 (count-trailing-whitespace-region): Preserve match data, so allout
15756 outline navigation doesn't disrupt other Emacs operations.
15757 (allout-beginning-of-line): Retreat to the beginning of the hidden
15758 text, so fields are respected (for submodes that care).
15759 (allout-end-of-line): Preserve mark activation status when jumping.
15760 (allout-open-topic): Account for opening after a child that
15761 contains a hidden trailing newline. Preserve match data.
15762 Run allout-structure-added-hook
15763 (allout-encrypt-decrypted): Preserve match data.
15764 (allout-toggle-current-subtree-exposure): Add new interactive
15765 function for toggle subtree exposure - suggested by tassilo.
15766 (move-beginning-of-line, move-end-of-line): Don't use
15767 line-move-invisible-p, it's obsolete - substitute the code, instead.
15768
15769 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
15770
15771 * textmodes/flyspell.el (message-signature-separator):
15772 * longlines.el (message-indent-citation-function): Pacify byte
15773 compiler.
15774
15775 * emacs-lisp/cl-loaddefs.el:
15776 * ldefs-boot.el: Regenerate.
15777
15778 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
15779 (.el.elc, compile, compile-always, compile-calc)
15780 ($(lisp)/progmodes/cc-mode.elc): Use it.
15781
15782 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
15783 Only do work for XEmacs.
15784 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
15785 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
15786 on XEmacs.
15787 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15788 (ps-x-color-name, ps-x-color-specifier-p)
15789 (ps-x-copy-coding-system, ps-x-device-class)
15790 (ps-x-extent-end-position, ps-x-extent-face)
15791 (ps-x-extent-priority, ps-x-extent-start-position)
15792 (ps-x-face-font-instance, ps-x-find-coding-system)
15793 (ps-x-font-instance-properties, ps-x-make-color-instance)
15794 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
15795 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
15796 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
15797 (ps-generate-postscript-with-faces): Delete defaliases.
15798 (ps-face-foreground-name, ps-face-background-name)
15799 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
15800 Move definitions to top level, make the body conditional on the Emacs
15801 flavor. Replace uses of deleted aliases and renamed functions.
15802 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
15803 of deleted aliases and renamed functions.
15804
15805 * calc/calc.el (calc-emacs-type-lucid): Remove.
15806 (calc-digit-map, calcDigit-start, calc-read-key)
15807 (calc-clear-unread-commands):
15808 * calc/calc-ext.el (calc-user-key-map): Replace uses of
15809 calc-emacs-type-lucid with (featurep 'xemacs)
15810
15811 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
15812 (featurep 'xemacs).
15813 (tpu-lucid-emacs19-p): Remove.
15814 (tpu-map-key): Make it a function instead of using fset. Inline
15815 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
15816 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
15817
15818 * ielm.el: Use featurep 'xemacs.
15819
15820 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
15821 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
15822 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
15823 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
15824 cperl-xemacs-p with (featurep 'xemacs).
15825 (font-lock-cache-position): Pacify byte compiler.
15826
15827 2007-10-29 Drew Adams <drew.adams@oracle.com>
15828
15829 * faces.el (read-color): New function.
15830 (face-at-point, foreground-color-at-point)
15831 (background-color-at-point): New functions.
15832
15833 2007-10-28 Richard Stallman <rms@gnu.org>
15834
15835 * net/browse-url.el (browse-url-text-xterm): Rename from
15836 browse-url-lynx-xterm and made generic.
15837 (browse-url-text-emacs): Likewise.
15838 (browse-url-text-browser): New variable.
15839 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
15840 (browse-url-text-input-field, browse-url-text-input-attempts)
15841 (browse-url-kde-program): Likewise.
15842
15843 2007-10-29 Glenn Morris <rgm@gnu.org>
15844
15845 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15846 Use mapc rather than mapcar (reinstall change deleted without log
15847 entry 2007-10-22).
15848
15849 2007-10-29 Martin Rudalics <rudalics@gmx.at>
15850
15851 * wdired.el (wdired-next-line, wdired-previous-line):
15852 Use next-line and previous-line wrapped in with-no-warnings.
15853
15854 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
15855
15856 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
15857 (rcirc-recent-quit-alist): New function.
15858 (rcirc): Print a better message when there is only one connected server.
15859 (rcirc-complete-nick): Do not update the nick table here.
15860 (rcirc-mode-map): Add M-o.
15861 (rcirc-current-line): Add variable.
15862 (rcirc-mode): Setup variables for line based omit.
15863 (rcirc-edit-multiline): Strip text properties.
15864 (rcirc-omit-responses): Add NICK.
15865 (rcirc-omit-threshold): Add variable.
15866 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
15867 Add functions.
15868 (rcirc-print): Keep track of current line. Do not fill text if
15869 `rcirc-fill-flag' is null. Only omit text if the last activity
15870 from the sender is more than `rcirc-omit-threshold' lines ago.
15871 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
15872 numbers instead of time.
15873 (rcirc-channel-nicks): Sort by line numbers instead of time.
15874 (rcirc-omit-mode): Add `...' when omitting text and recenter.
15875 (rcirc-handler-JOIN): Restore the joiners linestamp.
15876 (rcirc-maybe-remember-nick-quit): Add function.
15877 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
15878
15879 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
15880
15881 * loadhist.el (unload-feature-special-hooks):
15882 Add `delete-frame-functions' and `suspend-tty-functions'.
15883
15884 * server.el (server-unload-function): Rename from `server-unload-hook'
15885 and adapt to new `unload-feature' functionality. Remove hook from
15886 `kill-buffer-hook' buffer-locally.
15887 (server-unload-hook): Remove.
15888 (server-unload-function): New var; replaces `server-unload-hook'.
15889
15890 2007-10-29 Glenn Morris <rgm@gnu.org>
15891
15892 * dirtrack.el (dirtrack-debug): Doc fix.
15893 (dirtrack-mode, dirtrack-debug-mode): New names for
15894 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
15895 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
15896 Make obsolete.
15897 (dirtrack-debug-message): Only print message if
15898 dirtrack-debug-mode is non-nil. Use with-current-buffer.
15899 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
15900 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
15901
15902 2007-10-28 Glenn Morris <rgm@gnu.org>
15903
15904 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
15905 (byte-compile-warnings-safe-p): Handle `not'.
15906 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
15907 (byte-compile-enable-warning): New functions.
15908 (byte-compile-eval-before-compile)
15909 (byte-compile-file-form-require): Use byte-compile-disable-warning.
15910 (byte-compile-close-variables): Locally bind byte-compile-warnings,
15911 but do not modify it.
15912 (byte-compile-eval, byte-compile-obsolete)
15913 (byte-compile-warn-about-unresolved-functions)
15914 (byte-compile-file-form-defvar)
15915 (byte-compile-file-form-custom-declare-variable)
15916 (byte-compile-file-form-require)
15917 (byte-compile-file-form-defmumble, byte-compile-lambda)
15918 (byte-compile-form, byte-compile-normal-call)
15919 (byte-compile-variable-ref, byte-compile-defvar)
15920 (byte-compile-make-variable-buffer-local):
15921 Use byte-compile-warning-enabled-p.
15922 * emacs-lisp/advice.el (ad-compile-function):
15923 Use byte-compile-disable-warning.
15924 * emacs-lisp/cl.el: Move local variables to end of file, and set
15925 byte-compile-warnings to `(not cl-functions)'.
15926 * emacs-lisp/cl-compat.el: Add a local variables section, and set
15927 byte-compile-warnings to `(not cl-functions)'.
15928 * emacs-lisp/cl-macs.el: Unify local variable section, and set
15929 byte-compile-warnings to `(not cl-functions)'.
15930 (cl-do-proclaim): Use byte-compile-disable-warning and
15931 byte-compile-enable-warning.
15932 * emacs-lisp/cl-seq.el: Unify local variable section, and set
15933 byte-compile-warnings to `(not cl-functions)'.
15934 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
15935 Use byte-compile-disable-warning.
15936
15937 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
15938
15939 * cus-edit.el (custom-browse-insert-prefix):
15940 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
15941
15942 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
15943
15944 * server.el (server-process-filter): Fix typo in docstring.
15945 (server-log): Reflow docstrings.
15946 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
15947 (server-goto-line-column): Use `when'.
15948
15949 2007-10-28 Juri Linkov <juri@jurta.org>
15950
15951 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
15952 when mouse is clicked on the isearch message.
15953 (isearch-resume): Call `isearch-update' at the end.
15954 Rename argument `search' to `string' to conform to the
15955 isearch terminology.
15956
15957 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15958
15959 Rewrite abbrev.c in Elisp.
15960 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
15961 (abbrev-table-get, abbrev-table-put, abbrev-get)
15962 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
15963 (define-abbrev, abbrev--check-chars, define-global-abbrev)
15964 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
15965 (abbrev-expansion, abbrev--before-point, expand-abbrev)
15966 (unexpand-abbrev, abbrev--write, abbrev--describe)
15967 (insert-abbrev-table-description, define-abbrev-table):
15968 New funs, largely transcribed from abbrev.c.
15969 (abbrev-with-wrapper-hook): New macro.
15970 (abbrev-table-name-list, global-abbrev-table)
15971 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
15972 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
15973 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
15974 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
15975 New vars, largely transcribed from abbrev.c.
15976 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
15977 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
15978 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
15979
15980 2007-10-27 Glenn Morris <rgm@gnu.org>
15981
15982 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
15983 (shell-dirtrack-toggle): Mark as obsolete.
15984 (dirtrack-toggle, dirtrack-mode): No longer alias to
15985 shell-dirtrack-mode.
15986
15987 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
15988
15989 * calc/calc.el (math-standard-opers): Lower the precedence
15990 of negation.
15991 * calc/calc-lang.el (math-oper-table): Lower precedence of
15992 negation for C, TeX, and eqn.
15993
15994 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
15995
15996 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
15997
15998 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
15999
16000 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
16001 (desktop-not-loaded-hook): Fix :version tags.
16002
16003 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
16004
16005 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
16006 (tramp-get-remote-tmpdir): New defun.
16007 (tramp-make-tramp-temp-file): Use it.
16008 (tramp-local-call-process): New defun. Replace all calls of
16009 `call-process' by this when appropriate.
16010 (tramp-handle-write-region): Replace calls of `file-attributes' by
16011 `tramp-compat-file-attributes'.
16012 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16013 Make the first command a `tramp-send-command' call, with let-bind
16014 of `tramp-end-of-output'.
16015 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
16016 (tramp-load-report-modules, tramp-append-tramp-buffers):
16017 Move to tramp-cmds.el.
16018
16019 * net/tramp-fish.el (tramp-fish-handle-copy-file)
16020 (tramp-fish-do-copy-or-rename-file)
16021 (tramp-fish-do-copy-or-rename-file-directly):
16022 * net/tramp-smb.el (tramp-smb-handle-copy-file):
16023 Add parameter PRESERVE-UID-GID.
16024
16025 2007-10-27 Eli Zaretskii <eliz@gnu.org>
16026
16027 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
16028 New defcustoms.
16029 (display-time-world-list): Use them as appropriate for the current
16030 value of `system-type'.
16031
16032 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16033
16034 * emulation/pc-select.el (next-line-mark, next-line-nomark)
16035 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
16036 around uses of previous-line and next-line.
16037
16038 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
16039 New defvars.
16040
16041 * textmodes/css-mode.el (comment-continue):
16042 * net/browse-url.el (url-handler-regexp):
16043 * progmodes/idlw-help.el (idlwave-system-routines):
16044 Pacify byte-compiler.
16045
16046 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
16047 line-move-invisible-p with its former definition: invisible-p.
16048 line-move-invisible-p was removed on 2007-08-29.
16049
16050 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
16051
16052 * files.el (kill-emacs-query-functions): Doc fix;
16053 `save-buffers-kill-emacs' is no longer bound to a key.
16054
16055 2007-10-26 Richard Stallman <rms@gnu.org>
16056
16057 * isearch-multi.el (isearch-buffers-multi): New option.
16058 (isearch-buffers-search-fun): Test it.
16059
16060 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
16061 Put ps-run-clear on C-c C-l.
16062
16063 * newcomment.el (comment-styles): New style indent-or-triple.
16064 (comment-style): Make that the default.
16065 (comment-add defvar): Doc fix.
16066 (comment-add): Delete arg EXTRA.
16067 (comment-region-default): Open code call to comment-add.
16068 Handle indent-or-triple style which uses `multi-char' for INDENT.
16069
16070 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
16071
16072 * eshell/em-unix.el (nil-blank-string): Doc fix.
16073
16074 2007-10-26 John Wiegley <johnw@newartisans.com>
16075
16076 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
16077 function, ensure that the third argument is turned into a nil if
16078 the string is otherwise completely empty (either no characters, or
16079 all tabs/spaces). This fixes a bug from a user who found himself
16080 unable to customize `diff-switches' and still use Eshell's diff
16081 command.
16082
16083 2007-10-26 Glenn Morris <rgm@gnu.org>
16084
16085 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
16086 safe-local-variable property.
16087
16088 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
16089
16090 * net/browse-url.el (browse-url-browser-function): Delete grail.
16091 (browse-url-grail): Function and variable deleted.
16092 (browse-url-browser-function): Delete IXI Mosaic.
16093 (browse-url-default-browser): Don't try IXI Mosaic.
16094 (browse-url-iximosaic): Function deleted.
16095 (browse-url-browser-function): Delete MMM.
16096 (browse-url-default-browser): Don't try MMM.
16097 (browse-url-mmm): Function deleted.
16098
16099 2007-10-26 Drew Adams <drew.adams@oracle.com>
16100
16101 * custom.el (custom-note-var-changed): New function.
16102
16103 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
16104
16105 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
16106 use with the definition. Remove.
16107
16108 * add-log.el (change-log-start-entry-re): New defconst.
16109 (change-log-sortable-date-at): Use it.
16110 (change-log-beginning-of-defun, change-log-end-of-defun):
16111 New functions.
16112 (change-log-mode): Use them for beginning-of-defun-function and
16113 end-of-defun-function.
16114
16115 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
16116
16117 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
16118 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
16119 (ses-recalculate-cell): Deal with point being just beyond end of
16120 data area (why does this happen?)
16121 (ses-set-curcell): Ditto.
16122 (ses-column-letter): Handle columns beyond 702. Code written by
16123 Gareth Rees.
16124
16125 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
16126
16127 * textmodes/org.el (org-agenda-get-restriction-and-command):
16128 Use `mapc' instead of `mapcar'.
16129 (org-agenda-list): Numeric prefix argument can specify the number
16130 of days.
16131 (remember-register, remember-buffer): Prevent byte compiler from
16132 complaining.
16133 (org-todo): Save and restore match data.
16134 (org-no-warnings): New macro.
16135 (org-columns-eval): Use `org-no-warnings'.
16136
16137 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
16138
16139 * comint.el (comint-password-prompt-regexp):
16140 Handle `[sudo] password'-style prompt.
16141
16142 2007-10-25 Glenn Morris <rgm@gnu.org>
16143
16144 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
16145 (defcustom): Doc fix.
16146
16147 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
16148 Add `non_intrinsic'.
16149 (f90-constants-re): Add ieee modules.
16150 (f90-typedef-matcher, f90-typedec-matcher)
16151 (f90-imenu-type-matcher): New functions.
16152 (f90-font-lock-keywords-1): Give module procedures function-name face.
16153 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
16154 Add `use, intrinsic'.
16155 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
16156 Move start of `enum' blocks to separate entry.
16157 (f90-start-block-re): Fix `type', `abstract interface'.
16158 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
16159 derived types.
16160 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
16161 `elemental', change `enumerator'.
16162 (f90-no-block-limit): Fix `abstract interface'.
16163
16164 * progmodes/f90.el (f90-indented-comment-re)
16165 (f90-directive-comment-re, f90-break-delimiters):
16166 * progmodes/fortran.el (fortran-comment-line-start-skip)
16167 (fortran-directive-re):
16168 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
16169 as safe if they are strings.
16170
16171 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16172
16173 * startup.el (window-system): Remove. Don't make it frame-local.
16174
16175 2007-10-24 Richard Stallman <rms@gnu.org>
16176
16177 * savehist.el (savehist-save): Omit unreadable elements.
16178
16179 * loadhist.el (unload-function-defs-list): Rename from
16180 unload-function-features-list.
16181 (unload-feature-special-hooks, unload-feature): Doc fixes.
16182
16183 * indent.el (indent-to-left-margin): If point's in the indentation,
16184 move to the end of the indentation.
16185
16186 * cus-edit.el (customize-changed-options): Make arg optional.
16187
16188 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
16189
16190 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
16191
16192 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
16193
16194 * textmodes/org-publish.el (org-publish-attachment): Re-install
16195 accidentally deleted change.
16196
16197 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16198
16199 * term/iris-ansi.el (iris-function-map): Move init into declaration.
16200
16201 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
16202
16203 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
16204 (Buffer-menu-mode-map): Initialize in the declaration.
16205 (Buffer-menu-mode): Define with `define-derived-mode'.
16206
16207 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
16208
16209 * textmodes/org.el (org-version): Change to 5.13e.
16210 (org-agenda-file-regexp): Fix typo in docstring.
16211 (org-add-planning-info): Fix bug in parenthesis settings.
16212 (org-scan-tags): Catch the case of indirect buffers with no filename.
16213 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
16214 Re-install switch to mapc, had been removed by accident.
16215 (org-columns-map): New binding `C-c C-o'.
16216 (org-columns-menu): Change menu text and added new entry.
16217 (org-columns-eval): Document the use of `next-line'.
16218 (org-columns-open-link): New function.
16219 (org-columns-follow-link): Remove function.
16220 (org-open-link-from-string): New function.
16221 (org-read-date-get-relative): Fix typo in docstring.
16222 (org-read-date-get-relative): Leading +/- is not optional.
16223 (org-agenda-get-restriction-and-command): Always resize window on
16224 first loop cycle.
16225 (org-agenda-open-link): Make sure the link abbreviations are
16226 present in the agenda buffer.
16227 (org-agenda-copy-local-variable): New function.
16228
16229 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16230
16231 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
16232
16233 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16234
16235 * simple.el (reindent-then-newline-and-indent): Use a `move after
16236 insert' kind of marker in the save-excursion.
16237
16238 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16239
16240 * textmodes/css-mode.el: Require CL.
16241 (comment-continue): Declare.
16242
16243 * subr.el (make-variable-frame-localizable): Remove.
16244 (make-variable-frame-local): Mark obsolete.
16245
16246 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16247
16248 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
16249 of the subdirs is unreadable.
16250
16251 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
16252
16253 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
16254 when we are local.
16255
16256 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16257
16258 * progmodes/python.el (python-current-defun): Remove left-over
16259 assignment to `start'.
16260
16261 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
16262
16263 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
16264 than `mapcar'; return value is not used.
16265
16266 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16267
16268 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
16269 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
16270
16271 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
16272
16273 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
16274 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
16275
16276 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16277
16278 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
16279
16280 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
16281
16282 * emacs-lisp/advice.el (ad-make-advised-docstring):
16283 Add ad-advice-info text property to doc string.
16284
16285 2007-10-23 Glenn Morris <rgm@gnu.org>
16286
16287 * progmodes/f90.el (f90-do-indent, f90-if-indent)
16288 (f90-type-indent, f90-program-indent, f90-associate-indent)
16289 (f90-continuation-indent, f90-comment-region)
16290 (f90-beginning-ampersand, f90-smart-end)
16291 (f90-break-before-delimiters, f90-auto-keyword-case)
16292 (f90-leave-line-no, f90-mode-hook):
16293 Give an appropriate safe-local-variable property.
16294
16295 * progmodes/fortran.el (fortran-tab-mode-default)
16296 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
16297 (fortran-structure-indent, fortran-continuation-indent)
16298 (fortran-comment-indent, fortran-comment-line-extra-indent)
16299 (fortran-comment-line-start)
16300 (fortran-minimum-statement-indent-fixed)
16301 (fortran-minimum-statement-indent-tab)
16302 (fortran-comment-indent-char, fortran-line-number-indent)
16303 (fortran-check-all-num-for-matching-do)
16304 (fortran-blink-matching-if, fortran-continuation-string)
16305 (fortran-comment-region, fortran-electric-line-number)
16306 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
16307 (fortran-analyze-depth, fortran-break-before-delimiters):
16308 Give an appropriate safe-local-variable property.
16309
16310 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16311
16312 * printing.el: Move variable definitions before use.
16313 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
16314
16315 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16316
16317 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
16318 (tpu-edt-off): Use it.
16319 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
16320 the global-map before adding it to global-map.
16321
16322 * menu-bar.el (global-buffers-menu-map): New var.
16323 (global-map, menu-bar-update-buffers): Use it.
16324 * msb.el (msb-menu-bar-update-buffers): Use it.
16325 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
16326 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
16327 Use with-current-buffer.
16328
16329 2007-10-22 Juri Linkov <juri@jurta.org>
16330
16331 * isearch-multi.el: New file.
16332
16333 * isearch.el (isearch-search-string): After finding the next
16334 occurrence switch to buffer isearch-buffers-current-buffer when
16335 isearch-buffers-next-buffer-function is non-nil and
16336 isearch-buffers-current-buffer is live.
16337
16338 * add-log.el (change-log-mode): Make and set buffer-local variable
16339 isearch-buffers-next-buffer-function to change-log-next-buffer.
16340 Call isearch-buffers-minor-mode.
16341 (change-log-next-buffer): New function.
16342
16343 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
16344
16345 * textmodes/org-export-latex.el (org-export-latex-protect-string):
16346 Renaming of `org-latex-protect'.
16347 (org-export-latex-emphasis-alist): By default, don't protect
16348 any emphasis formatter from further conversion.
16349 (org-export-latex-tables): Honor column grouping for tables.
16350 (org-export-latex-title-command): New option.
16351 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
16352 export backslash character.
16353
16354 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
16355
16356 * textmodes/org.el (org-read-date-get-relative): New function.
16357 (org-agenda-file-regexp): New variable.
16358 (org-agenda-files): Allow directories in the variable.
16359 (org-agenda-get-restriction-and-command): New function.
16360 (org-agenda): Use `org-agenda-get-restriction-and-command'.
16361 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
16362 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
16363 New functions.
16364 (org-entry-add-to-multivalued-property)
16365 (org-entry-remove-from-multivalued-property)
16366 (org-entry-member-in-multivalued-property): New functions.
16367 (org-remember-apply-template): Catch C-g and make sure window
16368 configuration is restored.
16369 (org-agenda-open-link): Make it work with several links in the line.
16370 (org-drawers, org-set-regexps-and-options)
16371 (org-get-current-options): Add support for a DRAWERS in-buffer option.
16372 (org-agenda-window-frame-fractions): New option.
16373 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
16374 (org-columns-cleanup-item, org-find-entry-with-id)
16375 (org-insert-columns-dblock, org-listtable-to-string)
16376 (org-dblock-write:columnview, org-columns-capture-view)
16377 (org-edit-headline): New functions.
16378 (org-agenda-to-appt): Require calendar.
16379 (org-entry-get-with-inheritance): Widen for search.
16380 (org-columns-display-here): Don't mark buffer as modified when
16381 adding space characters to accomodate column overlays.
16382 (org-export-as-html): Better formatting of tags in the toc.
16383 (org-columns-display-here): Make the ITEM column as compact as possible.
16384 (org-remember-templates): Customization interface improved.
16385 (org-export-with-property-drawer): Variable removed.
16386 (org-export-with-drawers): New option.
16387 (org-complex-heading-regexp): New variable.
16388 (org-sort-entries): Rewrite using `sort-subr'.
16389 (org-set-property): More appropriate completion during interactive use.
16390 (org-sort-entries): Allow sorting by property.
16391 (org-additional-option-like-keywords): Add more values.
16392 (org-sort-entries-or-items): Rename from `org-sort-entries'.
16393
16394 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
16395
16396 * textmodes/org.el (org-get-date-from-calendar): New function.
16397 (org-at-timestamp-p, org-timestamp-change)
16398 (org-remember-templates): First element of each entry is now a
16399 name for the template.
16400 (org-store-log-note): Check for `org-note-abort'.
16401 (org-kill-note-or-show-branches): New command.
16402 (org-fontify-priorities): New option.
16403 (org-fontify-priorities): New function.
16404 (org-cut-subtree, org-copy-subtree): New argument N to
16405 act on N sequential subtrees.
16406 (org-paste-subtree): Fix the level at which a tree is pasted.
16407 (org-fit-agenda-window): Limitations on window size removed.
16408 (org-agenda-find-same-or-today-or-agenda): Rename from
16409 `org-agenda-find-today-or-agenda'.
16410 (org-scheduled-past-days): New option.
16411 (org-agenda-scheduled-leaders)
16412 (org-agenda-deadline-leaders): New options.
16413 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
16414 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
16415 (org-export-with-tags, org-export-plist-vars)
16416 (org-infile-export-plist): New "tags" option.
16417 (org-use-property-inheritance): New option.
16418 (org-cached-entry-get): Use `org-use-property-inheritance'.
16419 (org-remember-apply-template): Fix typo.
16420
16421 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
16422
16423 * net/tramp.el (tramp-find-shell)
16424 (tramp-open-connection-setup-interactive-shell): Improve sending
16425 initial commands.
16426 (tramp-action-terminal): Send debug message.
16427 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
16428 (tramp-barf-if-no-shell-prompt): Insert code of
16429 `tramp-wait-for-shell-prompt'.
16430
16431 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16432
16433 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
16434
16435 * term/vt200.el (terminal-init-vt200):
16436 * term/vt201.el (terminal-init-vt201):
16437 * term/vt220.el (terminal-init-vt220):
16438 * term/vt240.el (terminal-init-vt240):
16439 * term/vt300.el (terminal-init-vt300):
16440 * term/vt320.el (terminal-init-vt320):
16441 * term/vt400.el (terminal-init-vt400):
16442 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
16443
16444 * term/wyse50.el (wyse50-terminal-map): New var.
16445 (terminal-init-wyse50): Use it and input-decode-map.
16446 (enable-arrow-keys): Emasculate.
16447
16448 * term/tvi970.el (tvi970-terminal-map): New var.
16449 (terminal-init-tvi970): Use it and input-decode-map.
16450 (tvi970-keypad-numeric): Remove.
16451 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
16452
16453 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
16454 (terminal-init-sun): Use it and input-decode-map.
16455
16456 * term/news.el (terminal-init-news):
16457 * term/lk201.el (terminal-init-lk201):
16458 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
16459
16460 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
16461
16462 * complete.el (PC-expand-many-files): Remove.
16463 (PC-do-completion): Call file-expand-wildcards instead of
16464 PC-expand-many-files.
16465
16466 * net/tramp.el (tramp-handle-expand-many-files): Remove.
16467 (PC-expand-many-files): Remove advice.
16468
16469 2007-10-22 Glenn Morris <rgm@gnu.org>
16470
16471 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
16472 Add some support for Fortran 2003 syntax:
16473 (f90-type-indent): Now also applies to `enum'.
16474 (f90-associate-indent): New user option.
16475 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
16476 Add some F2003 keywords.
16477 (f90-constants-re): New constant.
16478 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
16479 Interface'.
16480 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
16481 `class'. Arguments for `type'/`class' may have spaces. Add a new
16482 element for functions with specified types. Add `end enum' and
16483 `select type'. Add `implicit enumerator' and `procedure'.
16484 Add `class default' and `type is', `class is'. Fix `go to' regexp.
16485 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
16486 (f90-font-lock-keywords-4): Add `f90-constants-re'.
16487 (f90-blocks-re): Add `enum' and `associate'.
16488 (f90-else-like-re): Add `class is', `type is', and `class default'.
16489 (f90-end-type-re): Add `enum'.
16490 (f90-end-associate-re, f90-typeis-re): New constants.
16491 (f90-end-block-re): Add `enum' and `associate'. Change from
16492 optional whitespace to end-of-word, to avoid `enumerator'.
16493 (f90-start-block-re): Add `select type', `abstract interface', and
16494 `enum'. Avoid `type is', and `type (sometype)'.
16495 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
16496 (f90-mode): Doc fix.
16497 (f90-looking-at-select-case): Doc fix. Add `select type'.
16498 (f90-looking-at-associate): New function.
16499 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
16500 Add `enum' and `abstract interface'.
16501 (f90-no-block-limit): Add `select type' and `abstract interface'.
16502 (f90-get-correct-indent, f90-calculate-indent)
16503 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
16504 (f90-indent-region, f90-match-end): Handle `associate' blocks.
16505
16506 2007-10-22 Martin Rudalics <rudalics@gmx.at>
16507
16508 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
16509 Use window-full-width-p.
16510
16511 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
16512
16513 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
16514
16515 * tooltip.el: Use featurep 'xemacs.
16516
16517 * printing.el: Move variable definitions before use, no code change.
16518
16519 2007-10-22 Juri Linkov <juri@jurta.org>
16520
16521 * simple.el (goto-history-element): Allow minibuffer-default to be
16522 a list of default values accessible by typing M-n in the minibuffer.
16523
16524 * dired-x.el (dired-guess-shell-command): Put all guesses to the
16525 minibuffer default value list instead of pushing them temporarily
16526 to the history list.
16527
16528 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16529
16530 * hexl.el (hexl-menu): New major mode menu.
16531
16532 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16533
16534 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
16535
16536 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16537
16538 * w32-fns.el (w32-quote-process-args):
16539 * dos-w32.el (print-region-function, lpr-headers-switches)
16540 (ps-print-region-function): Pacify byte-compiler.
16541
16542 * emulation/edt-mapper.el (function-key-map):
16543 (edt-map-key): Make it a function instead of using fset.
16544 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
16545 (edt-gnu-map-key, edt-lucid-map-key): Remove.
16546 (edt-x-emacs-p): Remove.
16547 (edt-emacs-variant, edt-window-system, edt-xserver):
16548 Use featurep 'xemacs.
16549
16550 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
16551 Replace eudc-xemacs-p with its definition.
16552 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
16553 (eudc-emacs-mule-p): Remove.
16554 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
16555 eudc-xemacs-p with feature tests.
16556
16557 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
16558 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
16559 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
16560 (eudc-bob-toggle-inline-display):
16561 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
16562 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
16563
16564 * net/eudcb-ph.el (eudc-ph-open-session):
16565 Replace eudc-xemacs-mule-p with its former definition.
16566
16567 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
16568 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
16569
16570 * progmodes/vera-mode.el (vera-xemacs): Remove.
16571 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
16572
16573 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
16574 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
16575 (vhdl-speedbar-initialize, vhdl-ps-print-init)
16576 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
16577 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
16578 with (featurep 'xemacs).
16579
16580 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
16581 (save-buffer-state-x):
16582 * obsolete/fast-lock.el (fast-lock-verbose):
16583 * emulation/viper-init.el (viper-xemacs-p)
16584 (viper-cond-compile-for-xemacs-or-emacs):
16585 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
16586 * ps-print.el (case-fold-search):
16587 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
16588 * calculator.el (calculator-help): Use featurep 'xemacs.
16589
16590 * progmodes/prolog.el: Undo previous change.
16591 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
16592
16593 * progmodes/dcl-mode.el:
16594 * play/yow.el:
16595 * calendar/todo-mode.el:
16596 * calendar/cal-hebrew.el:
16597 * vc-hg.el: Undo previous change.
16598
16599 * vms-patch.el: Likewise.
16600 (print-region-function): Pacify byte-compiler.
16601
16602 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
16603
16604 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
16605 preserve-uid-gid.
16606
16607 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
16608 compatibility. It is not used, though.
16609
16610 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
16611 Require tramp-cmds.el.
16612 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
16613 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
16614 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
16615 (tramp-do-copy-or-rename-file-out-of-band)
16616 (tramp-maybe-open-connection): Use `make-temp-name'. This is
16617 possible, because we don't need to create the temporary file, but
16618 we need a prefix for ssh, which has its own temporary file handling.
16619 (tramp-handle-delete-directory): Add "-f" to rmdir.
16620 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
16621 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
16622 a signal, in order to give the callee a chance to suppress.
16623 (tramp-handle-write-region): Set owner also in case of short
16624 track. Don't use compatibility calls for `write-region' anymore.
16625 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
16626 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
16627
16628 * net/tramp-cmds.el: New file.
16629
16630 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
16631 `tramp-clear-passwd'.
16632
16633 * net/trampver.el: Update release number.
16634
16635 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16636
16637 * progmodes/gud.el (gud-target-name): Move definition before use.
16638
16639 * progmodes/dcl-mode.el: Require imenu at compile time.
16640
16641 * progmodes/cc-engine.el (c-maybe-stale-found-type):
16642 Pacify byte-compiler.
16643
16644 * obsolete/fast-lock.el: Use featurep test instead of string-match.
16645
16646 * eshell/esh-mode.el (eshell-handle-ansi-color):
16647 Require ansi-color at compile time too.
16648
16649 * eshell/em-unix.el (eshell/info): Require info at compile time too.
16650
16651 * w32-fns.el: Require w32-vars.
16652
16653 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
16654 time too.
16655
16656 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16657
16658 * double.el ([ignore]): Use `ignore'.
16659 (double-setup): Inline into double-mode.
16660 (double-mode): Use define-minor-mode.
16661
16662 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16663
16664 * textmodes/reftex.el: Move require easymenu before first use.
16665 (reftex-info): Require info at compile too.
16666
16667 * textmodes/org-publish.el (org-publish-org-to-html)
16668 (org-publish-org-to): Require org at compile time too.
16669 (org-publish-attachment): Require at compile time too.
16670
16671 * term/tty-colors.el (w32-tty-standard-colors):
16672 Pacify byte-compiler.
16673
16674 * term/pc-win.el (frame-creation-function-alist): Add to this
16675 instead of setting frame-creation-function.
16676
16677 * play/blackbox.el (bb-up, bb-down): Use forward-line.
16678
16679 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
16680
16681 * calendar/todo-mode.el: Require calendar at compile time.
16682
16683 * calendar/cal-hebrew.el: Require holidays at compile time.
16684
16685 * w32-vars.el: Provide w32-vars.
16686
16687 * term/w32-win.el: Require w32-vars.
16688 (w32-color-map): Pacify byte-compiler.
16689
16690 * loadup.el: Load w32-vars before term/w32-win.
16691
16692 2007-10-20 Juri Linkov <juri@jurta.org>
16693
16694 * textmodes/fill.el (fill-paragraph): When the region is active,
16695 don't try other `or' branches regardless of the value returned by
16696 fill-region; just return t.
16697
16698 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
16699
16700 * vc.el (vc-do-command): Condition out a misleading message when
16701 running asynchronously.
16702 (vc-deduce-fileset): New argument enables using an unregistered
16703 visited file as a singleton fileset if nothing else is available.
16704 (vc-next-action): Restore file-registering behavior.
16705
16706 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
16707
16708 * calc/README: Add recent news.
16709
16710 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
16711
16712 * term/x-win.el (x-gtk-stock-map, icon-map-list)
16713 (x-gtk-map-stock): Delete duplicated definitions from merge.
16714
16715 * progmodes/compile.el (compilation-skip-to-next-location)
16716 (compilation-skip-threshold, compilation-skip-visited):
16717 Move definitions earlier.
16718
16719 * play/decipher.el (decipher-keypress):
16720 * play/zone.el (zone-fall-through-ws):
16721 * play/landmark.el (lm-move-down, lm-move-up):
16722 * play/handwrite.el (handwrite):
16723 * mail/mspools.el (mspools-visit-spool):
16724 * wdired.el (wdired-next-line, wdired-previous-line):
16725 * tar-mode.el (tar-subfile-save-buffer):
16726 * scroll-lock.el (scroll-lock-next-line)
16727 (scroll-lock-previous-line):
16728 * image-dired.el (image-dired-next-line)
16729 (image-dired-previous-line):
16730 * ediff-help.el (ediff-help-message-line-length):
16731 Use forward-line.
16732
16733 * smerge-mode.el (smerge-auto-refine):
16734 * diff-mode.el (diff-auto-refine): Add :group.
16735
16736 * play/yow.el: Require doctor at compile time.
16737
16738 * vmsproc.el: Provide vmsproc.
16739 (command-send-input): Use forward-line.
16740
16741 * vms-patch.el: Require ps-print and vmsproc at compile time.
16742
16743 * vc-mtn.el (log-view-message-re, log-view-file-re)
16744 (log-view-font-lock-keywords): Pacify byte-compiler.
16745
16746 * vc-hg.el: Require log-view at compile time.
16747
16748 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
16749
16750 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
16751
16752 2007-10-20 Glenn Morris <rgm@gnu.org>
16753
16754 * progmodes/f90.el (f90-font-lock-keywords-2)
16755 (f90-looking-at-type-like): Fix regexp typos.
16756
16757 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
16758
16759 * bs.el (bs--track-window-changes): Don't refresh the whole list.
16760 (bs-mode): Set mode-class property to special.
16761
16762 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16763
16764 * diff-mode.el (diff-auto-refine): New var.
16765 (diff-hunk): Use it.
16766 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
16767 (diff-refine-change): Rename from diff-fine-change. Change it.
16768 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
16769 (diff-refine-hunk): Rename from diff-fine-highlight.
16770
16771 2007-10-20 John Paul Wallington <jpw@pobox.com>
16772
16773 * help-fns.el (describe-variable-custom-version-info): New function
16774 to return variable's version or package version note.
16775 (describe-variable): Use it, display result.
16776
16777 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16778
16779 * smerge-mode.el (smerge-auto-refine): New var.
16780 (smerge-next, smerge-prev): Use it.
16781 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
16782
16783 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16784 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
16785
16786 * vc-bzr.el (vc-bzr-diff-tree):
16787 * vc-git.el (vc-git-diff-tree):
16788 * vc-hg.el (vc-hg-diff-tree):
16789 * vc-mcvs.el (vc-mcvs-diff-tree):
16790 * vc-mtn.el (vc-mtn-diff-tree):
16791 * vc-svn.el (vc-svn-diff-tree): Remove.
16792
16793 * vc-mtn.el (vc-mtn-revision-completion-table):
16794 * vc-cvs.el (vc-cvs-revision-completion-table):
16795 * vc-arch.el (vc-arch-revision-completion-table):
16796 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
16797 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
16798 Make it work when the arg is a list of files.
16799
16800 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16801
16802 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
16803 Also `revision-completion-table' now takes a list of files.
16804 (vc-deduce-fileset): Remove unused var `regexp'.
16805 Only obey allow-directory-wildcard in dired buffers.
16806 (vc-default-diff-tree): Remove.
16807 (vc-diff-added-files): New var.
16808 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
16809 (vc-version-diff): Revert from `vc-history-diff' to the original name.
16810 Remove the `backend' arg.
16811 (vc-contains-version-controlled-file): Remove.
16812 (vc-diff): Bring it closer to the version in Emacs-22.
16813 (vc-revert): Fix typo in let-binding.
16814 (vc-default-unregister): Remove.
16815 (vc-dired-buffers-for-dir): Remove N^2 behavior.
16816
16817 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
16818
16819 * textmodes/two-column.el (2C-split, 2C-merge):
16820 * textmodes/bib-mode.el (bib-find-key, mark-bib):
16821 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
16822 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
16823 * progmodes/ada-xref.el (ada-get-all-references):
16824 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
16825 * emulation/vi.el (vi-previous-line-first-nonwhite)
16826 (vi-effective-range, vi-put-before):
16827 * emulation/edt.el (edt-next-line, edt-previous-line)
16828 (edt-paragraph-forward): Use forward-line.
16829
16830 * progmodes/etags.el (tags-apropos): Require apropos at compile
16831 time too.
16832
16833 * progmodes/prolog.el: Require comint when compiling.
16834 (inferior-prolog-flavor): Move defvar before use.
16835
16836 2007-10-19 Richard Stallman <rms@gnu.org>
16837
16838 * font-core.el (turn-on-font-lock-if-desired):
16839 Rename from `turn-on-font-lock-if-enabled'.
16840 Fully obey `font-lock-global-modes'.
16841
16842 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16843
16844 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
16845 which will not affect the behavior of things like forward-word.
16846 (diff-fine-highlight): Preserve point.
16847
16848 * doc-view.el (doc-view-mode-map): Use remapping.
16849 Don't rebind C-v, M-v to their default value.
16850 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
16851
16852 * smerge-mode.el: Add word-granularity refinement.
16853 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
16854 (smerge-refine-weight-hack): New vars.
16855 (smerge-refine-forward): New fun.
16856 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
16857 (smerge-refine-subst): Use them as well. Preserve point.
16858
16859 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
16860
16861 * follow.el (follow-unload-function): New function.
16862
16863 * loadhist.el (unload-function-features-list):
16864 Rename from `unload-hook-features-list'.
16865 (unload-hook-features-list): Add as obsolete alias.
16866 (unload-feature): Use `unload-function-features-list'
16867 and new FEATURE-unload-function.
16868
16869 2007-10-19 Glenn Morris <rgm@gnu.org>
16870
16871 * bindings.el (mouse-minor-mode-menu)
16872 (minor-mode-menu-from-indicator): Move to mouse.el.
16873 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16874 Move here from bindings.el.
16875
16876 2007-10-19 Richard Stallman <rms@gnu.org>
16877
16878 * help-fns.el (describe-function-1): Don't use the advice origname
16879 if it has no function definition.
16880
16881 2007-10-18 Johan Bockgård <bojohan@gnu.org>
16882
16883 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
16884 Use `save-restriction' rather than `widen'.
16885
16886 2007-10-18 Richard Stallman <rms@gnu.org>
16887
16888 * time.el (display-time-world-time-format): Display day # not month #.
16889
16890 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16891
16892 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
16893
16894 * doc-view.el: Remove version keyword.
16895 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16896 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
16897 (doc-view-ghostscript-options): Improve custom type.
16898 (doc-view-cache-directory, doc-view-conversion-buffer)
16899 (doc-view-conversion-refresh-interval): Simplify custom type.
16900
16901 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
16902
16903 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16904 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
16905 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16906 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
16907 Remove superfluous messages.
16908 (doc-view-mode-map): Use the image-mode scrolling commands.
16909 Don't rebind C-x k.
16910
16911 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16912
16913 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
16914 Add comment about "-dSAFER".
16915
16916 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16917
16918 * term/xterm.el: Don't require xt-mouse.
16919 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
16920 calling turn-on-xterm-mouse-tracking-on-terminal directly.
16921
16922 * xt-mouse.el: Don't change the global function-key-map anny more.
16923 (xterm-mouse-mode): Use terminal-init-xterm-hook.
16924 Don't use after-make-frame-functions now that term/xterm.el calls
16925 us directly.
16926 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
16927 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
16928 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
16929 Setup input-decode-map and remember that xterm-mouse-mode was
16930 enabled in this terminal.
16931 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
16932 terminals where it has been enabled.
16933
16934 * faces.el (tty-create-frame-with-faces): Make sure not only
16935 tty-run-terminal-initialization but also set-locale-environment
16936 are run only once per terminal.
16937 (tty-run-terminal-initialization): Don't check if the terminal was
16938 already initted.
16939
16940 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
16941 not to remove keymaps that just happen to inherit from one of ours.
16942 When setting up our keymap, make sure it won't be accidentally
16943 modified by someone else.
16944
16945 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
16946
16947 * textmodes/artist.el (artist-previous-line, artist-next-line):
16948 * dired.el (dired-next-line, dired-previous-line):
16949 * progmodes/delphi.el (delphi-newline):
16950 * textmodes/org.el (org-columns-eval):
16951 Use forward-line.
16952
16953 * emerge.el (emerge-setup): Use insert-buffer-substring.
16954 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
16955
16956 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
16957
16958 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
16959 (adaptive-fill-function): Doc fix. Remove * from docstring.
16960
16961 2007-10-18 Tom Horsley <tom.horsley@att.net>
16962
16963 * simple.el (interprogram-paste-function): Doc fix.
16964 (current-kill): Accept list of strings as well
16965 as single string from `interprogram-paste-function'.
16966
16967 2007-10-18 Glenn Morris <rgm@gnu.org>
16968
16969 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
16970
16971 2007-10-18 Drew Adams <drew.adams@oracle.com>
16972
16973 * bindings.el (mode-line-minor-mode-keymap):
16974 Add mouse-minor-mode-menu on mouse-1.
16975 (mode-line-modes): Add mouse-1 to help-echo text.
16976 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16977 New functions.
16978 (mode-line-minor-mode-help): Doc fix.
16979
16980 2007-10-17 Juri Linkov <juri@jurta.org>
16981
16982 * textmodes/fill.el (fill-paragraph-or-region): Remove function
16983 at the request of RMS.
16984 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
16985 arg `region'. Fix docstring. At the first `or' branch add call to
16986 `fill-region' if it the region is active in transient-mark-mode.
16987
16988 * bindings.el (esc-map): Bind M-q to fill-paragraph
16989 instead of fill-paragraph-or-region.
16990
16991 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
16992 with fill-paragraph.
16993
16994 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
16995 Fix docstring.
16996
16997 * indent.el (indent-for-tab-command): Change interactive spec from
16998 "P" to "p". Add check for interactive arg before indenting the
16999 active region.
17000
17001 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
17002 Regroup.
17003
17004 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
17005
17006 * emacs-lisp/find-func.el: Don't require loadhist.
17007
17008 * loadhist.el (feature-symbols, file-provides, file-requires)
17009 (file-set-intersect, file-dependents): Simplify.
17010 (unload-feature-special-hooks): Update list of special hooks.
17011
17012 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
17013
17014 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
17015 extensions since they can be viewed with doc-view.
17016
17017 * files.el (auto-mode-alist): Make doc-view-mode the default mode
17018 for pdf, ps and dvi files.
17019
17020 * doc-view.el: Make doc-view-mode the standard mode for viewing
17021 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
17022 text and image display. Add binding C-c C-e to switch to an
17023 editing mode.
17024 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
17025 avoid security problems when rendering files from untrusted sources.
17026
17027 2007-10-17 Aaron Hawley <aaronh@garden.org>
17028
17029 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
17030 position is not saved.
17031
17032 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17033
17034 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
17035 (doc-view-ghostscript-options): Fix typo in doc string.
17036
17037 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17038
17039 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
17040 handling, so compilation-fake-loc works again.
17041
17042 * server.el (server-select-display): Nop if we do not support m-f-o-d.
17043 (server-process-filter): Revert last change.
17044
17045 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
17046 behavior unrelated to filesets.
17047
17048 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
17049
17050 * longlines.el (longlines-wrap-follows-window-size): Integer value
17051 specifies wrapping margin.
17052 (longlines-mode, longlines-window-change-function):
17053 Set window-specific wrapping margin based on the above.
17054
17055 2007-10-17 John Wiegley <johnw@newartisans.com>
17056
17057 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
17058
17059 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17060
17061 * server.el (server-process-filter): Only set display if X11 is
17062 supported.
17063
17064 2007-10-17 Glenn Morris <rgm@gnu.org>
17065
17066 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
17067 Tweak regexp to avoid stack overflow.
17068
17069 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17070
17071 * simple.el (reindent-then-newline-and-indent): Don't assume that
17072 indent-according-to-mode preserves point.
17073
17074 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
17075
17076 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
17077 (bs--nth-wrapper): Simplify.
17078 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
17079 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
17080 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
17081 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
17082 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
17083 (bs-configurations, bs-default-configuration)
17084 (bs-alternative-configuration, bs-cycle-configuration-name)
17085 (bs-string-show-always, bs-string-show-never, bs-string-current)
17086 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
17087 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
17088 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
17089 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
17090 (bs--window-config-coming-from): Revert 2006-11-09 change.
17091 (bs--restore-window-config): Keep the selected frame.
17092 (bs--track-window-changes, bs--remove-hooks): New functions.
17093 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
17094 (bs--create-header): Remove.
17095 (bs--create-header-line): New function, based on `bs--create-header'.
17096 (bs--show-header): Use `bs--create-header-line'.
17097 (bs--show-with-configuration): Revert 2006-11-09 change.
17098 Don't reuse window unless it is visible on the selected frame.
17099 Restore window configuration (possibly in a different frame)
17100 before creating any window.
17101
17102 2007-10-16 Glenn Morris <rgm@gnu.org>
17103
17104 * simple.el (blink-matching-open): Don't report false errors with
17105 the `$' syntax class.
17106
17107 2007-10-16 Richard Stallman <rms@gnu.org>
17108
17109 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
17110 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
17111 (ad-is-advised, ad-get-advice-info-field)
17112 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
17113
17114 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17115
17116 * vc-hooks.el (vc-workfile-version): Compatibility alias.
17117 (vc-default-working-revision): Compatibility for backends.
17118
17119 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
17120
17121 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
17122 (filesets-ormap, filesets-sort-case-sensitive-flag)
17123 (filesets-remake-shortcut, filesets-ingroup-collect-files):
17124 Fix typos in docstrings.
17125 (filesets-conditional-sort, filesets-find-or-display-file)
17126 (filesets-data-get-name, filesets-data-get-data)
17127 (filesets-data-set, filesets-cmd-query-replace-getargs)
17128 (filesets-ingroup-collect): Doc fixes.
17129
17130 2007-10-15 Sam Steingold <sds@gnu.org>
17131
17132 * mail/sendmail.el (sendmail-error-reporting-interactive)
17133 (sendmail-error-reporting-non-interactive): New variables for
17134 sendmail error reporting options to simplify support for imperfect
17135 sendmail emulators.
17136 (sendmail-send-it): Use them instead of list literals.
17137
17138 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
17139
17140 * help-fns.el: Revert previous change; it creates a
17141 dependency loop between advice.el and help-fns.el.
17142
17143 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
17144
17145 * help-fns.el: Require advice when compiling.
17146
17147 2007-10-14 Drew Adams <drew.adams@oracle.com>
17148
17149 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
17150 (ring-insert+extend, ring-remove+insert+extend, ring-member)
17151 (ring-next, ring-previous): New functions.
17152
17153 2007-10-14 Richard Stallman <rms@gnu.org>
17154
17155 * emacs-lisp/advice.el (documentation): Advice deleted.
17156 Doc for advised functions is now handled at C level.
17157 (ad-stop-advice, ad-start-advice): Don't enable or disable
17158 advice for `documentation'.
17159 (ad-advised-definition-docstring-regexp): Var deleted.
17160 (ad-make-advised-definition-docstring): Store orig name
17161 as text property of string.
17162 (ad-advised-definition-p): Check for text property of docstring.
17163
17164 * help-fns.el (describe-function-1): Find source of advised functions.
17165
17166 2007-10-14 Juri Linkov <juri@jurta.org>
17167
17168 * faces.el (describe-face): Allow handling a string as the face name.
17169
17170 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
17171 active region in transient-mark-mode.
17172 (ispell-region): Change messages displayed at the start and end of
17173 the spell-checking to be the same.
17174
17175 * startup.el (fancy-startup-tail): Say exactly what does the button
17176 dismiss ("Dismiss this startup screen"). Use text "Never show
17177 it again" for the checkbox after this button.
17178 (fancy-startup-screen, fancy-about-screen): Put point before the
17179 first link, so the user can quickly select links with the keyboard.
17180 (normal-mouse-startup-screen): Add more useful text describing how
17181 to follow a link.
17182
17183 2007-10-14 Glenn Morris <rgm@gnu.org>
17184
17185 * progmodes/etags.el (select-tags-table): Disable undo in the
17186 `*Tags Table List*' buffer.
17187
17188 2007-10-13 Eli Zaretskii <eliz@gnu.org>
17189
17190 * dired.el (dired-warn-writable): New face.
17191 (dired-warn-writable-face): New variable.
17192 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
17193 of dired-warning-face, for group- and world-writable files.
17194
17195 2007-10-13 Richard Stallman <rms@gnu.org>
17196
17197 * files.el (directory-abbrev-alist): Doc fix.
17198
17199 2007-10-13 Jari Aalto <jari.aalto@cante.net>
17200
17201 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
17202
17203 2007-10-12 Martin Rudalics <rudalics@gmx.at>
17204
17205 * frame.el (set-frame-configuration): Assign name parameter only
17206 if it has been set explicitly before.
17207
17208 2007-10-11 Tom Tromey <tromey@redhat.com>
17209
17210 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
17211 frame is visible.
17212
17213 2007-10-10 Richard Stallman <rms@gnu.org>
17214
17215 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
17216 in *Backtrace*.
17217
17218 * faces.el (face-font-selection-order): Doc fix.
17219
17220 * loadhist.el (unload-feature): Doc fix.
17221
17222 2007-10-13 Glenn Morris <rgm@gnu.org>
17223
17224 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
17225 (octave-re-search-forward-kw, octave-re-search-backward-kw):
17226 Add doc string, and an explicit COUNT argument.
17227 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
17228 `inc' to search functions.
17229
17230 * faces.el (face-spec-set): When FRAME is nil, set the default for
17231 new frames (restores pre-2007-09-17 behavior). Doc fix.
17232
17233 2007-10-13 John W. Eaton <jwe@octave.org>
17234
17235 * progmodes/octave-mod.el (octave-looking-at-kw)
17236 (octave-re-search-forward-kw, octave-re-search-backward-kw):
17237 New functions.
17238 (octave-in-defun-p, calculate-octave-indent)
17239 (octave-blink-matching-block-open, octave-beginning-of-defun)
17240 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
17241 to search for regexps that contain case-sensitive keywords.
17242 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
17243 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
17244
17245 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
17246
17247 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
17248 Do not use a single clause cond.
17249
17250 * cus-start.el (all): Use test that does not match the X11 version
17251 for mac.
17252
17253 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
17254
17255 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
17256 BROWSE buffer.
17257
17258 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
17259
17260 * cus-start.el (all): Undo previous change.
17261
17262 2007-10-13 Glenn Morris <rgm@gnu.org>
17263
17264 * woman.el (woman0-rename): Fix paren typo.
17265
17266 * mail/feedmail.el (feedmail-run-the-queue)
17267 (feedmail-look-at-queue-directory):
17268 * mail/reporter.el (reporter-dump-state):
17269 * net/eudc-hotlist.el (eudc-edit-hotlist):
17270 * net/eudc.el (eudc-display-records)
17271 (eudc-filter-duplicate-attributes)
17272 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
17273 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
17274 (eudc-bbdb-query-internal):
17275 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
17276 * net/socks.el (socks-build-auth-list):
17277 * progmodes/cc-cmds.el (top level):
17278 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
17279 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
17280 (cperl-write-tags, cperl-tags-treeify):
17281 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
17282 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
17283 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
17284 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17285 (idlwave-toolbar-remove-everywhere):
17286 * progmodes/idlwave.el (idlwave-indent-line)
17287 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
17288 (idlwave-write-paths, idlwave-all-method-classes)
17289 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
17290 (idlwave-fix-keywords, idlwave-display-calling-sequence)
17291 (idlwave-complete-in-buffer):
17292 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
17293 (org-fast-tag-selection):
17294 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
17295 than mapcar.
17296
17297 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
17298
17299 * diff-mode.el (diff-fine-change): Add :group.
17300
17301 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
17302
17303 * cus-start.el (all): Use the same test as the 22.2 branch.
17304
17305 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17306
17307 * diff-mode.el (diff-current-defun): Force recomputation of
17308 change-log-default-name.
17309
17310 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
17311
17312 * startup.el (fancy-startup-screen): Remove an unnecessary newline
17313 and some leftover logic regarding dedicated frames. If showing
17314 concise startup screen, fit window to buffer.
17315 (command-line-1): If we will be using the splash screen, use
17316 find-file instead of find-file-other-window to find additional files.
17317 Comment out unused code for coping with the old sit-for behavior.
17318
17319 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17320
17321 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
17322 `meta' modifier consistently, rather than using sometimes meta
17323 sometimes alt.
17324
17325 2007-10-12 Martin Rudalics <rudalics@gmx.at>
17326
17327 * window.el (handle-select-window): Revert part of 2007-10-08
17328 change setting the input focus.
17329
17330 2007-10-12 Glenn Morris <rgm@gnu.org>
17331
17332 * startup.el (command-line): Do not read abbrev file in batch mode.
17333
17334 * emacs-lisp/byte-opt.el (top level):
17335 * mail/rmail.el (rmail-list-to-menu):
17336 * obsolete/hilit19.el (hilit-mode):
17337 * progmodes/cc-mode.el (c-postprocess-file-styles)
17338 (c-submit-bug-report):
17339 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
17340 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
17341 (reftex-access-parse-file):
17342 * textmodes/reftex-cite.el (reftex-do-citation)
17343 (reftex-insert-bib-matches):
17344 * textmodes/reftex-ref.el (reftex-offer-label-menu):
17345 * textmodes/reftex-sel.el (reftex-select-unmark):
17346 * textmodes/reftex-toc.el (reftex-toc-do-promote):
17347 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
17348
17349 * cus-edit.el (custom-variable-menu, custom-face-menu)
17350 (custom-group-menu): Check init-file-user rather than
17351 user-init-file, in case cus-edit is loaded by site-run-file.
17352
17353 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
17354
17355 * vc.el (vc-deduce-fileset): Delete unused code.
17356 (vc-next-action): Fix typos.
17357
17358 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
17359
17360 * bs.el (bs--mark-unmark): New function.
17361 (bs-mark-current, bs-unmark-current): Use it.
17362
17363 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
17364
17365 * vc.el (vc-diff):
17366 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
17367 temporarily disable the check for his edge case of
17368 vc-diff (stopping it from grinding when called from $HOME), as
17369 it's calling some brittle code in vc-hooks.el.
17370 (with-vc-properties): Fix evaluation time of a macro argument.
17371 * ediff-vers.el (ediff-vc-internal):
17372 * vc-hooks.el:
17373 * loaddefs.el: Follow up on VC terminology change.
17374
17375 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
17376
17377 * follow.el (follow-stop-intercept-process-output):
17378 Use `follow-call-process-filter' rather than `process-filter'.
17379 Simplify.
17380
17381 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
17382
17383 * vc-hooks.el (vc-registered): Robustify this function a bit
17384 against filenames with no directory component.
17385
17386 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17387
17388 * international/characters.el: Undo unwanted and unexplained change.
17389
17390 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17391
17392 * ps-print.el: Fix the usage of :foreground and :background face
17393 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
17394 (ps-print-version): New version 6.7.6.
17395 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
17396 Fix code.
17397 (ps-face-foreground-color-p, ps-face-background-color-p)
17398 (ps-face-color-p): New inline funs.
17399
17400 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
17401
17402 * textmodes/org.el (org-additional-option-like-keywords): New constant.
17403 (org-complete): Use `org-additional-option-like-keywords'.
17404 (org-parse-local-options): New function.
17405
17406 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
17407
17408 * textmodes/org.el (org-in-clocktable-p): New function.
17409 (org-clock-report): Only update the table at point, or insert a new one.
17410 (org-clock-goto): New function.
17411 (org-open-file): Use `start-process-shell-command' instead of
17412 `shell-command' with an ampersand.
17413 (org-deadline, org-schedule): New argument REMOVE to remove the
17414 date from the entry.
17415 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
17416 argument to `org-schedule' and `org-deadline'.
17417 (org-trim): Use the correct expressions for beginning and end of
17418 the string.
17419 (org-get-cleaned-entry): Trim the string before returning it.
17420 (org-clock-find-position): New function.
17421 (org-clock-into-drawer): New option.
17422 (org-agenda-tags-column): Rename from
17423 `org-agenda-align-tags-to-column'.
17424 (org-agenda-align-tags): Allow negative values for
17425 `org-agenda-tags-column'.
17426 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
17427 (org-agenda-to-appt): New optional argument FILTER.
17428 (org-completion-fallback-command): New variable.
17429 (org-complete): Use `org-completion-fallback-command'.
17430 (org-find-base-buffer-visiting): Catch the case that there is no
17431 buffer visiting the file.
17432 (org-property-or-variable-value): New function.
17433 (org-todo): Use `org-property-or-variable-value'
17434 (org-agenda-compact-blocks): New option.
17435 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
17436 (org-agenda-schedule, org-agenda-deadline):
17437 Call `org-agenda-show-new-time'.
17438 (org-agenda-show-new-time): New argument PREFIX.
17439 (org-colgroup-info-to-vline-list): Fix but that cause a
17440 shift in the vertical lines.
17441 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
17442 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
17443 (org-indent-item): No arg in call to `org-fix-bullet-type'.
17444 (org-fix-bullet-type): Remove argument.
17445 (org-read-date): Check for am/pm twice, to catch the end time.
17446 (org-goto-map): Use `suppress-keymap'.
17447 (org-remember-apply-template): Respect the dynamically scoped
17448 selection character.
17449
17450 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17451
17452 * frame.el (frame-inherited-parameters): Remove unused `environment'
17453 parameter, and let server.el add `client' when needed.
17454
17455 * server.el (server-create-tty-frame)
17456 (server-create-window-system-frame): Set frame-inherited-parameters.
17457
17458 * frame.el (frame-inherited-parameters): New var.
17459 (make-frame): Use it.
17460
17461 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
17462
17463 * env.el (let-environment): Remove. Unused.
17464 (read-envvar-name): Simplify.
17465 (setenv): Remove unused arg `frame'.
17466
17467 * help-fns.el (describe-variable): Add missing " " for multiline
17468 obsolescence info and missing EOL after global value.
17469
17470 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
17471
17472 * add-log.el:
17473 * ediff-vers.el:
17474 * log-view.el:
17475 * pcvs.el:
17476 * vc-arch.el:
17477 * vc-bzr.el:
17478 * vc-cvs.el:
17479 * vc.el:
17480 * vc-git.el:
17481 * vc-hg.el:
17482 * vc-hooks.el:
17483 * vc-mcvs.el:
17484 * vc-mtn.el:
17485 * vc-rcs.el:
17486 * vc-sccs.el:
17487 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
17488 {find,init,next,previous,annotate-*,log}-version ->
17489 {find,init,next,previous,annotate-*,log}-revision,
17490 annotate-focus-version -> annotate-working-revision, The term
17491 'focus' is gone. The term 'revision' is now used consistently
17492 everywhere that reference to a revision ID is intended, replacing
17493 older use of 'version'.
17494
17495 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
17496
17497 * follow.el: Change all instances of "Follow Mode" to "Follow
17498 mode" in docstrings and messages.
17499 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
17500
17501 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
17502
17503 * vc.el (vc-next-action): Rewrite completely; this principal
17504 entry point now operates on a current fileset selected either
17505 explicitly via VC-Dired or implicitly by visiting a file buffer,
17506 rather than always operating on the file of the current buffer as
17507 in older versions. Rewrite the rest of the mode to match.
17508 (with-vc-properties): Rewrite to operate on a file list.
17509 (with-vc-file): vc-checkin takes a file list argument now.
17510 (vc-post-command-functions): This hook now receives a file list.
17511 (vc-do-command): Take a either a file or a file list as argument.
17512 (vc-deduce-fileset): New function for deducing a file list to
17513 operate on.
17514 (vc-next-action-on-file, vc-next-action-dired): Remove.
17515 Merge into vc-next-action.
17516 (vc-register): Adapt to the fact that vc-start-entry now takes a
17517 file list.
17518 (vc-register-with): New function.
17519 (vc-start-entry): Take a file list argument rather than a
17520 file argument.
17521 (vc-checkout): Cope with vc-start-entry taking a file list.
17522 (vc-steal-lock): Cope with with-vc-properties taking a
17523 file list.
17524 (vc-checkin): Take a file list argument rather than a file argument.
17525 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
17526 (vc-diff-internal): Rewrite for filesets.
17527 (vc-diff-sentinel): New function, tests whether changes were
17528 written into a diff buffer.
17529 (vc-diff): Rewrite for filesets.
17530 (vc-version-diff): Rewrite for filesets.
17531 (vc-print-log): Take a fileset argument.
17532 (vc-revert): Revert the entire selected fileset, not just the
17533 current buffer.
17534 (vc-rollback): Roll back the entire selected fileset, if
17535 possible. No longer accepts a prefix argument.
17536 (vc-update): Merge new changes for the entire selected
17537 fileset, not just the current buffer.
17538 (vc-revert-file): Cope with with-vc-properties taking a file list.
17539 (vc-default-dired-state-info): Add + status suffix if the file is
17540 modified.
17541 (vc-annotate-warp-version): Use the new diff machinery.
17542 (vc-log-edit): Take a file list argument rather than a file argument.
17543
17544 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
17545
17546 Sync with Tramp 2.1.11.
17547
17548 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
17549 Pacify byte compiler.
17550
17551 * net/trampver.el: Update release number.
17552
17553 2007-10-09 Richard Stallman <rms@gnu.org>
17554
17555 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
17556
17557 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
17558
17559 * follow.el: Require easymenu.
17560 (follow-mode-hook, follow-mode): Doc fixes.
17561 (follow-mode-off-hook): Mark as obsolete.
17562
17563 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17564
17565 * window.el (mouse-autoselect-window-cancel): Don't cancel for
17566 select-window or select-frame events.
17567 (handle-select-window): When autoselecting window set input
17568 focus. Restructure.
17569
17570 * frame.el (focus-follows-mouse): Move to frame.c.
17571 * cus-start.el (all): Add focus-follows-mouse.
17572
17573 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
17574
17575 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
17576 activate font-locking in the *buffer-selection* buffer.
17577 (bs-show-sorted): Doc fix.
17578
17579 * bs.el (bs--get-marked-string, bs--get-modified-string)
17580 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
17581 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
17582 (bs--format-aux): Doc fix.
17583
17584 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
17585
17586 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
17587
17588 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17589
17590 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
17591 (gud-gdb): New function for old M-x gdb (text command mode).
17592 (gud-gdb-command-name, gdb): Move to...
17593
17594 * progmodes/gdb-ui.el: ...here and adapt doc string.
17595 (gud-gdba-command-name, gdba): Delete.
17596
17597 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
17598
17599 * bs.el: Don't defvar `font-lock-verbose'.
17600 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
17601 (bs--get-file-name): Fix typos in docstrings.
17602 (bs--show-header): Use `dolist' instead of `mapcar'.
17603 (bs-mode): Set `show-trailing-whitespace' to nil.
17604 (bs-buffer-sort-function, bs-mouse-select-other-frame)
17605 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
17606 Doc fixes.
17607
17608 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
17609
17610 * progmodes/gud.el (pdb): Specify file for gud-break.
17611
17612 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17613
17614 * progmodes/gud.el (gdb): Make graphical mode the default and
17615 switch to text command mode if appropriate, i.e., reverse previous
17616 arrangement.
17617 (gud-gdb-marker-filter): Adapt for above change.
17618
17619 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
17620 gud-minor-mode and gud-marker-filter.
17621 (gdb-fullname-regexp): New variable.
17622 (gud-gdba-marker-filter): Use it to switch to text command
17623 mode if appropriate.
17624
17625 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17626
17627 * progmodes/gud.el (gud-display-line): Find source buffer even when
17628 GUD buffer has its own frame.
17629
17630 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
17631
17632 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
17633
17634 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
17635
17636 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
17637
17638 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17639
17640 * allout.el (allout-before-change-handler): Replace got-char by
17641 goto-char.
17642
17643 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17644
17645 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
17646 Used to try and automatically enabled smerge-mode in the presence of
17647 conflicts and to call `svn resolved' when the conflicts are gone.
17648 (vc-svn-parse-status): Remember the svn-specific status.
17649
17650 2007-10-08 Eli Zaretskii <eliz@gnu.org>
17651
17652 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
17653 menu-bar-apropos-menu. All users changed.
17654 (menu-bar-help-menu): Change menu symbols to better match the text
17655 displayed by the menu.
17656
17657 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17658
17659 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
17660 #, @, : and ^.
17661
17662 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17663
17664 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
17665
17666 * log-view.el (log-view-mode-map): Likewise.
17667
17668 * diff-mode.el (diff-mode-shared-map): Likewise.
17669
17670 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17671
17672 * files.el (file-name-sans-versions): Also allow `A-Z'.
17673
17674 * vc.el: Mention all supported VC backends.
17675
17676 2007-10-08 Richard Stallman <rms@gnu.org>
17677
17678 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
17679 neighbouring buttons.
17680
17681 2007-10-08 Andreas Schwab <schwab@suse.de>
17682
17683 * files.el (file-name-sans-versions): Also allow `_'.
17684
17685 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17686
17687 * files.el (file-name-sans-versions): Allow - and a-z in version names.
17688
17689 * log-view.el (log-view-mode-map, log-view-mode-menu):
17690 Bind log-view-annotate-version.
17691 (log-view-beginning-of-defun, log-view-end-of-defun)
17692 (log-view-annotate-version): New functions.
17693 (log-view-mode): Use log-view-beginning-of-defun and
17694 log-view-end-of-defun.
17695
17696 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17697
17698 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
17699
17700 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17701
17702 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
17703 neighbouring buttons.
17704
17705 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17706 Recognize gcc's use of "note" for informational messages.
17707
17708 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17709
17710 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
17711 (css-mode): Update correspondingly.
17712
17713 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17714
17715 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
17716 Signed-off-by, Acked-by and Merge.
17717
17718 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17719
17720 * ediff-init.el (ediff-verbose-p): This var is not a constant.
17721
17722 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17723
17724 * vc-mtn.el: New file.
17725
17726 * vc-hooks.el (vc-handled-backends): Add Mtn.
17727
17728 2007-10-08 Eli Zaretskii <eliz@gnu.org>
17729
17730 * files.el (find-file, find-file-other-window)
17731 (find-file-other-frame, find-file-existing, find-file-read-only)
17732 (find-file-read-only-other-window)
17733 (find-file-read-only-other-frame)
17734 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
17735
17736 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17737
17738 * progmodes/gud.el (gdb-ready): New variable.
17739 (gdb): Set it to nil. Set gud-running to nil here...
17740 (gud-common-init): ...instead of here.
17741
17742 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
17743 Use gdb-ready. Discard input until GDB is ready to accept it.
17744
17745 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17746
17747 * dired.el (dired-warning): Inherit from font-lock-warning-face to
17748 make it show up with eight colors.
17749
17750 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17751
17752 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
17753 diffs are concatenated with no intervening line.
17754
17755 2007-10-08 Dave Love <fx@gnu.org>
17756
17757 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
17758 (python-font-lock-keywords): Update to the 2.5 version of the language.
17759 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
17760 (python-backspace): Only behave funny in code.
17761 (python-compilation-regexp-alist): Add PDB stack trace regexp.
17762 (inferior-python-mode): Add PDB prompt regexp.
17763 (python-fill-paragraph): Refine the fenced-string regexp.
17764 (python-find-imports): Handle imports spanning several lines.
17765 (python-mode): Add `class' to hideshow support.
17766
17767 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17768
17769 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17770 Use add-log-buffer-file-name-function rather than binding
17771 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
17772 when `fi' is the ChangeLog file itself.
17773
17774 * outline.el (outline-flag-region): Use front-advance.
17775
17776 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
17777
17778 * progmodes/cperl-mode.el: Merge upstream 5.23.
17779 (cperl-where-am-i): Remove function.
17780 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
17781 (cperl-sniff-for-indent): De-invert [string] and [comment].
17782 When looking for label, skip s:m:y:tr.
17783 (cperl-indent-line): Likewise.
17784 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
17785 (cperl-windowed-init): Wrong `ps-print' handling.
17786 Both thanks to Chong Yidong.
17787 (cperl-look-at-leading-count): Could fail with unfinished RExen.
17788 (cperl-find-pods-heres): If the second part of s()[] is missing,
17789 don't try to highlight delimiters...
17790
17791 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17792
17793 * progmodes/compile.el (compilation-get-file-structure): Complete last
17794 change by also using spec-directory in the puthash.
17795
17796 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
17797
17798 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
17799 (vc-bzr-status): Fix shadowing of variable 'status'.
17800 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
17801 Use `expand-file-name' instead of `concat'.
17802 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
17803 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
17804
17805 2007-10-08 Jason Rumney <jasonr@gnu.org>
17806
17807 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
17808
17809 2007-10-08 Richard Stallman <rms@gnu.org>
17810
17811 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
17812 Add `safe-local-variable' property.
17813 (lisp-body-indent): Likewise.
17814
17815 2007-10-08 Richard Stallman <rms@gnu.org>
17816
17817 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
17818 Add doc string.
17819
17820 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17821
17822 * files.el (backup-buffer-copy): Try to overwrite old backup first.
17823
17824 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17825
17826 * repeat.el (repeat): Use last-repeatable-command instead of
17827 real-last-command. Run pre- and post-command hooks for
17828 self-insertion. Update doc-string.
17829
17830 2007-10-08 Alexandre Julliard <julliard@winehq.org>
17831
17832 * vc-git.el (vc-git-state): Call git-add --refresh to update the
17833 state of the file.
17834 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
17835 (vc-git-create-repo): Fix invalid command.
17836
17837 2007-10-08 Richard Stallman <rms@gnu.org>
17838
17839 * textmodes/flyspell.el (flyspell-mode):
17840 Catch errors in flyspell-mode-on.
17841
17842 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
17843
17844 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
17845
17846 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
17847
17848 * international/encoded-kb.el (encoded-kbd-setup-display):
17849 Use input-decode-map rather than local-key-translation-map.
17850
17851 * term/rxvt.el (rxvt-alternatives-map): New map.
17852 (terminal-init-rxvt): Use it.
17853 Bind rxvt-function-map in input-decode-map.
17854
17855 * term/xterm.el (xterm-alternatives-map): New map.
17856 (terminal-init-xterm): Use it.
17857 Bind xterm-function-map in input-decode-map.
17858
17859 * term/x-win.el (x-alternatives-map): New var.
17860 (x-setup-function-keys): Use it.
17861
17862 * help-fns.el (describe-variable): Slightly change the layout of
17863 meta-info to separate it better from the docstring.
17864 Standardize insertion of extra empty lines in various circumstances.
17865
17866 * diff-mode.el (diff-hunk-style): New fun.
17867 (diff-end-of-hunk): Use it.
17868 (diff-context->unified): Use the new `apply' undo element,
17869 if applicable, so as to save undo-log space.
17870 (diff-fine-change): New face.
17871 (diff-fine-highlight-preproc): New function.
17872 (diff-fine-highlight): New command.
17873 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
17874
17875 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
17876 (smerge-refine-highlight-change): Add `props' argument.
17877 (smerge-refine-subst): New function holding most of smerge-refine.
17878 (smerge-refine): Use it.
17879
17880 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
17881
17882 * vc.el (vc-default-wash-log): Remove unused code, the
17883 log washers all live in the backends now.
17884 (vc-default-comment-history): Correct for the fact
17885 that wash-log is argumentless in the new API.
17886
17887 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
17888
17889 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
17890 (tramp-maybe-send-script): Apply `member' but `memq'.
17891 (tramp-advice-file-expand-wildcards): Simplify implementation.
17892
17893 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
17894
17895 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
17896
17897 * mb-depth.el (minibuf-depth-indicator-function): New variable.
17898 (minibuf-depth-setup-minibuffer): Use it.
17899
17900 2007-10-07 Glenn Morris <rgm@gnu.org>
17901
17902 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
17903 version numbers.
17904
17905 2007-10-06 Juri Linkov <juri@jurta.org>
17906
17907 * textmodes/fill.el (fill-paragraph-or-region): New function.
17908
17909 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
17910 instead of fill-paragraph.
17911
17912 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
17913 with fill-paragraph-or-region. Suspend command is now the same
17914 `suspend-frame' on window systems and on tty.
17915
17916 * image.el (image-type): Check if image-types is bound to not fail
17917 on tty.
17918
17919 * delsel.el (delete-selection-pre-hook):
17920 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
17921 is fbound to not fail on mouseless tty.
17922
17923 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
17924
17925 * net/tramp.el (top): Move loading of tramp-util.el and
17926 tramp-vc.el to tramp-compat.el.
17927 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
17928 temporary file if possible, in order to avoid a security hole.
17929 (tramp-do-copy-or-rename-file-out-of-band)
17930 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
17931 with DONT-CREATE, because the connection is not setup yet.
17932 (tramp-handle-process-file): Rewrite temporary file handling.
17933 (tramp-completion-mode): New defvar.
17934 (tramp-completion-mode-p): Use it.
17935
17936 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
17937
17938 * net/tramp-fish.el (tramp-fish-handle-process-file):
17939 Rewrite temporary file handling.
17940
17941 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
17942
17943 * vc.el: Workfile version -> focus version change. Port various
17944 comments from new VC to reduce the noise in the diff.
17945 Patch in the new vc-create-repo function to go with the
17946 header comment about it already present.
17947 There are no changes to existing logic in this patch.
17948 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
17949
17950 2007-10-06 Aaron Hawley <aaronh@garden.org>
17951
17952 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
17953
17954 2007-10-05 Chris Moore <dooglus@gmail.com>
17955
17956 * server.el (server-kill-new-buffers): Doc fix.
17957
17958 2007-10-05 John W. Eaton <jwe@octave.org>
17959
17960 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
17961 (octave-begin-keywords): Add "do".
17962 (octave-end-keywords): Remove "end".
17963 (octave-reserved-words): Add "end". Remove "all_va_args",
17964 "gplot", and 'gsplot".
17965 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
17966 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
17967 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
17968 "default_return_value", "define_all_return_values",
17969 "do_fortran_indexing", "empty_list_elements_ok",
17970 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
17971 "ok_to_lose_imaginary_part", "prefer_column_vectors",
17972 "prefer_zero_one_indexing", "propagate_empty_matrices",
17973 "resize_on_range_error", "treat_neg_dim_as_zero",
17974 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
17975 "warn_divide_by_zero", "warn_function_name_clash",
17976 "warn_missing_semicolon", "whitespace_in_literal_matrix".
17977 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
17978 "crash_dumps_octave_core", "sighup_dumps_octave_core",
17979 "sigterm_dumps_octave_core".
17980 (octave-block-match-alist): Remove "end" from block-end keywords.
17981 (octave-mode): Update ftp site address.
17982
17983 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17984
17985 * vc.el: Reorder functions, no code changes.
17986
17987 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
17988
17989 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
17990 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
17991 the cond clauses where needed.
17992 (tramp-handle-write-region): Rearrange code for proper handling of
17993 tmpfile.
17994
17995 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
17996
17997 * net/tramp.el:
17998 * net/tramp-fish.el:
17999 * net/tramp-ftp.el:
18000 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
18001 `tramp-compat-make-temp-file'.
18002
18003 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
18004
18005 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
18006
18007 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18008
18009 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
18010 already uses a more recent copyright version than the "current" one.
18011
18012 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
18013
18014 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
18015 (doc-view-insert-image): Minor aesthetical docstring changes.
18016
18017 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
18018
18019 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
18020 completing filename.
18021 (doc-view-search-internal): Docstring change.
18022
18023 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
18024
18025 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
18026 (tramp-file-name-handler-alist):
18027 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
18028 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
18029 used before, creates the file already, which is not desired.
18030 (tramp-do-copy-or-rename-file-directly): Simplify handling of
18031 temporary file.
18032 (tramp-handle-insert-file-contents): Assign the result in the
18033 short track case.
18034 (tramp-handle-insert-file-contents-literally): New defun.
18035 (tramp-completion-mode-p): Revert change from 2007-09-24.
18036 Checking for `return' etc as last character is not sufficient, for
18037 example in dired-mode when entering <g> (revert-buffer) or
18038 <s> (dired-sort).
18039
18040 * net/tramp-compat.el (top): Add also compatibility code for loading
18041 appropriate timer package.
18042 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
18043 order to avoid autoloading problems.
18044
18045 * net/tramp-fish.el:
18046 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
18047
18048 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
18049 where the second parameter of `copy-file' or `rename-file' is a
18050 remote file but not via ftp.
18051
18052 2007-10-02 Richard Stallman <rms@gnu.org>
18053
18054 * frame.el (cursor-in-non-selected-windows): Doc fix.
18055
18056 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
18057
18058 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
18059 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
18060
18061 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
18062
18063 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
18064 when `expt' doesn't give range errors.
18065
18066 2007-10-01 Markus Triska <markus.triska@gmx.at>
18067
18068 * calc/calc-math.el (math-smallest-emacs-expt):
18069 Make the computation more robust.
18070
18071 2007-09-30 David Kastrup <dak@gnu.org>
18072
18073 * startup.el (argv): Alias for `command-line-args-left' to use as
18074 `(pop argv)' inside of --eval command sequences. Allows for
18075 passing shell commands into Emacs verbatim without need for Lisp
18076 quoting.
18077
18078 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
18079 check only for changed size.
18080 (auto-revert-tail-handler): Get size from caller. If the file has
18081 shrunk, tail the whole file again (the file presumably has been
18082 rewritten).
18083
18084 * woman.el (woman-topic-all-completions, woman-mini-help):
18085 Fix fallout from 2007-09-07 introduction of `dolist' when the list
18086 actually was being manipulated in the loop.
18087 (woman-Cyg-to-Win, woman-pre-process-region)
18088 (woman-horizontal-escapes, woman-if-body, woman-unescape)
18089 (woman-strings, woman-special-characters, woman1-hc)
18090 (woman-change-fonts, woman-find-next-control-line):
18091 Use `match-beginning' rather than `match-string' when the result is
18092 just used as a flag.
18093
18094 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
18095
18096 * net/tramp-compat.el: New file.
18097
18098 * net/tramp.el:
18099 * net/tramp-fish.el:
18100 * net/tramp-smb.el:
18101 * net/tramp-uu.el:
18102 * net/trampver.el: Move compatibility code to tramp-compat.el.
18103 Apply `mapc' instead of `mapcar' when the code needs side effects
18104 only. Move utf-8 coding cookie to the second line.
18105
18106 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
18107
18108 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
18109 Improve custom type.
18110 (icon-map-list): Make it customizable. Document how to disable
18111 stock icons.
18112
18113 2007-09-30 Richard Stallman <rms@gnu.org>
18114
18115 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
18116
18117 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18118
18119 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
18120 (t-mouse-mode): New compatibility alias.
18121
18122 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
18123
18124 * server.el (server-delete-client): Only delete the terminal if it
18125 is non-nil.
18126
18127 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
18128
18129 * net/tramp.el (with-file-property, with-connection-property):
18130 Highlight as keyword.
18131 (tramp-rfn-eshadow-setup-minibuffer)
18132 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
18133 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
18134 (tramp-do-copy-or-rename-file-directly)
18135 (tramp-do-copy-or-rename-file-out-of-band)
18136 (tramp-handle-shell-command, tramp-get-debug-buffer)
18137 (tramp-send-command-and-read, tramp-equal-remote)
18138 (tramp-get-local-gid): Pacify byte-compiler.
18139 (tramp-handle-file-name-directory): Result shall not be expanded.
18140 (tramp-find-foreign-file-name-handler): Rewrite.
18141 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
18142
18143 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
18144
18145 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
18146 Apply `tramp-completion-mode-p'.
18147 (tramp-fish-handle-set-file-times)
18148 (tramp-fish-handle-executable-find)
18149 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
18150 (tramp-fish-retrieve-data): Pacify byte-compiler.
18151
18152 * net/tramp-gw.el (tramp-gw-basic-authentication):
18153 Call `tramp-read-passwd' with first parameter `nil'.
18154
18155 2007-09-28 Glenn Morris <rgm@gnu.org>
18156
18157 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
18158 than mapcar.
18159
18160 * textmodes/tex-mode.el (tex-suscript-height-ratio)
18161 (tex-suscript-height-minimum): New customizable variables.
18162 (tex-suscript-height): New function.
18163 (superscript, subscript): Set height using tex-suscript-height
18164 rather than fixing at 0.8.
18165 (tex-fontify-script, tex-font-script-display): Add :version tag.
18166
18167 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
18168
18169 * progmodes/python.el (python-eldoc-function): Doc fix.
18170
18171 2007-09-27 Glenn Morris <rgm@gnu.org>
18172
18173 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
18174 image if it is not in image-type-auto-detectable, or is there with
18175 a nil value.
18176
18177 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
18178
18179 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
18180 connection more robust.
18181
18182 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
18183
18184 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
18185 Deal with the case that special &keywords are at the beginning or
18186 end of the argument list. Also add some (incomplete) support for
18187 non-standard arglists.
18188
18189 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
18190
18191 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
18192 (eldoc-message-commands, eldoc-current-idle-delay)
18193 (eldoc-function-argstring-format): Fix typos in docstrings.
18194
18195 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
18196
18197 * calc/calc-units.el (calc-convert-units)
18198 (calc-convert-temperature): Remove unnecessary colons.
18199
18200 2007-09-26 Bastien Guerry <bzg@altern.org>
18201
18202 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
18203 New function.
18204 (org-export-latex-remove-from-headlines): Name changed because of typo.
18205 (org-export-latex-quotation-marks-convention): Option removed.
18206 (org-export-latex-make-preamble): Handle the DATE option.
18207 (org-export-latex-cleaned-string): Now the only cleaning function,
18208 synched up with org.el.
18209 (org-export-latex-lists, org-export-latex-parse-list)
18210 (org-export-list-to-latex): New functions.
18211
18212 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
18213
18214 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
18215 (org-outline-regexp): New constant.
18216 (org-remember-handler): Throw error when the target file is not in
18217 org-mode.
18218 (org-cleaned-string-for-export): No longer call
18219 `org-export-latex-cleaned-string' with an argument.
18220 (org-get-tags): Returns now a list, not a string.
18221 (org-get-tags-string): New function.
18222 (org-archive-subtree): No need to split return of `org-get-tags'.
18223 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
18224 instead of `org-get-tags'.
18225 (org-agenda-format-date): Rename from `org-agenda-date-format'.
18226 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
18227 (org-compatible-face): New argument INHERITS. Inherit from this
18228 face if possible.
18229 (org-level-1, org-level-2, org-level-3, org-level-4)
18230 (org-level-5, org-level-6, org-level-7, org-level-8)
18231 (org-special-keyword, org-drawer, org-column, org-warning)
18232 (org-archived, org-todo, org-done, org-headline-done, org-table)
18233 (org-formula, org-code, org-agenda-structure)
18234 (org-scheduled-today, org-scheduled-previously)
18235 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
18236 in the new way.
18237 (org-get-heading): New argument NO-TAGS.
18238 (org-fast-tag-selection-include-todo): Made defvar instead of
18239 defcustom, feature is not deprecated.
18240 (org-remember-store-without-prompt): New default value t.
18241 (org-todo-log-states): New variable.
18242 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
18243 Compute the log states.
18244 (org-goto-map): More commands copied from global map. Also bind
18245 `org-occur'.
18246 (org-goto): Made into a general lookup command.
18247 (org-get-location): Complete rewrite.
18248 (org-goto-exit-command): New variable.
18249 (org-goto-selected-point): New variable.
18250 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
18251 Set the new variables.
18252 (org-paste-subtree): Whitespace insertion strategy revised.
18253 (org-remember-apply-template): Protect v-A from the possibility
18254 that v-a might be nil.
18255 (org-remember-handler): Insertion rules revised.
18256 (org-todo): Respect org-todo-log-states.
18257 (org-up-heading-safe): New function.
18258 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
18259
18260 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
18261
18262 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
18263 region if in transient-mark-mode.
18264
18265 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
18266
18267 * calc/calc-ext.el (calc-init-extensions, calc-reset):
18268 * calc/calc-help.el (calc-full-help):
18269 * calc/calc-misc.el (another-calc):
18270 * calc/calc-store.el (calc-var-name-map):
18271 * calc/calc-stuff.el (calc-flush-caches):
18272 * calc/calc-units.el (math-build-units-table):
18273 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
18274 (calc-quit):
18275 * calendar/icalendar.el (icalendar--format-ical-event)
18276 (icalendar--convert-ical-to-diary):
18277 * emacs-lisp/authors.el (authors):
18278 * emacs-lisp/cust-print.el (custom-print-install)
18279 (custom-print-uninstall):
18280 * emacs-lisp/disass.el (disassemble-1):
18281 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
18282 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
18283 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
18284 (elint-check-let-form, elint-check-condition-case-form)
18285 (elint-initialize):
18286 * emacs-lisp/elp.el (elp-results):
18287 * emacs-lisp/generic.el (generic-mode-internal):
18288 * emacs-lisp/re-builder.el (reb-delete-overlays):
18289 * emacs-lisp/regi.el (regi-interpret):
18290 * emacs-lisp/sregex.el (sregex--char-aux):
18291 * emulation/cua-rect.el (cua--deactivate-rectangle)
18292 (cua--highlight-rectangle, cua--rectangle-post-command):
18293 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
18294 * emulation/viper-macs.el (viper-describe-kbd-macros)
18295 (viper-describe-one-macro):
18296 * emulation/viper-util.el (viper-setup-master-buffer):
18297 * emulation/viper.el (set-viper-state-in-major-mode):
18298 * international/mule-diag.el (describe-current-coding-system):
18299 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
18300 * mail/emacsbug.el (report-emacs-bug):
18301 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
18302 * obsolete/hilit19.el (hilit-unhighlight-region)
18303 (hilit-set-mode-patterns):
18304 * play/solitaire.el (solitaire-check, solitaire-solve):
18305 * play/zone.el (zone-pgm-rotate):
18306 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
18307 * progmodes/ada-prj.el (ada-prj-display-page):
18308 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
18309 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
18310 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
18311 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
18312 * progmodes/sh-script.el (sh-make-vars-local)
18313 (sh-reset-indent-vars-to-global-values):
18314 * progmodes/sql.el (top):
18315 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
18316 * progmodes/xscheme.el (top):
18317 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
18318 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
18319 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
18320 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
18321 (artist-submit-bug-report):
18322 * textmodes/flyspell.el (flyspell-delay-commands)
18323 (flyspell-deplacement-commands):
18324 * textmodes/table.el (table--generate-source-epilogue, table-insert)
18325 (table--generate-source-cells-in-a-row, table--make-cell-map)
18326 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
18327
18328 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
18329
18330 * allout.el (produce-allout-mode-map, allout-process-exposed):
18331 * ansi-color.el (ansi-color-make-color-map):
18332 * autoinsert.el (auto-insert):
18333 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
18334 * dired-aux.el (dired-create-files):
18335 * dired.el (dired-restore-desktop-buffer):
18336 * ediff-diff.el (ediff-setup-fine-diff-regions):
18337 * ediff-mult.el (ediff-intersect-directories)
18338 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
18339 (ediff-redraw-registry-buffer):
18340 * ediff-ptch.el (ediff-fixup-patch-map):
18341 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
18342 (ediff-really-quit, ediff-clear-diff-vector):
18343 * emerge.el (emerge-really-quit):
18344 * ffap.el (ffap-replace-file-component):
18345 * filecache.el (file-cache-add-directory)
18346 (file-cache-add-directory-recursively)
18347 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
18348 (file-cache-delete-directory, file-cache-files-matching-internal)
18349 (file-cache-display):
18350 * files.el (cd):
18351 * find-lisp.el (find-lisp-insert-directory):
18352 * finder.el (finder-compile-keywords):
18353 * help.el (view-emacs-news):
18354 * hi-lock.el (hi-lock-write-interactive-patterns):
18355 * ido.el (ido-to-end, ido-set-matches-1):
18356 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
18357 (image-dired-mark-tagged-files):
18358 * jka-cmpr-hook.el (jka-compr-get-compression-info):
18359 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
18360 * ps-print.el (ps-background, ps-begin-file)
18361 (ps-build-reference-face-lists):
18362 * simple.el (clone-buffer):
18363 * startup.el (command-line):
18364 * tempo.el (tempo-insert-template, tempo-is-user-element)
18365 (tempo-forward-mark, tempo-backward-mark):
18366 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
18367
18368 2007-09-25 Glenn Morris <rgm@gnu.org>
18369
18370 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
18371
18372 * view.el (view-search-no-match-lines): Add a doc string.
18373 Rewrite to simplify and work better.
18374
18375 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
18376
18377 * progmodes/cc-mode.el (c-mode-base-map):
18378 Use c-indent-line-or-region instead of c-indent-line.
18379
18380 * indent.el (indent-for-tab-command): First check if the region is
18381 active.
18382
18383 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
18384
18385 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
18386 whitespace-rescan-timer-time is 0.
18387
18388 2007-09-24 Karl Berry <karl@gnu.org>
18389
18390 * international/mule.el (coding-system-base): Fix doc string grammar.
18391
18392 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
18393
18394 * net/tramp.el (tramp-completion-mode-p): Rename from
18395 `tramp-completion-mode'. Revert logic, check `return', `newline'
18396 and such alike. Packages like Icicles tend to use other completion
18397 characters but `tab' and `space' only.
18398
18399 2007-09-24 Adam Hupp <adam@hupp.org>
18400
18401 * progmodes/python.el (run-python): Import emacs module without
18402 waiting; prevents lockup on error.
18403
18404 2007-09-23 Richard Stallman <rms@gnu.org>
18405
18406 * mail/sendmail.el (mail-bury): Delete the frame
18407 if this frame looks like it was made for this message.
18408
18409 * completion.el (completion-separator-self-insert-command)
18410 (completion-separator-self-insert-autofilling):
18411 If `self-insert-command' has been remapped, use the substitute.
18412
18413 * simple.el (copy-region-as-kill): Doc fix.
18414
18415 * textmodes/org.el (org-confirm-shell-link-function)
18416 (org-confirm-elisp-link-function): Doc fixes.
18417
18418 2007-09-23 Glenn Morris <rgm@gnu.org>
18419
18420 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
18421
18422 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
18423
18424 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
18425
18426 * term/tvi970.el (terminal-init-tvi970): Likewise.
18427
18428 * term/sun-mouse.el (print-mouse-format): Likewise.
18429
18430 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
18431 Use forward-line instead of previous-line and next-line.
18432
18433 2007-09-22 Juri Linkov <juri@jurta.org>
18434
18435 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
18436
18437 * tutorial.el (tutorial--default-keys): Update standard bindings:
18438 rename `iconify-or-deiconify-frame' to `suspend-frame',
18439 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
18440
18441 2007-09-22 Juri Linkov <juri@jurta.org>
18442
18443 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
18444 Add help-echo to external links and to links without description.
18445 (fancy-splash-insert): Use help-echo from the 3rd element of the
18446 link specification list, or "Follow this link" if it's nil. Doc fix.
18447
18448 2007-09-22 Juri Linkov <juri@jurta.org>
18449
18450 * startup.el (command-line): Rename `inhibit-startup-message' to
18451 `inhibit-startup-screen'.
18452 (fancy-about-text): Use shorter label for "Ordering Manuals".
18453 (fancy-startup-tail): Add optional arg `concise'. When `concise'
18454 is nil, display a line with "To start..." and 3 links to useful
18455 tasks. Display the "Dismiss" button and "Don't show this message
18456 again" only when concise is non-nil.
18457 (fancy-startup-screen): Call `fancy-startup-tail' with optional
18458 arg `concise'. If CONCISE is non-nil, display a concise version
18459 of the splash screen in another window. Otherwise, switch to the
18460 startup buffer in the same window.
18461 (startup-echo-area-message): Change displayed binding from
18462 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
18463 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
18464 the GNU system".
18465 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
18466 to "*GNU Emacs*".
18467 (display-about-screen): Don't check the existence of the buffer
18468 "*About GNU Emacs*".
18469 (display-splash-screen): Make alias to `display-startup-screen'.
18470 (command-line-1): Rename `inhibit-startup-message' to
18471 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
18472 started with command line options "-f", "-funcall", "-e", "-eval",
18473 "-execute", "-insert", "-find-file", "-file", "-visit".
18474 Inhibit startup screen when Emacs is started with a file name only
18475 on tty (i.e. don't inhibit it when started with a file name like
18476 "emacs FILE..." on a window system).
18477 (command-line-1): Simplify logic of displaying the startup screen:
18478 if file-count > 0, then display the concise version in another
18479 window, otherwise display full version in the same window.
18480
18481 * help.el (help-map): Bind C-h C-a to about-emacs.
18482 (help-for-help-internal): Add C-a description to C-h help text.
18483
18484 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
18485
18486 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
18487 (checkdoc-permit-comma-termination-flag): Autoload the
18488 safe-local-variable setting.
18489
18490 * bookmark.el (bookmark-xemacsp): Remove.
18491 (bookmark-make): Don't use bookmark-xemacsp,
18492 use (featurep 'xemacs) instead.
18493
18494 * speedbar.el (speedbar-frame-mode)
18495 (speedbar-frame-reposition-smartly)
18496 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
18497 (speedbar-check-vc): Remove use of non-existent variable
18498 dframe-xemacsp, use (featurep 'xemacs) instead.
18499
18500 * indent.el (indent-for-tab-command): Indent the region if
18501 transient-mark-mode and the region is active.
18502
18503 2007-09-21 Francesco Potortì <pot@gnu.org>
18504
18505 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
18506 add inferior-octave-directory-tracker to the buffer-local value
18507 of comint-input-filter-functions.
18508
18509 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18510
18511 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
18512
18513 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
18514
18515 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
18516 on w32 frames.
18517
18518 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18519
18520 * startup.el (normal-top-level): Remove DISPLAY from
18521 process-environment to let it be computed dynamically in callproc.c.
18522
18523 * frame.el (frame-initialize, make-frame):
18524 * faces.el (tty-set-up-initial-frame-faces):
18525 * env.el (setenv): Don't set display-environment-variable.
18526
18527 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
18528 (server-create-tty-frame): Don't set unused `tty' property.
18529 Set `display' instead of display-environment-variable.
18530 (server-create-window-system-frame): No display-environment-variable.
18531
18532 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
18533
18534 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
18535 (rfn-eshadow-update-overlay-hook): New defvars.
18536 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
18537 Run the hooks.
18538
18539 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
18540 (tramp-rfn-eshadow-setup-minibuffer)
18541 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
18542 rfn-eshadow.el.
18543
18544 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
18545 timeout.
18546
18547 2007-09-21 Glenn Morris <rgm@gnu.org>
18548
18549 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
18550 * term/sun-mouse.el (suspend-emacstool): Remove.
18551 * term/sun.el: Remove emacstool-related code.
18552
18553 * emacs-lisp/bytecomp.el (byte-compile-warnings)
18554 (byte-compile-warnings-safe-p): Add `mapcar'.
18555 (byte-compile-warning-types): Add mapcar and make-local.
18556 (byte-compile-normal-call): Add option to suppress mapcar warning.
18557 (top-level): Use mapc rather than mapcar in eval-when-compile.
18558
18559 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
18560 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
18561 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
18562 Handle escaped parens.
18563 (latex-forward-sexp): Doc fix.
18564
18565 * eshell/esh-mode.el (eshell-output-filter-functions):
18566 Add eshell-postoutput-scroll-to-bottom.
18567
18568 * loadup.el: Remove termdev.
18569
18570 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
18571 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
18572
18573 2007-09-21 Markus Triska <markus.triska@gmx.at>
18574
18575 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
18576 `mapcar' is called for effect.
18577
18578 2007-09-21 Kevin Ryde <user42@zip.com.au>
18579
18580 * international/mule.el (sgml-html-meta-auto-coding-function):
18581 Bind `case-fold-search' to t.
18582
18583 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18584
18585 * termdev.el: Remove.
18586
18587 * frame.el (get-device-terminal): New function. Moved from termdev.el.
18588 (frames-on-display-list): Use it.
18589
18590 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
18591
18592 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
18593
18594 2007-09-20 Richard Stallman <rms@gnu.org>
18595
18596 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
18597
18598 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18599
18600 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
18601
18602 2007-09-20 Glenn Morris <rgm@gnu.org>
18603
18604 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
18605 motion functions, rather than hard-coding "\n\n".
18606 (tex-validate-region): Check for eobp, to speed up.
18607 (tex-next-unmatched-end): Doc fix.
18608
18609 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18610
18611 * files.el (auto-mode-alist): Use archive-mode for .rar files.
18612
18613 * international/mule.el (auto-coding-alist): Rar archives are binary.
18614
18615 * arc-mode.el: Add basic support for Rar.
18616 (archive-find-type): Recognize Rar's signature.
18617 (archive-desummarize): New fun.
18618 (archive-summarize): Use it to restore the buffer's data in case
18619 someone wants to switch to some other major mode.
18620 (archive-resummarize): Use it as well.
18621 (archive-rar-summarize, archive-rar-extract): New functions.
18622
18623 * filesets.el: Remove spurious * in docstrings.
18624 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
18625 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
18626 (filesets-ingroup-collect): Remove unused arg `depth'.
18627 (filesets-update): Remove unused arg `version'.
18628
18629 * finder.el (finder-compile-keywords): Fix up comment style.
18630 (finder-mouse-face-on-line): previous-line -> forward-line.
18631
18632 * recentf.el: Remove spurious * in docstrings.
18633 (recentf-save-list): Fix up comment style.
18634
18635 * progmodes/octave-mod.el: Remove spurious * in docstrings.
18636 (octave-mode-map): Move init into declaration and remove \t binding.
18637 (octave-mode-startup-message): Remove unused var.
18638 (octave-scan-blocks): Remove unused arg `from'.
18639 (octave-forward-block, octave-down-block, octave-up-block):
18640 Update callers.
18641
18642 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
18643 (meta-mode-map): Likewise and remove \t binding.
18644
18645 * net/snmp-mode.el: Remove spurious * in docstrings.
18646 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
18647 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
18648 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
18649 that completion accepts lists of strings.
18650 (snmp-mode-syntax-table): Move initialization into declaration.
18651 (snmp-mode-map): Likewise and remove \t binding.
18652 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
18653 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
18654 (snmp-indent-command): Remove.
18655
18656 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
18657 binding, so tab-always-indent works right.
18658
18659 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
18660
18661 * net/browse-url.el (browse-url-elinks-new-window): New function.
18662 (browse-url-elinks): Use browse-url-elinks-new-window.
18663 Accept optional second argument `new-window'. Fix typo in doc-string.
18664 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
18665 Improve error message.
18666
18667 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
18668
18669 * net/browse-url.el (browse-url-url-encode-chars): Use the right
18670 parameter name in the function body.
18671 Reported by Johannes Weiner.
18672
18673 2007-09-19 Glenn Morris <rgm@gnu.org>
18674
18675 * net/socks.el (socks-open-network-stream): Signal an explicit
18676 error if the port associated with a service string can't be found.
18677
18678 * textmodes/tex-mode.el (tex-terminate-paragraph):
18679 Use backward-paragraph.
18680
18681 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18682
18683 * server.el (server-running-p): New function.
18684
18685 2007-09-18 Jason Rumney <jasonr@gnu.org>
18686
18687 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
18688 x-focus-frame.
18689
18690 * frame.el (select-frame-set-input-focus, select-frame-by-name):
18691 Use x-focus-frame for w32.
18692
18693 2007-09-17 David Kastrup <dak@gnu.org>
18694
18695 * textmodes/tex-mode.el (tex-verbatim-environments):
18696 Eliminate CL dependency.
18697
18698 2007-09-17 Richard Stallman <rms@gnu.org>
18699
18700 * newcomment.el (comment-add): New arg EXTRA.
18701 (comment-region-default): Pass EXTRA if not indenting lines.
18702
18703 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
18704
18705 * net/browse-url.el (browse-url-url-encode-chars): New function.
18706 URL-encode some chars in a string.
18707 (browse-url-encode-url): Rewrite using the previous function.
18708 (browse-url-file-url): Use `browse-url-url-encode-chars'.
18709 (browse-url-elinks-sentinel): Fix typo.
18710 (browse-url-new-window-flag): Doc change.
18711
18712 2007-09-17 Glenn Morris <rgm@gnu.org>
18713
18714 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
18715 filename from `--file-line-error', if it is available.
18716
18717 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
18718
18719 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
18720 TeX `--file-line-error' format.
18721
18722 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
18723
18724 * xt-mouse.el: Delete add-hook calls that were moved to
18725 xterm-mouse-mode.
18726 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
18727 does not work.
18728
18729 2007-09-17 Richard Stallman <rms@gnu.org>
18730
18731 * cus-face.el (custom-theme-set-faces): Undo previous change.
18732
18733 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
18734
18735 2007-09-17 Glenn Morris <rgm@gnu.org>
18736
18737 * textmodes/tex-mode.el (tex-region): Simplify previous change,
18738 handling the case where the region is not in `tex-main-file'.
18739 (tex-region-1): Delete.
18740 (tex-region-header): New function, doing the header part of the
18741 old tex-region-1.
18742
18743 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18744
18745 * simple.el (newline): Simplify use of prefix-numeric-value.
18746 (line-move-partial): Remove unused var `ppos'.
18747 (line-move-1): Replace 9999 with most-positive-fixnum.
18748 (move-end-of-line): Use more efficient single-property search.
18749 (move-beginning-of-line): Remove unused var `start'.
18750 (blink-matching-open): Restructure in a more functional style.
18751
18752 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
18753
18754 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
18755
18756 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18757
18758 * server.el (server-clients): Only keep procs, no properties any more.
18759 (server-client): Remove.
18760 (server-client-get, server-client-set): Remove, replace all callers by
18761 process-get and process-put resp.
18762 (server-clients-with, server-add-client, server-delete-client)
18763 (server-create-tty-frame, server-create-window-system-frame)
18764 (server-process-filter, server-execute, server-visit-files)
18765 (server-buffer-done, server-kill-buffer-query-function)
18766 (server-kill-emacs-query-function, server-switch-buffer)
18767 (server-save-buffers-kill-terminal): Update accordingly.
18768
18769 * server.el (server-with-environment): Simplify.
18770 (server-select-display, server-unselect-display): Re-add functions that
18771 seem to have been lost in the multi-tty merge.
18772 (server-eval-and-print, server-create-tty-frame)
18773 (server-create-window-system-frame, server-goto-toplevel)
18774 (server-execute, server-return-error): New functions extracted from
18775 server-process-filter.
18776 (server-execute-continuation): New functions.
18777 (server-process-filter): Restructure so that all arguments are analysed
18778 first and then acted upon in a subsequent stage. This way
18779 server-goto-toplevel can be executed later, when we know if
18780 it's necessary.
18781 Remove the "-version" and "-version-good" support.
18782
18783 2007-09-16 Drew Adams <drew.adams@oracle.com>
18784
18785 * cus-edit.el (custom-face-edit-activate): Doc fix.
18786
18787 2007-09-16 Glenn Morris <rgm@gnu.org>
18788
18789 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
18790 Following cal-bahai renaming, update all instances of
18791 list-bahai-diary-entries to diary-bahai-list-entries,
18792 mark-bahai-diary-entries to diary-bahai-mark-entries,
18793 calendar-goto-bahai-date to calendar-bahai-goto-date,
18794 insert-bahai-diary-entry to diary-bahai-insert-entry,
18795 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
18796 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
18797 calendar-print-bahai-date to calendar-bahai-print-date.
18798
18799 * textmodes/tex-mode.el (tex-region): Handle the case where the
18800 region is not in `tex-main-file'. Move the old code that applies
18801 to both cases...
18802 (tex-region-1): ...to this new function.
18803
18804 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18805
18806 * vc.el (vc-process-sentinel): New function.
18807 (vc-exec-after): Use it instead of using ugly hackish analysis and
18808 construction of Elisp code.
18809 (vc-sentinel-movepoint): New dynamically scoped var.
18810 (vc-print-log, vc-annotate): Set it to move the user's point.
18811
18812 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
18813 inhibit-modification-hooks.
18814
18815 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
18816 (calendar-bahai-print-date, calendar-bahai-goto-date)
18817 (diary-bahai-list-entries, diary-bahai-insert-entry):
18818 New names to clean up the namespace a bit more.
18819 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
18820
18821 2007-09-15 Glenn Morris <rgm@gnu.org>
18822
18823 * calendar/holidays.el (holiday-list): Rename it back to
18824 `list-holidays', but leave `holiday-list' as an alias.
18825
18826 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
18827 custom group.
18828
18829 * textmodes/css-mode.el (css): New custom group.
18830 (css-electrick-keys, css-selector, css-property)
18831 (css-indent-offset): Specify custom group.
18832
18833 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18834
18835 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
18836 (cvs-execute-single-file): Use process-file.
18837 (cvs-run-process): Use start-file-process.
18838
18839 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18840
18841 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
18842 level. Remove the hooks when turning off the mode.
18843
18844 * term/xterm.el: Require xt-mouse at compile time.
18845 (terminal-init-xterm): Turn on xterm mouse tracking for this
18846 terminal if xterm-mouse-mode is enabled.
18847
18848 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18849
18850 * term/xterm.el (xterm-function-map): Replace bindings that were
18851 deleted by the merge.
18852
18853 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
18854
18855 * play/bubbles.el (bubbles-version): Bump value to "0.5".
18856 (bubbles-mode-map): Move define-key statements here.
18857 (bubbles-game-theme-menu): Ditto.
18858 (bubbles-graphics-theme-menu): Ditto.
18859 (bubbles-menu): Ditto.
18860 (bubbles-mode): Initialize buffer-undo-list, redisplay.
18861 (bubbles--initialize): Reset buffer-undo-list, redisplay.
18862 (bubbles-plop): Set buffer-undo-list, redisplay.
18863 (bubbles-undo): Reset buffer-undo-list, redisplay.
18864 (bubbles--show-images): Take care of missing text properties.
18865
18866 2007-09-14 Glenn Morris <rgm@gnu.org>
18867
18868 * startup.el (fancy-startup-text, fancy-about-text): Fix face
18869 quoting.
18870
18871 * calendar/cal-hebrew.el, calendar/cal-menu.el
18872 * calendar/calendar.el, calendar/diary-lib.el
18873 * calendar/holidays.el: Rename all instances of
18874 list-calendar-holidays callers to calendar-list-holidays,
18875 list-holidays to holiday-list, check-calendar-holidays to
18876 calendar-check-holidays, mark-calendar-holidays to
18877 calendar-mark-holidays, and filter-visible-calendar-holidays to
18878 holiday-filter-visible-calendar.
18879
18880 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18881
18882 * term/xterm.el (xterm-function-map): Add C-M- bindings.
18883
18884 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
18885
18886 * play/bubbles.el (bubbles--initialize-images): Fix bug:
18887 Use transparent background for empty cells in graphics mode.
18888
18889 2007-09-13 Jari Aalto <jari.aalto@cante.net>
18890
18891 * man.el (Man-default-man-entry): At end of line, continue looking
18892 to the next line for possible end of hyphenated command.
18893
18894 2007-09-13 Chris Moore <dooglus@gmail.com>
18895
18896 * shell.el (shell-resync-dirs): Don't move the cursor relative to
18897 the command being edited.
18898
18899 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
18900
18901 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
18902
18903 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
18904
18905 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
18906 C-M-S- keys.
18907
18908 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
18909
18910 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
18911
18912 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
18913 New argument `filename-p' to use one set of confusing chars or another.
18914 (browse-url-file-url): Use the argument.
18915 Suggested by Johannes Weiner.
18916
18917 2007-09-12 Romain Francoise <romain@orebokech.com>
18918
18919 * cus-start.el (all): Revert 2007-09-08 change.
18920
18921 2007-09-12 Aaron Hawley <aaronh@garden.org>
18922
18923 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
18924 extract .Z files, since it is more common than uncompress.
18925
18926 2007-09-12 Glenn Morris <rgm@gnu.org>
18927
18928 * textmodes/org-publish.el (org-publish-org-to-html): Remove
18929 duplicate function definition.
18930
18931 2007-09-10 Chris Moore <dooglus@gmail.com>
18932
18933 * diff-mode.el (diff-sanity-check-hunk):
18934 Also accept single-line hunks.
18935
18936 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
18937
18938 * startup.el (startup-screen-inhibit-startup-screen)
18939 (pure-space-overflow-message): New vars.
18940 (fancy-splash-insert): Allow functions for face and link specs.
18941 (fancy-splash-head): Remove unused arg. Move splash text...
18942 (fancy-startup-text, fancy-about-text): ...here.
18943 (fancy-startup-tail): Rename from fancy-splash-tail.
18944 (fancy-startup-screen, fancy-about-screen): Split off from
18945 fancy-splash-screens.
18946 (display-startup-screen): New function.
18947 (display-about-screen): Rename from display-splash-screen.
18948 (command-line-1): Use concise startup screen if necessary.
18949
18950 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
18951
18952 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
18953 Reported by Jan Djärv <jan.h.d@swipnet.se>.
18954
18955 2007-09-10 Dave Love <fx@gnu.org>
18956
18957 * outline.el (outline-4, outline-5, outline-7):
18958 Move font-lock-builtin-face down from 4 to 7 to better keep the
18959 progression of color brightness, and to better match Org-mode's faces.
18960
18961 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
18962
18963 * progmodes/meta-mode.el (meta-font-lock-keywords)
18964 (font-lock-match-meta-declaration-item-and-skip-to-next)
18965 (meta-comment-indent, meta-indent-previous-line)
18966 (meta-indent-unfinished-line, meta-beginning-of-defun)
18967 (meta-end-of-defun, meta-common-initialization): Handle \f.
18968 (meta-indent-unfinished-line): Do not handle a `%' in a string as
18969 a comment-start.
18970
18971 * files.el (file-modes-char-to-who, file-modes-char-to-right)
18972 (file-modes-rights-to-number): Auxiliary functions for symbolic to
18973 numeric notation of file modes.
18974 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
18975 numeric value.
18976 (read-file-modes): New. Read either an octal value of a file mode or a
18977 symbolic value, and return its numeric value.
18978
18979 * dired-aux.el (dired-do-chmod): Change to use the built-in
18980 `set-file-modes' and the previous symbolic mode parsing functions.
18981
18982 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
18983
18984 * textmodes/texinfo.el: Remove spurious * in docstrings.
18985 (texinfo-mode-syntax-table, texinfo-mode-map):
18986 Initialize in the declaration.
18987
18988 * tmm.el: Remove spurious * in docstrings.
18989 (tmm-prompt): Use with-current-buffer.
18990
18991 * vcursor.el: Remove spurious * in docstrings.
18992 (vcursor-map): Initialize in the declaration.
18993 (vcursor-use-vcursor-map): Use define-minor-mode.
18994 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
18995
18996 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
18997 Initialize in the declaration.
18998 (widget-minor-mode): Use define-minor-mode.
18999
19000 * woman.el (woman-mode-map, woman-syntax-table):
19001 Initialize in the declaration.
19002
19003 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
19004
19005 * doc-view.el: New file.
19006
19007 2007-09-09 Juri Linkov <juri@jurta.org>
19008
19009 * Makefile.in (update-authors): Add etc/ to AUTHORS.
19010
19011 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
19012
19013 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
19014 to "Startup screen". Fix docstring.
19015 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
19016 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
19017 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
19018 (initial-scratch-message): Fix docstring.
19019 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
19020 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
19021 Add link to "Customize Startup" and set interval between links to
19022 5 spaces.
19023 (fancy-about-text): Add links "Authors" and "Contributing".
19024 (fancy-splash-head): Add text "Welcome to " on the startup screen,
19025 and "This is " on the about screen. Add link to
19026 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
19027 For the about screen move emacs version to the header from
19028 `fancy-splash-tail' (as it's done already for normal about screen).
19029 (fancy-splash-tail): Insert emacs version only for startup screen.
19030 (normal-splash-screen): Remove duplicate empty lines.
19031 (normal-about-screen): Add links "Authors" and "Contributing".
19032
19033 * menu-bar.el (menu-bar-help-menu):
19034 Move "About Emacs" and "About GNU" to the end of the Help menu.
19035 Move "Emacs Psychotherapist" after "Send Bug Report...".
19036 Move "External Packages" after "Find Emacs Packages".
19037
19038 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
19039
19040 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
19041 they are useless with the byte compiler.
19042 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
19043 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
19044 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
19045 (tramp-file-name-real-host, tramp-file-name-port)
19046 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
19047 defuns.
19048
19049 * net/tramp-cache.el (top): Improve error message when
19050 `tramp-persistency-file-name' is corrupted.
19051
19052 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
19053
19054 * textmodes/org.el (org-re): Also replace the :alpha: class.
19055 (org-todo-tag-alist): Variable removed.
19056 (org-todo-key-alist, org-todo-key-trigger): New variables.
19057 (org-use-fast-todo-selection): New option.
19058 (org-log-done): Docstring fixed.
19059 (org-deadline-warning-days): New default value 14.
19060 (org-edit-timestamp-down-means-later): New option.
19061 (org-tag-alist): Docstring fixed.
19062 (org-fast-tag-selection-include-todo): New option.
19063 (org-export-language-setup): New languages added.
19064 (org-set-regexps-and-options): Compute the new variables.
19065 (org-paste-subtree): Cleaning up.
19066 (org-remember-apply-template): New escape %A.
19067 (org-todo): Call fast TODO selection.
19068 (org-fast-todo-selection): New function.
19069 (org-add-log-note): Allow prefix for abort exit.
19070 (org-at-property-p, org-entry-properties)
19071 (org-columns-get-autowidth-alist): Use :alpha: class.
19072 (org-get-wdays): New function.
19073 (org-agenda-remove-date): New variable.
19074 (org-agenda-get-deadlines): Use `org-get-wdays'.
19075 (org-agenda-get-deadlines): Reverse ee before returning.
19076 (org-format-agenda-item): New argument REMOVE-RE.
19077 (org-agenda-convert-date): Baha'i calendar added.
19078 (org-infile-export-plist): Also find DATE line.
19079 (org-get-min-level): New function.
19080 (org-export-as-html, org-export-as-ascii): Use the date format.
19081 (org-shiftup, org-shiftdown): Use.
19082 `org-edit-timestamp-down-means-later'.
19083 (org-assign-fast-keys): New function.
19084
19085 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
19086
19087 * cus-start.el (all): Add prefer-window-split-horizontally from
19088 window.c.
19089
19090 2007-09-08 Eli Zaretskii <eliz@gnu.org>
19091
19092 * net/browse-url.el (browse-url-galeon): Fix last change.
19093 (top-level): Require cl when compiling.
19094
19095 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
19096
19097 * textmodes/org-export-latex.el: arch-tag restored.
19098
19099 * textmodes/org-publish.el: arch-tag restored.
19100
19101 2007-09-08 Masatake YAMATO <jet@gyve.org>
19102
19103 * progmodes/which-func.el (which-func-modes): Add diff-mode.
19104
19105 * progmodes/cc-langs.el: Support new keywords added to
19106 objective-c frontend of gcc.
19107 (c-simple-stmt-kwds): Add @throw.
19108 (c-block-stmt-2-kwds): Add @synchronized.
19109 (c-block-stmt-1-kwds): Add @finally and @try.
19110
19111 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
19112
19113 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
19114 (org-agenda-after-show-hook): New variable.
19115 (org-columns-compile-format)
19116 (org-columns-get-autowidth-alist, org-buffer-property-keys)
19117 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
19118 property names.
19119 (org-get-wdays): New function.
19120
19121 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19122
19123 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
19124
19125 * term/xterm.el (xterm-function-map): Initialize in the declaration.
19126
19127 * vc-arch.el (vc-arch-checkin): Fix typo.
19128
19129 2007-09-07 Johan Bockgård <bojohan@gnu.org>
19130
19131 * cus-face.el (custom-theme-set-faces): Set face attributes
19132 locally for each frame.
19133
19134 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19135
19136 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
19137 via font-lock-defaults.
19138
19139 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
19140 derived-mode-p.
19141
19142 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
19143
19144 * progmodes/autoconf.el (autoconf-definition-regexp):
19145 Handle optional square brackets around definition name.
19146
19147 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
19148
19149 * net/browse-url.el (browse-url-browser-function): Add elinks.
19150 (browse-url-elinks-wrapper): New option.
19151 (browse-url-encode-url, browse-url-elinks)
19152 (browse-url-elinks-sentinel): New functions.
19153 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
19154 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
19155 Use new function browse-url-encode-url.
19156
19157 2007-09-07 Glenn Morris <rgm@gnu.org>
19158
19159 * version.el (emacs-version): Revert 2007-08-29 change: no need to
19160 say if multi-tty is present.
19161
19162 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19163
19164 * cus-start.el (split-window-preferred-function): Add custom info.
19165
19166 * calendar/holidays.el (holiday-list, calendar-check-holidays)
19167 (calendar-mark-holidays, calendar-list-holidays)
19168 (holiday-filter-visible-calendar): New names to clean up namespace.
19169 (filter-visible-calendar-holidays, list-calendar-holidays)
19170 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
19171 Add compatibility aliases.
19172 (calendar-check-holidays, calendar-mark-holidays)
19173 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
19174 (holiday-sexp): Replace append with list.
19175 (holiday-filter-visible-calendar): Replace append with push.
19176
19177 * woman.el: Remove spurious * in docstrings.
19178 (woman-mini-help, woman-non-underline-faces, woman0-rename)
19179 (woman-topic-all-completions-merge, woman-file-name-all-completions)
19180 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
19181 (woman-write-directory-cache, woman-display-extended-fonts)
19182 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
19183 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
19184 (woman-mode): Use inhibit-read-only.
19185 (woman-negative-vertical-space): Use dotimes.
19186 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
19187
19188 2007-09-06 Romain Francoise <romain@orebokech.com>
19189
19190 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
19191 (vc-bzr-workfile-version): Use it.
19192
19193 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
19194
19195 * complete.el (PC-do-completion): Don't try to treat
19196 empty string as an abbreviation.
19197
19198 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
19199
19200 * help-fns.el (describe-variable): Keep doc's text properties.
19201
19202 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
19203
19204 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
19205 instead of a file.
19206
19207 2007-09-06 Glenn Morris <rgm@gnu.org>
19208
19209 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
19210 (checkdoc-minor-mode): Allow user to specify lighter via
19211 checkdoc-minor-mode-string.
19212
19213 2007-09-05 Richard Stallman <rms@gnu.org>
19214
19215 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
19216 Several items removed, simplified, or put on one line.
19217 (fancy-about-text): Add substantial contents, part of startup text.
19218 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
19219 (normal-splash-screen): Call normal-mouse-startup-screen,
19220 normal-no-mouse-startup-screen, or normal-about-screen.
19221 (normal-mouse-startup-screen): New fn, broken out, shortened.
19222 (normal-no-mouse-startup-screen): New fn, broken out.
19223 (normal-about-screen): New function, contents all new.
19224
19225 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
19226
19227 * emacs-lisp/rx.el (rx): Fix typo in docstring.
19228
19229 2007-09-05 Glenn Morris <rgm@gnu.org>
19230
19231 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
19232 is bound.
19233
19234 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
19235
19236 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
19237 in doc string.
19238
19239 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19240
19241 * server.el (server-start, server-unload-hook): Undo previous change.
19242
19243 * xt-mouse.el: Undo previous change.
19244
19245 2007-09-04 Juri Linkov <juri@jurta.org>
19246
19247 * startup.el (fancy-about-text): New variable.
19248 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
19249 (fancy-current-text, fancy-splash-stop-time)
19250 (fancy-splash-outer-buffer): Remove variables.
19251 (fancy-splash-head, fancy-splash-tail): Add new optional argument
19252 `startup' and use it to conditionally display different texts for
19253 Startup and About screens. Don't display Help commands on the About
19254 screen.
19255 (fancy-splash-screens-1): Remove function and move its content to
19256 `fancy-splash-screens' to the part that dislpays the About screen.
19257 (exit-splash-screen): Don't treat specially exiting from
19258 alternating screens.
19259 (fancy-splash-screens): Rename argument `static' to `startup'.
19260 Fix docstring. Remove code for displaying alternating screens.
19261 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
19262 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
19263 for `inhibit-read-only'.
19264 (normal-splash-screen): Rename argument `static' to `startup'.
19265 Fix docstring. Use argument `startup' to conditionally display
19266 different texts for Startup and About screens. Don't display Help
19267 commands on the About screen. Remove `unwind-protect' `sit-for'
19268 delay and `kill-buffer' after it.
19269 (display-startup-echo-area-message): Remove call to
19270 `use-fancy-splash-screens-p' because image.el is preloaded and
19271 doesn't display "Loading image... done".
19272 (display-splash-screen): Rename argument `static' to `startup'.
19273 Fix docstring.
19274
19275 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19276
19277 * server.el (server-start, server-unload-hook):
19278 suspend-tty-functions has been renamed to suspend-tty-hook.
19279
19280 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
19281 resume-tty-hook.
19282
19283 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
19284
19285 * loadup.el: Fix merge problem, only load "button" once.
19286
19287 2007-09-03 Glenn Morris <rgm@gnu.org>
19288
19289 * vc-svn.el (vc-svn-print-log): If there is only one file, use
19290 "Working file:" as the prefix, for the sake of
19291 log-view-current-file.
19292
19293 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
19294
19295 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
19296 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
19297 if the selected frames is in
19298 xterm-modify-other-keys-terminal-list.
19299 (xterm-turn-off-modify-other-keys): Add an optional frame
19300 parameter. Only turn off modify-other-keys if FRAME is in
19301 xterm-modify-other-keys-terminal-list.
19302 (xterm-remove-modify-other-keys): New function.
19303 (terminal-init-xterm): Use it. Deal with delete-frame hook.
19304 Add the selected frame to xterm-modify-other-keys-terminal-list.
19305
19306 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
19307
19308 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
19309 (icon-map-list): New variable.
19310 (x-gtk-map-stock): Use icon-map-list.
19311
19312 2007-09-02 Romain Francoise <romain@orebokech.com>
19313
19314 * log-view.el (log-view-current-file): Balance parens.
19315
19316 2007-09-02 Glenn Morris <rgm@gnu.org>
19317
19318 * comint.el (comint-mode): Don't set scroll-conservatively.
19319
19320 * eshell/em-unix.el (eshell/time): Stringify and flatten the
19321 non-command arguments.
19322
19323 * log-view.el (log-view-current-file): Give a more explicit error
19324 if log-view-file-re fails to find a match.
19325
19326 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
19327
19328 * emacs-lisp/bytecomp.el (byte-recompile-directory):
19329 Fix bug: Don't expand top-level file name more than once.
19330 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
19331
19332 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19333
19334 * server.el (server-process-filter): Don't display the splash screen.
19335 It's annoying enough on the initial screen and becomes positively
19336 obnoxious here.
19337
19338 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19339
19340 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
19341 Change naming to use "avl-tree--" for internal functions.
19342
19343 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
19344
19345 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
19346 the merge.
19347 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
19348 (provide): Move to the end of file.
19349
19350 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
19351
19352 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
19353
19354 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
19355 New variable. List of exceptions for the duplicated word rule.
19356 (flyspell-mark-duplications-flag): Mention it.
19357 (flyspell-word): Treat it.
19358
19359 * files.el (create-file-buffer): If the filename sans directory starts
19360 with spaces, remove them.
19361
19362 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
19363
19364 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
19365 (x-gtk-map-stock): Use two directory elements when matching
19366 file name.
19367
19368 2007-08-31 James Wright <james@chumsley.org>
19369
19370 * eshell/em-unix.el (eshell/info): New function.
19371
19372 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19373
19374 * frame.el (frame-initialize, make-frame):
19375 * server.el (server-process-filter):
19376 * faces.el (tty-set-up-initial-frame-faces): Don't set
19377 term-environment-variable since it's not used any more.
19378
19379 * env.el (setenv): Don't treat $TERM specially.
19380
19381 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
19382 stated otherwise, subprocesses do not send back escape sequences
19383 corresponding to the terminal from which Emacs was started.
19384
19385 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
19386
19387 * calculator.el: Require cl for compilation.
19388
19389 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
19390
19391 * outline.el (outline-font-lock-levels): Comment out unused var.
19392 (outline-font-lock-face): Wrap around face list to handle any
19393 nesting depth gracefully.
19394
19395 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
19396
19397 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
19398 `set-file-times'.
19399
19400 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
19401
19402 * textmodes/org.el (org-export-visible): Fix drawers before export.
19403 (org-do-sort): Allow sorting by priority.
19404 (org-agenda-files): Ignore non-existing files.
19405 (org-agenda-skip-unavailable-files): New variable.
19406 (org-ellipsis): All a face as value.
19407 (org-mode): Interprete the face value of `org-ellipsis'.
19408 (org-archive-save-context-info): New option.
19409 (org-archive-subtree): Store context info in archived entry.
19410 (org-fast-tag-selection-can-set-todo-state): New variable.
19411 (org-fast-tag-selection): Allow setting TODO states through this
19412 interface.
19413 (org-cycle): Docstring updated.
19414 (org-todo-keyword-faces): New option.
19415 (org-get-todo-face): New function.
19416 (org-set-font-lock-defaults, org-agenda-highlight-todo):
19417 Use `org-get-todo-face'.
19418 (org-switch-to-buffer-other-window): New function.
19419 (org-table-edit-field, org-table-show-reference)
19420 (org-table-edit-formulas, org-add-log-note)
19421 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
19422 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
19423 `switch-to-buffer-other-window' to make sure that the temporary
19424 windows show up on the current frame.
19425 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
19426 (org-get-entries-from-diary, org-replace-region-by-html):
19427 Don't allow pop-up frames.
19428 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19429 Fix problems with time-of-day.
19430 (org-export-get-title-from-subtree): New function.
19431 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
19432 with listing items that are DONE.
19433 (org-change-tag-in-region): New command.
19434 (org-agenda-skip-scheduled-if-done)
19435 (org-agenda-skip-deadline-if-done): Docstring clarified.
19436 (org-mode): Hide drawers on startup.
19437 (org-get-todo-face): New function.
19438 (org-todo-keyword-faces): New option.
19439 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
19440 (org-remove-keyword-keys): New function.
19441
19442 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
19443
19444 * progmodes/grep.el (grep-find-ignored-directories):
19445 Add monotone _MTN bookkeeping directory in workspaces.
19446 Add RCS control directory. List items in alphabetical order.
19447
19448 * progmodes/grep.el (grep-files-aliases): Add cc alias.
19449 Sort items in alphabetical order. Fix parens.
19450
19451 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19452
19453 * vc-hg.el (vc-hg-extra-menu-map): New variable.
19454 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
19455 (vc-hg-pull): New functions.
19456 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
19457
19458 * term/mac-win.el: Don't require url, only autoloaded url
19459 functions are used in this file.
19460
19461 2007-08-29 Andreas Schwab <schwab@suse.de>
19462
19463 * shell.el (shell): Return correct value from interactive spec.
19464
19465 2007-08-29 Glenn Morris <rgm@gnu.org>
19466
19467 * version.el (emacs-version): Increase to 23.0.50.
19468
19469 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
19470
19471 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
19472
19473 2007-08-29 Juri Linkov <juri@jurta.org>
19474
19475 * loadup.el: Add "button" loading after "faces" and move "startup"
19476 to load after "button".
19477
19478 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19479
19480 * loadup.el: Load term/mac-win on a Mac using Carbon.
19481
19482 * term/mac-win.el: Provide mac-win.
19483 (mac-initialized): New variable.
19484 (mac-initialize-window-system): New function. Move global setup here.
19485 (handle-args-function-alist, frame-creation-function-alist):
19486 (window-system-initialization-alist): Add mac entries.
19487 (x-setup-function-keys): New function containing all the
19488 top level function key definitions.
19489
19490 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
19491
19492 * env.el (read-envvar-name): Don't consider the environment frame param.
19493
19494 * env.el (setenv):
19495 * frame.el (frame-initialize, make-frame):
19496 * faces.el (tty-set-up-initial-frame-faces):
19497 * server.el (server-process-filter): Set
19498 display-environment-variable and term-environment-variable.
19499
19500 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
19501
19502 2007-08-29 Jason Rumney <jasonr@gnu.org>
19503
19504 * loadup.el: Only load term/x-win when X is compiled in.
19505 Load term/w32-win and dependencies on windows-nt.
19506
19507 * term/w32-win.el: Reorder to match x-win.el more closely.
19508 Provide w32-win. Don't throw error when global window-system not w32.
19509 (internal-face-interactive): Remove obsolete function.
19510 (x-setup-function-keys): Use local-function-key-map.
19511 (w32-initialized): New variable.
19512 (w32-initialize-window-system): Set it.
19513 Move more global setup here.
19514 (x-setup-function-keys): New function.
19515 (w32-initialize-window-system): Move non function key global setup here.
19516 (x-cut-buffer-max): Remove.
19517 (w32-initialize-window-system): New function.
19518 (handle-args-function-alist, frame-creation-function-alist):
19519 (window-system-initialization-alist): Add w32 entries.
19520
19521 2007-08-29 David Kastrup <dak@gnu.org>
19522
19523 * env.el (getenv): Pass frame to getenv-internal.
19524
19525 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
19526
19527 * version.el (emacs-version): Show if multi-tty is present.
19528
19529 * loadup.el: Delay loading env; mule-conf gets confused by cl
19530 during bootstrap. Also load termdev and term/x-win.
19531
19532 * bindings.el (mode-line-client): New variable.
19533 (help-echo): Add it to the default mode-line format.
19534
19535 * cus-start.el: Remove bogus window-system reference from GTK test.
19536
19537 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
19538 (ebrowse-electric-position-mode-map):
19539 * ebuff-menu.el (electric-buffer-menu-mode-map):
19540 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
19541 not `suspend-emacs'.
19542
19543 * ediff-wind.el (ediff-setup-windows-automatic): New function.
19544 (ediff-window-setup-function): Use it as default.
19545
19546 * files.el (save-buffers-kill-terminal): New function.
19547 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
19548
19549 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
19550 and `with-selected-frame'.
19551
19552 * help-fns.el (describe-variable): Describe frame-local variables
19553 correctly.
19554
19555 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
19556 display support.
19557 (normal-erase-is-backspace-setup-frame): New function.
19558
19559 * subr.el (with-selected-frame): New function.
19560 (read-quoted-char): Use terminal-local binding of
19561 local-function-key-map instead of function-key-map.
19562
19563 * talk.el (talk): New function.
19564 (talk-handle-delete-frame): New function.
19565 (talk-add-display): Open a new frame only if FRAME was not a frame.
19566
19567 * termdev.el: New file.
19568
19569 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
19570 * term/x-win.el: Don't bind f10.
19571 * tmm.el: Remove autoload binding for f10.
19572
19573 * international/encoded-kb.el (encoded-kbd-setup-display): Use
19574 `set-input-meta-mode'. Fix broken condition before set-input-mode.
19575 Store the saved input method as a terminal parameter. Add keymap
19576 parameter. Use it instead of changing key-translation-map directly.
19577 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
19578 Remove.
19579 (encoded-kbd-setup-display): New function.
19580
19581 * international/mule-cmds.el (set-locale-environment): Fix getenv
19582 call. Use save-buffers-kill-terminal. Ignore window-system; always
19583 set the keyboard coding system. Add DISPLAY parameter.
19584 (set-display-table-and-terminal-coding-system): Add DISPLAY
19585 parameter. Pass it to set-terminal-coding-system.
19586
19587 * international/mule.el (keyboard-coding-system): Test for
19588 encoded-kbd-setup-display, not encoded-kbd-mode.
19589 (set-terminal-coding-system, set-keyboard-coding-system): Add
19590 DISPLAY parameter.
19591 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
19592
19593 * term/README: Update.
19594
19595 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
19596
19597 * term/x-win.el (x-setup-function-keys): New function. Move
19598 function-key-map tweaks here. Protect against multiple calls on
19599 the same terminal. Use terminal-local binding of
19600 local-function-key-map instead of function-key-map.
19601 (x-initialize-window-system): Make a copy of pure list. Pass a
19602 frame getenv.
19603
19604 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
19605 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
19606 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
19607 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
19608 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
19609 local-function-key-map instead of function-key-map.
19610
19611 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
19612 `substitute-key-definition' and `define-key' calls against
19613 multiple execution. Use terminal-local binding of
19614 local-function-key-map instead of function-key-map. Pass a frame
19615 to getenv.
19616
19617 * edmacro.el (edmacro-format-keys):
19618 * emulation/cua-base.el (cua--pre-command-handler):
19619 * isearch.el (isearch-other-meta-char):
19620 * xt-mouse.el: Use terminal-local binding of
19621 local-function-key-map instead of function-key-map.
19622
19623 * fringe.el (set-fringe-mode): Simplify and fix using
19624 `modify-all-frames-parameters'.
19625 * scroll-bar.el (set-scroll-bar-mode): Ditto.
19626 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
19627 check before calling `tool-bar-setup'.
19628 (tool-bar-setup): New variable.
19629 (tool-bar-setup): Use it to guard against multiple calls. Add
19630 optional frame parameter, and select that frame before adding items.
19631 (toggle-tool-bar-mode-from-frame): New function.
19632
19633 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
19634 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
19635 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
19636 "Tool-bar" toggles to reflect the state of the current frame.
19637 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
19638
19639 * env.el: Require cl for byte compilation (for `block' and `return').
19640 (environment, setenv-internal): New functions.
19641 (let-environment): New macro.
19642 (setenv, getenv): Add optional terminal parameter. Update docs.
19643 (setenv): Use setenv-internal. Always set process-environment.
19644 Handle `local-environment-variables'.
19645 (read-envvar-name, setenv, getenv): Use frame parameters
19646 to store the local environment, not terminal parameters. Include
19647 `process-environment' as well.
19648
19649 * faces.el (tty-run-terminal-initialization): New function.
19650 (tty-create-frame-with-faces): Use it. Set up faces and
19651 background mode only after the terminal has been initialized.
19652 Call terminal-init-*. Don't load the initialization file more
19653 than once. Call set-locale-environment.
19654 (frame-set-background-mode): Handle the 'background-mode terminal
19655 parameter.
19656 (tty-find-type): New function.
19657 (x-create-frame-with-faces): Remove bogus check for
19658 first frame. Call `tool-bar-setup'. Don't make frame visible
19659 until we are done setting up all its parameters. Call
19660 x-setup-function-keys.
19661
19662 * frame.el (make-frame): Always inherit 'environment and 'client
19663 parameters. Set up the 'environment frame parameter, when needed.
19664 Also inherit 'client parameter. Don't override explicitly
19665 specified values with inherited ones. Add 'terminal frame
19666 parameter. Append window-system-default-frame-alist to parameters
19667 before calling frame-creation-function.
19668 (frame-initialize): Copy the environment from the initial frame.
19669 (window-system-default-frame-alist): Enhance doc string.
19670 (frame-notice-user-settings): Don't put 'tool-bar-lines in
19671 `default-frame-alist' when initial frame is on a tty.
19672 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
19673 Remove specified parameters from `window-system-default-frame-alist'.
19674 (make-frame-on-tty, framep-on-display, suspend-frame):
19675 Extend doc string, update parameter names.
19676 (frames-on-display-list): Use terminal-id to get the display id.
19677 (frame-notice-user-settings): Extend to apply
19678 settings in `window-system-default-frame-alist' as well.
19679 (terminal-id, terminal-parameters, terminal-parameter)
19680 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
19681 (delete-frame-functions): Add to `delete-frame-functions' hook.
19682 (blink-cursor-mode): Adapt blink-cursor-mode default
19683 value from startup.el.
19684 (make-frame-on-display): Protect condition on x-initialized when
19685 x-win.el is not loaded. Update doc.
19686 (suspend-frame): Use display-controlling-tty-p to decide between
19687 suspend-emacs and suspend-tty.
19688 (frames-on-display-list): Update for display ids.
19689 (framep-on-display): Ditto.
19690 (suspend-frame): Use display-name, not frame-tty-name.
19691 (selected-terminal): New function.
19692
19693 * server.el: Use `device' instead of `display' or `display-id' in
19694 variable and client parameter names.
19695 (server-select-display): Remove (unused).
19696 (server-tty-live-p, server-handle-delete-tty): Remove.
19697 (server-unquote-arg, server-quote-arg, server-buffer-clients):
19698 Update docs.
19699 (server-getenv-from, server-with-environment, server-send-string)
19700 (server-save-buffers-kill-terminal): New functions.
19701 (server-delete-client): Handle quits in kill-buffer. Don't kill
19702 modified buffers. Add extra logging. Delete frames after
19703 deleting the tty. Clear 'client parameter before deleting a frame.
19704 Use delete-display, not delete-tty.
19705 (server-visit-files): Don't set `server-existing-buffer' if the
19706 buffer already has other clients. Return list of buffers
19707 created. Update doc. Don't set client-record when nowait.
19708 (server-handle-delete-frame): Delete the client if this was its
19709 last frame. Check that the frame is alive. Remove bogus comment.
19710 Add note on possible race condition. Delete tty clients, if needed.
19711 (server-handle-suspend-tty): Use server-send-string. Kill the
19712 client in case of errors from process-send-string. Use the display
19713 parameter.
19714 (server-unload-hook): Remove obsolete delete-tty hook.
19715 (server-start): Ask before restarting if the old server still has
19716 clients. Add feedback messages. Remove obsolete delete-tty hook.
19717 (server-process-filter): Use server-send-string. Accept `-dir'
19718 command. Switch to *scratch* immediately after creating the frame,
19719 before evaluating any -evals. Protect `display-splash-screen'
19720 call in a condition-case. Explain why. Call
19721 `display-startup-echo-area-message' before
19722 `display-splash-screen'. Don't display the splash screen when no
19723 frame was created. Show the Emacs splash screen and startup echo
19724 area message. Display the *scratch* buffer by default. Store the
19725 local environment in a frame (not terminal) parameter. Do not try
19726 to decode environment strings. Fix reference to the 'display
19727 frame parameter. Change syntax of environment variables. Put
19728 environment into terminal parameters, not client parameters. Use
19729 a dummy client with --no-wait's X frames. In `-position LINE'
19730 handler, don't ruin the request string until the line number is
19731 extracted. Log opened files. Handle -current-frame command.
19732 Don't create frames when it is given. Don't bind X frames to the
19733 client when we are in -no-wait mode. Set locale environment
19734 variables from client while creating tty frames. Disable call to
19735 configure-display-for-locale. When processing -position command,
19736 don't change the request string until the parameters are
19737 extracted. Don't try to create an X frame when Emacs does not
19738 support it. Improve logging. Temporarily set ncurses-related
19739 environment variables to those of the client while creating a new
19740 tty frame. Select buffers opened by nowait clients, don't leave
19741 them buried under others. Set the display parameter, and use it
19742 when appropriate.
19743
19744 * startup.el (display-startup-echo-area-message): Handle
19745 `inhibit-startup-echo-area-message' here.
19746 (command-line-1): Moved from here.
19747 (fancy-splash-screens): Use `overriding-local-map' instead of
19748 `overriding-terminal-local-map' for now; the latter doesn't work
19749 right, it looses keypresses to another terminal. Use
19750 `overriding-terminal-local-map' to set up keymap. Install a
19751 `delete-frame-functions' hook to catch `delete-frame' events.
19752 Ignore `select-window' events to cope better with
19753 `focus-follows-mouse'. Don't switch back to the original buffer
19754 if the splash frame has been killed. Restore previous buffer, even
19755 if it's *scratch*.
19756 (normal-splash-screen): Don't let-bind `mode-line-format'; it
19757 changes the global binding - setq it instead. Use
19758 `save-buffers-kill-terminal'.
19759 (display-splash-screen): Don't do anything if the splash screen is
19760 already displayed elsewhere.
19761 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
19762 (command-line): Replace duplicated code with a call to
19763 tty-run-terminal-initialization. Don't load the terminal
19764 initialization file more than once. Remove call to nonexistent
19765 function `set-locale-translation-file-name'.
19766
19767 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
19768 parameters.
19769 (xterm-mouse-position-function, xterm-mouse-event): Update.
19770 (xterm-mouse-mode): Don't depend on current value of window-system.
19771 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
19772 Update for multi-tty.
19773 (turn-on-xterm-mouse-tracking-on-terminal)
19774 (turn-off-xterm-mouse-tracking-on-terminal)
19775 (xterm-mouse-handle-delete-frame): New functions.
19776 (delete-frame-functions, after-make-frame-functions)
19777 (suspend-tty-functions, resume-tty-functions): Install extra hooks
19778 for multi-tty.
19779
19780 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19781
19782 * simple.el (invisible-p): Remove: implemented in C now.
19783 (line-move-invisible-p): Remove obsolete alias.
19784
19785 2007-08-28 Juri Linkov <juri@jurta.org>
19786
19787 * image-mode.el (image-type): New variable.
19788 (image-mode): Set default major mode name to "Image[text]".
19789 (image-minor-mode): Change LIGHTER to display image-type in the
19790 mode line.
19791 (image-minor-mode): Set default image-type to "text".
19792 (image-toggle-display): After switching to text mode, set
19793 image-type to "text" and major mode name to "Image[text]".
19794 After switching to image mode, set image-type to actual image
19795 type, and add image type to major mode name. Let-bind the same
19796 variable names as arguments of `image-type' and `create-image'.
19797 Bind `type' to the result of `image-type' and use it as arg
19798 of `create-image' to not determine the image type twice.
19799
19800 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
19801
19802 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
19803 (tramp-set-file-uid-gid, tramp-get-local-uid)
19804 (tramp-get-local-gid): New defuns.
19805 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
19806 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
19807 Improve fast track.
19808 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
19809 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
19810 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
19811 (tramp-handle-write-region): Improve fast track.
19812 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
19813 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
19814 be nil.
19815
19816 2007-08-28 Ivan Kanis <apple@kanis.eu>
19817
19818 * time.el: New feature to display several time zones in a buffer.
19819 (display-time-world-mode, display-time-world-display)
19820 (display-time-world, display-time-world-timer): New functions.
19821 (display-time-world-list, display-time-world-time-format)
19822 (display-time-world-buffer-name, display-time-world-timer-enable)
19823 (display-time-world-timer-second, display-time-world-mode-map):
19824 New variables.
19825
19826 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
19827
19828 * term/x-win.el (x-gtk-stock-map): New variable.
19829 (x-gtk-map-stock): New function.
19830
19831 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
19832 prev/next-node.
19833
19834 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
19835
19836 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
19837
19838 2007-08-28 Glenn Morris <rgm@gnu.org>
19839
19840 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
19841
19842 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
19843
19844 * progmodes/modula2.el (m2-definition, m2-module):
19845 Don't use previous-line. Reported by T. V. Raman.
19846
19847 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19848
19849 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
19850 argument to tool-bar-mode call.
19851
19852 2007-08-27 Glenn Morris <rgm@gnu.org>
19853
19854 * diff-mode.el (diff-find-file-name): Only accept regular files,
19855 to rule out /dev/null, directories, etc.
19856
19857 * vc-svn.el (vc-svn-diff): If the repository version of all the
19858 files is the same as the specified OLDVERS, do a local diff.
19859
19860 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19861
19862 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
19863 of buffers in uniquify-managed.
19864
19865 * simple.el (invisible-p): Rename from text-invisible-p.
19866 Update callers.
19867
19868 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
19869 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
19870 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
19871 (cperl-etags-goto-tag-location): Use new style backquotes.
19872
19873 * net/browse-url.el: Remove spurious * in custom docstrings.
19874 (browse-url-filename-alist): Use new-style backquote.
19875
19876 * emacs-lisp/backquote.el (backquote-unquote-symbol)
19877 (backquote-splice-symbol): Clarify they're not new-style unquotes.
19878
19879 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
19880 (\,@): Backslash the , and ,@ which are not new-style unquotes.
19881
19882 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
19883
19884 * net/socks.el (socks-username/password-auth-filter):
19885 Remove unused vars `state' and `desired-len'.
19886 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
19887 (socks-wait-for-state-change): Use new-style backquotes.
19888
19889 * pcvs.el (cvs-mode-status): Fix long-standing typo.
19890
19891 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
19892 backquotes after each `read' rather than once per buffer.
19893
19894 * dframe.el: Remove spurious * in custom docstrings.
19895 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
19896 (dframe-xemacs20p): Remove, inline at the sole use point.
19897 (defface): Don't defvar the face, don't use old-style backquote.
19898 (defcustom): Don't use old-style backquote.
19899 (dframe-frame-parameter, dframe-mouse-event-p):
19900 Make it obvious that it's always defined.
19901 (dframe-popup-kludge): New function to replace
19902 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
19903 (dframe-frame-mode, dframe-set-timer-internal)
19904 (dframe-mouse-set-point): Remove use of with-no-warnings from
19905 XEmacs-specific code.
19906 (dframe-set-timer-internal): Fix very old bug with
19907 post-command-idle-hook.
19908
19909 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
19910
19911 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
19912 warning if the file uses old style backquotes.
19913
19914 * emacs-lisp/bytecomp.el (byte-compile-log-file)
19915 (byte-recompile-directory, byte-compile-file)
19916 (byte-compile-from-buffer): Use with-current-buffer.
19917
19918 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
19919 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
19920 (line-move-1, line-move-finish, line-move-to-column)
19921 (move-end-of-line, move-beginning-of-line): Use new name.
19922
19923 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
19924
19925 * progmodes/ada-mode.el: Fix up comment style in header.
19926 (ada-check-emacs-version): Remove.
19927 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
19928 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
19929 to try and quieten the byte-compiler.
19930 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
19931
19932 * vc.el (vc-annotate-warp-version): Don't use previous-line.
19933
19934 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
19935
19936 * net/browse-url.el (browse-url-emacs): New function.
19937
19938 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
19939
19940 * emacs-lisp/avl-tree.el: New file.
19941
19942 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
19943
19944 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
19945 was used.
19946
19947 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
19948
19949 * complete.el (PC-do-completion): Make RET accept a non-unique but
19950 complete expansion again.
19951
19952 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
19953
19954 * eshell/esh-opt.el (eshell-eval-using-options):
19955 Add debug declaration.
19956
19957 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
19958
19959 * log-view.el (log-view-toggle-mark-entry): Add docstring.
19960 (log-view-get-marked): Likewise.
19961
19962 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
19963 (vc-delete-automatic-version-backups): Likewise.
19964
19965 * vc.el (vc-dired-buffers-for-dir): Likewise.
19966
19967 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
19968
19969 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
19970 safe-local-variable setting.
19971 * progmodes/perl-mode.el (perl-indent-level): Likewise.
19972
19973 * log-view.el (log-view-marked-list): Delete variable.
19974 (log-view-mode): Don't use it.
19975 (log-view-toggle-mark-entry): Likewise, simplify.
19976 (log-view-current-tag): Don't return properties.
19977 (log-view-get-marked): New function.
19978
19979 2007-08-25 Alexandre Julliard <julliard@winehq.org>
19980
19981 * vc-git.el (vc-git-mode-line-string): New function.
19982
19983 2007-08-25 Alan Mackenzie <acm@muc.de>
19984
19985 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
19986 new language variable.
19987
19988 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
19989 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
19990 "extern" etc., rather than BOI. Fix addition of spurious
19991 syntactic-symbol 'defun-block-intro, replacing it with
19992 'innamespace, etc.
19993
19994 2007-08-25 Juri Linkov <juri@jurta.org>
19995
19996 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
19997
19998 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
19999 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
20000 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
20001
20002 * image.el (image-type-header-regexps): Use more complex regexp for svg.
20003 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
20004 (image-type-auto-detectable): Add (svg . maybe).
20005
20006 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
20007 to treat it like .tgz.
20008
20009 * calendar/cal-bahai.el: Add file coding cookie.
20010
20011 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
20012
20013 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
20014 Don't behave differently when executed via M-x. Add doc string.
20015
20016 * sort.el (sort-fold-case, sort-numeric-base): Mark as
20017 safe-local-variable.
20018
20019 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
20020
20021 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
20022 the default value.
20023 (math-calendar-tzinfo): New variable.
20024 (math-get-calendar-tzinfo): New function.
20025 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
20026 to get information when zone is nil.
20027
20028 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
20029
20030 * log-view.el (log-view-toggle-mark-entry): New function.
20031 (log-view-mode-map): Bind it.
20032 (log-view-marked-list): New variable.
20033 (log-view-mode): Make it local.
20034
20035 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
20036
20037 * play/zone.el (zone-pgm-rat-race): New func.
20038 (zone-programs): Add `zone-pgm-rat-race'.
20039
20040 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20041
20042 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
20043 a list.
20044
20045 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
20046
20047 * progmodes/hideshow.el (hs-match-data): Delete alias.
20048 (hs-hide-block-at-point, hs-find-block-beginning)
20049 (hs-show-block): Use `match-data' directly.
20050
20051 2007-08-24 Martin Rudalics <rudalics@gmx.at>
20052
20053 * format.el (format-alist): Fix typo in doc-string.
20054
20055 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
20056
20057 * net/tramp.el (tramp-local-host-p): New defun.
20058 (tramp-handle-file-local-copy, tramp-handle-write-region):
20059 Implement fast track when being on the local host.
20060 (tramp-file-name-handler): Don't set "started" property. It shall
20061 be reserved for the "ftp" method.
20062 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
20063
20064 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
20065 (tramp-ftp-file-name-handler): Set "started" property.
20066
20067 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
20068
20069 * files.el (backup-buffer-copy): Don't wrap delete in
20070 condition-case, only try to delete if file exists.
20071
20072 2007-08-24 Glenn Morris <rgm@gnu.org>
20073
20074 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
20075
20076 * startup.el (tutorial-directory): Set with eval-at-startup so it
20077 gets the right value in an installed Emacs.
20078
20079 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
20080
20081 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
20082 (eldoc-highlight-function-argument): Use it.
20083
20084 2007-08-23 Masatake YAMATO <jet@gyve.org>
20085
20086 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
20087 name of parameters in document body.
20088
20089 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20090
20091 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
20092 (byte-compile-output-as-comment): Use with-current-buffer rather than
20093 a weird set-buffer&prog1 combination.
20094
20095 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
20096 test so as to optimise cases where the `progn's result is constant.
20097
20098 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
20099
20100 * locate.el (locate-get-file-positions):
20101 Use line-beginning-position and line-end-position.
20102
20103 2007-08-23 John Wiegley <johnw@newartisans.com>
20104
20105 * calendar/cal-bahai.el: Added in the diacriticals that were
20106 missing for many of the month names.
20107
20108 2007-08-22 Jason Rumney <jasonr@gnu.org>
20109
20110 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
20111
20112 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
20113
20114 * image-mode.el (image-minor-mode): Use image-mode-text-map.
20115
20116 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
20117
20118 * dabbrev.el (dabbrev--progress-reporter): New variable.
20119 (dabbrev--scanning-message): Delete func.
20120 (dabbrev--find-expansion): Use a progress reporter
20121 instead of dabbrev--scanning-message.
20122
20123 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
20124
20125 * comint.el (comint-exec-1): Raise an error if
20126 `start-file-process' does not return a process object.
20127
20128 * shell.el (shell): Prompt for `default-directory' if it is a
20129 remote file name, and if called with a prefix arg.
20130
20131 2007-08-22 Sam Steingold <sds@gnu.org>
20132
20133 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
20134
20135 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
20136
20137 * textmodes/org-export-latex.el: New file.
20138
20139 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
20140
20141 * textmodes/org.el (org-agenda-skip): Allow a form for
20142 `org-agenda-skip-function'.
20143 (org-agenda-redo): Re-use local settings.
20144 (org-agenda): Store local settings.
20145 (org-agenda-deadline-faces): New option.
20146 (org-agenda-deadline-face): New function.
20147 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
20148 entries on their due date.
20149 (org-agenda-get-timestamps): No longer handle the due dates of
20150 schedules and deadline items.
20151 (org-insert-link-global, org-open-at-point-global): New commands.
20152 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
20153 :for-ascii parameter.
20154 (org-skip-comments): Function removed.
20155 (org-cleaned-string-for-export): Handle special table lines.
20156 (org-global-properties): New option.
20157 (org-entry-get-with-inheritance): Check global properties.
20158 (org-local-properties): New variable.
20159 (org-set-regexps-and-options): Find the #+PROPERTY line.
20160 (org-link-types): Change type into variable (was constant).
20161 (org-make-link-regexps): New function.
20162 (org-link-re-with-space, org-link-re-with-space2)
20163 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
20164 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
20165 these regular expressions happens now in the function
20166 `org-make-link-regexps'.
20167 (org-store-link): Call the functions in
20168 `org-store-link-functions'.
20169 (org-add-link-type): New function.
20170 (org-store-link-functions): New variable.
20171 (org-activate-tags): Force matches to be in headlines.
20172 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
20173 (org-columns-display-here): Make sure this works in a narrowed
20174 buffer by checking for point-min.
20175 (org-columns-display-here): Make the rest of the line intangible,
20176 so that point never can be there.
20177 (org-cleaned-string-for-export): Use `with-current-buffer'.
20178 (org-replace-region-by-html): Use `with-current-buffer'.
20179 (org-unfontify-region, org-do-occur, org-columns-display-here)
20180 (org-columns-remove-overlays, org-columns-quit)
20181 (org-columns-edit-value, org-columns-next-allowed-value)
20182 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
20183 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
20184 (org-agenda-todo, org-agenda-change-all-lines)
20185 (org-agenda-align-tags, org-agenda-priority)
20186 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
20187 (org-agenda-show-new-time, org-cleaned-string-for-export)
20188 (org-export-grab-title-from-buffer)
20189 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
20190 instead of `buffer-read-only'.
20191 (org-export-as-html): Set `coding-system-for-write'.
20192 (org-remember-store-without-prompt): New option.
20193 (org-archive-subtree): Fixed bug with modifying TODO keyword.
20194 (org-beginning-of-line): Also treat C-a special in items.
20195 (org-table-convert-refs-to-rc): Fixed problem with column
20196 reference after "..".
20197 (org-columns-compute): Don't mark buffer modified because of text
20198 properties.
20199 (org-batch-store-agenda-views): Use the variable
20200 `default-directory', not the function.
20201 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
20202 (org-clock-out-when-done): New option.
20203 (org-html-entities): Added HTML entities for smileys.
20204
20205 2007-08-22 Glenn Morris <rgm@gnu.org>
20206
20207 * image.el (create-image): Doc fix.
20208
20209 * startup.el (tutorial-directory): New constant.
20210 (fancy-splash-text): Tutorials now in tutorial-directory.
20211 * tutorial.el (help-with-tutorial): Tutorials now in
20212 tutorial-directory.
20213
20214 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
20215
20216 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
20217 otherwise.
20218 (tramp-get-remote-path): New defun. Replace occurrences of
20219 `tramp-default-remote-path' by this function.
20220 (tramp-set-remote-path): Move most of the code to
20221 `tramp-get-remote-path'.
20222 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
20223 existing directories, this is done already in
20224 `tramp-get-remote-path'.
20225
20226 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
20227
20228 * image-file.el (image-file-name-extensions): Add "svg".
20229 * image.el (image-type-header-regexps): Add svg entry.
20230
20231 2007-08-22 Glenn Morris <rgm@gnu.org>
20232
20233 * files.el (backup-buffer-copy): Check backup directory is
20234 writable, to avoid infloop deleting old backup.
20235
20236 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
20237 movemail related variables.
20238 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
20239 will now be set before this is called.
20240
20241 2007-08-21 Juri Linkov <juri@jurta.org>
20242
20243 * delsel.el (delete-selection-pre-hook):
20244 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
20245 instead of checking last-command.
20246
20247 2007-08-21 Juri Linkov <juri@jurta.org>
20248
20249 * loadup.el: Preload "button".
20250
20251 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20252
20253 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20254 Add previous-line and next-line.
20255
20256 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
20257 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
20258
20259 * vc-hooks.el (vc-menu-entry): New var.
20260 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
20261 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
20262 (vc-menu-map): Declare and initialize in one step.
20263 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
20264
20265 * menu-bar.el (vc-menu-map): Don't setup any more.
20266 Instead, just create the proper spot in the menu.
20267
20268 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
20269
20270 * smerge-mode.el (smerge-resolve): New arg `safe'.
20271 (smerge-resolve-all, smerge-batch-resolve): New function.
20272 (smerge-refine): Make sure `diff' returns the expected result.
20273 (smerge-parsep-re): New const.
20274 (smerge-mode): Use it to adjust paragraph-separate.
20275
20276 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
20277 Correctly match / regexp matchers as first char on a line when
20278 fontifying only that line.
20279
20280 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
20281
20282 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
20283
20284 * vc-bzr.el: Don't fiddle with vc-handled-backend.
20285 (vc-bzr-registered): Don't redundantly protect against
20286 file-error. Actually use the format-specific code.
20287 (vc-bzr-buffer-nonblank-p): Remove.
20288 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
20289
20290 2007-08-20 Juri Linkov <juri@jurta.org>
20291
20292 * startup.el (fancy-splash-text): Change multiple tabs into one
20293 tab. Remove "Useful File menu items" section (with "Exit Emacs"
20294 and "Recover Crashed Session").
20295 (fancy-splash-screens): Set tab-width to 22.
20296 (normal-splash-screen): Replace literal tabs with \t and
20297 fix whitespace. Remove "Useful File menu items" section (with
20298 "Exit Emacs" and "Recover Crashed Session").
20299
20300 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
20301
20302 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
20303 extracted from `eval-last-sexp-1'.
20304 (eval-last-sexp-1): Call `preceding-sexp'.
20305
20306 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
20307
20308 * vc-rcs.el (vc-rcs-annotate-command):
20309 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
20310 Add back :vc-annotate-prefix propertization.
20311
20312 2007-08-20 Andreas Schwab <schwab@suse.de>
20313
20314 * mail/rmail.el (rmail-autodetect): Doc fix.
20315
20316 2007-08-19 Juri Linkov <juri@jurta.org>
20317
20318 * startup.el (normal-splash-screen): Add more links.
20319
20320 2007-08-19 Juri Linkov <juri@jurta.org>
20321
20322 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
20323 because it's common to both types of splash screen: fancy and normal.
20324 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
20325 (exit-splash-screen): Rename from `fancy-splash-quit'.
20326 Use `quit-window' instead of `kill-buffer'.
20327 (fancy-splash-head): Use make-button to insert GNU image link.
20328 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
20329 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
20330 (normal-splash-screen): Put "Browse manuals" on the same line with
20331 "Emacs manual". Remove descriptions from "Useful tasks" and put
20332 all links in two columns on two lines.
20333
20334 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
20335
20336 * emulation/viper.el (viper-remove-hooks): Remove some additional
20337 viper hooks when the user calls viper-go-away.
20338 (viper-go-away): Restore the default of default-major-mode.
20339 Save the value of default-major-mode before vaperization.
20340
20341 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
20342
20343 * emulation/viper-ex.el: Replace error "" with "Viper bell".
20344
20345 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
20346 buffer for which file is created.
20347
20348 2007-08-19 Glenn Morris <rgm@gnu.org>
20349
20350 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
20351 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
20352 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
20353 shadow files messing up the compilation.
20354
20355 2007-08-18 Glenn Morris <rgm@gnu.org>
20356
20357 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
20358 string. Also apply eldoc-argument-case in the help-split-fundoc
20359 case. Adapt for changed behavior of eldoc-function-argstring,
20360 eldoc-function-argstring-format, and
20361 eldoc-highlight-function-argument.
20362 (eldoc-highlight-function-argument): Handle nil INDEX argument,
20363 just call eldoc-docstring-format-sym-doc in that case.
20364 (eldoc-function-argstring): Change the behavior. Now it converts
20365 an argument list to a string.
20366 (eldoc-function-argstring-format): Change the behavior. Now it
20367 applies `eldoc-argument-case' to a string.
20368
20369 * progmodes/scheme.el (scheme-mode-variables): Set
20370 font-lock-comment-start-skip.
20371
20372 2007-08-18 Martin Rudalics <rudalics@gmx.at>
20373
20374 * progmodes/ada-mode.el (ada-create-syntax-table): Move
20375 set-syntax-table from here to ...
20376 (ada-mode): ... here. Do not change global value of
20377 comment-multi-line. Call new function
20378 ada-initialize-syntax-table-properties and add new function
20379 ada-handle-syntax-table-properties to font-lock-mode-hook.
20380 (ada-deactivate-properties, ada-initialize-properties): Replace
20381 by new functions ...
20382 (ada-handle-syntax-table-properties)
20383 (ada-initialize-syntax-table-properties)
20384 (ada-set-syntax-table-properties): ... to set up syntax-table
20385 properties uniformly, independently from whether font-lock-mode
20386 is enabled or not. Handle read-only buffers and do not change
20387 undo-list when setting syntax-table properties.
20388 (ada-after-change-function): Use ada-set-syntax-table-properties.
20389
20390 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
20391
20392 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
20393 (meta-indent-current-nesting): Use a computation of the nesting
20394 instead.
20395 (meta-indent-current-indentation): Indentation is given according
20396 to nesting and if the previous line was finished or not.
20397 (meta-indent-unfinished-line): Tell if the current line ends with
20398 a finished expression.
20399 (meta-indent-looking-at-code): Like `looking-at', but checks if
20400 the point is in a string before.
20401 (meta-indent-level-count): Use it. Don't count parenthesis as it's
20402 done in the nesting function.
20403 (meta-indent-in-string-p): Tell if the current point is in a
20404 string.
20405 (meta-indent-calculate): Treat b-o-b as a special case. Use the
20406 previous functions.
20407
20408 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
20409
20410 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
20411 (copyright-update-year, copyright-update)
20412 (copyright-fix-years): Use it.
20413
20414 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
20415
20416 * emacs-lisp/copyright.el (copyright-update-year):
20417 Fix bug: Handle nil copyright-limit.
20418
20419 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
20420
20421 * calc/calc-units.el (math-standard-units): Give exact
20422 conversion for tsp.
20423
20424 * calc/calc.el (math-bignum-digit-length): Compute the
20425 appropriate value.
20426
20427 * calc/calc-bin.el (math-bignum-logb-digit-size)
20428 (math-bignum-digit-power-of-two):
20429 * calc/calc-comb.el (math-small-factorial-table):
20430 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
20431 (math-approx-gamma-const):
20432 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
20433 (math-besY1, math-bernoulli-b-cache):
20434 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20435 Remove `eval-when-compile's.
20436
20437 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
20438
20439 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
20440 (cperl-find-pods-heres): Fix an error when typing expressions like
20441 `s{a}{b}'.
20442
20443 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
20444
20445 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
20446 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
20447 a special case (there's no build number).
20448
20449 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
20450
20451 * completion.el (symbol-under-point, symbol-before-point)
20452 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
20453
20454 2007-08-17 Glenn Morris <rgm@gnu.org>
20455
20456 * progmodes/compile.el (compilation-get-file-structure): Make use
20457 of the directory part when checking for an existing entry, to
20458 handle files with same basename in different directories.
20459
20460 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
20461
20462 * calc/calc.el (calc-language-alist): Add texinfo-mode.
20463
20464 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20465
20466 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
20467 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
20468 (ps-paragraph-spacing): Docstring fix.
20469
20470 2007-08-16 Glenn Morris <rgm@gnu.org>
20471
20472 * ps-print.el (ps-font-size): Doc fix.
20473
20474 2007-08-16 Richard Stallman <rms@gnu.org>
20475
20476 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
20477
20478 2007-08-15 Juri Linkov <juri@jurta.org>
20479
20480 * startup.el (initialization): Change parent group from `internal'
20481 to `environment'.
20482 (initial-buffer-choice): New variable.
20483 (command-line): Revert 2007-07-02 change that sets
20484 buffer-offer-save in *scratch* and enables auto-save in it.
20485 (fancy-splash-text): Add links to existing items. Add new items
20486 with links for useful tasks. Move information about Control-g to
20487 fancy-splash-head. Move "Emacs Guided Tour" to the end.
20488 (fancy-splash-keymap): New variable.
20489 (fancy-splash-last-input-event): Remove variable.
20490 (fancy-splash-insert): Add processing of `:link' element.
20491 (fancy-splash-head): Replace "Type Control-l to begin editing"
20492 with "Type `q' to exit".
20493 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
20494 (fancy-splash-default-action, fancy-splash-special-event-action):
20495 Remove functions.
20496 (fancy-splash-quit): New function.
20497 (fancy-splash-screens): Rename input arg from `hide-on-input' to
20498 `static' and reverse the condition of its usage. Don't preserve
20499 original values of `minor-mode-map-alist',
20500 `emulation-mode-map-alists', `special-event-map'.
20501 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
20502 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
20503 Remove processing of special events. Use local key map
20504 `fancy-splash-keymap'. Set buffer to read-only.
20505 (normal-splash-screen): Rename input arg from `hide-on-input' to
20506 `static' and reverse the condition of its usage.
20507 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
20508 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
20509 Add links to existing items. Add new items with links for useful
20510 tasks. Use local key map `fancy-splash-keymap'.
20511 (display-splash-screen): Rename input arg from `hide-on-input' to
20512 `static'.
20513 (about-emacs): Add alias to display-splash-screen.
20514 (command-line-1): Use `initial-buffer-choice'.
20515
20516 * menu-bar.el (menu-bar-help-menu):
20517 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
20518 item to about-emacs instead of display-splash-screen.
20519
20520 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
20521
20522 * calc/calc-units.el (math-standard-units): Update values.
20523 Put in exact, rational values when possible.
20524 (math-unit-prefixes): Replace floats with powers of ten.
20525 (math-standard-units-systems): Replace floats with integers.
20526 (math-make-unit-string): Remove extra spaces in output.
20527
20528 2007-08-15 Glenn Morris <rgm@gnu.org>
20529
20530 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
20531 sloppier, for the sake of GNU Mailman.
20532 (rmail-digest-rfc1153): Initialize `result' correctly.
20533
20534 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
20535
20536 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
20537 in the mail title. Suggested by Reiner Steib.
20538
20539 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
20540
20541 * calc/calc-aent.el (calc-do-quick-calc): Add binary
20542 representation of integers to the list of outputs.
20543
20544 2007-08-14 Glenn Morris <rgm@gnu.org>
20545
20546 * simple.el (bad-packages-alist): New constant.
20547 (bad-package-check): New function. Together, these two add elements
20548 to `after-load-alist' to check for problematic external packages.
20549 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
20550
20551 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
20552
20553 * calc/calc-units.el (math-get-standard-units)
20554 (math-get-units, math-make-unit-string)
20555 (math-get-default-units, math-put-default-units): New functions.
20556 (math-default-units-table): New variable.
20557 (calc-convert-units, calc-convert-temperature): Add machinery
20558 to supply default values.
20559
20560 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
20561
20562 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
20563 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
20564 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
20565 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
20566
20567 * emulation/tpu-extras.el: Remove spurious * in docstrings.
20568 Put its autoloads into tpu-edt.el rather than loaddefs.el.
20569 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
20570 Make into a proper minor-mode.
20571 (tpu-backward-char, tpu-next-line, tpu-previous-line)
20572 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
20573 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
20574 (tpu-set-cursor-free, tpu-set-cursor-bound):
20575 Delegate to tpu-cursor-free-mode.
20576 (tpu-next-line, tpu-previous-line, tpu-forward-line)
20577 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
20578 Use line-move or forward-line instead of next-line-internal.
20579
20580 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
20581
20582 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
20583
20584 2007-08-12 Richard Stallman <rms@gnu.org>
20585
20586 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
20587 (cvs-execute-single-file): Use new name split-string-and-unquote.
20588 (cvs-header-msg): Use new name combine-and-quote-strings.
20589
20590 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
20591
20592 * progmodes/gud.el (gud-common-init): Use new name
20593 split-string-and-unquote.
20594
20595 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
20596 in javac regexp.
20597
20598 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
20599 combine-and-quote-strings and split-string-and-unquote.
20600
20601 * subr.el (combine-and-quote-strings): Rename from strings->string.
20602 (split-string-and-unquote): Rename from string->strings.
20603
20604 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20605
20606 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
20607 to buffer-local settings.
20608
20609 * emacs-lisp/backquote.el (backquote-delay-process): New function.
20610 (backquote-process): Add internal arg `level'. Use the two to
20611 correctly handle nested backquotes.
20612
20613 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
20614
20615 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
20616 (vc-bzr-state-words): Add "kind changed" state word.
20617 (vc-bzr-status): New function. Return Bzr idea of file status,
20618 which is different from VC's.
20619 (vc-bzr-state): Use vc-bzr-status.
20620 (vc-workfile-unchanged-p): Use vc-bzr-status.
20621 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
20622 (vc-dired-state): Process "kind changed" state word.
20623
20624 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
20625
20626 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
20627
20628 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
20629 Move from vc-default-find-file-not-found-hook.
20630
20631 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
20632
20633 * man.el: Remove spurious * in docstrings.
20634 Merge defvars and toplevel setq-defaults.
20635 (Man-highlight-references0): Limit=nil rather than point-max.
20636 (Man-mode-map): Move initialization into the declaration.
20637 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
20638 (Man-view-header-file): Use expand-file-name rather than concat.
20639 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
20640
20641 * man.el (Man-next-section): Make sure we do not move backward.
20642
20643 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
20644
20645 * files.el (auto-mode-alist): Use the purecopied text (duh!).
20646
20647 2007-08-08 Glenn Morris <rgm@gnu.org>
20648
20649 * Replace `iff' in doc-strings and comments.
20650
20651 2007-08-08 Martin Rudalics <rudalics@gmx.at>
20652
20653 * dired.el (dired-pop-to-buffer):
20654 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
20655 * calendar/calendar.el (generate-calendar-window):
20656 * progmodes/compile.el (compilation-set-window-height):
20657 * textmodes/two-column.el (2C-two-columns, 2C-merge):
20658 Use window-full-width-p instead of comparing frame-width and
20659 window-width.
20660
20661 * progmodes/compile.el (compilation-find-buffer): Remove extra
20662 argument in call to compilation-buffer-internal-p.
20663
20664 2007-08-07 Tom Tromey <tromey@redhat.com>
20665
20666 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
20667 Add safe-local-variable property.
20668
20669 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
20670
20671 * image-mode.el (image-toggle-display): Use image-refresh.
20672
20673 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
20674
20675 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
20676 unofficial version.
20677 (vc-bzr-command): Remove redundant setting of process-connection-type.
20678 (vc-bzr-admin-checkout-format-file): Add autoload.
20679 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
20680 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
20681 (vc-bzr-registered): Compare dirstate format tag with known good
20682 value, abort parsing if match fails. Warn user in docstring.
20683 (vc-bzr-workfile-version): Case for different Bzr branch formats.
20684 See bzrlib/branch.py in Bzr sources.
20685 (vc-bzr-diff): First argument FILES may be a string rather than a list.
20686 (vc-bzr-shell-command): Remove in favor of
20687 vc-bzr-command-discarding-stderr.
20688 (vc-bzr-command-discarding-stderr): New function.
20689
20690 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
20691
20692 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
20693 program, and return nil.
20694 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
20695 (vc-bzr-state): Look for path names relative to the repository
20696 root after status keyword.
20697 (vc-bzr-file-name-relative): New function.
20698 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
20699 depend on it.
20700 (vc-bzr-admin-dirname, ...-checkout-format-file)
20701 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
20702 files that we now parse directly for speed.
20703 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
20704 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
20705 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
20706 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
20707 Bzr warnings, so we must discard it.
20708 (vc-bzr-workfile-version): Speedup counting lines from
20709 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
20710 if that file doesn't exist.
20711 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
20712 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
20713 to `vc-directory-exclusion-list'.
20714 (vc-bzr-shell-command): New function.
20715
20716 2007-08-06 Tom Tromey <tromey@redhat.com>
20717
20718 * diff-mode.el (diff-unified->context, diff-reverse-direction)
20719 (diff-fixup-modifs): Typo in docstring.
20720
20721 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
20722
20723 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
20724 count-screen-lines.
20725 (tpu-edt-off): Disable relevant pieces of advice.
20726
20727 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
20728 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
20729 (newline, newline-and-indent, do-auto-fill): Use advice instead of
20730 redefining the function.
20731 (tpu-set-scroll-margins): Activate the pieces of advice.
20732
20733 2007-08-06 Martin Rudalics <rudalics@gmx.at>
20734
20735 * help.el (resize-temp-buffer-window): Use window-full-width-p
20736 instead of comparing frame-width and window-width.
20737
20738 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
20739
20740 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
20741 optional quotes around files in NEED-UPDATE . REMOVED case.
20742
20743 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
20744 (ada-treat-cmd-string): Improve error message.
20745 (ada-do-file-completion): Call `ada-require-project-file', so
20746 project variables are set properly.
20747 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
20748 (ada-gnatfind-buffer-name): New constant.
20749 (ada-find-any-references): Use new constant. Set buffer name
20750 properly in compilation-start. Toggle read-only properly.
20751 (ada-find-in-src-path): Fix spelling error in docstring.
20752
20753 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
20754 by zero error.
20755
20756 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
20757
20758 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
20759
20760 2007-08-12 Richard Stallman <rms@gnu.org>
20761
20762 * progmodes/sh-script.el (sh): Delete group `unix'.
20763
20764 * progmodes/gud.el (gud): Change to group `processes'.
20765
20766 2007-08-11 Glenn Morris <rgm@gnu.org>
20767
20768 * progmodes/compile.el (compilation-buffer-name): Don't check
20769 compilation-arguments. It is superfluous, and the variable isn't
20770 even set when this function is called.
20771
20772 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20773
20774 * term/mac-win.el (mac-ae-reopen-application): New function.
20775 (mac-apple-event-map): Bind "reopen application" Apple event to it.
20776
20777 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20778
20779 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
20780 take tex-font-script-display into account.
20781 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
20782 cell to a list of 2 elements to simplify the unfontify code.
20783
20784 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20785
20786 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
20787 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
20788 ps-print-color-p is neither nil nor black-white. Reported by Christian
20789 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20790
20791 2007-08-08 Andreas Schwab <schwab@suse.de>
20792
20793 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
20794 self-insert-command, not self-insert.
20795
20796 2007-08-08 Glenn Morris <rgm@gnu.org>
20797
20798 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
20799 argument optional, for backwards compatibility, and only highlight
20800 args when present. Fix symbol name typo (doc/args).
20801
20802 * help-mode.el (help-make-xrefs): Search for symbol constituents,
20803 rather than just `-'.
20804
20805 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
20806
20807 * calc/calc-units.el (calc-convert-temperature):
20808 Use `/' to create fractions.
20809
20810 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
20811
20812 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
20813 global matching.
20814 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
20815 ERROR-BUFFER more robust. Display output.
20816 (tramp-file-name-handler): Add a connection property when we found
20817 a foreign file name handler. This allows backends like ftp to
20818 profit also from usr/host name completion based on connection
20819 cache.
20820 (tramp-send-command-and-read): Search for trash after the regexp
20821 until eol only. In XEmacs, there is a problem with \n.
20822
20823 * net/tramp-cache.el (top): Read persistent connection history
20824 when cache is empty.
20825
20826 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
20827
20828 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
20829 resulting output.
20830
20831 2007-08-07 Sam Steingold <sds@gnu.org>
20832
20833 * progmodes/compile.el (compilation-start): Pass nil as startfile
20834 to comint-exec.
20835
20836 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
20837
20838 * longlines.el (longlines-decoded): New variable.
20839 (longlines-mode): Avoid encoding or decoding the buffer twice.
20840
20841 2007-08-07 Martin Rudalics <rudalics@gmx.at>
20842
20843 * format.el (format-insert-file): Make sure that at most one undo
20844 entry is recorded for the insertion. Inhibit point-motion and
20845 modification hooks around call to insert-file-contents.
20846
20847 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
20848
20849 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
20850 Select the buffer's window before moving point.
20851
20852 2007-08-07 Richard Stallman <rms@gnu.org>
20853
20854 * term.el (term): Remove parent group `unix'.
20855
20856 * simple.el (default-indent-new-line): New function.
20857 It calls comment-line-break-function if there are comments.
20858 (do-auto-fill): Use that.
20859
20860 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
20861
20862 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
20863 (PC-do-completion): Add "acronym completion" for symbols and
20864 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
20865
20866 2007-08-06 Sam Steingold <sds@gnu.org>
20867
20868 * mouse.el (mouse-buffer-menu): Pass mode-name through
20869 format-mode-line because it may be a list,
20870 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
20871
20872 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
20873
20874 * printing.el (pr-update-menus): Docstring fix.
20875
20876 2007-08-06 Jason Rumney <jasonr@gnu.org>
20877
20878 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
20879
20880 * vc-hooks.el (vc-call): Add doc string.
20881
20882 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
20883
20884 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
20885 process-filter.
20886
20887 2007-08-06 Kenichi Handa <handa@m17n.org>
20888
20889 * international/quail.el: Wrap (require 'help-mode) by
20890 eval-when-compile.
20891 (quail-help-init): New function.
20892 (quail-help): Call quail-help-init.
20893 (quail-store-decode-map-key): Change it to a function.
20894
20895 2007-08-05 Jason Rumney <jasonr@gnu.org>
20896
20897 * vc.el (vc-rollback): Add norevert argument back.
20898 (vc-revert-buffer): Add back as obsolete alias.
20899
20900 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
20901
20902 * term.el: Honor term-default-fg-color and term-default-bg-color
20903 settings when modifying term-current-face.
20904 (term-default-fg-color, term-default-bg-color): Initialize from
20905 default term-current-face.
20906 (term-mode, term-reset-terminal): Set term-current-face with
20907 term-default-fg-color and term-default-bg-color.
20908 (term-handle-colors-array): term-current-face has term-default-fg-color
20909 and term-default-bg-color after reset escape sequence.
20910 (term-handle-colors-array): Set term-current-color with
20911 term-default-fg/bg-color instead of ansi-term-color-vector when the
20912 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
20913
20914 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
20915
20916 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
20917 (math-nlfit-givens): Let bind free variables.
20918
20919 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
20920
20921 * printing.el: Require lpr and ps-print when loading printing package.
20922 Reported by Glenn Morris <rgm@gnu.org>.
20923
20924 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
20925
20926 * files.el (set-auto-mode): Handle also remote files wrt
20927 `auto-mode-alist'.
20928
20929 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
20930
20931 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
20932 curves and plotting.
20933
20934 * calc/calc-nlfit.el: New file.
20935
20936 2007-08-04 Glenn Morris <rgm@gnu.org>
20937
20938 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
20939 zero, not nil, when the library is first loaded. Check for a file
20940 that has been modified on disk.
20941
20942 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
20943 Remove duplicate defvar preventing initialization.
20944 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
20945
20946 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20947
20948 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
20949 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
20950 may match up to 4 lines.
20951 (diff-beginning-of-file-and-junk): Rewrite.
20952
20953 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20954
20955 * printing.el: Evaluate require only during compilation.
20956 (pr-version): New version 6.9.1.
20957 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
20958 (pr-global-menubar): Fix code.
20959
20960 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
20961
20962 * term.el (term-erase-in-display): Fix case when point is not at
20963 the beginning of the line.
20964
20965 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
20966
20967 * calc/calc-ext.el (math-get-value, math-get-sdev)
20968 (math-contains-sdev): New functions.
20969
20970 * calc/calc-graph.el (calc-graph-format-data)
20971 (calc-graph-add-curve): Check for error forms.
20972 (calc-graph-set-styles): Add option for error forms.
20973
20974 2007-08-03 Miles Bader <miles@gnu.org>
20975
20976 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
20977 backend names for new backends to `Git', `Hg', and `Bzr'.
20978 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
20979 not `HG'.
20980 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
20981 name, not `GIT'.
20982 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
20983 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
20984
20985 2007-08-03 Richard Stallman <rms@gnu.org>
20986
20987 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
20988 to update deleted flag.
20989
20990 * cus-edit.el (customize-apropos, customize-apropos-options)
20991 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
20992
20993 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
20994
20995 * startup.el (fancy-splash-head, startup-echo-area-message):
20996 Change message text.
20997
20998 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
20999 All callers use line-move.
21000
21001 * progmodes/compile.el (compilation-find-buffer): Return current
21002 buffer immediately if suitable.
21003 (compile, compilation-buffer-name, compilation-start): Doc fixes.
21004
21005 2007-08-03 Daiki Ueno <ueno@unixuser.org>
21006
21007 * faces.el (face-normalize-spec): New function.
21008 (frame-set-background-mode): Normalize face-spec before calling
21009 face-spec-match-p.
21010
21011 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21012
21013 * server.el (server-window): Add switch-to-buffer-other-frame option.
21014
21015 2007-08-03 Glenn Morris <rgm@gnu.org>
21016
21017 * cus-edit.el (customize-apropos): Make the error message indicate
21018 what kind of thing the user was trying to customize.
21019
21020 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
21021
21022 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
21023 Fix off-by-one error in previous change.
21024
21025 2007-08-03 Drew Adams <drew.adams@oracle.com>
21026
21027 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
21028 Make buffer writable.
21029
21030 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
21031
21032 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
21033 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
21034 Use native Emacs functions, when appropriate.
21035
21036 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
21037 Stefan Monnier <monnier@iro.umontreal.ca>
21038
21039 * vc.el: Document new VC operation `extra-menu'.
21040
21041 * vc-hooks.el (vc-default-extra-menu): New function.
21042
21043 * menu-bar.el (menu-bar-vc-filter): New function.
21044 (menu-bar-tools-menu): Use it as a filter.
21045
21046 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
21047
21048 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
21049
21050 2007-08-01 Glenn Morris <rgm@gnu.org>
21051
21052 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
21053 strings.
21054 (fortran-tab-mode-default): Remove needless autoload.
21055 (fortran-tab-mode-string): Add help-echo and mouse properties, and
21056 mark as risky.
21057 (fortran-line-length): New buffer-local variable, safe if integer.
21058 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
21059 Change from variables to constants.
21060 (fortran-font-lock-syntactic-keywords): Delete as a variable,
21061 replace with a new function definition.
21062 (fortran-mode): Use fortran-line-length, and
21063 fortran-font-lock-syntactic-keywords as a function. Add a
21064 hack-local-variables-hook function.
21065 (fortran-line-length, fortran-hack-local-variables): New functions.
21066 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
21067 Use fortran-line-length rather than 72.
21068 (fortran-window-create-momentarily): Doc fix.
21069
21070 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
21071
21072 * cus-edit.el (custom-group-value-create, custom-goto-parent):
21073 Fix parent groups link.
21074
21075 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
21076
21077 * progmodes/python.el (python-current-defun): Adjust to never fall
21078 into infinite loop.
21079
21080 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
21081
21082 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
21083
21084 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
21085
21086 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
21087 (copyright-fix-years, copyright): Correctly handle the case where
21088 copyright-limit is nil.
21089
21090 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
21091
21092 * progmodes/python.el (run-python): Fix path separator under w32.
21093
21094 2007-07-30 Richard Stallman <rms@gnu.org>
21095
21096 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21097 Treat non-break space as whitespace in Lisp.
21098
21099 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
21100
21101 * vc.el (vc-dired-hook): Use inhibit-read-only.
21102
21103 * progmodes/compile.el (compilation-forget-errors):
21104 Reset compilation-auto-jump-to-next.
21105
21106 2007-07-30 Michael Olson <mwolson@gnu.org>
21107
21108 * cus-edit.el (custom-group-save): Fix void function definition
21109 error. Thanks to Zhang Wei for the report.
21110
21111 * ps-print.el: Check in trivial changes to the autoloads section
21112 caused by the build process. These autoloads really ought to be
21113 placed in a separate file, methinks.
21114
21115 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
21116
21117 * calendar/calendar.el (calendar-mode): Make sure
21118 displayed-(month|year) are set.
21119 (calendar-basic-setup): Display buffer before adjusting window sizes.
21120 (generate-calendar-window): Use inhibit-read-only. Simplify.
21121 Generate buffer and set displayed-month and displayed-year before
21122 calling update-calendar-mode-line.
21123
21124 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
21125
21126 * net/tramp.el:
21127 * net/tramp-uu.el:
21128 * net/trampver.el: Use utf-8 encoding with coding cookie.
21129
21130 * net/tramp-cache.el:
21131 * net/tramp-fish.el:
21132 * net/tramp-ftp.el:
21133 * net/tramp-gw.el:
21134 * net/tramp-smb.el: Remove coding cookie.
21135
21136 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
21137 Flush buffer file-name's file property.
21138 (tramp-handle-file-remote-p): The first parameter is FILENAME.
21139
21140 * net/trampver.el: Update release number.
21141
21142 2007-07-29 Juri Linkov <juri@jurta.org>
21143
21144 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
21145 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
21146 when major-mode is not dired-mode.
21147 (dired-toggle-read-only): New function.
21148 (dired-recursive-deletes): Remove obsolete comments about old
21149 default value.
21150 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
21151
21152 * wdired.el (wdired-exit): New function.
21153 (wdired-mode-map): Bind C-x C-q to wdired-exit.
21154
21155 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
21156
21157 * cus-edit.el (customize-read-group): New fun.
21158 (customize-group-other-window, customize-face-other-window):
21159 Prompt before delegating to customize-(group|face).
21160 Bind pop-up-windows rather than use the other-window argument.
21161 (customize-group, customize-face): Prompt from the interactive spec.
21162 Remove args `prompt-for-group' and `other-window'.
21163
21164 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
21165 (ad-body-forms, ad-advised-interactive-form): Revert this part of
21166 last change.
21167
21168 2007-07-28 Masatake YAMATO <jet@gyve.org>
21169
21170 * vc.el (vc-dired-mode): Add a menu for VC related operation.
21171 Use backend name as the menu label. Suggested by David Kastrup.
21172
21173 2007-07-28 Alan Mackenzie <acm@muc.de>
21174
21175 Fix problem with modes derived from CC Mode:
21176 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
21177 macro to cc-langs.
21178 (c-init-language-vars-for): Remove call to above macro.
21179 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
21180 been moved to here.
21181 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
21182
21183 2007-07-28 Eli Zaretskii <eliz@gnu.org>
21184
21185 * net/trampver.el: Fix the `coding' cookie.
21186
21187 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21188
21189 * vc-git.el (vc-git-print-log): Support both the old single file
21190 interface and the new one.
21191
21192 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
21193
21194 * bindings.el (mode-line-remote): Use updated %@ construct.
21195
21196 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
21197
21198 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
21199 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
21200 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
21201 (diary-list-bahai-entries, diary-bahai-mark-entries)
21202 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
21203 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
21204 New names to clean up namespace.
21205 (list-bahai-diary-entries, mark-bahai-diary-entries)
21206 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
21207 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
21208 Add compatibility aliases.
21209
21210 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
21211
21212 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
21213 (calendar-scroll-left-three-months)
21214 (calendar-scroll-right-three-months): Clean up namespace.
21215 (scroll-calendar-left, scroll-calendar-right)
21216 (scroll-calendar-left-three-months)
21217 (scroll-calendar-right-three-months): Add compatibility aliases.
21218
21219 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
21220 Behave like mouse-scroll-calendar-* when used from the mouse.
21221
21222 * calendar/cal-menu.el (cal-menu-scroll-menu)
21223 (cal-menu-global-mouse-menu):
21224 * calendar/calendar.el (calendar-mode-map):
21225 Use new calendar-scroll-* names.
21226 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
21227 Remove. Use calendar-scroll-* directly instead.
21228
21229 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
21230
21231 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
21232 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
21233 (ad-make-advised-definition, ad-cache-id-verification-code):
21234 Use commandp and interactive-form instead.
21235
21236 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
21237
21238 * vc-git.el: Relicense to GPLv3 or later.
21239 (vc-directory-exclusion-list, vc-handled-backends): Remove.
21240
21241 * vc-hooks.el (vc-handled-backends): Add GIT.
21242
21243 * vc.el (vc-directory-exclusion-list): Add .git.
21244
21245 2007-07-26 Alexandre Julliard <julliard@winehq.org>
21246
21247 * vc-git.el (vc-git-revision-table)
21248 (vc-git-revision-completion-table): New functions.
21249
21250 2007-07-25 Glenn Morris <rgm@gnu.org>
21251
21252 * Relicense all FSF files to GPLv3 or later.
21253
21254 * COPYING: Switch to GPLv3.
21255
21256 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21257
21258 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
21259 Replace it with another one which disables undo before calling
21260 erase-buffer and then turns it back on if needed.
21261
21262 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21263
21264 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
21265
21266 2007-07-24 Glenn Morris <rgm@gnu.org>
21267
21268 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
21269 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
21270 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
21271 (cal-tex-cursor-week, cal-tex-cursor-week2)
21272 (cal-tex-cursor-week-iso, cal-tex-week-hours)
21273 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
21274 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21275 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
21276
21277 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21278
21279 * calendar/calendar.el (calendar-mode-map): Move initialization
21280 into declaration. Add menu bindings (used to be done in cal-menu).
21281 (calendar-mode): Don't add an activate-menubar-hook.
21282
21283 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
21284 modify calendar-mode-map), use easy-menu, and make sure that C-h k
21285 can be used on the menu entries.
21286 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
21287 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
21288 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
21289 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
21290 (calendar-flatten, cal-menu-update): Remove.
21291 (calendar-mouse-insert-hebrew-diary-entry)
21292 (calendar-mouse-insert-islamic-diary-entry)
21293 (calendar-mouse-insert-bahai-diary-entry):
21294 Remove (fold into cal-menu-diary-menu).
21295 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
21296 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
21297 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
21298 (calendar-mouse-view-diary-entries): Minor simplifications.
21299 (calendar-event-to-date): Use with-current-buffer.
21300
21301 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
21302
21303 * add-log.el (change-log-redate): Remove (not needed anymore and
21304 doesn't appear to work).
21305
21306 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21307
21308 * frame.el: Use mapc and dolist instead of mapcar where possible.
21309 (close-display-connection): New command.
21310
21311 2007-07-25 Alexandre Julliard <julliard@winehq.org>
21312
21313 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
21314 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
21315
21316 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21317
21318 * ps-print.el (ps-multibyte-buffer): Docstring fix.
21319
21320 * ps-mule.el: Doc fix.
21321 (ps-multibyte-buffer, ps-mule-font-info-database-default)
21322 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
21323
21324 2007-07-25 Glenn Morris <rgm@gnu.org>
21325
21326 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
21327 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
21328 (cal-tex-daily-end, cal-tex-hook)
21329 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
21330 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
21331 (cal-tex-cursor-week-iso, cal-tex-week-hours)
21332 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
21333 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
21334 (cal-tex-day-prefix, cal-tex-day-name-format)
21335 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
21336 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
21337 (cal-tex-LaTeX-subst-list): Change from variables to constants.
21338 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
21339 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
21340 etc, rather than \bf.
21341 (cal-tex-mini-calendar): Fix typos in previous change.
21342 (cal-tex-latexify-list): Remove inner let binding.
21343 (cal-tex-end-document, cal-tex-banner): Use multi-line
21344 cal-tex-comment.
21345 (cal-tex-comment): Handle embedded newlines.
21346 (cal-tex-LaTeXify-string): Use substring-no-properties.
21347
21348 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
21349
21350 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21351 Add support for the Maden build tool.
21352
21353 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
21354
21355 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
21356
21357 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
21358
21359 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
21360
21361 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21362
21363 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
21364 C-x C-q.
21365
21366 * vc-git.el (vc-git-print-log): Fix previous change.
21367
21368 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
21369
21370 * window.el (save-selected-window): Minor optimization.
21371 (bw-adjust-window): If operation failed, try with a smaller delta.
21372 (window-fixed-size-p): New function.
21373 (window-area-factor): New var.
21374 (balance-windows-area): New command.
21375
21376 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
21377 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
21378 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
21379 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
21380 (ps-mule-begin-job): Use dolist.
21381
21382 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
21383
21384 * subr.el (start-file-process-shell-command)
21385 (process-file-shell-command): New defuns.
21386
21387 * progmodes/compile.el (compilation-start):
21388 Apply `start-file-process-shell-command'.
21389
21390 2007-07-24 Alexandre Julliard <julliard@winehq.org>
21391
21392 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
21393
21394 2007-07-24 Alan Mackenzie <acm@muc.de>
21395
21396 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
21397 Initialise byte-compile-unresolved-functions before rather than
21398 after a compilation.
21399 (byte-compile-unresolved-functions): Amplify doc string.
21400
21401 2007-07-24 Glenn Morris <rgm@gnu.org>
21402
21403 * startup.el (normal-splash-screen): Use `emacs-copyright'.
21404
21405 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
21406 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
21407 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
21408 (cal-tex-cursor-week, cal-tex-cursor-week2)
21409 (cal-tex-cursor-week-iso, cal-tex-week-hours)
21410 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
21411 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21412 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
21413
21414 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
21415 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
21416 (cal-tex-day-name-format, cal-tex-cal-one-month)
21417 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
21418 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
21419 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
21420 (cal-tex-list-holidays, cal-tex-cursor-year)
21421 (cal-tex-cursor-year-landscape, cal-tex-year)
21422 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
21423 (cal-tex-cursor-month, cal-tex-insert-days)
21424 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
21425 (cal-tex-first-blank-p, cal-tex-cursor-week)
21426 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
21427 (cal-tex-week-hours, cal-tex-cursor-week-monday)
21428 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
21429 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
21430 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
21431 (cal-tex-latexify-list, cal-tex-previous-month)
21432 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
21433 modernization, including using dotimes rather than
21434 calendar-for-loop.
21435 (cal-tex-LaTeX-subst-list): Remove `@'.
21436 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
21437 Use \textit and \textbf rather than \em and \it.
21438
21439 * calendar/cal-bahai.el (list-bahai-diary-entries)
21440 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
21441 * calendar/cal-islam.el (list-islamic-diary-entries)
21442 * calendar/calendar.el (generate-calendar, generate-calendar-month)
21443 * calendar/diary-lib.el (diary-list-entries)
21444 (mark-calendar-date-pattern): Use `dotimes' rather than
21445 `calendar-for-loop'.
21446
21447 * calendar/calendar.el (calendar-for-loop): Doc fix.
21448
21449 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
21450
21451 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
21452 underlying file is uptodate.
21453
21454 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
21455
21456 * replace.el (perform-replace): Use isearch-no-upper-case-p.
21457
21458 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
21459
21460 * vc-hooks.el (vc-mode-line-map): New const.
21461 (vc-mode-line): Use it.
21462
21463 2007-07-23 Alexandre Julliard <julliard@winehq.org>
21464
21465 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
21466 (vc-git-unregister): New functions.
21467 (vc-git-find-version): Use the result of ls-files as a parameter
21468 for cat-file.
21469
21470 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
21471
21472 * net/tramp.el (tramp-perl-file-attributes)
21473 (tramp-perl-directory-files-and-attributes)
21474 (tramp-handle-file-attributes-with-stat)
21475 (tramp-handle-directory-files-and-attributes-with-stat)
21476 (tramp-convert-file-attributes): Handle huge file sizes.
21477
21478 2007-07-23 Juri Linkov <juri@jurta.org>
21479
21480 * isearch.el (isearch-message-function): New variable.
21481 (isearch-update, isearch-search): Use it.
21482
21483 * simple.el (goto-history-element): New function created from
21484 next-history-element.
21485 (next-history-element): Most code moved to goto-history-element.
21486 Call goto-history-element with (- minibuffer-history-position n).
21487 (previous-history-element): Call goto-history-element with (+
21488 minibuffer-history-position n).
21489 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
21490 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
21491 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
21492 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
21493 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
21494 (minibuffer-history-isearch-pop-state): New functions.
21495
21496 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
21497
21498 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
21499 Also, if FILE is a list, return non-nil if any of its elements
21500 should stay local. Update docstring.
21501
21502 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
21503
21504 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
21505 change by reverting a small part.
21506
21507 2007-07-23 Richard Stallman <rms@gnu.org>
21508
21509 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
21510
21511 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21512
21513 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
21514 handling it. Use vc-git-command.
21515 (vc-git-find-version, vc-git-diff-tree): New functions.
21516 (vc-git-revert): Use vc-git-command.
21517 (vc-git--run-command): Delete.
21518
21519 2007-07-23 Alexandre Julliard <julliard@winehq.org>
21520
21521 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
21522
21523 2007-07-20 Kenichi Handa <handa@m17n.org>
21524
21525 * international/utf-8.el (utf-8-post-read-conversion):
21526 Temporarily bind utf-8-compose-scripts to nil while running
21527 *-compose-region functions.
21528
21529 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21530
21531 * vc-git.el: Update status.
21532 (vc-directory-exclusion-list): Use eval-after-load.
21533
21534 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
21535
21536 * bindings.el (mode-line-remote): New variable.
21537 (help-echo): Add to default values of mode-line-format.
21538
21539 * files.el: Mark mode-line-remote as risky.
21540
21541 2007-07-22 Juri Linkov <juri@jurta.org>
21542
21543 * isearch.el (isearch-edit-string): Save old point and
21544 isearch-other-end to old-point and old-other-end before reading
21545 the search string from minibuffer. After exiting minibuffer set
21546 point to old-other-end if point and the search direction is the
21547 same as before reading the search string.
21548 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
21549 to isearch-other-end. Instead of isearch-search-and-update call
21550 three functions isearch-search, isearch-push-state and isearch-update.
21551
21552 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21553
21554 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
21555 deal with multiple file arguments.
21556 (vc-git-print-log): Deal with multiple file arguments.
21557
21558 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
21559
21560 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
21561 diff-refine-hunk. Adjust users.
21562 (diff-unified-hunk-p, diff-splittable-p): New functions.
21563 (diff-mode-menu): Use it to disable Split when it doesn't work.
21564
21565 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21566
21567 * diff-mode.el (diff-mode-menu): New entries.
21568
21569 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
21570
21571 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
21572 if applicable, so as to save undo-log space.
21573
21574 * diff-mode.el (diff-find-file-name): Add arg `batch'.
21575
21576 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
21577 (diff-file-kill): Use it.
21578 (diff-beginning-of-hunk): Add arg `try-harder' using it.
21579 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
21580 Use it so they find the hunk even when we're in the file header.
21581
21582 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21583
21584 * vc-git.el (vc-git-revision-granularity, vc-git-root)
21585 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
21586 (vc-git-create-repo): New functions.
21587 (vc-git-registered): New autoloaded function definition.
21588 (vc-git-registered): Use vc-git-root.
21589 (vc-git-responsible-p): New defalias.
21590 (vc-git-annotate-extract-revision-at-line): Uncomment.
21591 (vc-git-print-log): Add the file name to the log.
21592 (vc-git-log-view-mode): New derived mode.
21593 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
21594
21595 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
21596
21597 * progmodes/grep.el (grep-compute-defaults): Keep default values.
21598
21599 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
21600
21601 * textmodes/reftex.el (reftex-access-parse-file): Create parse
21602 file in a way that does not interfere with recentf mode.
21603 (reftex-access-parse-file): Do not risk destroying an existing
21604 buffer.
21605
21606 2007-07-22 Alexandre Julliard <julliard@winehq.org>
21607
21608 * vc-git.el: New file.
21609
21610 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
21611
21612 * textmodes/tex-mode.el (tex-font-script-display): Change default.
21613
21614 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21615
21616 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
21617 for branches and new files.
21618
21619 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
21620 local-map handling ...
21621 (vc-mode-line): ... here. Improve handling of help-echo.
21622
21623 * vc.el (mode-line-string): Document help-echo usage.
21624
21625 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
21626
21627 Sync with Tramp 2.1.10.
21628
21629 * net/tramp.el (tramp-get-ls-command): Fix typo.
21630
21631 * net/trampver.el: Update release number.
21632
21633 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
21634
21635 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
21636
21637 * term/x-win.el (x-handle-no-bitmap-icon): New function.
21638
21639 2007-07-22 Martin Rudalics <rudalics@gmx.at>
21640
21641 * add-log.el (change-log-fill-parenthesized-list): New function.
21642 (change-log-indent): Call change-log-fill-parenthesized-list.
21643 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
21644 Have lines with leading asterisk start a paragraph.
21645
21646 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21647
21648 * calc/calc-math.el (math-emacs-precision)
21649 (math-largest-emacs-expt, math-smallest-emacs-expt):
21650 New variables.
21651 (math-use-emacs-fn): New function.
21652 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
21653 appropriate.
21654
21655 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
21656
21657 * image-dired.el (image-dired-sane-db-file): New func.
21658 (image-dired-write-tags, image-dired-remove-tag)
21659 (image-dired-list-tags, image-dired-write-comments)
21660 (image-dired-get-comment, image-dired-mark-tagged-files)
21661 (image-dired-create-gallery-lists): Call new func.
21662 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
21663
21664 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
21665
21666 * vc-hg.el (vc-hg-dir-state): Fix loop.
21667 (vc-hg-print-log): Fix expected return value for vc-hg-command.
21668 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
21669 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
21670 (vc-hg-revert): Likewise.
21671 (vc-hg-revision-table, vc-hg-revision-completion-table): New
21672 functions.
21673
21674 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
21675
21676 * add-log.el (change-log-resolve-conflict): Don't lose data if the
21677 merge fails.
21678
21679 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21680
21681 * progmodes/compile.el (compilation-auto-jump-to-first-error):
21682 Add group and version.
21683
21684 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
21685
21686 * add-log.el (add-log-file-name): Use file-relative-name.
21687 (add-change-log-entry): Delay reading
21688 add-log-(full-name|mailing-address) to after we've switched to the
21689 ChangeLog buffer so we get the right value.
21690 (add-change-log-entry, add-log-current-defun, change-log-merge):
21691 Use derived-mode-p rather than checking major-mode directly.
21692
21693 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
21694 name for buffer-file-name if it refers to a directory.
21695
21696 * vc-arch.el (vc-arch-diff): Fix last change.
21697
21698 * progmodes/compile.el (compilation-start): Remember the original
21699 directory in a buffer-local compilation-directory.
21700 (compile): Set the global value of compilation-directory.
21701 (recompile): Use compilation-directory even in the compilation buffer.
21702
21703 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21704
21705 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
21706
21707 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21708
21709 * ps-print.el: Problem with foreground and background color when
21710 printing a buffer with and without faces. Reported by Christian
21711 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
21712 (ps-print-version): New version 6.7.5.
21713 (ps-default-fg): Change default value to nil, so black color is used
21714 when a face does not specify a foreground color.
21715 (ps-default-bg): Change default value to nil, so white color is used
21716 for background color.
21717 (ps-begin-job): Fix code.
21718
21719 2007-07-20 Eli Zaretskii <eliz@gnu.org>
21720
21721 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
21722 in $(INSTALL_DIR)/lisp/ if they already exist.
21723
21724 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
21725
21726 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
21727 in $(INSTALL_DIR)/lisp/ if they already exist.
21728
21729 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
21730
21731 * progmodes/vera-mode.el (vera-re-search-forward)
21732 (vera-re-search-backward): Remove use of store-match-data.
21733 (vera-mode-map): Move initialization into declaration.
21734
21735 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
21736 (flymake-find-buildfile): Use locate-dominating-file.
21737
21738 * vc.el (vc-delistify): Use mapconcat.
21739 (vc-do-command): Minor simplification.
21740 (vc-expand-dirs): Use push.
21741
21742 * vc-mcvs.el (vc-mcvs-create-repo):
21743 * vc-cvs.el (vc-cvs-create-repo): Remove.
21744
21745 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
21746 directory and the root as well.
21747
21748 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21749
21750 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
21751 instead of a file.
21752
21753 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
21754 (vc-hg-registered): Replace if with when.
21755 (vc-hg-state): Deal with nonexistent files and handle removed files.
21756 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
21757 (vc-hg-checkout): Re-enable.
21758 (vc-hg-create-repo): Fix typos.
21759 (vc-hg-print-log): Fix for multiple files.
21760 (vc-hg-workfile-unchanged-p): New function.
21761
21762 * vc.el: Fix typo.
21763 (vc-print-log): Fix call to print-log.
21764 (vc-default-comment-history): Likewise.
21765 (vc-directory-exclusion-list): Add .hg and .bzr.
21766 (vc-diff-internal): Pass a list instead of a file.
21767
21768 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
21769
21770 * vc-bzr.el (vc-bzr-create-repo): New function.
21771
21772 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
21773
21774 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
21775 `file' from which to start the search.
21776
21777 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
21778
21779 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
21780 having a single file argument to having a list of files as the
21781 first argument.
21782
21783 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
21784
21785 * files.el (locate-dominating-file): New function.
21786
21787 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
21788
21789 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
21790 (grep-compute-defaults): Use it.
21791
21792 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
21793
21794 * uniquify.el: Docstring fixes.
21795
21796 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
21797
21798 * vc.el (revision-granularity, create-repo): Document new vc
21799 backend properties.
21800 (vc-rollback): Renamed from vc-cancel-version. Update references.
21801 Pass a list instead of a file.
21802 (vc-revert): Renamed from vc-revert-buffer. Update references.
21803 (vc-delistify, vc-expand-dirs): New functions.
21804 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
21805 of files instead of a single file.
21806 (vc-position-context, vc-resync-window, vc-diff-internal)
21807 (vc-print-log): Pass a list instead of a file.
21808
21809 * vc-hooks.el (vc-stay-local-p, vc-backend)
21810 (vc-backend-subdirectory-name): Work on a file list, not a single
21811 file.
21812 (vc-workfile-version): Update docstring.
21813 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
21814 vc-revert instead of vc-revert-buffer.
21815 (vc-prefix-map): Likewise. Bind vc-update.
21816
21817 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
21818 (vc-svn-wash-log): New functions.
21819 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
21820 (vc-svn-command): Deal with a list of files, not a single file.
21821
21822 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
21823 (vc-rcs-wash-log): New functions.
21824 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
21825 Deal with a list of files, not a single file.
21826 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
21827
21828 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
21829 functions.
21830 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
21831 list of files, not a single file.
21832
21833 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
21834 New functions.
21835 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
21836 (vc-mcvs-diff): Deal with a list of files, not a single file.
21837
21838 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
21839 functions.
21840 (vc-hg-print-log): Deal with a list of files, not a single file.
21841 (vc-hg-diff-tree): New function, replace defalias with the same
21842 name.
21843 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
21844 FILES to denote that it is a file list, not a single file.
21845
21846 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
21847 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
21848 a single file.
21849 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
21850 that it is a file list, not a single file.
21851 (vc-cvs-diff): Likewise. Simplify.
21852
21853 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
21854 Deal with a list of files, not a single file.
21855
21856 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
21857 (vc-bzr-print-log): Update FILE parameter name to denote that it
21858 is a file list, not a single file.
21859 (vc-bzr-diff): Likewise. Use the car of files.
21860
21861 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
21862
21863 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
21864 (follow-delete-other-windows-and-split, follow-recenter)
21865 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
21866 (follow-redisplay, follow-estimate-first-window-start)
21867 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
21868 Fix typos in docstrings.
21869
21870 2007-07-18 Martin Rudalics <rudalics@gmx.at>
21871
21872 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
21873 avoid that filling introduces lines with a single asterisk.
21874
21875 * kmacro.el (kmacro-end-macro): When ignoring empty macro
21876 avoid incorrect kmacro-ring-empty-p messages.
21877 Reported by Michael Schierl <schierlm@gmx.de>.
21878
21879 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
21880
21881 * vc.el: Add more info about the vc-registered function.
21882
21883 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
21884
21885 * files.el (file-remote-p): Introduce optional parameter
21886 IDENTIFICATION.
21887
21888 * recentf.el (recentf-keep-default-predicate): Adapt call of
21889 `file-remote-p'.
21890
21891 * progmodes/grep.el (grep-probe): Use `process-file'.
21892 (grep-compute-defaults): Handle variables host specific.
21893
21894 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
21895 parameter IDENTIFICATION.
21896
21897 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
21898 parameter IDENTIFICATION.
21899 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
21900 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
21901 Add entry for `set-file-times'.
21902 (tramp-do-copy-or-rename-file-via-buffer)
21903 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
21904 (tramp-handle-unhandled-file-name-directory): Rewrite.
21905 (tramp-convert-file-attributes): Add error handling when inode is
21906 extraordinary big.
21907 (tramp-get-inode): Change parameter from FILE to VEC.
21908 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
21909 is nil. This is according to the specification. Goto (point-max)
21910 when ready.
21911 (tramp-handle-shell-command): Rewrite completely, using
21912 `process-file' and `start-file-process'.
21913 (tramp-methods, tramp-find-shell)
21914 (tramp-open-connection-setup-interactive-shell)
21915 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
21916 var. Reported by Steve Youngs <steve@sxemacs.org>.
21917
21918 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
21919 entry for `set-file-times'. Rename `start-process' into
21920 `start-file-process'. Remove `call-process' entry.
21921 (tramp-fish-handle-set-file-times): New defun.
21922 (tramp-fish-handle-executable-find): Use `process-file'.
21923 (tramp-fish-handle-process-file): New defun. Replaces
21924 `tramp-fish-handle-call-process'.
21925 (tramp-fish-do-copy-or-rename-file-directly): Use
21926 `set-file-times'.
21927 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
21928
21929 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
21930 `tramp-get-inode' parameter.
21931
21932 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21933
21934 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
21935 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
21936 nowadays, and by the time Emacs-23 comes out, nobody will even remember
21937 it has ever existed.
21938
21939 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
21940
21941 * vc.el: Undo previous change.
21942
21943 2007-07-16 Eli Zaretskii <eliz@gnu.org>
21944
21945 * makefile.w32-in (clean): Don't delete *~.
21946
21947 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
21948
21949 * textmodes/tex-mode.el (tex-verbatim-environments):
21950 Add safe-local-variable property.
21951 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
21952 when starting font-lock rather than when loading tex-mode.el.
21953
21954 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
21955 whole $( rather than just the $. Rename from sh-quoted-subshell.
21956 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
21957
21958 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
21959
21960 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
21961 bookmark-alist. Instead, if not sorting, simply return it.
21962 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
21963 for its return value, not for its side effect.
21964
21965 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
21966 case of alignment under a constant symbol, find and consider
21967 the sexp actually at indentation to be the "last sexp".
21968
21969 2007-07-16 Drew Adams <drew.adams@oracle.com>
21970
21971 * mouse.el (mouse-yank-secondary): Better error message if no
21972 secondary selection.
21973
21974 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21975
21976 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
21977
21978 * term/xterm.el (xterm-turn-on-modify-other-keys)
21979 (xterm-turn-off-modify-other-keys): New functions.
21980 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
21981 terminal supports it.
21982
21983 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
21984
21985 * bookmark.el (bookmark-show-all-annotations):
21986 Make sure each inserted annotation ends with newline.
21987
21988 2007-07-15 Richard Stallman <rms@gnu.org>
21989
21990 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
21991
21992 * tutorial.el (tutorial--find-changed-keys):
21993 Handle C-x specially like ESC.
21994
21995 2007-07-15 Aaron Hawley <aaronh@garden.org>
21996
21997 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
21998
21999 2007-07-15 Juri Linkov <juri@jurta.org>
22000
22001 * delsel.el (delete-selection-pre-hook):
22002 * emulation/cua-base.el (cua-paste): Before a yank command,
22003 check also whether last-command is one of mouse-save-then-kill,
22004 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
22005
22006 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
22007
22008 * recentf.el (recentf-keep-default-predicate): New defun.
22009 (recentf-keep): Use it as initial value.
22010
22011 2007-07-15 Karl Fogel <kfogel@red-bean.com>
22012
22013 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
22014 thus restoring bookmark bindings to three slots under C-x r. See
22015 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
22016
22017 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
22018
22019 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
22020
22021 2007-07-15 Jason Rumney <jasonr@gnu.org>
22022
22023 * w32-fns.el (set-default-process-coding-system): Use dos line ends
22024 for input to cmdproxy on all versions of Windows.
22025 Use dos line ends for input to plink.
22026
22027 * comint.el (comint-simple-send): Concat newline before sending.
22028 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
22029
22030 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22031
22032 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
22033 safe-local-variable setting.
22034
22035 2007-07-14 David Kastrup <dak@gnu.org>
22036
22037 * emacs-lisp/advice.el (defadvice): Doc fix.
22038
22039 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
22040
22041 * subr.el (when, unless): Doc fix.
22042
22043 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
22044
22045 * replace.el (match): Use yellow1 instead of yellow.
22046
22047 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
22048 red.
22049
22050 * pcvs-info.el (cvs-unknown): Likewise.
22051
22052 2007-07-13 Eli Zaretskii <eliz@gnu.org>
22053
22054 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
22055 (install): Use them to copy all *.el files before *.elc.
22056
22057 2007-07-13 Drew Adams <drew.adams@oracle.com>
22058
22059 * bookmark.el (bookmark-jump-other-window): New function.
22060 (bookmark-map): Bind it to "o".
22061
22062 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
22063 and its thread contains discussion about this change.
22064 The original patch was slightly tweaked by Karl Fogel
22065 <kfogel@red-bean.com> before committing.
22066
22067 2007-07-13 Karl Fogel <kfogel@red-bean.com>
22068
22069 * bookmark.el: Shorten some comments to fit within 80 lines.
22070
22071 2007-07-13 Karl Fogel <kfogel@red-bean.com>
22072
22073 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
22074 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
22075 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
22076 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
22077
22078 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
22079
22080 * textmodes/org.el: Bug fixes.
22081 (org-end-of-line): Move to end of line if in headline without tags.
22082
22083 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
22084
22085 * vc-hooks.el: Remove spurious * in docstrings.
22086 (vc-handled-backends): Add BZR.
22087
22088 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
22089
22090 2007-07-12 Davis Herring <herring@lanl.gov>
22091
22092 * desktop.el (desktop-buffer-info, desktop-save):
22093 Use `desktop-dirname' instead of `dirname'.
22094
22095 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
22096
22097 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
22098
22099 * progmodes/python.el (python-which-func-length-limit): New var.
22100 (python-which-func): New function.
22101 (python-current-defun): Add optional `length-limit' and try to fit
22102 computed function name to that length.
22103 (python-mode): Hook `python-which-func' up.
22104
22105 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
22106
22107 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
22108
22109 * comint.el (comint-dynamic-complete-as-filename):
22110 Use read-file-name-completion-ignore-case.
22111
22112 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
22113
22114 * comint.el (comint-dynamic-list-filename-completions):
22115 Use read-file-name-completion-ignore-case.
22116
22117 * vc-cvs.el: Require CL.
22118 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
22119 New functions to provide completion of revision names.
22120
22121 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
22122 (vc-cvs-annotate-first-line-re): New const.
22123 (vc-cvs-annotate-process-filter): New fun.
22124 (vc-cvs-annotate-command): Use them and run the command asynchronously.
22125
22126 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
22127
22128 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
22129 (eldoc-print-current-symbol-info): Adjust for changed helper
22130 function signatures.
22131 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
22132 `eldoc-highlight-function-argument'.
22133 (eldoc-highlight-function-argument): New function.
22134 (eldoc-get-var-docstring): Format documentation with
22135 `font-lock-variable-name-face'.
22136 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
22137 where suited.
22138 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
22139 (eldoc-beginning-of-sexp): Return number of skipped sexps.
22140
22141 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
22142
22143 * progmodes/compile.el (compilation-start): `start-process' must
22144 still be redefined when calling `start-process-shell-command'.
22145
22146 * progmodes/gud.el (gud-file-name): When `default-directory' is a
22147 remote file name, prepend its remote part to the filename.
22148 (gud-common-init): When `default-directory' is a remote file name,
22149 make the filename relative to it.
22150 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
22151
22152 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
22153
22154 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
22155 mouse binding and a tooltip.
22156
22157 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
22158
22159 * menu-bar.el (vc-menu-map): New defalias.
22160
22161 2007-07-10 Richard Stallman <rms@gnu.org>
22162
22163 * emacs-lisp/lisp-mode.el (eval-defun):
22164 Explain special handling of `defface'.
22165
22166 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
22167
22168 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
22169
22170 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
22171
22172 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
22173
22174 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
22175
22176 * vc-arch.el (vc-arch-complete): Remove.
22177 (vc-arch-revision-completion-table): Use complete-with-action.
22178
22179 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
22180 (complete-with-action): New function.
22181 (dynamic-completion-table): Use it.
22182
22183 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
22184
22185 * comint.el (make-comint, make-comint-in-buffer)
22186 (comint-exec-1): Replace `start-process' by `start-file-process'.
22187
22188 * progmodes/compile.el (compilation-start): Revert redefining
22189 `start-process'.
22190
22191 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
22192
22193 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
22194 with EOLs when generating MD5 checksums.
22195
22196 * follow.el: Don't change the global map from the follow-mode-map
22197 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
22198 XEmacs code.
22199 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
22200 since `follow-mode' should be used instead for that.
22201
22202 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
22203 (easy-menu-do-define): Use it.
22204 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
22205
22206 * progmodes/compile.el (compilation-auto-jump-to-first-error)
22207 (compilation-auto-jump-to-next): New vars.
22208 (compilation-auto-jump): New function.
22209 (compilation-error-properties): Use them to jump to first error.
22210 (compilation-start): Set the var if requested.
22211
22212 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
22213 duplicates without also removing entries from other directories.
22214
22215 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
22216
22217 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
22218 Remember span as default.
22219 (org-columns-edit-value): Rename from `org-column-edit'.
22220 (org-columns-display-here-title): Rename from
22221 `org-overlay-columns-title'.
22222 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
22223 (org-columns-get-autowidth-alist): Rename from
22224 `org-get-columns-autowidth-alist'.
22225 (org-columns-display-here): Rename from `org-overlay-columns'.
22226 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
22227 (org-columns-quit): Rename from `org-column-quit'.
22228 (org-columns-show-value): Rename from `org-column-show-value'.
22229 (org-columns-content, org-columns-widen)
22230 (org-columns-next-allowed-value)
22231 (org-columns-edit-allowed, org-columns-store-format)
22232 (org-columns-uncompile-format, org-columns-redo)
22233 (org-columns-edit-attributes, org-delete-property)
22234 (org-set-property, org-columns-update)
22235 (org-columns-compute, org-columns-eval)
22236 (org-columns-not-in-agenda, org-columns-compute-all)
22237 (org-property-next-allowed-value)
22238 (org-columns-compile-format)
22239 (org-fill-paragraph-experimental)
22240 (org-string-to-number, org-property-action)
22241 (org-columns-move-left, org-columns-new)
22242 (org-column-number-to-string)
22243 (org-property-previous-allowed-value)
22244 (org-at-property-p, org-columns-delete)
22245 (org-columns-previous-allowed-value)
22246 (org-columns-move-right, org-columns-narrow)
22247 (org-property-get-allowed-values)
22248 (org-verify-version, org-column-string-to-number)
22249 (org-delete-property-globally): New functions.
22250 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
22251 (org-columns-overlays): Rename from `org-column-overlays'.
22252 (org-columns-map): Rename from `org-column-map'.
22253 (org-columns-current-maxwidths): Rename from
22254 `org-current-columns-maxwidths'.
22255 (org-columns-begin-marker, org-columns-current-fmt-compiled)
22256 (org-previous-header-line-format)
22257 (org-columns-inhibit-recalculation)
22258 (org-columns-top-level-marker): New variables.
22259 (org-columns-default-format): Rename from `org-default-columns-format'.
22260 (org-property-re): New constant.
22261
22262 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
22263
22264 * subr.el (looking-at-p, string-match-p): New functions.
22265
22266 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
22267
22268 * textmodes/tex-mode.el (tex-fontify-script)
22269 (tex-font-script-display): New variables to make display of
22270 superscripts and subscripts customizable.
22271 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
22272
22273 2007-07-09 Richard Stallman <rms@gnu.org>
22274
22275 * isearch.el (isearch-edit-string): Call to isearch-push-state
22276 after the search.
22277
22278 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
22279
22280 * window.el (fit-window-to-buffer): Remove setting of window-min-height
22281 to 1 as enlarge-window uses the value to resize/shrink windows other
22282 than WINDOW if needed.
22283
22284 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
22285
22286 * cus-start.el (file-coding-system-alist): Fix custom type.
22287
22288 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
22289
22290 * longlines.el (longlines-wrap-region): Avoid marking buffer as
22291 modified.
22292 (longlines-auto-wrap, longlines-window-change-function):
22293 Remove unnecessary calls to set-buffer-modified-p.
22294
22295 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22296
22297 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
22298 (vc-cvs-checkout): Remove last arg now unused; simplify.
22299
22300 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
22301
22302 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
22303
22304 * net/tramp.el:
22305 * net/tramp-ftp.el:
22306 * net/tramp-smb.el:
22307 * net/tramp-uu.el:
22308 * net/trampver.el: Migrate to Tramp 2.1.
22309
22310 * net/tramp-cache.el:
22311 * net/tramp-fish.el:
22312 * net/tramp-gw.el: New Tramp packages.
22313
22314 * net/tramp-util.el:
22315 * net/tramp-vc.el: Removed.
22316
22317 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
22318 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
22319
22320 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
22321
22322 * progmodes/compile.el (compilation-start): Redefine
22323 `start-process' temporarily when `default-directory' is remote.
22324 Remove case of synchronous compilation, this won't happen ever.
22325 (compilation-setup): Make local variable `comint-file-name-prefix'
22326 for remote compilation.
22327
22328 2007-07-08 Martin Rudalics <rudalics@gmx.at>
22329
22330 * novice.el (disabled-command-function): Fit window to buffer to
22331 make last line visible.
22332 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
22333
22334 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
22335 when handling the terminating event.
22336
22337 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
22338
22339 * calc/calc.el (math-read-number-simple): Remove leading 0s.
22340 (math-bignum-digit-length): Change to optimal value.
22341
22342 * calc/calc-bin.el (math-bignum-logb-digit-size)
22343 (math-bignum-digit-power-of-two): Evaluate when compiled.
22344
22345 * calc/calc-comb.el (math-small-factorial-table)
22346 (math-init-random-base, math-prime-test): Remove unnecessary calls
22347 to `math-read-number-simple'.
22348
22349 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
22350 (math-approx-gamma-const): Add docstrings.
22351
22352 * calc/calc-forms.el (math-julian-date-beginning)
22353 (math-julian-date-beginning-int): New constants.
22354 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
22355 Use the new constants.
22356
22357 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
22358
22359 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
22360 Add docstrings.
22361
22362 2007-07-07 Tom Tromey <tromey@redhat.com>
22363
22364 * vc.el (vc-annotate): Jump to line and output message only after the
22365 process is really all done.
22366
22367 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
22368
22369 * vc.el (vc-exec-after): Don't move point from the sentinel.
22370 Forcefully read all the remaining text in the pipe upon process exit.
22371 (vc-annotate-display-autoscale, vc-annotate-lines):
22372 Don't stop at the first unrecognized line.
22373 (vc-annotate-display-select): Run autoscale after the process is done
22374 since it depends on the whole result.
22375
22376 2007-07-07 Eli Zaretskii <eliz@gnu.org>
22377
22378 * term/w32-win.el (menu-bar-open): New function.
22379 Bind <f10> to it.
22380
22381 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
22382
22383 * simple.el (start-file-process): New defun.
22384
22385 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
22386
22387 * files.el (find-file-confirm-nonexistent-file): Rename from
22388 find-file-confirm-inexistent-file. Update users.
22389
22390 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
22391 format of autoload block where the file's time-stamp is replaced by its
22392 MD5 checksum.
22393 (autoload-generate-file-autoloads): Use MD5 checksum instead of
22394 time-stamp for secondary autoloads files.
22395 (update-directory-autoloads): Remove duplicate entries.
22396 Use time-less-p for time-stamps, as done in autoload-find-destination.
22397
22398 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
22399
22400 * calc/calc.el (math-read-number): Replace number by variable.
22401 (math-read-number-simple): Properly parse small integers.
22402
22403 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
22404
22405 * vc.el: Fix doc for the checkout function.
22406
22407 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
22408
22409 * vc-hg.el (vc-hg-root): New function.
22410 (vc-hg-registered): Use it.
22411 (vc-hg-diff-tree): New defalias.
22412 (vc-hg-responsible-p): Likewise.
22413 (vc-hg-checkout): Comment out, not needed.
22414 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
22415 (vc-hg-find-version, vc-hg-next-version): New functions.
22416
22417 2007-07-06 Andreas Schwab <schwab@suse.de>
22418
22419 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
22420 dynamic bindings around the evaluation of the expression.
22421 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
22422
22423 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
22424
22425 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
22426 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
22427 Use run-hooks rather than run-mode-hooks.
22428
22429 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
22430
22431 * calc/calc-comb.el (math-random-digit): Rename to
22432 `math-random-three-digit-number'.
22433 (math-random-digits): Don't depend on representation of integer.
22434
22435 * calc/calc-bin.el (math-bignum-logb-digit-size)
22436 (math-bignum-digit-power-of-two): New constants.
22437 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
22438 (math-not-bignum, math-clip-bignum): Use the constants
22439 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
22440 instead of their values.
22441 (math-clip): Use math-small-integer-size instead of its value.
22442
22443 * calc/calc.el (math-add-bignum): Replace number by constant.
22444
22445 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
22446
22447 * wid-edit.el (widget-documentation-string-value-create):
22448 Insert indentation spaces.
22449
22450 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
22451
22452 * emacs-lisp/byte-opt.el: Revert last change.
22453
22454 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
22455
22456 * vc-hooks.el (vc-handled-backends): Add HG.
22457
22458 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
22459
22460 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22461
22462 * complete.el (PC-do-complete-and-exit): Add support for the new
22463 `confirm-only' confirmation mode.
22464
22465 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
22466
22467 * cus-edit.el (custom-commands): New variable.
22468 (custom-tool-bar-map): New variable. Initialize using
22469 `custom-commands'.
22470 (custom-mode): Use `custom-tool-bar-map'.
22471 (custom-buffer-create-internal): Insert action buttons only if
22472 tool bar is not used. Use `custom-commands'.
22473 (Custom-help, custom-command-apply): New function.
22474 (custom-command-apply, Custom-set, Custom-save)
22475 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
22476 Use `custom-command-apply' instead of duplicating code.
22477 (customize-group-other-window): Call `customize-group' instead of
22478 duplicating code.
22479 (customize-face-other-window): Call `customize-face' instead of
22480 duplicating code.
22481 (customize-group, customize-face): Add optional args for opening
22482 in another window.
22483 (custom-variable-tag): Don't inherit `variable-pitch' face.
22484 (custom-group-tag): Inherit `variable-pitch' face.
22485 (custom-variable-value-create): Set documentation indentation.
22486 (custom-group-value-create): Make group name a link, instead of
22487 using an extra "go to group" button.
22488 (custom-prompt-variable, custom-group-set, custom-group-save)
22489 (custom-group-reset-current, custom-group-reset-saved)
22490 (custom-group-reset-standard): Minor cleanup.
22491
22492 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
22493
22494 * Makefile.in (bootstrap-prepare): When copying from
22495 ldefs-boot.el, make sure loaddefs.el is writeable.
22496
22497 (bootstrap-prepare): Make $(lisp)/ps-print.el
22498 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
22499
22500 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
22501
22502 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
22503 only caller, and delete.
22504 (vc-hg-state): Deal with exceptions and only parse the output on
22505 successful return.
22506 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
22507 caller, and delete.
22508 (vc-hg-workfile-version): Deal with exceptions and only parse the
22509 output on successful return.
22510 (vc-hg-revert): New function.
22511
22512 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
22513
22514 * calculator.el (calculator-expt): Use more cases to determine
22515 the value.
22516
22517 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
22518
22519 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
22520 file names.
22521
22522 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22523
22524 * calculator.el (calculator-expt, calculator-integer-p):
22525 New functions.
22526 (calculator-fact): Check to see if the factorial will be too
22527 large before computing it.
22528 (calculator-initial-operators): Use `calculator-expt' to
22529 compute "^".
22530 (calculator-mode): Mention that results which are too large
22531 will return inf.
22532 * calc/calc-comb.el (math-small-factorial-table): Replace list
22533 by vector.
22534
22535 2007-07-03 David Kastrup <dak@gnu.org>
22536
22537 * shell.el: On request of the authors, remove their addresses for
22538 the sake of bug reports, and add the developer list address as
22539 maintainer information.
22540
22541 2007-07-03 Richard Stallman <rms@gnu.org>
22542
22543 * files.el (make-directory): Doc fix.
22544 (find-file-confirm-inexistent-file): Make it a defcustom.
22545 Make nil the default.
22546
22547 2007-07-02 Richard Stallman <rms@gnu.org>
22548
22549 * startup.el (command-line): Set buffer-offer-save in *scratch*
22550 and enable auto-save in it.
22551
22552 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
22553
22554 * textmodes/org.el (orgstruct-mode-map): New variable.
22555 (orgstruct-mode): New minor mode.
22556 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
22557 (orgstruct-make-binding, org-context-p, org-get-local-variables)
22558 (org-run-like-in-org-mode): New functions.
22559 (org-cycle-list-bullet): New command.
22560 (org-special-properties, org-property-start-re)
22561 (org-property-end-re): New constants.
22562 (org-with-point-at): New macro.
22563 (org-get-property-block, org-entry-properties, org-entry-get)
22564 (org-entry-delete, org-entry-get-with-inheritance)
22565 (org-entry-put, org-buffer-property-keys): New functions.
22566 (org-insert-property-drawer): New command.
22567 (org-entry-property-inherited-from): New variable.
22568 (org-column): New face.
22569 (org-column-overlays, org-current-columns-fmt)
22570 (org-current-columns-maxwidths, org-column-map): New variables.
22571 (org-column-menu): New menu.
22572 (org-new-column-overlay, org-overlay-columns)
22573 (org-overlay-columns-title, org-remove-column-overlays)
22574 (org-column-show-value, org-column-quit, org-column-edit):
22575 New functions.
22576 (org-columns, org-agenda-columns): New commands.
22577 (org-get-columns-autowidth-alist): New functions.
22578 (org-properties): New customize group.
22579 (org-default-columns-format): New option.
22580 (org-priority): Realign tags after changing priority.
22581 (org-preserve-lc): New macro.
22582 (org-update-checkbox-count): Catch case when there is no headline.
22583 (org-agenda-quit): Remove any column overlays.
22584 (org-beginning-of-item-list): Fixed bug when non-item line is
22585 indented too deep.
22586 (org-cached-props): New variable.
22587 (org-cached-entry-get): New function.
22588 (org-make-tags-matcher): Handle property matches.
22589 (org-table-recalculate): Swap evaluation order: Field formula
22590 first, then column formulas, but don't allow them to overwrite the
22591 field formulas.
22592 (org-table-eval-formula): New argument untouchable.
22593 (org-table-put-field-property): New function.
22594
22595 2007-07-02 Martin Rudalics <rudalics@gmx.at>
22596
22597 * help-mode.el (help-make-xrefs): Skip spaces too when
22598 skipping tabs.
22599
22600 * ffap.el (dired-at-point-prompter): Improve prompt in
22601 list-directory case.
22602
22603 2007-07-01 Richard Stallman <rms@gnu.org>
22604
22605 * files.el (find-file-visit-truename): Fix safe-local-variable value.
22606
22607 2007-07-01 Richard Stallman <rms@gnu.org>
22608
22609 * cus-start.el (max-mini-window-height): Added.
22610
22611 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
22612
22613 * complete.el (partial-completion-mode): Remove advice of
22614 read-file-name-internal.
22615 (PC-do-completion): Rebind minibuffer-completion-table.
22616 (PC-read-file-name-internal): New function doing what
22617 read-file-name-internal advice did.
22618
22619 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
22620
22621 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
22622 property on a few symbols.
22623 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
22624 (byte-optimize-lapcode): Remove bindings that are not referenced
22625 and certainly will not effect through dynamic scoping.
22626
22627 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22628
22629 * files.el (find-file-confirm-inexistent-file): New var.
22630 (find-file, find-file-other-window, find-file-other-frame)
22631 (find-file-read-only, find-file-read-only-other-window)
22632 (find-file-read-only-other-frame): Use it.
22633
22634 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
22635
22636 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
22637
22638 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
22639
22640 * generic-x.el (generic-define-mswindows-modes)
22641 (generic-define-unix-modes, apache-log-generic-mode)
22642 (bat-generic-mode-keymap, java-manifest-generic-mode)
22643 (show-tabs-generic-mode): Fix typos in docstrings.
22644
22645 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
22646
22647 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
22648 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
22649 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
22650 (rcirc-print): Never ignore messages from ourself.
22651
22652 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
22653
22654 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
22655 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
22656
22657 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
22658
22659 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
22660 replace-regexp-in-string.
22661
22662 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
22663
22664 * emacs-lisp/cl.el: Set edebug and indentation before loading
22665 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
22666
22667 2007-06-28 Andreas Schwab <schwab@suse.de>
22668
22669 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
22670 $(lisp)/subdirs.el.
22671
22672 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
22673
22674 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
22675 the speedbar frame if nil; that deletes the current frame or
22676 causes an error if it is the only frame.
22677 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
22678
22679 2007-06-28 Kevin Ryde <user42@zip.com.au>
22680
22681 * textmodes/nroff-mode.el: Groff \# comments.
22682 (nroff-mode-syntax-table): \# comment intro,
22683 plain # as punct per global table.
22684 (nroff-font-lock-keywords): Add # as a single char escape.
22685 (nroff-mode): In comment-start-skip, match \#.
22686
22687 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
22688
22689 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
22690 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
22691 point-min == 1.
22692
22693 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
22694
22695 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
22696 Rename and move to...
22697
22698 * subr.el (strings->string, string->strings): ...here.
22699
22700 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
22701 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
22702
22703 * progmodes/gud.el (gud-common-init): Call string->strings instead
22704 of split-string.
22705
22706 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
22707
22708 * dired-aux.el: Remove `dired-call-process'.
22709 (dired-check-process): Call `process-file'.
22710
22711 * wdired.el (wdired-do-perm-changes): Call `process-file'.
22712
22713 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
22714 `ange-ftp-process-file'.
22715
22716 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22717
22718 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
22719
22720 * emacs-lisp/cl-extra.el:
22721 * emacs-lisp/cl-seq.el:
22722 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
22723 Add autoload cookies on all defs autoloaded manually in cl.el.
22724
22725 * emacs-lisp/cl-loaddefs.el: New file.
22726
22727 * textmodes/texinfmt.el (texinfo-raisesections-alist)
22728 (texinfo-lowersections-alist): Merge definition and declaration.
22729 (texinfo-start-of-header, texinfo-end-of-header): Remove.
22730 (texinfo-format-syntax-table): Merge init into declaration.
22731 (texinfo-format-parse-line-args, texinfo-format-parse-args)
22732 (texinfo-format-parse-defun-args, texinfo-format-node)
22733 (texinfo-push-stack, texinfo-multitable-widths)
22734 (texinfo-define-info-enclosure, texinfo-alias)
22735 (texinfo-format-defindex, batch-texinfo-format): Use push.
22736 (texinfo-footnote-number): Remove duplicate declaration.
22737
22738 * ps-print.el: Update with auto-generated autoloads.
22739
22740 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
22741
22742 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
22743
22744 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
22745 relative to current dir for file-local settings.
22746 (autoload-generate-file-autoloads): Add `outfile' arg.
22747 (update-directory-autoloads): Use it to directly call
22748 autoload-generate-file-autoloads instead of going through
22749 update-file-autoloads so we avoid redundant searches and so we can know
22750 the set of buffers changed so we can save them all.
22751
22752 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
22753 rather than throwing `up-to-date'.
22754 (autoload-generate-file-autoloads): Adjust correspondingly.
22755 (update-file-autoloads): Be careful to let-bind
22756 autoload-modified-buffers and adjust to new calling conventions.
22757 (autoload-modified-buffers): Make it a dynamically scoped var.
22758 (update-directory-autoloads): Use file-relative-name instead of
22759 autoload-trim-file-name.
22760 (autoload-insert-section-header): Don't use autoload-trim-file-name
22761 since the file is already relative now.
22762 (autoload-trim-file-name): Remove.
22763
22764 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
22765 (vc-arch-complete, vc-arch--version-completion-table)
22766 (vc-arch-revision-completion-table): New functions to provide
22767 completion of revision names.
22768 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
22769 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
22770 to let the user trim the revlib.
22771
22772 * vc.el: Add new VC operation `revision-completion-table'.
22773 (vc-default-revision-completion-table): New function.
22774 (vc-version-diff, vc-version-other-window): Use it to provide
22775 completion of revision names if the backend provides it.
22776
22777 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
22778
22779 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
22780 of newer .svn/entries.
22781
22782 2007-06-25 David Kastrup <dak@gnu.org>
22783
22784 * calc/calc-poly.el (math-padded-polynomial)
22785 (math-partial-fractions): Add some function comments.
22786
22787 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22788
22789 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
22790 Make `outbuf' optional.
22791 (update-file-autoloads): Use it.
22792
22793 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22794
22795 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
22796 (autoload-find-destination): Keep it uptodate.
22797 (autoload-save-buffers): New fun.
22798 (update-file-autoloads): Use it. Re-add the "up to date" message.
22799
22800 * emacs-lisp/autoload.el: Refactor for upcoming changes.
22801 (autoload-find-destination): New function extracted from
22802 update-file-autoloads.
22803 (update-file-autoloads): Use it.
22804 (autoload-generate-file-autoloads): New function extracted from
22805 generate-file-autoloads. Use file-relative-name. Delay computation of
22806 output-start to the first cookie. Remove done-any, replaced by
22807 output-start.
22808 (generate-file-autoloads): Use it.
22809
22810 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
22811
22812 * calc/calc-comb.el (math-init-random-base, math-prime-test):
22813 Use math-read-number-simple to insert constants.
22814 (math-prime-test): Redo calculation of sum.
22815
22816 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
22817
22818 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
22819 math-scale-bignum-3.
22820 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
22821 math-bignum-digit-size.
22822 (math-isqrt-small): Add another possible initial guess.
22823
22824 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22825
22826 * textmodes/bibtex.el (bibtex-entry-format): New options
22827 `whitespace', `braces', and `string'.
22828 (bibtex-field-braces-alist, bibtex-field-strings-alist)
22829 (bibtex-field-braces-opt, bibtex-field-strings-opt)
22830 (bibtex-cite-matcher-alist): New variables.
22831 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
22832 (bibtex-flash-head): Use blink-matching-delay.
22833 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
22834 (bibtex-format-entry, bibtex-reformat): Handle new options of
22835 bibtex-entry-format.
22836 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
22837 New functions.
22838 (bibtex-complete-internal): Do not display messages while
22839 minibuffer is used. Do not leave around a completions buffer
22840 that is out of date.
22841 (bibtex-copy-summary-as-kill): New optional arg.
22842 (bibtex-font-lock-url): New optional arg no-button.
22843 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
22844 (bibtex-url): Allow multiple URLs per entry.
22845
22846 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22847
22848 * emacs-lisp/autoload.el (autoload-generated-file): New function.
22849 (update-file-autoloads, update-directory-autoloads): Use it.
22850 (autoload-file-load-name): New function.
22851 (generate-file-autoloads, update-file-autoloads): Use it.
22852 (autoload-find-file): Accept non-absolute argument. Set default-dir.
22853 (generate-file-autoloads): If the autoloaded form is malformed,
22854 indicate the problem with a warning instead of aborting.
22855
22856 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
22857
22858 * simple.el (next-error-recenter): Accept `(4)' as well;
22859 also, specify `integer' instead of `number'.
22860
22861 2007-06-23 Eli Zaretskii <eliz@gnu.org>
22862
22863 * ls-lisp.el (insert-directory): If an invalid regexp error is
22864 thrown, try using FILE as a literal file name, not a wildcard.
22865
22866 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
22867
22868 * ruler-mode.el (ruler-mode): Prevent clobbering the original
22869 `header-line-format' when reentering ruler mode.
22870
22871 2007-06-23 Eli Zaretskii <eliz@gnu.org>
22872
22873 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
22874 FILE exists as a file.
22875
22876 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22877
22878 * calc/calc.el (math-bignum-digit-length)
22879 (math-bignum-digit-size, math-small-integer-size):
22880 New constants.
22881 (math-normalize, math-bignum-big, math-make-float)
22882 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
22883 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
22884 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
22885 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
22886 (math-quotient, math-div-bignum, math-div-bignum-digit)
22887 (math-div-bignum-part, math-format-bignum-decimal)
22888 (math-read-bignum): Use math-bignum-digit-length,
22889 math-bignum-digit-size and math-small-integer-size.
22890
22891 * calc/calc-ext.el (math-fixnum-big): Use the variable
22892 math-bignum-digit-size.
22893
22894 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22895
22896 * log-view.el (log-view-mode-menu): New menu.
22897
22898 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
22899
22900 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
22901 differently.
22902
22903 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
22904 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
22905
22906 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
22907
22908 * vc-hg.el (vc-hg-print-log): Insert the file name.
22909 (vc-hg-log-view-mode): Fontify the file name.
22910
22911 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22912
22913 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
22914 (calcFunc-julian): Fix incorrect number used in calculations.
22915
22916 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
22917
22918 * simple.el (next-error-recenter): New defcustom.
22919 (next-error, next-error-internal): Recenter if specified,
22920 immediately prior to running `next-error-hook'.
22921
22922 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
22923 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
22924
22925 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
22926
22927 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22928
22929 * calc/calc-comb.el (math-small-factorial-table): New variable.
22930 (calcFunc-fact): Use `math-small-factorial-table'.
22931
22932 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
22933 initial values.
22934 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
22935 New variables to use in caches.
22936
22937 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
22938 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
22939
22940 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
22941 (math-bernoulli-b-cache): Use math-read-number-simple to insert
22942 bignums.
22943
22944 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
22945 New variables to use in caches.
22946
22947 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
22948
22949 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
22950
22951 * vc-hg.el (vc-hg-log-view-mode): New mode.
22952
22953 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
22954
22955 * calc/calc.el (math-read-number-simple): New function.
22956
22957 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22958
22959 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
22960 (vera-font-lock-match-item): Fix doc string.
22961 (vera-in-comment-p): Remove unused function.
22962 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
22963 use `syntax-ppss'.
22964 (vera-forward-syntactic-ws): Fix argument order.
22965 (vera-prepare-search): Use `with-syntax-table'.
22966 (vera-indent-line): Fix doc string.
22967 (vera-electric-tab): Fix doc string.
22968 (vera-expand-abbrev): Define alias instead of using `fset'.
22969 (vera-comment-uncomment-region): Use `comment-start-skip'.
22970
22971 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
22972
22973 * textmodes/org.el (org-export-with-footnotes): New option.
22974 (org-export-as-html): Fix replacement bug for XEmacs.
22975 (org-agenda-default-appointment-duration): New option.
22976
22977 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
22978
22979 * vc-hg.el: Add to do items.
22980 (vc-hg-diff): Add support for comparing different revisions.
22981 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
22982 (vc-hg-annotate-extract-revision-at-line)
22983 (vc-hg-previous-version, vc-hg-checkin): New functions.
22984 (vc-hg-annotate-re): New constant.
22985
22986 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
22987
22988 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
22989
22990 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22991
22992 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
22993 buffer-local value of log-view-*-re if applicable.
22994
22995 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
22996 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
22997 (vc-bzr-command*): Remove both (incompatible) versions.
22998 (vc-bzr-do-command*): Remove.
22999 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
23000 Remove by folding into its only caller vc-bzr-command.
23001 (vc-bzr-command): Always set the environment, even when ineffective.
23002 (vc-bzr-version): Minor fix up.
23003 (vc-bzr-admin-dirname): New var.
23004 (vc-bzr-bzr-dir): Remove.
23005 (vc-bzr-root-dir): New fun.
23006 (vc-bzr-registered): Use it. Add an autoloaded version.
23007 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
23008 (vc-bzr-view-log-function): Remove.
23009 (vc-bzr-log-view-mode): New major mode to replace it.
23010 (vc-bzr-print-log): Only activate the old hack if needed.
23011
23012 * vc.el (vc-default-log-view-mode): New function.
23013 (vc-print-log): Add new `log-view-mode' VC operation.
23014
23015 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
23016
23017 * ido.el (ido-find-file-in-dir): Don't signal an error for
23018 empty directories.
23019
23020 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
23021
23022 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
23023 directory where the desktop file was found, as the docstring says.
23024 (desktop-kill): Use `read-directory-name'.
23025
23026 2007-06-20 Alan Mackenzie <acm@muc.de>
23027
23028 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
23029 When removing lines, also remove the \n. Correction of patch of
23030 2007-04-21.
23031
23032 2007-06-20 Martin Rudalics <rudalics@gmx.at>
23033
23034 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
23035 event is not a cons cell. Do not unread drag-mouse-1 events.
23036 Select right window in check whether space was stolen from
23037 window above.
23038
23039 * help-mode.el (help-make-xrefs): Adjust position of new forward
23040 button.
23041
23042 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
23043
23044 * vc-bzr.el (vc-bzr-with-process-environment)
23045 (vc-bzr-std-process-invocation): New macros.
23046 (vc-bzr-command, vc-bzr-command*): Use them.
23047 (vc-bzr-with-c-locale): Remove.
23048 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
23049 (vc-bzr-buffer-nonblank-p): New function.
23050 (vc-bzr-state-words): New const.
23051 (vc-bzr-state): Look for `bzr status' keywords in output.
23052 Display everything else as a warning message to the user.
23053 Fix status report with bzr >= 0.15.
23054
23055 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
23056
23057 * vc-hg.el (vc-hg-global-switches): Simplify.
23058 (vc-hg-state): Handle more states.
23059 (vc-hg-diff): Fix doc-string.
23060 (vc-hg-register): New function.
23061 (vc-hg-checkout): Likewise.
23062
23063 2007-06-20 Reto Zimmermann <reto@gnu.org>
23064
23065 * progmodes/vera-mode.el: New file.
23066
23067 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
23068
23069 * calc/calc.el (calc-multiplication-has-precendence):
23070 New variable.
23071 (math-standard-ops, math-standard-ops-p, math-expr-ops):
23072 New functions.
23073 (math-expr-opers): Define using math-standard-ops rather than
23074 math-standard-opers.
23075 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
23076 equal the function math-standard-ops rather than the variable
23077 math-standard-opers.
23078 (calc-algebraic-entry): Let math-expr-opers equal
23079 math-standard-ops or math-expr-ops, as appropriate.
23080 (math-expr-read-level, math-read-factor): Let math-expr-opers
23081 equal math-expr-ops.
23082 * calc/calc-embed.el (calc-embedded-finish-edit):
23083 Let math-expr-opers equal the function math-standard-ops
23084 rather than the variable math-standard-opers.
23085 * calc/calc-ext.el (math-read-plain-expr)
23086 (math-format-flat-expr-fancy): Let math-expr-opers equal the
23087 function math-standard-ops rather than the variable
23088 math-standard-opers.
23089 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
23090 Let math-expr-opers equal the function math-standard-ops rather
23091 than the variable math-standard-opers.
23092 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
23093 equal the function math-standard-ops rather than the variable
23094 math-standard-opers.
23095 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
23096 equal the function math-standard-ops rather than the variable
23097 math-standard-opers.
23098 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
23099 math-expr-ops.
23100
23101 2007-06-19 Ivan Kanis <apple@kanis.eu>
23102
23103 * vc-hg.el: New file.
23104
23105 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
23106
23107 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
23108 with font-lock-multiline.
23109
23110 2007-06-17 Glenn Morris <rgm@gnu.org>
23111
23112 * lpr.el (lpr-page-header-switches): Move %s to separate element
23113 for correct quoting. Doc fix.
23114
23115 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
23116
23117 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
23118 than setting sgml-xml-mode.
23119 (sgml-mode, html-mode): Set sgml-xml-mode.
23120 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
23121 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
23122 (sgml-electric-tag-pair-before-change-function)
23123 (sgml-electric-tag-pair-flush-overlays): New functions.
23124 (sgml-electric-tag-pair-mode): New minor mode.
23125 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
23126 (sgml-calculate-indent): Use assoc-string.
23127
23128 2007-06-16 Karl Fogel <kfogel@red-bean.com>
23129
23130 * thingatpt.el (thing-at-point-email-regexp): Don't require two
23131 chars before the "@" in an email address. Andreas Roehler noticed
23132 this problem.
23133
23134 2007-06-15 Karl Fogel <kfogel@red-bean.com>
23135
23136 * thingatpt.el: Add support for email addresses (`email').
23137 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
23138 (thing-at-point-email-regexp): New variable.
23139 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
23140 properties on this symbol, with lambda forms for values.
23141
23142 2007-06-15 Masatake YAMATO <jet@gyve.org>
23143
23144 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
23145
23146 * vc.el (vc-dired-hook): Check the backend returned from
23147 `vc-responsible-backend' can really handle `subdir'.
23148
23149 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
23150
23151 * wid-edit.el (widget-add-documentation-string-button):
23152 Fix handling of documentation indent.
23153
23154 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
23155
23156 * mb-depth.el: New file.
23157
23158 2007-06-15 Masatake YAMATO <jet@gyve.org>
23159
23160 * vc.el (vc-dired-mode): Show backend name as part of mode name.
23161
23162 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
23163
23164 * wid-edit.el (widget-default-create): Move ?h handling here...
23165 (widget-default-format-handler): ...from here.
23166 (widget-docstring, widget-add-documentation-string-button): New funs.
23167 (documentation-string): Add :visibility-widget property.
23168 (widget-documentation-string-value-create): Use it.
23169
23170 * cus-edit.el (custom-split-regexp-maybe): Simplify.
23171 (custom-buffer-create-internal): Simplify message.
23172 (custom-variable-tag): Reduce height to normal.
23173 (custom-variable-value-create, custom-face-value-create)
23174 (custom-visibility): New widget.
23175 (custom-visibility): New face.
23176 (custom-group-value-create):
23177 Call widget-add-documentation-string-button, using `custom-visibility'.
23178
23179 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
23180
23181 * emacs-lisp/bytecomp.el (byte-compile-current-group)
23182 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
23183 change. Apparently the "warning even if the group is implicit" is
23184 a feature rather than a bug.
23185
23186 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
23187
23188 * emulation/viper.el (viper-describe-key-ad)
23189 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
23190 Compile them conditionally.
23191 (viper-version): Belated version change.
23192
23193 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
23194
23195 * follow.el (follow-all-followers, follow-generic-filter):
23196 * pcomplete.el (pcomplete-restore-windows):
23197 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
23198 (x-dnd-drop-data):
23199 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
23200 * progmodes/python.el (python-complete-symbol):
23201 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
23202
23203 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
23204
23205 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
23206 around bright and dim regexps. Make sure bright and dim matches
23207 use word anchors. Send text through rcirc-markup functions.
23208 (rcirc-url-regexp): Add single quote character.
23209 (rcirc-connect): Write logs to disk on auto-save-hook.
23210 Make server a non-optional argument.
23211 (rcirc-log-alist): New variable.
23212 (rcirc-log-directory): Make customizable.
23213 (rcirc-log-flag): New customizable variable.
23214 (rcirc-log): New function.
23215 (rcirc-print): Use above function.
23216 (rcirc-log-write): New function.
23217 (rcirc-generate-new-buffer-name): Strip text properties.
23218 (rcirc-switch-to-buffer-function): Remove variable.
23219 (rcirc-last-non-irc-buffer): Remove variable.
23220 (rcirc-non-irc-buffer): Add function.
23221 (rcirc-next-active-buffer): Use above function.
23222 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
23223 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
23224 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
23225 (rcirc-omit-mode): Add minor-mode.
23226 (rcirc-mode-map): Change C-c C-o binding.
23227 (rcirc-mode): Clear mode-line-process. Use a custom
23228 fill-paragraph-function. Set up buffer-invisibility-spec.
23229 (rcirc-response-formats): Remove timestamp code.
23230 (rcirc-omit-responses): Add variable.
23231 (rcirc-print): Don't put the overlay arrow on potentially omitted
23232 lines. Log line to disk. Record activity for private messages
23233 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
23234 (rcirc-jump-to-first-unread-line): Print message if there is no
23235 unread text.
23236 (rcirc-clear-unread): New function.
23237 (rcirc-markup-text-functions): Add variable.
23238 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
23239 (rcirc-debug): Don't mess with window configuration.
23240 (rcirc-send-message): Send message before printing locally.
23241 Add SILENT argument, do not print message if non-nil.
23242 (rcirc-visible-buffers): New function and variable.
23243 (rcirc-window-configuration-change-1): Add function.
23244 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
23245 server buffer.
23246 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
23247 (rcirc-fill-paragraph): Add function.
23248 (rcirc-record-activity, rcirc-window-configuration-change-1):
23249 Only update the activity string if it has actually changed.
23250 (rcirc-update-activity-string): Remove padding characters from the
23251 mode-line string.
23252 (rcirc-disconnect-buffer): New function to be called when a
23253 channel is parted or the user quits.
23254 (rcirc-server-name): Warn when the server-name hasn't been set.
23255 (rcirc-window-configuration-change): Postpone work until
23256 post-command-hook.
23257 (rcirc-window-configuration-change-1): Update mode-line and
23258 overlay arrows here.
23259 (rcirc-authenticate): Fixc hanserv identification.
23260 (rcirc-default-server): Remove variable.
23261 (rcirc): Connect according to rcirc-connections.
23262 (rcirc-connections): Add variable.
23263 (rcirc-startup-channels-alist): Remove variable.
23264 (rcirc-startup-channels): Remove function.
23265
23266 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
23267
23268 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
23269
23270 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
23271
23272 * term/xterm.el (terminal-init-xterm): Escape parens in character
23273 constants.
23274
23275 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
23276
23277 * progmodes/sh-script.el: Remove unneeded * from docstrings.
23278 Use [:alpha:] and [:alnum:] where applicable.
23279 (sh-quoted-subshell): Rewrite to correctly
23280 handle nested mixes of `...' and $(...).
23281 (sh-apply-quoted-subshell): Remove.
23282 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
23283
23284 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
23285
23286 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
23287
23288 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
23289 previous change.
23290
23291 2007-06-12 Tom Tromey <tromey@redhat.com>
23292
23293 * subr.el (user-emacs-directory): New defconst.
23294 * cmuscheme.el (scheme-start-file):
23295 * shell.el (shell):
23296 * completion.el (save-completions-file-name):
23297 * custom.el (custom-theme-directory):
23298 * term/x-win.el (emacs-session-filename):
23299 * filesets.el (filesets-menu-cache-file):
23300 * thumbs.el (thumbs-thumbsdir):
23301 * server.el (server-auth-dir):
23302 * image-dired.el (image-dired-dir):
23303 (image-dired-db-file):
23304 (image-dired-temp-image-file):
23305 (image-dired-gallery-dir):
23306 (image-dired-temp-rotate-image-file):
23307 * play/gamegrid.el (gamegrid-user-score-file-directory):
23308 * savehist.el (savehist-file):
23309 * tutorial.el (tutorial--saved-dir):
23310 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
23311
23312 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
23313
23314 * scroll-lock.el (scroll-lock-mode): Doc fix.
23315
23316 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
23317
23318 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
23319
23320 * ediff-init.el: Doc strings.
23321
23322 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23323
23324 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
23325 (byte-compile-file): Bind it.
23326 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
23327 group argument is provided implicitly.
23328 (byte-compile-format-warn, byte-compile-from-buffer)
23329 (byte-compile-insert-header): Don't hardcode point-min==1.
23330 (byte-compile-file-form-require): Remove unused var old-load-list.
23331 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
23332
23333 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
23334
23335 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
23336 Display error messages.
23337 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
23338 Get rid of cl.el dependencies.
23339
23340 * emulation/viper-init.el (viper-suppress-input-method-change-message):
23341 New variable.
23342 (viper-activate-input-method-action)
23343 (viper-inactivate-input-method-action):
23344 Use viper-suppress-input-method-change-message.
23345
23346 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
23347 for C-s, C-r.
23348
23349 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
23350 Use viper-replace-overlay-cursor-color instead of
23351 viper-replace-overlay-cursor-color.
23352 (viper-sit-for-short): Use sit-for with 3 arguments.
23353
23354 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
23355 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
23356 to gud-mode.
23357
23358 * ediff-mult.el (ediff-meta-buffer-brief-message)
23359 (ediff-meta-buffer-verbose-message): New variables.
23360 (ediff-meta-buffer-message): Variable deleted.
23361 (ediff-verbose-help-enabled): New variable.
23362 (ediff-toggle-verbose-help-meta-buffer): New function.
23363 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
23364 message options.
23365
23366 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
23367 (ediff-fixup-patch-map): Improve heuristic.
23368
23369 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23370
23371 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
23372 (log-view-font-lock-keywords): Simplify.
23373 (log-view-current-file, log-view-current-tag): Simplify.
23374
23375 2007-06-12 Sam Steingold <sds@gnu.org>
23376
23377 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
23378
23379 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
23380
23381 * desktop.el (desktop-load-locked-desktop): New option.
23382 (desktop-read): Use it.
23383 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
23384 Use `when'.
23385
23386 2007-06-12 Davis Herring <herring@lanl.gov>
23387
23388 * desktop.el (desktop-save-mode-off): New function.
23389 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
23390 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
23391 (desktop-claim-lock, desktop-release-lock): New functions.
23392 (desktop-kill): Tell `desktop-save' that this is the last save.
23393 Release the lock afterwards.
23394 (desktop-buffer-info): New function.
23395 (desktop-save): Use it. Run `desktop-save-hook' where the doc
23396 says to. Detect conflicts, and manage the lock.
23397 (desktop-read): Detect conflicts. Manage the lock.
23398
23399 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23400
23401 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
23402
23403 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
23404 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
23405 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
23406 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
23407 keysyms rather than byte sequences.
23408 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
23409
23410 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
23411
23412 * font-lock.el (font-lock-add-keywords): In case font-lock was only
23413 half-activated, forcefully activate it completely.
23414
23415 2007-06-11 Richard Stallman <rms@gnu.org>
23416
23417 * cus-edit.el (custom-variable-type): Doc fix.
23418
23419 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
23420
23421 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
23422 (sh-font-lock-flush-syntax-ppss-cache): New functions.
23423 (sh-font-lock-syntactic-keywords): Use them to distinguish the
23424 different possible cases for \'.
23425
23426 * complete.el (PC-bindings): Don't bind things already bound in the
23427 parent keymap.
23428
23429 * textmodes/bibtex-style.el: New file.
23430
23431 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
23432
23433 * vc-bzr.el: New file.
23434
23435 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
23436
23437 * vc-svn.el (vc-svn-program): New var.
23438 (vc-svn-command): Use it.
23439
23440 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
23441
23442 * server.el (server-switch-buffer): Remove redundant check.
23443
23444 2007-06-10 Martin Rudalics <rudalics@gmx.at>
23445
23446 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
23447 Match against file-name-nondirectory.
23448 Fix text on user customization variables.
23449 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
23450
23451 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
23452
23453 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
23454
23455 2007-06-09 Davis Herring <herring@lanl.gov>
23456
23457 * desktop.el (desktop-minor-mode-table): Doc fix.
23458
23459 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
23460
23461 * textmodes/css-mode.el (css-navigation-syntax-table):
23462 Use set-char-table-range so it also works in the unicode branch.
23463
23464 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
23465
23466 * help-mode.el (help-xref-forward-stack)
23467 (help-xref-stack-forward-item, help-forward-label): New variables.
23468 (help-forward): New button type.
23469 (help-setup-xref): Initialise help-xref-forward-stack.
23470 (help-make-xrefs): Add forward button, if appropriate.
23471 (help-xref-go-back): Push item on forward stack.
23472 (help-xref-go-forward, help-go-forward): New functions.
23473
23474 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
23475
23476 * dired.el (dired-mode-map): Remove spurious separator.
23477
23478 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
23479
23480 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
23481
23482 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23483 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
23484
23485 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
23486
23487 * textmodes/org.el: Version number fixed.
23488
23489 2007-06-07 Glenn Morris <rgm@gnu.org>
23490
23491 * version.el (emacs-copyright): New constant.
23492 * startup.el (fancy-splash-tail): Use emacs-copyright.
23493 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
23494
23495 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
23496 `make-local'.
23497 (byte-compile-warnings-safe-p): Add `make-local'.
23498 (byte-compile-make-variable-buffer-local):
23499 Allow byte-compile-warnings to suppress this warning.
23500
23501 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
23502 format of "menu" description.
23503 (tutorial--find-changed-keys): Describe the specific menu a
23504 command is in.
23505
23506 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
23507 Rewrite compatibility functions to silence byte-compiler.
23508
23509 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
23510
23511 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
23512 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
23513
23514 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
23515
23516 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
23517
23518 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
23519
23520 * progmodes/ebrowse.el (ebrowse-member-table):
23521 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
23522 (org-batch-agenda-csv): Fix typos in docstrings.
23523
23524 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
23525
23526 * pgg.el (pgg-sign-region, pgg-sign):
23527 * ses.el (ses-call-printer):
23528 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
23529 * textmodes/org.el (org-cycle): Fix typos in docstrings.
23530
23531 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
23532
23533 * textmodes/org.el (org-export-region-as-html)
23534 (org-replace-region-by-html, org-number-to-letters)
23535 (org-table-fedit-finish, org-normalize-color)
23536 (org-table-fedit-ref-right, org-date-to-gregorian)
23537 (org-table-fedit-move, org-table-convert-refs-to-rc)
23538 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
23539 (org-write-agenda, org-colgroup-info-to-vline-list)
23540 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
23541 (org-indent-line-function, org-export-as-html-to-buffer)
23542 (org-store-agenda-views, org-update-mode-line)
23543 (org-find-if, org-delete-all)
23544 (org-table-fedit-convert-buffer, org-emphasize)
23545 (org-uniquify, org-table-fedit-lisp-indent)
23546 (org-table-fedit-scroll, org-get-todo-sequence-head)
23547 (org-table-fedit-scroll-down, org-table-fedit-line-down)
23548 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
23549 (org-table-fedit-toggle-coordinates, org-dvipng-color)
23550 (org-table-fedit-line-up, org-table-fedit-ref-down)
23551 (org-table-formula-from-user, org-mode-flyspell-verify)
23552 (org-cycle-show-empty-lines, org-ctrl-c-ret)
23553 (org-table-formula-to-user, org-diary-to-ical-string)
23554 (orgtbl-export, org-table-fedit-post-command)
23555 (org-closed-in-range, org-shiftcontrolright)
23556 (org-table-convert-refs-to-an, org-table-hline-and-move)
23557 (org-table-formula-less-p, org-format-table-ascii)
23558 (org-agenda-get-sexps, org-shift-refpart)
23559 (org-diary-sexp-entry, org-time-string-to-absolute)
23560 (org-table-show-reference, org-letters-to-number)
23561 (org-fix-agenda-info, org-table-fedit-ref-up)
23562 (org-table-fedit-shift-reference, org-table-fedit-abort)
23563 (org-closest-date, org-shiftcontrolleft)
23564 (org-at-heading-or-item-p, org-rematch-and-replace)
23565 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
23566 New functions.
23567 (org-table-edit-scroll-down, org-finish-edit-formulas)
23568 (org-table-edit-next-field, org-abort-edit-formulas)
23569 (org-font-lock-level, org-export-find-first-heading-line)
23570 (org-table-edit-line-down, org-table-edit-backward-field)
23571 (org-edit-formula-lisp-indent, org-table-edit-move)
23572 (org-check-log-option, org-this-word)
23573 (org-table-edit-line-up, org-table-edit-formulas-post-command)
23574 (org-agenda-file-to-end, org-expand-file-name)
23575 (org-fake-empty-table-line, org-table-edit-scroll)
23576 (org-toggle-log-option, org-show-reference): Function removed.
23577 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
23578 New defsubsts.
23579 (org-unmodified, org-batch-store-agenda-views)
23580 (org-batch-agenda-csv): New macro.
23581 (org-agenda-export): New customization group.
23582 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
23583 (org-highest-priority, org-agenda-exporter-settings)
23584 (org-log-done-with-time, org-replace-disputed-keys)
23585 (org-format-latex-header, org-export-table-header-tags)
23586 (org-cycle-separator-lines, org-export-table-data-tags)
23587 (org-icalendar-include-sexps)
23588 (org-empty-line-terminates-plain-lists)
23589 (org-log-repeat, org-special-ctrl-a)
23590 (org-table-use-standard-references, org-disputed-keys)
23591 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
23592 (org-agenda-export-html-style): New option.
23593 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
23594 (org-CUA-compatible): Option removed.
23595 (org-agenda-structure, org-sexp-date): New face.
23596 (org-todo-keywords-for-agenda, org-not-done-keywords)
23597 (org-planning-or-clock-line-re, org-agenda-name)
23598 (org-table-colgroup-info, org-todo-sets)
23599 (constants-unit-system, org-clock-mode-line-entry)
23600 (org-mode-line-timer, org-table-current-begin-pos)
23601 (org-todo-keywords-1, org-mode-line-string)
23602 (org-table-clean-did-remove-column, org-table-fedit-map)
23603 (org-clock-heading, org-table-buffer-is-an)
23604 (org-agenda-info, org-done-keywords)
23605 (org-done-keywords-for-agenda, org-todo-heads)
23606 (org-todo-kwd-alist, org-clock-start-time): New variable.
23607 (org-todo-kwd-priority-p, org-edit-formulas-map)
23608 (org-repeat-re, org-todo-kwd-max-priority)
23609 (org-version, org-done-string)
23610 (org-table-clean-did-remove-column-1, org-disputed-keys):
23611 Remove variables.
23612 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
23613 (org-ts-lengths): Constant removed.
23614 (org-follow-gnus-link): Don't ask how many articles to read.
23615 (org-export-find-first-export-line): Rename from
23616 `org-export-find-first-heading'.
23617 Use `org-export-skip-text-before-1st-heading'.
23618 (org-table-fedit-post-command): Rename from
23619 `org-table-edit-formulas-post-command'.
23620 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
23621 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
23622 (org-table-fedit-lisp-indent): Rename from
23623 `org-edit-formula-lisp-indent'.
23624 (org-table-show-reference): Rename from `org-show-reference'.
23625 (org-table-store-formulas): Use `org-table-formula-less-p'.
23626 (org-table-edit-formulas): Position cursor to current field equation.
23627 (org-update-checkbox-count, org-hide-archived-subtrees)
23628 (org-timestamp-up-day, org-timestamp-down-day)
23629 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
23630 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
23631 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
23632 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
23633 Let `org-on-heading-p' also check for invisible heading.
23634 (org-read-date): Match am/pm times.
23635 (org-eval-in-calendar): Fix default date in prompt.
23636
23637 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
23638
23639 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
23640 "ChangeLog.a" entries, giving the latter lower priority.
23641
23642 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
23643
23644 * faces.el (face-id): If the argument is a face alias,
23645 return the ID of the target face.
23646
23647 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
23648
23649 * net/socks.el (top): Remove unnecessary copyright line.
23650
23651 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
23652
23653 * longlines.el (longlines-auto-wrap): Handle argument correctly.
23654
23655 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
23656
23657 * net/socks.el: New file, taken from w3 repository.
23658 (top): Update Copyright. Don't load cl.el.
23659 (all): Replace `case' by `cond', `string-to-int' by
23660 `string-to-number', and `process-kill-without-query' by
23661 `set-process-query-on-exit-flag'.
23662 (socks-char-int): Remove defalias and all occurrences.
23663
23664 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
23665
23666 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
23667 Fix typos in docstrings.
23668 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
23669 (compilation-finish-function): Fix typo in obsolescence declaration.
23670
23671 2007-06-03 Sam Steingold <sds@gnu.org>
23672
23673 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
23674 handle unending automatic recompilation of changed files (`omake -P').
23675 (compilation-loop): VISITED is now 5th CDR.
23676 (compilation-next-error-function): Set TIMESTAMP.
23677
23678 2007-06-03 Sam Steingold <sds@gnu.org>
23679
23680 * files.el (kill-buffer-ask): New function.
23681 (kill-some-buffers): Use it.
23682 (kill-matching-buffers): New user command.
23683
23684 2007-06-01 David Kastrup <dak@gnu.org>
23685
23686 * dired.el (dired-recursive-deletes, dired-recursive-copies):
23687 Change default to `top'.
23688
23689 2007-05-31 Richard Stallman <rms@gnu.org>
23690
23691 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
23692
23693 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23694
23695 * textmodes/css-mode.el: New file.
23696
23697 2007-05-30 Michael Olson <mwolson@gnu.org>
23698
23699 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
23700 died and we are trying to send a signal to it. The program using
23701 tq.el should periodically check to see whether the process has
23702 died and react appropriately -- this is not the responsibility of
23703 tq.el, and is consistent with the rest of the tq.el source code.
23704
23705 2007-05-29 Martin Rudalics <rudalics@gmx.at>
23706
23707 * textmodes/table.el (table--point-entered-cell-function)
23708 (table--point-left-cell-function):
23709 Bind `inhibit-point-motion-hooks' to t.
23710
23711 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23712
23713 * emacs-lisp/rx.el (rx): Doc fix.
23714
23715 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
23716
23717 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
23718
23719 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
23720
23721 Sync with Tramp 2.0.56.
23722
23723 * net/tramp.el:
23724 * net/tramp-ftp.el:
23725 * net/tramp-smb.el:
23726 * net/tramp-util.el:
23727 * net/tramp-vc.el:
23728 Don't load cl.el, because that pollutes the namespace. Replace cl
23729 macros by their implementations where necessary. Requested by
23730 Richard Stallman <rms@gnu.org>.
23731
23732 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
23733 doesn't exist.
23734 (with-parsed-tramp-file-name): Protect debug spec during compilation.
23735 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
23736 (tramp-file-name-p, tramp-file-name-multi-method)
23737 (tramp-file-name-method, tramp-file-name-user)
23738 (tramp-file-name-host, tramp-file-name-localname): New defuns,
23739 replacing defstruct `tramp-file-name'.
23740 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
23741 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
23742 Apply `vector' instead of `make-tramp-file-name'.
23743 (tramp-handle-make-auto-save-file-name):
23744 Apply `tramp-temporary-file-directory' for compatibility reasons.
23745 (tramp-completion-mode): Use `natnump' instead of `wholenump'
23746 because of XEmacs.
23747 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
23748 started.
23749
23750 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
23751
23752 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
23753
23754 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
23755
23756 * log-edit.el (log-edit-changelog-paragraph): Return point-max
23757 as the end of the ChangeLog paragraph when it ends without a line
23758 termination.
23759
23760 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
23761
23762 * net/webjump.el (webjump-sample-sites):
23763 Add simple Wikipedia query.
23764
23765 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
23766
23767 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
23768 compatibility code.
23769
23770 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
23771 (copyright-update-year): Use it.
23772
23773 * edmacro.el (edmacro-format-keys): Use current-active-maps.
23774
23775 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
23776 Add indentation and debugging info. Fix up comment convention.
23777
23778 * cus-dep.el (custom-make-dependencies): Simplify.
23779
23780 * composite.el (compose-region, decompose-region):
23781 Use inhibit-read-only and restore-buffer-modified-p.
23782
23783 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
23784 (xterm-mouse-event): Use it.
23785
23786 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
23787
23788 * bs.el (bs-cycle-previous): Don't modify the cycle list until
23789 `switch-to-buffer' has returned succesfully.
23790 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
23791 window is dedicated (it could iconify the frame).
23792
23793 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
23794
23795 * vc-hooks.el (vc-find-root): Fix file attribute test.
23796
23797 2007-05-24 Richard Stallman <rms@gnu.org>
23798
23799 * textmodes/flyspell.el (flyspell-correct-word-before-point):
23800 Don't let opoint be nil.
23801 (flyspell-emacs-popup): Explicit error if no dialogs.
23802
23803 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
23804
23805 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
23806 (image-next-line, image-previous-line, image-scroll-up)
23807 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
23808 New functions.
23809 (image-mode-map): Remap motion commands.
23810 (image-mode-text-map): New keymap for viewing images as text.
23811 (image-mode): Use image-mode-map.
23812 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
23813
23814 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23815
23816 * textmodes/fill.el (canonically-space-region): Make the second arg
23817 a marker if it's not already the case.
23818
23819 2007-05-23 Eli Zaretskii <eliz@gnu.org>
23820
23821 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
23822 (tar-get-descriptor): Handle type 55, an extended pax header.
23823
23824 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23825
23826 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
23827 to confuse outline-minor-mode.
23828
23829 2007-05-23 Eli Zaretskii <eliz@gnu.org>
23830
23831 * tar-mode.el (tar-file-name-handler): New function.
23832 (tar-extract): Bind file-name-handler-alist to it to force
23833 find-buffer-file-type-coding-system behave as if the file being
23834 extracted existed. Use last-coding-system-used to force
23835 buffer-file-coding-system to what decode-coding-region actually
23836 used to decode the file.
23837
23838 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23839
23840 * progmodes/compile.el (compilation-handle-exit):
23841 `compilation-finish-function' may change the current buffer.
23842
23843 2007-05-22 Richard Stallman <rms@gnu.org>
23844
23845 * files.el (set-auto-mode): Doc fix.
23846
23847 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
23848
23849 * help-fns.el (find-source-lisp-file): New function.
23850 (describe-function-1): Use find-source-lisp-file to find source
23851 file in compile tree.
23852
23853 2007-05-22 Eli Zaretskii <eliz@gnu.org>
23854
23855 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
23856
23857 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
23858
23859 * emacs-lisp/easy-mmode.el (define-minor-mode)
23860 (easy-mmode-define-navigation): Fix typos in docstrings.
23861
23862 2007-05-22 Glenn Morris <rgm@gnu.org>
23863
23864 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
23865
23866 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
23867
23868 * mail/mail-extr.el (mail-extract-address-components):
23869 Recognize non-ASCII characters except for NBSP as words.
23870
23871 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
23872
23873 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
23874 (rcirc-print): Handle `window-width'.
23875 (rcirc-buffer-maximum-lines): Doc fix.
23876
23877 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
23878
23879 * image-mode.el (image-toggle-display): Don't clear image cache.
23880 Only use filename in image spec if the file is readable.
23881 Call image-refresh.
23882
23883 * image.el (image-type-from-file-name, image-type): Simplify.
23884 (image-type-auto-detected-p): Don't scan auto-mode-alist.
23885
23886 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
23887 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
23888
23889 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23890
23891 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
23892 is an error.
23893
23894 * term/linux.el (terminal-init-linux): Don't signal an error
23895 if gpm isn't running.
23896
23897 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23898
23899 * t-mouse.el: Reduce to a minor-mode macro call.
23900 (t-mouse-mode): Remove the lighter.
23901
23902 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
23903
23904 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
23905
23906 * files.el (auto-mode-alist): Change the regexp so that
23907 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
23908
23909 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
23910
23911 * Version 22.1 released.
23912
23913 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
23914
23915 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
23916 changes.
23917
23918 2007-05-19 Kevin Ryde <user42@zip.com.au>
23919
23920 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
23921
23922 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
23923
23924 * textmodes/sgml-mode.el: Revert last change.
23925
23926 2007-05-18 Richard Stallman <rms@gnu.org>
23927
23928 * simple.el (push-mark): Doc fix.
23929
23930 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
23931
23932 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
23933 tpu-global-map.
23934 (tpu-original-global-map): Variable deleted.
23935 (tpu-control-keys-map): New keymap variable.
23936 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
23937 setting keymapping directly.
23938 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
23939 tpu-global-map.
23940 (tpu-edt-on): Activate the tpu-global-map.
23941 (tpu-edt-off): Deactivate the tpu-global-map.
23942
23943 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
23944
23945 * textmodes/ispell.el (ispell-get-word): Return markers
23946 for start and end positions.
23947 (ispell-word): Assume END is a marker.
23948
23949 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
23950
23951 * textmodes/sgml-mode.el (sgml-tag):
23952 Fix bug: Call sgml-transformation-function.
23953
23954 2007-05-17 Martin Rudalics <rudalics@gmx.at>
23955
23956 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
23957 modified flag of buffer. Use `inhibit-modification-hooks'.
23958
23959 2007-05-16 Richard Stallman <rms@gnu.org>
23960
23961 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
23962
23963 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23964
23965 * files.el (magic-mode-alist, magic-fallback-mode-alist):
23966 Move the *ml, Postscript, and XmCD entries to the fallback part.
23967
23968 * files.el (magic-fallback-mode-alist):
23969 Rename from file-start-mode-alist.
23970
23971 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23972
23973 * progmodes/compile.el (compilation-handle-exit): Quote first
23974 argument of `run-hook-with-args'.
23975
23976 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
23977
23978 * buff-menu.el (Buffer-menu-sort-column):
23979 * dabbrev.el (dabbrev-upcase-means-case-search):
23980 * dired.el (dired-recursive-deletes, dired-recursive-copies):
23981 * info.el (Info-current-subfile):
23982 * ls-lisp.el (ls-lisp-verbosity):
23983 * msb.el (msb-menu-cond):
23984 * pcvs.el (cvs-dired-use-hook):
23985 * simple.el (set-mark-command-repeat-pop):
23986 * time.el (display-time-24hr-format, display-time-mail-file):
23987 Doc fixes.
23988
23989 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
23990 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
23991
23992 * view.el (view-inhibit-help-message): Fix typo in docstring.
23993 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
23994
23995 2007-05-16 Martin Rudalics <rudalics@gmx.at>
23996
23997 * textmodes/ispell.el (ispell-start-process): Defend against bad
23998 default-directory.
23999
24000 2007-05-14 Eli Zaretskii <eliz@gnu.org>
24001
24002 * mail/rmail.el (rmail-convert-to-babyl-format): Check
24003 content-transfer-encoding _last_, because it's its position that
24004 we need as value of base64-header-field-end.
24005
24006 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
24007
24008 * files.el (mode-require-final-newline, require-final-newline)
24009 (enable-local-variables, enable-local-eval): Doc fixes.
24010
24011 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24012
24013 * ps-print.el: Use default color when foreground or background color
24014 are unspecified. Reported by Leo <sdl.web@gmail.com>.
24015 (ps-print-version): New version 6.7.4.
24016 (ps-rgb-color): New argument. Use default color when color is
24017 unspecified.
24018 (ps-begin-job): Fix code.
24019
24020 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
24021
24022 * longlines.el (longlines-mode): Make longlines-auto-wrap
24023 buffer-local. Add hooks unconditionally.
24024 (longlines-auto-wrap): Toggle wrapping.
24025 (longlines-after-change-function)
24026 (longlines-post-command-function): Check longlines-auto-wrap.
24027
24028 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
24029
24030 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
24031 (xterm-mouse-translate): Use it.
24032
24033 2007-05-10 Richard Stallman <rms@gnu.org>
24034
24035 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
24036 (iso-cvt-write-only): Likewise.
24037
24038 * emacs-lisp/easy-mmode.el (define-minor-mode):
24039 Fix generated doc string.
24040
24041 * startup.el (fancy-splash-text): Add URL of guided tour.
24042 Adjust horizontal and vertical whitespace.
24043
24044 * progmodes/compile.el (compilation-handle-exit):
24045 Use run-hook-with-args to run compilation-finish-functions.
24046
24047 * files.el (file-start-mode-alist): New variable.
24048 (magic-mode-regexp-match-limit): Doc fix.
24049 (set-auto-mode): Handle file-start-mode-alist.
24050 A little cleanup of structure.
24051
24052 * dabbrev.el (dabbrev-eliminate-newlines):
24053 Renamed from dabbrev--eliminate-newlines. All uses changed.
24054
24055 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
24056
24057 * man.el (Man-next-section): Don't consider the last line of the page
24058 as being part of any section.
24059
24060 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
24061
24062 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
24063 can take any number of values.
24064
24065 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
24066
24067 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
24068 to the list of citation commands.
24069
24070 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
24071
24072 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
24073
24074 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
24075
24076 * progmodes/python.el (python-font-lock-keywords)
24077 (python-open-block-statement-p, python-mode): Add support for the new
24078 "with" keyword.
24079
24080 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
24081
24082 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
24083 the exact opposite of diff-goto-source.
24084
24085 * emacs-lisp/advice.el (ad-special-forms): Remove.
24086 (ad-special-form-p): Use subr-arity.
24087
24088 * newcomment.el (comment-search-forward): Make sure we search forward.
24089 (comment-enter-backward): Try and distinguish the non-matching case at
24090 EOB from the non-matching case with a missing comment-end-skip for
24091 a 2-char comment ender.
24092 (comment-choose-indent): New function extracted from comment-indent.
24093 Improve the alignment algorithm.
24094 (comment-indent): Use it.
24095
24096 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
24097 XML style Processing Instructions.
24098 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
24099 (sgml-calculate-indent): Handle `pi' context.
24100
24101 * vc.el: Ensure that update-changelog issues an error when used with
24102 a backend that does not implement it.
24103 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
24104 Remove `backend' argument. Use expand-file-name.
24105 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
24106
24107 * progmodes/python.el (python-end-of-block): Revert last change.
24108 (python-end-of-statement): Make sure we move *forward*.
24109
24110 2007-05-08 Richard Stallman <rms@gnu.org>
24111
24112 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24113 Don't include non-self-insert commands in the exception for `-'.
24114
24115 2007-05-08 David Reitter <david.reitter@gmail.com>
24116
24117 * progmodes/python.el (python-guess-indent): Check non-nullness
24118 before comparing indent against the 2..8 interval.
24119
24120 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24121
24122 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
24123 available.
24124
24125 2007-05-06 Richard Stallman <rms@gnu.org>
24126
24127 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
24128
24129 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24130
24131 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
24132 rather than storing their value in the revert-buffer function.
24133
24134 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
24135
24136 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
24137 when disabling t-mouse-mode.
24138
24139 2007-05-01 Davis Herring <herring@lanl.gov>
24140
24141 * calendar/timeclock.el: Update version number.
24142 (timeclock-modeline-display): Mention timeclock-use-display-time
24143 in explanatory message.
24144 (timeclock-in): Fix non-interactive workday specifications.
24145 (timeclock-log): Don't kill the log buffer if it already existed.
24146 Suppress warnings when finding the log. Don't check for a nil
24147 project twice. Run hooks after killing the buffer (if applicable).
24148 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
24149 was geometric). All uses changed.
24150 (timeclock-generate-report): Support prefix argument.
24151
24152 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
24153
24154 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
24155 disconnections.
24156
24157 2007-05-01 Romain Francoise <romain@orebokech.com>
24158
24159 * dired-x.el: Revert 2007-04-06 change.
24160
24161 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
24162
24163 * find-dired.el (find-dired-filter): Propertize all text down to eob.
24164
24165 2007-04-29 Richard Stallman <rms@gnu.org>
24166
24167 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
24168
24169 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24170
24171 * progmodes/cc-mode.el (c-before-change): Use point-min rather
24172 than 1.
24173
24174 2007-04-28 Richard Stallman <rms@gnu.org>
24175
24176 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
24177
24178 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
24179
24180 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
24181 don't put stop on toolbar.
24182
24183 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24184
24185 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
24186
24187 2007-04-28 Eli Zaretskii <eliz@gnu.org>
24188
24189 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
24190 instead of $(lisp)/mh-e.
24191
24192 2007-04-28 Glenn Morris <rgm@gnu.org>
24193
24194 * image-dired.el (image-dired-cmd-create-thumbnail-options)
24195 (image-dired-cmd-create-temp-image-options): Replace option
24196 +profile "*" with -strip.
24197
24198 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
24199
24200 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
24201 Use window-start and window-end.
24202
24203 2007-04-27 Andreas Schwab <schwab@suse.de>
24204
24205 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
24206
24207 2007-04-27 Eli Zaretskii <eliz@gnu.org>
24208
24209 * textmodes/fill.el (fill-paragraph): Doc fix.
24210
24211 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
24212
24213 * locate.el (locate-in-alternate-database): Doc fix.
24214
24215 2007-04-26 Glenn Morris <rgm@gnu.org>
24216
24217 * button.el (button): Use underline if supported, else fall back
24218 to color.
24219
24220 * version.el (emacs-version): Increase to 22.1.50.
24221
24222 2007-04-25 Richard Stallman <rms@gnu.org>
24223
24224 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
24225
24226 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
24227
24228 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
24229 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
24230 pushing mark.
24231 (idlwave-current-routine): Don't push mark.
24232
24233 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
24234
24235 * image-dired.el (image-dired-display-image): Derive image-type from
24236 filename rather than assuming jpeg, in case no resizing was needed.
24237
24238 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
24239
24240 * custom.el (defface): Doc fix.
24241
24242 See ChangeLog.12 for earlier changes.
24243
24244 ;; Local Variables:
24245 ;; coding: utf-8
24246 ;; add-log-time-zone-rule: t
24247 ;; End:
24248
24249 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
24250
24251 This file is part of GNU Emacs.
24252
24253 GNU Emacs is free software; you can redistribute it and/or modify
24254 it under the terms of the GNU General Public License as published by
24255 the Free Software Foundation; either version 3, or (at your option)
24256 any later version.
24257
24258 GNU Emacs is distributed in the hope that it will be useful,
24259 but WITHOUT ANY WARRANTY; without even the implied warranty of
24260 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24261 GNU General Public License for more details.
24262
24263 You should have received a copy of the GNU General Public License
24264 along with GNU Emacs; see the file COPYING. If not, write to the
24265 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24266 Boston, MA 02110-1301, USA.
24267
24268 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af