]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Ed Reingold <reingold at emr.cs.iit.edu>
[gnu-emacs] / lisp / ChangeLog
1 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
2
3 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
4 Use diary-ordinal-suffix.
5
6 2008-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
9
10 2008-05-24 Alan Mackenzie <acm@muc.de>
11
12 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
13 if c-file-style is set to a non-string
14
15 (c-neutralize-CPP-line): Surround by `save-excursion'.
16 (c-neutralize-syntax-in-CPP): Optimize for speed.
17
18 2008-05-18 David Hull <david@snap.com> (tiny change)
19
20 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
21
22 2008-05-18 mohrmarc <debian@miller-mohr.de> (tiny change)
23
24 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add keywords for
25 logic operators .eqv. and .neqv.
26
27 2008-05-17 David Hull <david@snap.com> (tiny change)
28
29 * vc-hg.el (vc-hg-annotate-command): Allow white space before
30 version number.
31
32 2008-05-12 Simon Marshall <simon@gnu.org>
33
34 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
35 from its default value and give it the risky-local-variable
36 property (CVE-2008-2142).
37
38 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
39
40 * smerge-mode.el (smerge-command-prefix): Fix custom type.
41
42 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
43
44 * textmodes/org.el (org-read-date-get-relative): Interpret lone
45 weekday abbreviation as relative to today.
46
47 2008-05-01 Nick Roberts <nickrob@snap.net.nz>
48
49 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
50 Don't throw error if no file is found.
51
52 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
53
54 * net/tramp.el (tramp-replace-environment-variables): Remove it.
55 There is a more simple solution.
56 (tramp-file-name-handler): Apply `substitute-in-file-name' w/o
57 Tramp file name handlers.
58
59 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
60
61 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
62 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
63 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
64 (gdb-assembler-custom): Be careful not to match other addresses.
65
66 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
67
68 * net/tramp.el (tramp-replace-environment-variables): New defun.
69 (tramp-file-name-handler): Use it.
70
71 2008-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
74 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
75 (diff-sanity-check-hunk): Adjust code accordingly.
76
77 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
78
79 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
80
81 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
82
83 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
84 (gdb-set-gud-minor-mode-existing-buffers)
85 (gdb-info-breakpoints-custom, gdb-get-location)
86 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
87 Previously gdb-create-define-alist wasn't always run and added to
88 after-save-hook.
89
90 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
91
92 2008-04-12 Kevin Ryde <user42@zip.com.au>
93
94 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
95 comments like unindented ones.
96
97 2008-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
98
99 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
100 parameter origins.
101
102 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
105
106 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
107
108 * woman.el (woman2-TH): Use string-equal instead of string-match.
109
110 2008-04-11 Kevin Ryde <user42@zip.com.au>
111
112 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
113 Bind print-level to ensure output forms aren't truncated if
114 print-level is set to eval-expression-print-level when going via
115 eval-defun and friends, or has been otherwise fiddled with.
116
117 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
118
119 * net/tramp.el (tramp-find-file-name-coding-system-alist):
120 New defun.
121 (tramp-handle-insert-file-contents, tramp-handle-write-region):
122 Use it.
123
124 * net/trampver.el: Update release number.
125
126 2008-04-09 Alan Mackenzie <acm@muc.de>
127
128 * font-lock.el (font-lock-extend-after-change-region-function):
129 Make it buffer local.
130
131 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
132
133 * progmodes/cc-mode.el (c-basic-common-init): Don't set
134 font-lock-extend-after-change-region-function globally.
135
136 2008-04-08 Carsten Dominik <dominik@science.uva.nl>
137
138 * textmodes/org-export-latex.el: New file.
139
140 * textmodes/org-irc.el: New file.
141
142 * textmodes/org-mac-message.el: New file.
143
144 * textmodes/org-publish.el: New file.
145
146 * textmodes/org.el (org-agenda-collect-markers)
147 (org-create-marker-find-array)
148 (org-check-agenda-marker-table, org-extract-log-state-settings)
149 (org-nofm-to-completion, org-refile-goto-last-stored)
150 (org-export-html-convert-special-strings, org-first-list-item-p)
151 (org-imenu-new-marker, org-imenu-get-tree)
152 (org-speedbar-set-agenda-restriction)
153 (org-agenda-set-restriction-lock)
154 (org-agenda-remove-restriction-lock)
155 (org-agenda-maybe-redo, org-compute-latex-and-specials-regexp)
156 (org-do-latex-and-special-faces, org-read-date-display)
157 (org-select-remember-template, org-agenda-copy-local-variable)
158 (org-read-date-get-relative, org-columns-cleanup-item)
159 (org-find-entry-with-id)
160 (org-insert-columns-dblock, org-listtable-to-string)
161 (org-dblock-write:columnview, org-columns-capture-view)
162 (org-edit-headline, org-parse-local-options)
163 (org-in-clocktable-p, org-property-or-variable-value)
164 (org-get-tags-string, org-up-heading-safe)
165 (org-fast-todo-selection, org-get-wdays)
166 (org-switch-to-buffer-other-window, org-agenda-deadline-face)
167 (org-add-link-type, org-columns-content, org-columns-widen)
168 (org-columns-next-allowed-value, org-columns-edit-allowed)
169 (org-columns-store-format)
170 (org-columns-uncompile-format, org-columns-redo)
171 (org-columns-edit-attributes, org-delete-property)
172 (org-set-property, org-columns-update, org-columns-compute)
173 (org-columns-eval)
174 (org-columns-not-in-agenda, org-columns-compute-all)
175 (org-property-next-allowed-value)
176 (org-columns-compile-format, org-fill-paragraph-experimental)
177 (org-string-to-number, org-property-action, org-columns-move-left)
178 (org-columns-new)
179 (org-column-number-to-string, org-property-previous-allowed-value)
180 (org-at-property-p, org-columns-delete)
181 (org-columns-previous-allowed-value)
182 (org-columns-move-right, org-columns-narrow)
183 (org-property-get-allowed-values)
184 (org-verify-version, org-column-string-to-number)
185 (org-delete-property-globally)
186 (org-get-property-block, org-entry-properties, org-entry-get)
187 (org-entry-delete, org-entry-get-with-inheritance)
188 (org-entry-put, org-buffer-property-keys, org-new-column-overlay)
189 (org-overlay-columns)
190 (org-overlay-columns-title, org-remove-column-overlays)
191 (org-column-show-value, org-column-quit, org-column-edit)
192 (org-cached-entry-get, org-table-put-field-property)
193 (org-get-columns-autowidth-alist, turn-on-orgstruct)
194 (orgstruct-error, orgstruct-setup)
195 (orgstruct-make-binding, org-context-p, org-get-local-variables)
196 (org-run-like-in-org-mode)
197 (org-make-link-regexps, org-remove-keyword-keys)
198 (org-get-todo-face, org-export-get-title-from-subtree)
199 (org-assign-fast-keys, org-get-min-level)
200 (org-get-wdays, org-clock-find-position)
201 (org-clock-goto, org-fontify-priorities)
202 (org-get-date-from-calendar)
203 (org-entry-add-to-multivalued-property)
204 (org-entry-remove-from-multivalued-property)
205 (org-entry-member-in-multivalued-property)
206 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state)
207 (org-agenda-get-restriction-and-command)
208 (org-open-link-from-string, org-columns-open-link)
209 (org-go-to-remember-target, org-remember-insinuate)
210 (org-icalendar-cleanup-string, org-first-sibling-p)
211 (org-back-over-empty-lines, org-skip-whitespace)
212 (org-goto-local-auto-isearch)
213 (org-clocktable-steps, org-refile-get-location)
214 (org-kill-line, org-remove-timestamp-with-keyword)
215 (org-local-logging): New functions.
216 (org-agenda-marker-table, org-log-note-how)
217 (org-goto-local-auto-isearch-map)
218 (org-last-remember-storage-locations)
219 (org-imenu-markers, org-agenda-restriction-lock-overlay)
220 (org-speedbar-restriction-lock-overlay)
221 (org-massive-special-regexp)
222 (org-verbatim-re, org-read-date-display-live)
223 (org-agenda-file-regexp, org-complex-heading-regexp)
224 (org-completion-fallback-command, org-todo-log-states)
225 (org-goto-exit-command, org-goto-selected-point)
226 (org-todo-key-alist, org-todo-key-trigger, org-agenda-remove-date)
227 (org-agenda-after-show-hook, org-agenda-skip-unavailable-files)
228 (org-fast-tag-selection-can-set-todo-state, org-local-properties)
229 (org-store-link-functions, org-columns-top-level-marker)
230 (orgstruct-mode-map, org-entry-property-inherited-from)
231 (org-column-overlays, org-current-columns-fmt)
232 (org-current-columns-maxwidths, org-column-map)
233 (org-cached-props): New variables.
234 (org-special-ctrl-k, org-goto-auto-isearch)
235 (org-agenda-todo-keyword-format)
236 (org-remember-use-refile-when-interactive)
237 (org-imenu-depth, org-highlight-latex-fragments-and-specials)
238 (org-agenda-skip-scheduled-if-done, org-extend-today-until)
239 (org-agenda-window-frame-fractions, org-fontify-priorities)
240 (org-agenda-deadline-leaders, org-use-property-inheritance)
241 (org-clock-into-drawer, org-agenda-compact-blocks)
242 (org-use-fast-todo-selection, org-fast-tag-selection-include-todo)
243 (org-edit-timestamp-down-means-later, org-todo-keyword-faces)
244 (org-agenda-deadline-faces, org-remember-store-without-prompt)
245 (org-default-columns-format)
246 (org-agenda-default-appointment-duration)
247 (org-export-with-footnotes, org-clock-out-when-done)
248 (org-global-properties, org-todo-keyword-faces)
249 (org-archive-save-context-info)
250 (org-edit-timestamp-down-means-later)
251 (org-scheduled-past-days, org-export-with-drawers)
252 (org-read-date-prefer-future, org-hide-emphasis-markers)
253 (org-clock-heading-function, org-clock-in-switch-to-state)
254 (org-export-with-special-strings): New options.
255 (org-link-store, org-link-follow, org-latex)
256 (org-remember-templates, org-time-stamp-rounding-minutes)
257 (org-back-over-empty-lines, org-find-base-buffer-visiting)
258 (org-columns-new): Fix typos in docstrings.
259 (org-ctrl-c-star): Implement a missing branch in the decision tree.
260 (org-select-remember-template): Clean the code.
261 (org-prepare-dblock): Add the extra :content parameter.
262 (org-write-agenda): New output type ".ics" files.
263 (org-write-agenda): Call `org-icalendar-verify-function', both for
264 time stamps and for TODO entries.
265 (org-export-as-html): Revert the change that killed the html
266 buffer. Side effects first need to be studied carefully.
267 (org-get-tags-at): Fix the structure of the condition-case statement.
268 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
269 (org-timestamp-change): Fix regulear expressions to swallow the
270 extra character for repeat-shift control.
271 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
272 (org-get-legal-level): Alias to `org-get-valid-level'.
273 (org-dblock-write:clocktable): Add a :link parameter, linking
274 headlines to their location in the Org agenda files.
275 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
276 throwing an error when getting tags before headlines.
277 (org-timestamp-change, org-modify-ts-extra)
278 (org-ts-regexp1): Fix timestamp editing.
279 (org-agenda-custom-commands-local-options): New constant.
280 (org-agenda-custom-commands):
281 Use `org-agenda-custom-commands-local-options' to improve customize
282 type. "htmlize": Removed hack to fix face problem with htmlize,
283 it no longer seem necessary.
284 (org-follow-link-hook): New hook.
285 (org-agenda-custom-commands): Add "Component" as a tag for each
286 item in a command serie.
287 (org-open-at-point): Run `org-follow-link-hook'.
288 (org-agenda-schedule): Bugfix: don't display marker type when it
289 is nil.
290 (org-store-link): org-irc required.
291 (org-set-regexps-and-options): Parse the new logging options.
292 (org-todo): Handle the new ways of recording state change stuff.
293 (org-columns-open-link): Fix bug with opening link in column view.
294 (org-todo): Make sure that LOGGING properties are honoured.
295 (org-todo-keywords): Improve docstring.
296 (org-startup-options): Cleanup startup options.
297 (org-set-regexps-and-options): Process the "!" markers.
298 (org-todo): Respect the new logging stuff.
299 (org-add-log-maybe): New parameter HOW that defines how logging
300 should be done and also overrides PURPOSE. Add a docstring.
301 (org-add-log-note): Check if we really need to ask for a note.
302 (org-get-current-options): Digest the new keyword.
303 (org-agenda-reset-markers): Rename from
304 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
305 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
306 function, without force argument.
307 (org-buffer-property-keys): Bind local variables s and p.
308 (org-make-tags-matcher): Allow "" to match an empty or
309 non-existent property value.
310 (org-export-as-html): Join unsorted lists when they directly
311 follow each other. Such lists may be created by headlines that
312 are converted to lists.
313 (org-export-as-html): Use :html-extension instead of
314 org-export-html-extension.
315 (org-store-link): Support for links from `rmail-summary-mode'.
316 (org-columns-new, org-complete, org-set-property): Set the
317 `include-columns' argument in the call to `org-buffer-property-keys'.
318 (org-buffer-property-keys): New argument `include-columns', to
319 include properties expected by any of the COLUMS formats in the
320 current buffer.
321 (org-cleaned-string-for-export): Get rid of drawers first, so that
322 they will be removed also in the text before the first headline.
323 (org-clock-report): Show the clocktable when found.
324 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
325 (org-version): With prefix argument, insert `org-version' at point.
326 (org-agenda-goto): Recenter the window after finding the target
327 location, to make sure the correct position will be displayed.
328 (org-agenda-get-deadlines): Don't scale priority with the warning
329 period.
330 (org-insert-heading): Don't break line in the middle of the line.
331 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
332 be 0.
333 (org-update-checkbox-count): Revamp to deal with hierarchical
334 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
335 (org-schedule, org-deadline): Use `org-remove-timestamp-with-keyword'
336 to make sure all such time stamps are removed.
337 (org-mode): Support for `align'.
338 (org-agenda-get-deadlines): Make sure priorities increase as the
339 due date approaches and is passed.
340 (org-remember-apply-template): Fix problem with tags that contain
341 "_" or "@".
342 (org-make-link-regexps): Improve the regular expression for plain
343 links.
344 (org-agenda-get-closed): List each clocking entry.
345 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
346 (org-archive-all-done): Fix incorrect number of stars in regexp.
347 (org-global-tags-completion-table): Add the value of org-tag-alist
348 in each buffer, to make sure that also unused tags will be
349 available for completion.
350 (org-columns-edit-value)
351 (org-columns-next-allowed-value): Only update if not in agenda.
352 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
353 (org-archive-subtree): Add the outline tree context as a property.
354 (org-closest-date): New optional argument `prefer'.
355 (org-goto-map, org-get-location): Implement auto-isearch.
356 (org-goto-local-search-forward-headings)
357 (org-get-entries-from-diary): Require diary-lib.
358 (org-agenda-sunrise-sunset): Require solar.
359 (org-export-html-style): Doc fix.
360 (org-get-legal-level): New obsolete alias.
361 (org-get-valid-level): Rename from `org-get-legal-level'.
362 (org-promote, org-demote, org-archive-subtree)
363 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
364 (org-info): Use info rather than Info-goto-node.
365 (org-entry-properties): Let-bind `clocksum'.
366 (org-unmodified, org-cycle-emulate-tab)
367 (org-descriptive-links, org-link-file-path-type)
368 (org-remember-use-refile-when-interactive)
369 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
370 (org-export-ascii-bullets, org-agenda-deadline-faces)
371 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
372 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
373 (org-kill-note-or-show-branches): Fix typos in docstrings.
374 (org-html-do-expand): `org-export-html-convert-special-strings'
375 added to the list of conversion.
376 (org-infile-export-plist, org-get-current-options): Add support
377 for "-" in the #+OPTION line to let user switch on/off special
378 strings conversion.
379 (org-export-plist-vars): New :html-table-tag property.
380 (org-export-as-html, org-format-org-table-html)
381 (org-format-table-table-html) Use the :html-table-tag property
382 instead of the `org-export-html-table-tag' global value.
383 (org-additional-option-like-keywords): Add "TBLFM".
384 (org-entry-properties): Include the CLOCKSUM special property.
385 (org-columns-edit-value): Do not allow to edit the special
386 CLOCKSUM property.
387 (org-flag-drawer): Use the original value of `outline-regexp'.
388 (org-remember-handler): Add invisible-ok flag to call to
389 `org-end-of-subtree'.
390 (org-agenda-highlight-todo): Respect `org-agenda-todo-keyword-format'.
391 (org-infile-export-plist): No restriction while searching for
392 options.
393 (org-remember-handler): Remove comments at the end of the buffer.
394 (org-table-sort-lines): Make sure sorting works on link
395 descritions only, and ignores the link.
396 (org-sort-entries-or-items): Make sure the end of the subtree is
397 included.
398 (org-refile-use-outline-path): New allowed values `file' and
399 `full-file-path'.
400 (org-get-refile-targets): Respect new values for
401 `org-refile-use-outline-path'.
402 (org-agenda-get-restriction-and-command): DEL goes back to initial
403 list.
404 (org-export-as-xoxo): Restore point when done.
405 (org-open-file): Allow multiple %s in command.
406 (org-get-refile-targets): Interpret the new maxlevel setting.
407 (org-refile-targets): New option `:maxlevel'.
408 (org-copy-subtree): Include empty lines before but not after subtree.
409 (org-move-item-down, org-move-item-up): Include empty lines before
410 but not after item.
411 (org-remember-apply-template): Defaults, completions and history
412 for template prompts. Also, interpret new `%!' escape.
413 (org-context-choices): New constant.
414 (org-bound-and-true-p): New macro.
415 (org-agenda-restriction-lock): New face.
416 (org-open-at-point): Remove obsolete way to do redirection in
417 shell links.
418 (org-imenu-and-speedbar): New customization group.
419 (org-entry-properties): Return keyword-less time strings.
420 (org-clock-in): Use `org-clock-heading-function'.
421 (org-calendar-holiday): Try to use `calendar-check-holidays'
422 instead of the obsolete `check-calendar-holidays'.
423 (org-export-html-special-string-regexps): New constant.
424 (org-latex-and-export-specials): New face.
425 (org-link-escape-chars): Use characters instead of strings.
426 (org-link-escape-chars-browser, org-link-escape)
427 (org-link-unescape): Use characters instead of strings.
428 (org-export-html-convert-sub-super, org-html-do-expand): Check for
429 protected text.
430 (org-emphasis-alist): Additional `verbatim' flag.
431 (org-set-emph-re): Handle the verbatim flag and compute
432 `org-verbatim-re'.
433 (org-cleaned-string-for-export): Protect verbatim elements.
434 (org-additional-option-like-keywords): Add new keywords.
435 (org-get-entry): Rename from `org-get-cleaned-entry'.
436 (org-agenda-get-scheduled, org-agenda-get-blocks):
437 Use `org-agenda-skip-scheduled-if-done'.
438 (org-prepare-agenda-buffers): Allow buffers as arguments.
439 (org-entry-properties): Add CATEGORY as a special property.
440 (org-use-property-inheritance): Allow a list of properties as a value.
441 (org-eval-in-calendar): No longer update the prompt.
442 (org-read-date-popup-calendar): Rename from
443 `org-popup-calendar-for-date-prompt'.
444 (org-remember-apply-template): Define `remember-finalize' if it is
445 not yet defined.
446 (org-read-date): Respect the setting of
447 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
448 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
449 hardcoded string.
450 (org-remember-apply-template): Use `remember-finalize' instead of
451 `remember-buffer'.
452 (org-columns-compute, org-column-number-to-string)
453 (org-columns-uncompile-format, org-columns-compile-format)
454 (org-columns-compile-format): Handle printf format specifier.
455 (org-columns-new, org-column-number-to-string)
456 (org-columns-uncompile-format, org-columns-compile-format):
457 Support for new currency summary type.
458 (org-tree-to-indirect-buffer): Do not kill old buffer when
459 `org-indirect-buffer-display' is `new-frame'.
460 (org-indirect-buffer-display): Document that `new-frame' leads to
461 indiret buffer proliferation.
462 (org-agenda-list): Use `org-extend-today-until'.
463 (org-format-org-table-html): Use lower-case for <col> tag.
464 (org-agenda-execute): New command.
465 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
466 (org-remember-apply-template): Use `org-select-remember-template'.
467 (org-region-active-p): Use `use-region-p'.
468 (org-cycle-hide-archived-subtrees)
469 (org-table-rotate-recalc-marks, org-mark-ring-push)
470 (org-follow-info-link, org-mhe-get-message-folder-from-index)
471 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
472 (org-evaluate-time-range, org-edit-agenda-file-list):
473 (org-paste-subtree):
474 (org-calendar-holiday): Use calendar-check-holidays instead of the
475 obsolete check-calendar-holidays.
476 (org-table-formula-substitute-names): Remove forgotten temporary
477 debugging code.
478 (org-agenda-get-restriction-and-command): Use `mapc' instead of
479 `mapcar'.
480 (org-agenda-list): Numeric prefix argument can specify the number
481 of days.
482 (remember-register, remember-buffer): Prevent byte compiler from
483 complaining.
484 (org-todo): Save and restore match data.
485 (org-no-warnings): New macro.
486 (org-columns-eval): Use `org-no-warnings'.
487 (org-version): Change to 5.13e.
488 (org-agenda-file-regexp): Fix typo in docstring.
489 (org-add-planning-info): Fix bug in parenthesis settings.
490 (org-scan-tags): Catch the case of indirect buffers with no filename.
491 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
492 Re-install switch to mapc, had been removed by accident.
493 (org-columns-map): New binding `C-c C-o'.
494 (org-columns-menu): Change menu text and added new entry.
495 (org-columns-eval): Document the use of `next-line'.
496 (org-columns-follow-link): Remove function.
497 (org-read-date-get-relative): Fix typo in docstring.
498 (org-read-date-get-relative): Leading +/- is not optional.
499 (org-agenda-get-restriction-and-command): Always resize window on
500 first loop cycle.
501 (org-agenda-open-link): Make sure the link abbreviations are
502 present in the agenda buffer.
503 (org-agenda-files): Allow directories in the variable.
504 (org-agenda): Use `org-agenda-get-restriction-and-command'.
505 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
506 (org-remember-apply-template): Catch C-g and make sure window
507 configuration is restored.
508 (org-agenda-open-link): Make it work with several links in the line.
509 (org-drawers, org-set-regexps-and-options)
510 (org-get-current-options): Add support for a DRAWERS in-buffer option.
511 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
512 (org-agenda-to-appt): Require calendar.
513 (org-entry-get-with-inheritance): Widen for search.
514 (org-columns-display-here): Don't mark buffer as modified when
515 adding space characters to accomodate column overlays.
516 (org-export-as-html): Better formatting of tags in the toc.
517 (org-columns-display-here): Make the ITEM column as compact as
518 possible.
519 (org-remember-templates): Customization interface improved.
520 (org-export-with-property-drawer): Variable removed.
521 (org-sort-entries): Rewrite using `sort-subr'.
522 (org-set-property): More appropriate completion during interactive use.
523 (org-sort-entries): Allow sorting by property.
524 (org-additional-option-like-keywords): Add more values.
525 (org-sort-entries-or-items): Rename from `org-sort-entries'.
526 (org-at-timestamp-p, org-timestamp-change)
527 (org-remember-templates): First element of each entry is now a
528 name for the template.
529 (org-store-log-note): Check for `org-note-abort'.
530 (org-kill-note-or-show-branches): New command.
531 (org-cut-subtree, org-copy-subtree): New argument N to act on N
532 sequential subtrees.
533 (org-paste-subtree): Fix the level at which a tree is pasted.
534 (org-fit-agenda-window): Limitations on window size removed.
535 (org-agenda-find-same-or-today-or-agenda): Rename from
536 `org-agenda-find-today-or-agenda'.
537 (org-agenda-scheduled-leaders)
538 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
539 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
540 (org-export-with-tags, org-export-plist-vars)
541 (org-infile-export-plist): New "tags" option.
542 (org-cached-entry-get): Use `org-use-property-inheritance'.
543 (org-remember-apply-template): Fix typo.
544 (org-additional-option-like-keywords): New constant.
545 (org-complete): Use `org-additional-option-like-keywords'.
546 (org-clock-report): Only update the table at point, or insert a
547 new one.
548 (org-open-file): Use `start-process-shell-command' instead of
549 `shell-command' with an ampersand.
550 (org-deadline, org-schedule): New argument REMOVE to remove the
551 date from the entry.
552 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
553 argument to `org-schedule' and `org-deadline'.
554 (org-trim): Use the correct expressions for beginning and end of
555 the string.
556 (org-get-cleaned-entry): Trim the string before returning it.
557 (org-agenda-tags-column): Rename from
558 `org-agenda-align-tags-to-column'.
559 (org-agenda-align-tags): Allow negative values for
560 `org-agenda-tags-column'.
561 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
562 (org-agenda-to-appt): New optional argument FILTER.
563 (org-complete): Use `org-completion-fallback-command'.
564 (org-find-base-buffer-visiting): Catch the case that there is no
565 buffer visiting the file.
566 (org-todo): Use `org-property-or-variable-value'
567 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
568 (org-agenda-schedule, org-agenda-deadline):
569 Call `org-agenda-show-new-time'.
570 (org-agenda-show-new-time): New argument PREFIX.
571 (org-colgroup-info-to-vline-list): Fix but that cause a shift in
572 the vertical lines.
573 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
574 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
575 (org-indent-item): No arg in call to `org-fix-bullet-type'.
576 (org-fix-bullet-type): Remove argument.
577 (org-read-date): Check for am/pm twice, to catch the end time.
578 (org-goto-map): Use `suppress-keymap'.
579 (org-remember-apply-template): Respect the dynamically scoped
580 selection character.
581 (org-kill-is-subtree-p): Use `org-outline-regexp'.
582 (org-outline-regexp): New constant.
583 (org-remember-handler): Throw error when the target file is not in
584 org-mode.
585 (org-cleaned-string-for-export): No longer call
586 `org-export-latex-cleaned-string' with an argument.
587 (org-get-tags): Returns now a list, not a string.
588 (org-archive-subtree): No need to split return of `org-get-tags'.
589 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
590 instead of `org-get-tags'.
591 (org-agenda-format-date): Rename from `org-agenda-date-format'.
592 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
593 (org-compatible-face): New argument INHERITS. Inherit from this
594 face if possible.
595 (org-level-1, org-level-2, org-level-3, org-level-4)
596 (org-level-5, org-level-6, org-level-7, org-level-8)
597 (org-special-keyword, org-drawer, org-column, org-warning)
598 (org-archived, org-todo, org-done, org-headline-done, org-table)
599 (org-formula, org-code, org-agenda-structure)
600 (org-scheduled-today, org-scheduled-previously)
601 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
602 in the new way.
603 (org-get-heading): New argument NO-TAGS.
604 (org-fast-tag-selection-include-todo): Made defvar instead of
605 defcustom, feature is not deprecated.
606 (org-remember-store-without-prompt): New default value t.
607 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
608 Compute the log states.
609 (org-goto-map): More commands copied from global map. Also bind
610 `org-occur'.
611 (org-goto): Made into a general lookup command.
612 (org-get-location): Complete rewrite.
613 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
614 Set the new variables.
615 (org-paste-subtree): Whitespace insertion strategy revised.
616 (org-remember-apply-template): Protect v-A from the possibility
617 that v-a might be nil.
618 (org-remember-handler): Insertion rules revised.
619 (org-todo): Respect org-todo-log-states.
620 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
621 (org-confirm-shell-link-function)
622 (org-confirm-elisp-link-function): Doc fixes.
623 (org-re): Also replace the :alpha: class.
624 (org-todo-tag-alist): Variable removed.
625 (org-log-done): Docstring fixed.
626 (org-deadline-warning-days): New default value 14.
627 (org-tag-alist): Docstring fixed.
628 (org-export-language-setup): New languages added.
629 (org-set-regexps-and-options): Compute the new variables.
630 (org-paste-subtree): Cleaning up.
631 (org-remember-apply-template): New escape %A.
632 (org-todo): Call fast TODO selection.
633 (org-add-log-note): Allow prefix for abort exit.
634 (org-at-property-p, org-entry-properties)
635 (org-columns-get-autowidth-alist): Use :alpha: class.
636 (org-agenda-get-deadlines): Use `org-get-wdays'.
637 (org-agenda-get-deadlines): Reverse ee before returning.
638 (org-format-agenda-item): New argument REMOVE-RE.
639 (org-agenda-convert-date): Baha'i calendar added.
640 (org-infile-export-plist): Also find DATE line.
641 (org-export-as-html, org-export-as-ascii): Use the date format.
642 (org-shiftup, org-shiftdown): Use.
643 `org-edit-timestamp-down-means-later'.
644 (org-columns-compile-format)
645 (org-columns-get-autowidth-alist, org-buffer-property-keys)
646 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
647 property names.
648 (org-export-visible): Fix drawers before export.
649 (org-do-sort): Allow sorting by priority.
650 (org-agenda-files): Ignore non-existing files.
651 (org-ellipsis): All a face as value.
652 (org-mode): Interprete the face value of `org-ellipsis'.
653 (org-archive-subtree): Store context info in archived entry.
654 (org-fast-tag-selection): Allow setting TODO states through this
655 interface.
656 (org-cycle): Docstring updated.
657 (org-set-font-lock-defaults, org-agenda-highlight-todo):
658 Use `org-get-todo-face'.
659 (org-table-edit-field, org-table-show-reference)
660 (org-table-edit-formulas, org-add-log-note)
661 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
662 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
663 `switch-to-buffer-other-window' to make sure that the temporary
664 windows show up on the current frame.
665 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
666 (org-get-entries-from-diary, org-replace-region-by-html):
667 Don't allow pop-up frames.
668 (org-agenda-get-deadlines, org-agenda-get-scheduled): Fix problems
669 with time-of-day.
670 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
671 with listing items that are DONE.
672 (org-change-tag-in-region): New command.
673 (org-agenda-skip-scheduled-if-done)
674 (org-agenda-skip-deadline-if-done): Docstring clarified.
675 (org-mode): Hide drawers on startup.
676 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
677 (org-agenda-skip): Allow a form for `org-agenda-skip-function'.
678 (org-agenda-redo): Re-use local settings.
679 (org-agenda): Store local settings.
680 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
681 entries on their due date.
682 (org-agenda-get-timestamps): No longer handle the due dates of
683 schedules and deadline items.
684 (org-insert-link-global, org-open-at-point-global): New commands.
685 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
686 :for-ascii parameter.
687 (org-skip-comments): Function removed.
688 (org-cleaned-string-for-export): Handle special table lines.
689 (org-entry-get-with-inheritance): Check global properties.
690 (org-set-regexps-and-options): Find the #+PROPERTY line.
691 (org-link-types): Change type into variable (was constant).
692 (org-link-re-with-space, org-link-re-with-space2)
693 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
694 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
695 these regular expressions happens now in the function
696 `org-make-link-regexps'.
697 (org-store-link): Call the functions in
698 `org-store-link-functions'.
699 (org-activate-tags): Force matches to be in headlines.
700 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
701 (org-columns-display-here): Make sure this works in a narrowed
702 buffer by checking for point-min.
703 (org-columns-display-here): Make the rest of the line intangible,
704 so that point never can be there.
705 (org-cleaned-string-for-export): Use `with-current-buffer'.
706 (org-replace-region-by-html): Use `with-current-buffer'.
707 (org-unfontify-region, org-do-occur, org-columns-display-here)
708 (org-columns-remove-overlays, org-columns-quit)
709 (org-columns-edit-value, org-columns-next-allowed-value)
710 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
711 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
712 (org-agenda-todo, org-agenda-change-all-lines)
713 (org-agenda-align-tags, org-agenda-priority)
714 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
715 (org-agenda-show-new-time, org-cleaned-string-for-export)
716 (org-export-grab-title-from-buffer)
717 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
718 instead of `buffer-read-only'.
719 (org-export-as-html): Set `coding-system-for-write'.
720 (org-archive-subtree): Fix bug with modifying TODO keyword.
721 (org-beginning-of-line): Also treat C-a special in items.
722 (org-table-convert-refs-to-rc): Fix problem with column
723 reference after "..".
724 (org-columns-compute): Don't mark buffer modified because of text
725 properties.
726 (org-batch-store-agenda-views): Use the variable
727 `default-directory', not the function.
728 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
729 (org-html-entities): Add HTML entities for smileys.
730 (org-end-of-line): Move to end of line if in headline without tags.
731 (org-agenda-day-view, org-agenda-week-view): Remember span as default.
732 (org-columns-edit-value): Rename from `org-column-edit'.
733 (org-columns-display-here-title): Rename from
734 `org-overlay-columns-title'.
735 (org-columns-remove-overlays): Rename from
736 org-remove-column-overlays.
737 (org-columns-get-autowidth-alist): Rename from
738 `org-get-columns-autowidth-alist'.
739 (org-columns-display-here): Rename from `org-overlay-columns'.
740 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
741 (org-columns-quit): Rename from `org-column-quit'.
742 (org-columns-show-value): Rename from `org-column-show-value'.
743 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
744 (org-columns-overlays): Rename from `org-column-overlays'.
745 (org-columns-map): Rename from `org-column-map'.
746 (org-columns-current-maxwidths): Rename from
747 `org-current-columns-maxwidths'.
748 (org-columns-begin-marker, org-columns-current-fmt-compiled)
749 (org-previous-header-line-format)
750 (org-columns-inhibit-recalculation)
751 (org-columns-default-format): Rename from
752 `org-default-columns-format'.
753 (org-property-re): New constant.
754 (orgstruct-mode): New minor mode.
755 (org-cycle-list-bullet): New command.
756 (org-special-properties, org-property-start-re)
757 (org-property-end-re): New constants.
758 (org-with-point-at): New macro.
759 (org-insert-property-drawer): New command.
760 (org-column): New face.
761 (org-column-menu): New menu.
762 (org-columns, org-agenda-columns): New commands.
763 (org-properties): New customize group.
764 (org-priority): Realign tags after changing priority.
765 (org-preserve-lc): New macro.
766 (org-update-checkbox-count): Catch case when there is no headline.
767 (org-agenda-quit): Remove any column overlays.
768 (org-beginning-of-item-list): Fix bug when non-item line is
769 indented too deep.
770 (org-make-tags-matcher): Handle property matches.
771 (org-table-recalculate): Swap evaluation order: Field formula
772 first, then column formulas, but don't allow them to overwrite the
773 field formulas.
774 (org-table-eval-formula): New argument untouchable.
775 (org-export-as-html): Fix replacement bug for XEmacs.
776
777 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
778
779 * dired.el (dired-dnd-handle-local-file):
780 Obey dired-backup-overwrite for copy, move, and link operations.
781
782 * dired-aux.el (dired-overwrite-confirmed): Undo last change.
783
784 2008-04-06 Alan Mackenzie <acm@muc.de>
785
786 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
787 typo in the doc string.
788
789 * progmodes/cc-mode.el (c-extend-after-change-region):
790 New function, used in font-lock-extend-after-change-region-function,
791 thus superseding advice on the Font Lock after change functions.
792
793 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
794
795 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
796
797 2008-04-04 Stephen Berman <Stephen.Berman@gmx.net>
798
799 * newcomment.el (comment-enter-backward): Be careful to restore
800 position changed during narrowing.
801
802 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
803
804 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
805 Fix in disassembly buffer (regression in 22.2).
806
807 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
808
809 * shell.el (shell-dynamic-complete-filename): New fun.
810 (shell-dynamic-complete-functions): Use it.
811
812 2008-04-02 Alan Mackenzie <acm@muc.de>
813
814 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
815 New optimised functions to get the name of the current defun/macro.
816
817 * add-log.el (add-log-current-defun): Move the functionality which
818 gets the current function name for C like modes to cc-cmds.el,
819 thus optimising for speed.
820
821 2008-04-02 Eli Zaretskii <eliz@gnu.org>
822
823 * ps-print.el (ps-generate-postscript-with-faces): If the face
824 specified by the overlay's `face' property is a string, assume
825 it's a string name and intern it to get the face symbol.
826
827 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
828
829 * find-dired.el (find-dired-filter): Fix last patch to handle
830 multi-line process input. Pad link numbers too.
831
832 2008-04-01 Jari Aalto <jari.aalto@cante.net>
833
834 * find-dired.el (find-dired-filter): Align columns by padding file
835 sizes.
836
837 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
838
839 * calc/calc.el: Autoload `calc-yank'.
840 (calc-mode-map): Add keybindings for `calc-yank'.
841 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
842 assignments for `calc-yank'.
843
844 2008-03-31 Martin Rudalics <rudalics@gmx.at>
845
846 * emacs-lisp/find-func.el (find-function-search-for-symbol):
847 Strip extension from .emacs.el to make sure symbol is searched
848 in .emacs too.
849
850 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * vc.el (vc-do-command): Don't show internal temp buffers.
853
854 2008-03-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
855
856 * term/mac-win.el (mac-ae-reopen-application): New function.
857 (mac-apple-event-map): Bind "reopen application" Apple event to it.
858
859 2008-03-29 Juanma Barranquero <lekktu@gmail.com>
860
861 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
862
863 2008-03-26 Chong Yidong <cyd@stupidchicken.com>
864
865 * Version 22.2 released.
866
867 2008-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
868
869 * info.el (Info-isearch-search): Always return point.
870
871 2008-03-23 Andreas Schwab <schwab@suse.de>
872
873 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
874 Fix radio button condition.
875 [box]: Likewise.
876 [customize]: Add radio button.
877
878 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
879
880 * vc-bzr.el (vc-bzr-print-log): Ensure it works when passed a
881 single file argument.
882 (vc-bzr-show-log-entry): Fix typo.
883
884 2008-03-19 Wilson Snyder <wsnyder@wsnyder.org>
885
886 * progmodes/verilog-mode.el (verilog-easy-menu-filter):
887 New function.
888 (verilog-stmt-menu, verilog-menu): Add :help.
889 (verilog-customize, verilog-font-customize)
890 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
891 (verilog-mode): Update documentation strings to match tool tips.
892 (verilog-auto-search-do, verilog-auto-re-search-do)
893 (verilog-skip-forward-comment-or-string): Fix verilog-auto
894 expansion when a .* appears inside a string.
895 (verilog-re-search-forward, verilog-re-search-backward):
896 Add comment to recall how this works.
897
898 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
899
900 * net/tls.el (open-tls-stream): Reindent.
901
902 2008-03-19 Glenn Morris <rgm@gnu.org>
903
904 * net/tls.el: Don't require rx when compiling.
905 (tls-end-of-info): Rewrite without using rx.
906 (open-tls-stream): Use with-current-buffer.
907
908 2008-03-18 Dan Nicolaescu <dann@ics.uci.edu>
909
910 * font-lock.el (font-lock-comment-face): Set the foreground for
911 the light background 8 colors case.
912
913 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
914 command for each file in the list.
915 (vc-bzr-log-view-mode): Recognize the file marker.
916 (vc-bzr-show-log-entry): Make regexp match more cases.
917
918 2008-03-18 Wilson Snyder <wsnyder@wsnyder.org>
919
920 * verilog-mode.el (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT
921 mis-including genvars.
922
923 2008-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
926 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
927 Revision numbers can include ".".
928
929 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
930 "+" lines not accounted for by counting "-" and context lines.
931
932 2008-03-16 Juri Linkov <juri@jurta.org>
933
934 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
935 (dired-perm-write): Rename from `dired-warn-writable'.
936 Change parent face from `font-lock-warning-face' to
937 `font-lock-comment-delimiter-face'.
938 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
939 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
940 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
941 with `dired-perm-write-face'.
942
943 2008-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
944
945 * term/mac-win.el (mac-service-open-file): Use file URL instead of
946 file name string.
947
948 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
949
950 * vc-bzr.el (vc-bzr-registered): Fail if `bzr' is not installed.
951 (vc-bzr-annotate-command): Preserve line alignment.
952 (vc-bzr-annotate-time): Accept space used to preserve alignment.
953
954 2008-03-13 Richard Stallman <rms@gnu.org>
955
956 * mouse.el (mouse-yank-secondary): Nice error msg if no secondary sel.
957
958 * emacs-lisp/advice.el (defadvice): Add usage pattern.
959
960 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
961
962 * simple.el (set-mark-command): Doc fix.
963
964 2008-03-10 Nick Roberts <nickrob@snap.net.nz>
965
966 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
967 thread in [h-e-w]).
968
969 2008-03-08 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
970
971 * subr.el (while-no-input): Don't splice BODY directly into the
972 `or' form.
973
974 2008-03-06 Kim F. Storm <storm@cua.dk>
975
976 * help.el (view-emacs-todo): Rename from view-todo. Change users.
977 (describe-gnu-project): Rename from describe-project. Change users.
978 Define obsolete function aliases for the old names.
979
980 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
981
982 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
983 Reported by Drew Adams <drew.adams@oracle.com>.
984
985 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
986
987 * iswitchb.el (iswitchb-use-faces): Doc fix.
988 (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings.
989
990 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
991
992 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
993 Fix typo.
994 (verilog-type-font-keywords): Reindent.
995
996 2008-03-03 Michael McNamara <mac@mail.brushroad.com>
997
998 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
999 grouping-keyword regular expression.
1000 (verilog-font-lock-keywords): Allow users to toggle special
1001 highlight of grouping-keywords.
1002 (verilog-highlight-grouping-keywords): The toggle for special
1003 highlighting of grouping keywords.
1004
1005 2008-03-02 Juri Linkov <juri@jurta.org>
1006
1007 * startup.el: Revert 2008-02-28 change that adds initial message
1008 to *scratch* buffer regardless of the value of `inhibit-startup-screen'.
1009
1010 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
1011
1012 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
1013 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
1014 * progmodes/verilog-mode.el (verilog-mode):
1015 * net/socks.el (socks):
1016 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
1017
1018 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
1019
1020 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
1021 running `desktop-not-loaded-hook' to allow modifying it.
1022 Don't show warning message if `desktop-dirname' was modified.
1023
1024 2008-03-01 Alan Mackenzie <acm@muc.de>
1025
1026 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
1027
1028 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
1029 doc-string, "c-old-LEN" -> "c-old-END".
1030
1031 2008-02-29 Glenn Morris <rgm@gnu.org>
1032
1033 * allout.el (allout-topic-encryption-bullet)
1034 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
1035 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
1036 from 22.0 to 22.1.
1037
1038 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
1039
1040 * desktop.el (desktop-save): Save the buffer name if the
1041 uniquified base name is empty.
1042
1043 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
1046 we still expect more lines.
1047
1048 2008-02-28 Juri Linkov <juri@jurta.org>
1049
1050 * startup.el (normal-splash-screen): Add argument `concise'.
1051 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
1052 to the created buffer. If `concise' is non-nil, call
1053 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
1054 (display-startup-screen): Add argument `concise' to the call to
1055 `normal-splash-screen'.
1056
1057 2008-02-28 Kim F. Storm <storm@cua.dk>
1058
1059 * startup.el (startup-echo-area-message): Check for about-emacs.
1060
1061 2008-02-28 Juri Linkov <juri@jurta.org>
1062
1063 * startup.el: Always add initial message to *scratch* buffer if
1064 `initial-scratch-message' is non-nil regardless of the value of
1065 `inhibit-startup-screen'.
1066 (inhibit-startup-screen, initial-scratch-message): Doc fix.
1067 (command-line-1): Move code that inserts `initial-scratch-message'
1068 up before the if-form that checks for `inhibit-startup-screen'.
1069 Suggested by Jonathan Rockway <jon@jrock.us>.
1070
1071 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1072
1073 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
1074 comment-paragraph filling if the commark doesn't match
1075 comment-start-skip.
1076
1077 * uniquify.el (uniquify-buffer-base-name): Undo last change.
1078
1079 2008-02-28 Daiki Ueno <ueno@unixuser.org>
1080
1081 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
1082 the `imap' variant.
1083
1084 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
1085
1086 * uniquify.el (uniquify-buffer-base-name): If the base name is an
1087 empty string, return nil to allow the caller to default to the
1088 buffer name. Reported by Martin Fischer <parozusa@web.de>.
1089
1090 2008-02-26 Jason Rumney <jasonr@gnu.org>
1091
1092 * files.el (make-auto-save-file-name): Encode more characters in
1093 non-file buffer names. Use url-encoding.
1094
1095 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * net/net-utils.el (ftp-program): Fix typo in docstring.
1098 (ifconfig-program-options, netstat-program-options)
1099 (arp-program-options, route-program-options, nslookup-program-options)
1100 (ftp-program-options, smbclient-program-options)
1101 (dns-lookup-program-options, arp, route): Doc fixes.
1102
1103 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
1104 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
1105 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
1106 Fix typos in docstrings.
1107 (gdb-pending-triggers): Reflow docstring.
1108 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
1109
1110 2008-02-25 Alan Mackenzie <acm@muc.de>
1111
1112 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
1113 typing "#" at EOB.
1114
1115 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
1118
1119 2008-02-24 Jason Rumney <jasonr@gnu.org>
1120
1121 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
1122
1123 2008-02-23 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1124
1125 * textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags.
1126
1127 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 * dired.el (dired-mark-prompt): Don't count/display the t element.
1130 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
1131
1132 2008-02-22 Bill Meier <wmeier@newsguy.com> (tiny change)
1133
1134 * progmodes/sh-script.el (sh-indent-comment): Docstring fix.
1135
1136 2008-02-21 Glenn Morris <rgm@gnu.org>
1137
1138 * subr.el (sit-for): Fix obsolete form for nil second argument.
1139
1140 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
1141
1142 * progmodes/verilog-mode.el (eval-when-compile): Don't define
1143 add-submenu.
1144 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
1145 Remove. Move contents to the only use ...
1146 (verilog-menu): ... here.
1147 (verilog-statement-menu): Remove. Move contents to the only use ...
1148 (verilog-stmt-menu): ... here.
1149 (verilog-mark-defun): Simply call mark-defun for Emacs.
1150 (occur-pos-list): Declare for byte compiler.
1151 (mode-popup-menu): Don't defvar.
1152 (verilog-add-statement-menu): Remove.
1153 (verilog-mode-hook): Don't add verilog-add-statement-menu.
1154 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
1155
1156 2008-02-21 Michael McNamara <mac@mail.brushroad.com>
1157
1158 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
1159 conditional.
1160 (verilog-font-grouping-keywords-face): Make the begin..end
1161 keywords standout more than other verilog keywords.
1162 (verilog-type-font-keywords): Move the begin..end out of this list
1163 to facilitate making them to (potentially) stand out more.
1164 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
1165 function & task blocks.
1166 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
1167 initial, function & task blocks.
1168 (verilog-forward-sexp): Handle the new "disable fork" statement of
1169 IEEE-1800 Verilog.
1170 (verilog-beg-block-re-ordered): Handle the new "disable fork"
1171 statement of IEEE-1800 Verilog.
1172 (verilog-calc-1): Handle the new "disable fork" statement of
1173 IEEE-1800 Verilog.
1174 (verilog-disable-fork-re): Add const to help handle the new
1175 "disable fork" statement of IEEE-1800 Verilog.
1176 (verilog-declaration-core-re): Add port directions by themselves,
1177 with no qualification, as base item of a declaration.
1178 (verilog-pretty-declarations): Add new flag to ask it to refrain
1179 from printing to the message buffer.
1180 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
1181 printing to the message buffer. Improve handling of the many
1182 types of expression line up.
1183 (verilog-just-one-space): Remove printing of an empty message.
1184 (verilog-get-lineup-indent): Rework to support the better handling
1185 of expression lineup for verilog-pretty-expr.
1186 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1187
1188 2008-02-20 Alan Mackenzie <acm@muc.de>
1189
1190 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
1191 yesterday's commit.
1192
1193 2008-02-20 Nick Roberts <nickrob@snap.net.nz>
1194
1195 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
1196 to mouse-set-point in buffers that aren't associated with files.
1197
1198 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
1199
1200 2008-02-20 Glenn Morris <rgm@gnu.org>
1201
1202 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
1203 on Windows.
1204
1205 2008-02-19 Alan Mackenzie <acm@muc.de>
1206
1207 Set of changes so that "obtrusive" syntactic elements in a
1208 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
1209 unmatched paren) don't interact syntactically with stuff outside
1210 the CPP line.
1211
1212 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
1213 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
1214 off-by-one bug.
1215 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
1216 a bit of refactoring.
1217 (c-awk-extend-and-syntax-tablify-region): Takes some of the
1218 functionality of c-awk-advise-fl-for-awk-region, which has been
1219 refactored away.
1220
1221 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
1222 (c-clear-char-property-with-value): New function and macro which
1223 remove text-properties `equal' to a supplied value.
1224
1225 * progmodes/cc-engine.el: Comment about text properties amended.
1226
1227 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
1228 parens around "error\\|warning".
1229
1230 * progmodes/cc-langs.el (c-get-state-before-change-function)
1231 (c-before-font-lock-function, c-anchored-cpp-prefix):
1232 New language variables.
1233 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
1234
1235 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
1236 syntax-table text properties.
1237 (c-common-init): Call language specific before/after-change
1238 functions at mode initialisation.
1239 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
1240 (c-extend-region-for-CPP, c-neutralize-CPP-line)
1241 (c-neutralize-syntax-in-CPP): New functions.
1242 (c-before-change, c-after-change): Call the new language specific
1243 change functions defined in cc-langs.el.
1244 (c-advise-fl-for-region): New macro.
1245 (awk-mode): Remove AWK specific stuff which has been refactored
1246 into language independent stuff.
1247
1248 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 * diff-mode.el (diff-file-junk-re): New const.
1251 (diff-beginning-of-file-and-junk): Use it.
1252 (diff-file-kill): Make sure we were really inside a file diff.
1253
1254 * diff-mode.el: Make it more robust in the presence of empty context
1255 lines in unified hunks.
1256 (diff-valid-unified-empty-line): New var.
1257 (diff-unified->context, diff-sanity-check-hunk): Obey it.
1258 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
1259 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
1260 (diff-hunk-header-re-unified): New const.
1261 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
1262 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
1263 (diff-sanity-check-hunk): Use it.
1264
1265 2008-02-19 Nick Roberts <nickrob@snap.net.nz>
1266
1267 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
1268 (gdb): (Re)set gdb-flush-pending-output to nil here...
1269 (gdb-init-1): ...instead of here (before gdb-prompt).
1270
1271 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
1272
1273 * progmodes/verilog-mode.el (customize): Fix typo in error message.
1274 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
1275 (verilog-mode-auto, verilog-indent-level-module)
1276 (verilog-minimum-comment-distance, verilog-library-flags)
1277 (verilog-library-directories, verilog-library-files)
1278 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
1279 (verilog-xemacs-menu, verilog-set-compile-command)
1280 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
1281 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
1282 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
1283 (verilog-batch-inject-auto, verilog-batch-indent)
1284 (verilog-continued-line, verilog-type-keywords)
1285 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
1286 (verilog-read-inst-pins, verilog-read-arg-pins)
1287 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
1288 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
1289 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
1290 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
1291 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
1292 (verilog-mode-version, verilog-mode-release-date)
1293 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
1294 (verilog-simulator, verilog-compiler)
1295 (verilog-auto-sense-defines-constant, verilog-company)
1296 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
1297 Fix typos in docstrings.
1298 (verilog-set-auto-endcomments, verilog-calculate-indent)
1299 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
1300 Reflow docstrings.
1301 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
1302 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
1303 (electric-verilog-forward-sexp, verilog-in-case-region-p)
1304 (verilog-in-struct-region-p, verilog-in-generate-region-p)
1305 (verilog-leap-to-head, verilog-current-indent-level)
1306 (verilog-case-indent-level, verilog-cpp-keywords)
1307 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
1308 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
1309 (verilog-signals-not-in, verilog-symbol-detick-text)
1310 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
1311 (verilog-forward-close-paren, verilog-backward-open-paren)
1312 (verilog-backward-open-bracket): Doc fixes.
1313
1314 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
1315 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
1316 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
1317 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
1318 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
1319 Fix typos in docstrings.
1320
1321 2008-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1322
1323 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1324 Recognize ''' just like any other char-constant.
1325
1326 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
1329 careful enough. Detect the uid-change all within the main loop.
1330
1331 2008-02-14 Stefan Monnier <monnier@pastel.home>
1332
1333 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
1334
1335 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1336
1337 * hilit-chg.el (highlight-save-buffer-state): New macro.
1338 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
1339 (hilit-chg-clear): Use it to preserve the modified-p flag.
1340 (highlight-changes-rotate-faces): Don't mess with the undo-list.
1341
1342 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
1343
1344 * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
1345
1346 2008-02-12 Juri Linkov <juri@jurta.org>
1347
1348 * startup.el (fancy-startup-screen, normal-splash-screen):
1349 Set default-directory to command-line-default-directory.
1350
1351 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
1352 after reading the desktop.
1353
1354 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * font-lock.el (font-lock-set-defaults): Unset previously set variables
1357 when needed.
1358
1359 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
1360
1361 * uniquify.el (uniquify-buffer-base-name): New function.
1362 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1363
1364 * desktop.el (uniquify-managed): Don't defvar.
1365 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
1366 `uniquify-managed'. Return also the buffer's base name.
1367 (desktop-save): When saving the buffer info, filter out the base name,
1368 and save it as buffer name if the buffer is managed by uniquify.
1369
1370 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
1373 Index: line, don't search backward for the previous one.
1374
1375 2008-02-10 \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason <avar@cpan.org> (tiny change)
1376
1377 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
1378 from gnus-button-url-regexp.
1379
1380 2008-02-09 Eli Zaretskii <eliz@gnu.org>
1381
1382 * progmodes/compile.el (compilation-next-error): Doc fix.
1383 (compilation-find-file): Doc fix.
1384
1385 2008-02-09 Glenn Morris <rgm@gnu.org>
1386
1387 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
1388 Add obsolete aliases to the old names.
1389
1390 2008-02-08 Richard Stallman <rms@gnu.org>
1391
1392 * net/net-utils.el (ifconfig): Rename from ipconfig.
1393 (ipconfig): Alias to ifconfig.
1394 (ifconfig-program): Rename from ipconfig-program.
1395 (ifconfig-program-options): Rename from ipconfig-program-options.
1396
1397 2008-02-08 Glenn Morris <rgm@gnu.org>
1398
1399 * custom.el (custom-theme-set-variables): Sort symbols that are
1400 dependencies before symbols that depend on them.
1401 (custom-enabled-themes): Set after custom-theme-directory.
1402
1403 2008-02-04 Juanma Barranquero <lekktu@gmail.com>
1404
1405 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
1406
1407 2008-02-04 Michael McNamara <mac@mail.brushroad.com>
1408
1409 * progmodes/verilog-mode.el (verilog-declaration-core-re):
1410 Add port directions by themselves, with no qualification, as base
1411 item of a declaration.
1412 (verilog-pretty-declarations): Add new flag that inhibits printing
1413 to the message buffer.
1414 (verilog-pretty-expr): Add new flag that inhibits printing to the
1415 message buffer. Improve handling of the many types of expression
1416 line up.
1417 (verilog-just-one-space): Don't print an empty message.
1418 (verilog-get-lineup-indent): Rework to support the better handling
1419 of expression lineup for verilog-pretty-expr.
1420 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1421 (verilog-mode-version, verilog-mode-release-date): Update.
1422
1423 2008-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
1424
1425 * subr.el (cancel-change-group): Don't move point.
1426
1427 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
1428
1429 Sync with Tramp 2.0.57.
1430
1431 * net/tramp.el (tramp-handle-make-auto-save-file-name)
1432 (tramp-completion-dissect-file-name, tramp-find-executable):
1433 Use `mapc' instead of `mapcar'.
1434 (tramp-open-connection-setup-interactive-shell): Send only single
1435 prompt setting commands, in order to avoid double-prompt.
1436
1437 * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
1438 `mapcar'.
1439
1440 * net/trampver.el: Update release number.
1441
1442 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
1443
1444 * progmodes/etags.el (next-file): Improve revert message.
1445
1446 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
1447
1448 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
1449 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
1450 of today, the most recent libpng is 1.2.24).
1451
1452 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1453
1454 * vc.el (vc-update): Fix bug: Specify branch tip as
1455 vc-checkout REVISION. Reported by Dan Nicolaescu.
1456
1457 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 * simple.el (reindent-then-newline-and-indent): Be careful about the
1460 unusual case where indent-according-to-mode moves point.
1461
1462 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1463
1464 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
1465 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
1466 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
1467 (verilog-sk-state-machine): Quote all calls to
1468 "auxiliary skeleton"s to prevent infloops.
1469
1470 2008-01-31 Jason Rumney <jasonr@gnu.org>
1471
1472 * w32-fns.el: Partially revert 2007-11-10 change.
1473
1474 2008-01-31 Martin Rudalics <rudalics@gmx.at>
1475
1476 * mail/rmail.el (rmail-highlight): Fix specification.
1477 Reported by pod <pod@herald.ox.ac.uk>.
1478
1479 2008-01-31 Jason Rumney <jasonr@gnu.org>
1480
1481 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
1482
1483 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
1484
1485 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
1486 (gdb-var-set-format-handler): New function.
1487 (gdb-var-set-format): Use it.
1488
1489 2008-01-29 Alan Mackenzie <acm@muc.de>
1490
1491 * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
1492 (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
1493 @catch, @synchronized, @throw.
1494
1495 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
1496 from this regexp; part of same fix as next change to cc-engine.el.
1497
1498 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
1499 Anchor the "{" of a template function correctly on "template", not the
1500 following "<".
1501
1502 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
1503
1504 2008-01-29 Richard Stallman <rms@gnu.org>
1505
1506 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
1507 Doc fix.
1508
1509 * files.el (hack-local-variables): Don't query about fake variables.
1510
1511 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
1512
1513 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
1514 gdb-cpp-define-alist-program if file is nil (currently only
1515 " *partial-output-...").
1516
1517 2008-01-27 Alan Mackenzie <acm@muc.de>
1518
1519 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
1520 enhance comments.
1521
1522 2008-01-27 Richard Stallman <rms@gnu.org>
1523
1524 * allout.el: Many doc fixes.
1525 (allout-encrypt-string): Fix error message.
1526
1527 2008-01-26 Alan Mackenzie <acm@muc.de>
1528
1529 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
1530 arglist-cont-nonempty.
1531
1532 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
1533 for a brace with syntax arglist-cont-nonempty.
1534
1535 * progmodes/cc-styles.el (c-style-alist): Add elements for
1536 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
1537 awk).
1538
1539 2008-01-26 Alan Mackenzie <acm@muc.de>
1540
1541 * progmodes/cc-defs.el (c-save-buffer-state):
1542 Bind buffer-file-name and buffer-file-truename to nil, to prevent
1543 primitives generating "buffer is read only" messages.
1544
1545 2008-01-26 Eli Zaretskii <eliz@gnu.org>
1546
1547 * progmodes/etags.el (tags-query-replace): Doc fix.
1548
1549 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
1550
1551 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
1552 that the filename end is found even when the filename is empty.
1553 Fixes error and spurious newlines when marking files for deletion.
1554
1555 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
1556
1557 * allout.el (allout-unload-function): New function.
1558
1559 2008-01-25 Sven Joachim <svenjoac@gmx.de>
1560
1561 * view.el (kill-buffer-if-not-modified): Don't pass t to
1562 buffer-modified-p.
1563
1564 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
1565
1566 * allout.el (allout-prefix-data): Doc fix.
1567 (allout-show-current-subtree): Reflow docstring.
1568 (allout-use-mode-specific-leader, allout-use-hanging-indents)
1569 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
1570 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
1571 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
1572 (allout-copy-topic-as-kill, allout-listify-exposed)
1573 (allout-process-exposed, allout-encrypted-key-info)
1574 (allout-update-passphrase-mnemonic-aids)
1575 (allout-next-topic-pending-encryption)
1576 (allout-tests-globally-true): Fix typos in docstrings.
1577
1578 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * vc.el (vc-version-diff): Make sure we shrink the right window.
1581
1582 2008-01-23 Jason Rumney <jasonr@gnu.org>
1583
1584 * lpr.el (printer-name): Do not set on MS Windows.
1585
1586 2008-01-20 Glenn Morris <rgm@gnu.org>
1587
1588 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
1589 prevent infloops.
1590
1591 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
1592
1593 * progmodes/python.el (python-imports): Default to "None".
1594
1595 2008-01-19 Dan Nicolaescu <dann@ics.uci.edu>
1596
1597 * progmodes/sh-script.el (sh-basic-offset):
1598 * progmodes/cc-vars.el (c-syntactic-indentation)
1599 (c-syntactic-indentation-in-macros): Mark as safe.
1600
1601 2008-01-18 Richard Stallman <rms@gnu.org>
1602
1603 * icomplete.el (icomplete-get-keys):
1604 Look up KEYS using all maps in proper buffer.
1605
1606 2008-01-16 Alan Mackenzie <acm@muc.de>
1607
1608 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an
1609 eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap).
1610
1611 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
1612
1613 * frame.el (display-mm-height, display-mm-width):
1614 * whitespace.el (whitespace-check-leading-whitespace)
1615 (whitespace-check-trailing-whitespace)
1616 (whitespace-check-spacetab-whitespace)
1617 (whitespace-check-indent-whitespace)
1618 (whitespace-check-ateol-whitespace):
1619 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
1620
1621 2008-01-16 Glenn Morris <rgm@gnu.org>
1622
1623 * comint.el (comint-regexp-arg): Fix no-input case.
1624
1625 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
1626
1627 * calendar/icalendar.el (icalendar-export-file)
1628 (icalendar-import-file): Restore significant trailing whitespace
1629 in `interactive' prompts.
1630
1631 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1632
1633 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
1634 after-save-hook so that it is not called multiple times.
1635
1636 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
1637
1638 2008-01-15 Glenn Morris <rgm@gnu.org>
1639
1640 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
1641
1642 2008-01-14 Alan Mackenzie <acm@muc.de>
1643
1644 * progmodes/cc-vars.el (c-constant-symbol): New function which
1645 supersedes c-const-symbol. During a customize-.. call it enables
1646 an element of (e.g.) c-hanging-braces alist to have its name
1647 displayed, even when the default value of c-h-b etc. doesn't
1648 include the elemnt. Replace uses of the old function by the new.
1649
1650 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
1651 obscure non-working fragment ":value c-".
1652
1653 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
1654 call inside a struct being recognised as a K&R argument.
1655
1656 2008-01-14 Jason Rumney <jasonr@gnu.org>
1657
1658 * image.el (image-type): Use image-type-from-file-name (from trunk
1659 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
1660
1661 2008-01-12 Glenn Morris <rgm@gnu.org>
1662
1663 * woman.el (woman-parse-numeric-arg): Change handling of `==':
1664 can be interned without a function definition.
1665
1666 2008-01-12 Eli Zaretskii <eliz@gnu.org>
1667
1668 * view.el (view-file-other-window, view-file-other-frame):
1669 Don't kill the buffer if it is modified. Doc fixes.
1670 (kill-buffer-if-not-modified): New function.
1671 (view-file): Don't kill the buffer if it is modified.
1672
1673 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
1674 (ebrowse-view/find-file-and-search-pattern):
1675 Call view-file-other-window instead of ebrowse-view-file-other-window.
1676 (ebrowse-view-file-other-frame): Don't call
1677 current-window-configuration. Fix second argument in the call to
1678 view-mode-enter. Doc fix.
1679
1680 2008-01-11 Richard Stallman <rms@gnu.org>
1681
1682 * subr.el (atomic-change-group): Prevent undo list truncation.
1683
1684 2008-01-11 Martin Rudalics <rudalics@gmx.at>
1685
1686 * cus-start.el (all): Add missing version entries.
1687
1688 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1689
1690 * files.el (safe-local-eval-forms):
1691 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
1692
1693 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
1694
1695 * comint.el (comint-insert-input): Set point first.
1696
1697 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
1698 session doesn't hang because gdb-pending-triggers is non-nil.
1699 (gdb-frame-handler): Use buffer-file-name instead of
1700 buffer-name in case of duplicate file names.
1701
1702 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1703
1704 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
1705 C-M-e and C-M-h for emacs, they work by default.
1706 (verilog-emacs-features): Remove.
1707 (verilog-setup-dual-comments, verilog-populate-syntax-table):
1708 Remove. Move syntax table initialization ...
1709 (verilog-mode-syntax-table): ... here.
1710 (verilog-mode): Don't initialize the syntax table here.
1711 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
1712 does not need it.
1713
1714 2008-01-10 Glenn Morris <rgm@gnu.org>
1715
1716 * shell.el (shell-dirtrack-verbose, shell-mode)
1717 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
1718 (dirtrack-toggle, dirtrack-mode): No longer alias to
1719 shell-dirtrack-mode.
1720
1721 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
1722
1723 * international/mule-cmds.el (select-safe-coding-system):
1724 When a buffer is modified, cancel the writing.
1725
1726 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
1727
1728 * progmodes/verilog-mode.el (verilog-booleanp): New function for
1729 backward compatibility. Replace all uses of booleanp with
1730 verilog-booleanp.
1731
1732 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
1733
1734 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
1735
1736 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
1737
1738 * progmodes/verilog-mode.el (top-level): Fix spacing.
1739 (verilog-mode-version, verilog-mode-release-date): Update version
1740 number.
1741 (verilog-mode-release-emacs): New variable.
1742 (compile-command, reporter-prompt-for-summary-p): Define for byte
1743 compiler.
1744 (verilog-startup-message-lines)
1745 (verilog-startup-message-displayed)
1746 (verilog-display-startup-message): Remove.
1747 (verilog-highlight-p1800-keywords): Improve docstring.
1748 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
1749 (vector-skip-list): Only defvar at compile time.
1750 (verilog-highlight-translate-off, verilog-indent-level)
1751 (verilog-indent-level-module, verilog-indent-level-declaration)
1752 (verilog-indent-declaration-macros, verilog-indent-lists)
1753 (verilog-indent-level-behavioral)
1754 (verilog-indent-level-directive, verilog-cexp-indent)
1755 (verilog-case-indent, verilog-auto-newline)
1756 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
1757 (verilog-tab-to-comment, verilog-indent-begin-after-if)
1758 (verilog-align-ifelse, verilog-minimum-comment-distance)
1759 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
1760 (verilog-auto-endcomments, verilog-auto-read-includes)
1761 (verilog-auto-star-expand, verilog-auto-star-save)
1762 (verilog-library-flags, verilog-library-directories)
1763 (verilog-library-files, verilog-library-extensions)
1764 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
1765 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
1766 (verilog-assignment-delay, verilog-auto-inst-vector)
1767 (verilog-auto-inst-template-numbers)
1768 (verilog-auto-input-ignore-regexp)
1769 (verilog-auto-inout-ignore-regexp)
1770 (verilog-auto-output-ignore-regexp)
1771 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1772 Add safe-local-variable properties.
1773 (verilog-statement-menu, verilog-company)
1774 (verilog-re-search-forward, verilog-re-search-backward)
1775 (verilog-error-regexp-add, verilog-end-block-re)
1776 (verilog-emacs-features, verilog-populate-syntax-table)
1777 (verilog-setup-dual-comments, verilog-type-font-keywords)
1778 (verilog-inside-comment-p, electric-verilog-backward-sexp)
1779 (verilog-backward-sexp, verilog-forward-sexp)
1780 (verilog-font-lock-init, verilog-mode)
1781 (electric-verilog-terminate-line, electric-verilog-semi)
1782 (electric-verilog-tab, verilog-insert-1, )
1783 (verilog-insert-indices, verilog-generate-numbers)
1784 (verilog-comment-region, verilog-label-be)
1785 (verilog-beg-of-statement, verilog-in-case-region-p)
1786 (verilog-in-struct-region-p, verilog-in-generate-region-p)
1787 (verilog-in-fork-region-p, verilog-backward-case-item)
1788 (verilog-set-auto-endcomments, verilog-get-expr)
1789 (verilog-expand-vector-internal, verilog-surelint-off)
1790 (verilog-batch-execute-func, verilog-calculate-indent)
1791 (verilog-calc-1, verilog-calculate-indent-directive)
1792 (verilog-leap-to-head, verilog-continued-line)
1793 (verilog-backward-token, verilog-backward-syntactic-ws)
1794 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
1795 (verilog-forward-ws&directives, verilog-at-constraint-p)
1796 (verilog-skip-backward-comments, verilog-indent-line-relative)
1797 (verilog-do-indent, verilog-indent-comment)
1798 (verilog-more-comment, verilog-pretty-declarations)
1799 (verilog-pretty-expr, verilog-just-one-space)
1800 (verilog-indent-declaration, verilog-get-completion-decl)
1801 (verilog-goto-defun, verilog-showscopes, verilog-header)
1802 (verilog-signals-combine-bus, verilog-read-decls)
1803 (verilog-read-always-signals-recurse, verilog-read-instants)
1804 (verilog-read-auto-template, verilog-set-define)
1805 (verilog-read-defines, verilog-read-signals, verilog-getopt)
1806 (verilog-is-number, verilog-expand-dirnames)
1807 (verilog-modi-lookup, verilog-modi-cache-results)
1808 (verilog-insert-one-definition, verilog-make-width-expression)
1809 (verilog-delete-autos-lined, verilog-auto-save-check)
1810 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
1811 (verilog-auto-inst-param, verilog-auto-reg)
1812 (verilog-auto-reg-input, verilog-auto-wire, )
1813 (verilog-auto-output, verilog-auto-output-every)
1814 (verilog-auto-input, verilog-auto-inout)
1815 (verilog-auto-inout-module, verilog-auto-sense)
1816 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
1817 (verilog-auto-ascii-enum, verilog-auto)
1818 (verilog-sk-define-signal, verilog-mode-mouse-map)
1819 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1820 (verilog-library-files): Cleanup spacing of )'s they should not be
1821 on unique lines. Fix checkdoc warnings.
1822
1823 2008-01-09 Glenn Morris <rgm@gnu.org>
1824
1825 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
1826 entry, for Windows.
1827
1828 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1829
1830 * ps-print.el: Some face attributes (like :strike-through) was not
1831 being recognised. Reported by Leo <sdl.web@gmail.com>.
1832 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
1833 (ps-screen-to-bit-face): Fix code.
1834
1835 2008-01-08 Kevin Ryde <user42@zip.com.au>
1836
1837 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1838 For perl, allow "during global destruction" at end.
1839
1840 2008-01-08 Glenn Morris <rgm@gnu.org>
1841
1842 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
1843 unified format.
1844
1845 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
1846
1847 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1848
1849 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
1850 quotes in case of spaces, e.g. STL containers (not pretty).
1851
1852 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
1853
1854 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
1855
1856 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
1857
1858 * progmodes/gdb-ui.el (gud-gdb-command-name):
1859 Explain "--annotate=3" option is necessary for the Graphical Interface.
1860
1861 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
1862
1863 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command.
1864
1865 2008-01-07 Glenn Morris <rgm@gnu.org>
1866
1867 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
1868
1869 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
1870
1871 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
1872 on menu bar.
1873
1874 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
1875
1876 * ffap.el (ffap-read-file-or-url): Let-bind
1877 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
1878
1879 2008-01-05 Sven Joachim <svenjoac@gmx.de>
1880
1881 * vc-bzr.el: Fix typo in header.
1882
1883 2008-01-05 Eli Zaretskii <eliz@gnu.org>
1884
1885 * Makefile.in (custom-deps, finder-data): Depend on autoloads
1886 instead of loaddefs.el.
1887
1888 2008-01-05 Glenn Morris <rgm@gnu.org>
1889
1890 * progmodes/verilog-mode.el: Replace all instances of
1891 string-to-int with string-to-number, insert-string with insert,
1892 and read-input with read-string.
1893 (top-level): No need to require imenu, reporter, dinotrace, vc,
1894 font-lock when compiling. Always require compile. Relegate remaining
1895 compatibility cruft to XEmacs. Don't require font-lock.
1896 (verilog-version): Remove superfluous concat.
1897 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1898 No need to define.
1899 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1900 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1901 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1902 (verilog-startup-message-displayed): These are variables, not constants.
1903 (verilog-batch-execute-func, verilog-auto-inst)
1904 (verilog-auto-inst-param): Use mapc rather than mapcar.
1905 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1906 actually defining.
1907 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1908 (verilog-modi-get-outputs, verilog-modi-get-inouts)
1909 (verilog-modi-get-inputs, verilog-modi-get-wires)
1910 (verilog-modi-get-regs, verilog-modi-get-assigns)
1911 (verilog-modi-get-consts, verilog-modi-get-gparams)
1912 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1913 (verilog-modi-get-sub-inputs): Move inline functions earlier in
1914 the file.
1915 (sigs-in, sigs-out): Don't declare multiple times.
1916 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
1917 `defvar'.
1918 (verilog-auto): Call dinotrace-unannotate-all only if bound.
1919 (verilog-module-inside-filename-p): No need to wrap fboundp test
1920 in condition-case.
1921 (reporter-submit-bug-report): Autoload it.
1922 (verilog-mark-defun): Call zmacs-activate-region only if bound.
1923 (verilog-font-customize): Call customize-apropos only if bound.
1924 (verilog-getopt-flags, verilog-auto-reeval-locals):
1925 Use make-local-variable rather than make-variable-buffer-local.
1926 (verilog-company, verilog-project, verilog-modi-cache-list):
1927 Move make-variable-buffer-local calls to top-level.
1928 (font-lock-defaults-alist): Don't define it.
1929 (verilog-need-fld): Remove.
1930 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
1931 (verilog-mode): Only call make-local-hook on XEmacs.
1932 Set font-lock-defaults rather than using verilog-font-lock-init.
1933
1934 * progmodes/verilog-mode.el (top-level): Don't require compile.
1935 (compilation-error-regexp-alist, compilation-last-buffer):
1936 Define for compiler.
1937 (verilog-insert-1): New function.
1938 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
1939 Use verilog-insert-1.
1940 (verilog-surelint-off): Use next-error-last-buffer if bound.
1941 Check compile buffer is live.
1942
1943 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
1946 gets inserted out-of-order.
1947
1948 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
1949
1950 * vc-bzr.el: Copyright and version headers update.
1951 Remove some outdated comments through the whole file.
1952 (vc-bzr-program-args): Remove because unused.
1953 (vc-bzr-log-switches): New customization option.
1954 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
1955 use `vc-bzr-program-args'.
1956 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
1957 `vc-find-root' (patch by Andreas Hoenen).
1958 (vc-bzr-status): Update regex to match latest Bzr output.
1959 Remove redundant test.
1960 (vc-bzr-init-version): New function.
1961 (vc-bzr-unregister): Must not delete file.
1962 (vc-bzr-find-version): New function.
1963 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
1964 a non-empty string, otherwise take head revision.
1965 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
1966 (vc-bzr-diff): Simpler build of the revision spec string.
1967 (vc-annotate-convert-time, vc-bzr-annotate-difference):
1968 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
1969 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
1970 (vc-bzr-dired-state-info): Only provide custom strings for
1971 overloaded VC state 'edited; otherwise fallback to
1972 `vc-default-dired-state-info'.
1973
1974 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1975
1976 * vc-git.el (vc-git-dir-state):
1977 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1978
1979 2008-01-04 Richard Stallman <rms@gnu.org>
1980
1981 * delsel.el (delete-selection-mode): Doc fix.
1982
1983 2008-01-04 Glenn Morris <rgm@gnu.org>
1984
1985 * version.el (emacs-copyright): Update to 2008.
1986
1987 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
1988
1989 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
1990 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
1991
1992 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
1993 of watch expressions (only works fully with GDB 6.7 or later).
1994
1995 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
1996
1997 * time-stamp.el (time-stamp-time-zone):
1998 * whitespace.el (whitespace-check-buffer-leading)
1999 (whitespace-check-buffer-trailing)
2000 (whitespace-check-buffer-indent)
2001 (whitespace-check-buffer-spacetab)
2002 (whitespace-check-buffer-ateol):
2003 * progmodes/sh-script.el (sh-indentation):
2004 * textmodes/ispell.el (ispell-local-pdict):
2005 Add safe-local-variable properties.
2006
2007 2007-12-31 Richard Stallman <rms@gnu.org>
2008
2009 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
2010 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
2011 `parent'.
2012 (custom-group-value-create): Pass two args to custom-add-parent-links.
2013
2014 2007-12-29 Richard Stallman <rms@gnu.org>
2015
2016 * font-lock.el (font-lock-prepend-text-property)
2017 (font-lock-append-text-property): Canonicalize the face and
2018 font-lock-face properties.
2019
2020 * faces.el (facep): Doc fix.
2021
2022 * startup.el (fancy-startup-tail, fancy-about-text)
2023 (fancy-startup-text): Regularize format of face property.
2024
2025 * facemenu.el (list-colors-print): Use :background and :foreground
2026 instead of background-color and foreground-color.
2027
2028 2007-12-29 Drew Adams <drew.adams@oracle.com>
2029
2030 * cus-edit.el (custom-add-parent-links):
2031 Fill the "Parent documentation" text.
2032
2033 2007-12-29 Eli Zaretskii <eliz@gnu.org>
2034
2035 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
2036 MS-Windows and MS-DOS.
2037 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
2038
2039 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2040
2041 * progmodes/grep.el (rgrep): Fix last change.
2042
2043 2007-12-27 Richard Stallman <rms@gnu.org>
2044
2045 * progmodes/compile.el (compilation-start): Set initial visible
2046 point properly even when compilation buffer already current.
2047
2048 2007-12-26 Richard Stallman <rms@gnu.org>
2049
2050 * files.el (conf-mode-maybe): New function.
2051 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
2052
2053 2007-12-26 Martin Rudalics <rudalics@gmx.at>
2054
2055 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
2056
2057 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
2058
2059 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
2060
2061 2007-12-25 Richard Stallman <rms@gnu.org>
2062
2063 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
2064 so they never do EOF.
2065
2066 2007-12-23 Richard Stallman <rms@gnu.org>
2067
2068 * dired-aux.el: Load dired.el at run time too.
2069
2070 * faces.el (copy-face): Create the new face explicitly if it
2071 does not exist already.
2072
2073 2007-12-23 Andreas Schwab <schwab@suse.de>
2074
2075 * files.el (switch-to-buffer-other-frame): Return the buffer
2076 switched to.
2077
2078 2007-12-23 Juri Linkov <juri@jurta.org>
2079
2080 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
2081 item to about-emacs instead of display-splash-screen.
2082
2083 2007-12-22 Eli Zaretskii <eliz@gnu.org>
2084
2085 * simple.el (minibuffer-history, shell-command-history)
2086 (set-variable-value-history):
2087 * replace.el (regexp-history):
2088 * international/mule-cmds.el (input-method-history):
2089 * files.el (file-name-history): Add reference to history-length in
2090 the doc string.
2091
2092 2007-12-22 Richard Stallman <rms@gnu.org>
2093
2094 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
2095
2096 2007-12-21 Jason Rumney <jasonr@gnu.org>
2097
2098 * find-dired.el (find-name-arg): New custom variable.
2099 (find-name-dired): Use it.
2100 (find-dired-find-program): Remove.
2101 (find-dired): Use find-program.
2102 (find-grep-dired): Use grep-program.
2103
2104 * progmodes/grep.el (rgrep): Use find-name-arg.
2105
2106 2007-12-21 Martin Rudalics <rudalics@gmx.at>
2107
2108 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
2109 specifier from format-string. Reported by Ye Wenbin.
2110
2111 2007-12-19 Martin Rudalics <rudalics@gmx.at>
2112
2113 * cus-start.el: Use correct group name for members of mode-line group.
2114
2115 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2116
2117 * progmodes/cc-vars.el (defcustom-c-stylevar):
2118 Revert to pre-2007-12-12 version.
2119
2120 2007-12-15 Richard Stallman <rms@gnu.org>
2121
2122 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
2123
2124 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
2125 Use changed.
2126
2127 * startup.el (fancy-splash-help-echo): Var deleted.
2128 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
2129 (fancy-about-screen): Don't display fancy-splash-help-echo.
2130
2131 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
2132
2133 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
2134
2135 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2136
2137 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2138
2139 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2140 function.
2141 (add-submenu): Only define for XEmacs.
2142 (verilog-regexp-words): Revert previous change, keep the other
2143 definition.
2144
2145 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2146
2147 * progmodes/perl-mode.el (perl-continued-statement-offset)
2148 (perl-continued-brace-offset, perl-brace-offset)
2149 (perl-brace-imaginary-offset, perl-label-offset):
2150 * progmodes/cperl-mode.el (cperl-brace-offset)
2151 (cperl-continued-brace-offset, cperl-label-offset)
2152 (cperl-continued-statement-offset)
2153 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2154 Add safe-local-variable properties.
2155
2156 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2157
2158 * progmodes/verilog-mode.el (verilog-mode-map)
2159 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2160 (verilog-colorize-include-files): Use only overlay functions so
2161 that it can work on both Emacs and XEmacs.
2162 (set-extent-keymap): Remove unused defun.
2163 (verilog-kill-existing-comment, verilog-insert-date)
2164 (verilog-insert-year): Rename in order not to pollute the global
2165 namespace from kill-existing-comment, insert-date and
2166 insert-year, respectively.
2167 (verilog-set-auto-endcomments, verilog-header): Update callers.
2168
2169 * files.el (auto-mode-alist): Recognize verilog files.
2170
2171 * progmodes/verilog-mode.el (verilog-string-replace-matches)
2172 (verilog-string-remove-spaces, verilog-re-search-forward)
2173 (verilog-re-search-backward, verilog-re-search-forward-quick)
2174 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2175 (verilog-get-end-of-line, verilog-within-string): Move definitions
2176 before first use. No code changes.
2177
2178 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2179
2180 * progmodes/verilog-mode.el (verilog-mode-version)
2181 (verilog-mode-release-date): Don't use expanding keywords.
2182 (provide): Move to the end of file.
2183 (fboundp): Don't check if eval-when-compile is bound, it is used
2184 later in the file without checking.
2185 (when, unless): Copy definitions from subr.el.
2186 (char-before, defcustom, defface, customize-group)
2187 (verilog-batch-error-wrapper): Don't use old style backquotes.
2188 (verilog-regexp-opt): Avoid using the cl function case.
2189 (verilog-regexp-words): Remove duplicated definition.
2190 (verilog-mode-abbrev-table): Remove, duplicate.
2191 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2192 Declare and initialize in one step.
2193 (verilog-declaration-prefix-re, verilog-declaration-re)
2194 (verilog-end-of-statement, verilog-indent-declaration)
2195 (verilog-get-lineup-indent): Remove trailing whitespace.
2196 (verilog-mode): Fix autoload cookie.
2197 Set beginning-of-defun-function and end-of-defun-function.
2198 Use when instead of if.
2199 (verilog-emacs-features, verilog-auto-ascii-enum)
2200 (verilog-insert-indices): Escape braces in doc strings.
2201
2202 2007-12-08 Michael McNamara <mac@verilog.com>
2203 Wilson Snyder <wsnyder@wsnyder.org>
2204
2205 * progmodes/verilog-mode.el: New file.
2206
2207 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
2208
2209 * international/latexenc.el (latexenc-find-file-coding-system):
2210 If both coding-system-for-write and buffer-file-coding-system of
2211 latex-main-file are nil, use `undecided'.
2212
2213 2007-12-06 Jason Rumney <jasonr@gnu.org>
2214
2215 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2216
2217 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
2218
2219 * ido.el (ido-save-history): Use emacs-mule coding system
2220 instead of utf-8 to save filenames (it's safer in Emacs 22).
2221 Set the `coding' local variable on the first line of the file.
2222
2223 2007-12-04 Karl Fogel <kfogel@red-bean.com>
2224
2225 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
2226 coding system. This ports revisions 1.40 and 1.41 over to the
2227 EMACS_22_BASE branch, but with the right coding system for Emacs
2228 22 to reliably record filenames. Suggested by Eli Zaretskii.
2229
2230 2007-12-01 Richard Stallman <rms@gnu.org>
2231
2232 * wid-edit.el (widget-type): Doc fix.
2233
2234 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2235
2236 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
2237
2238 2007-12-01 Alexandre Julliard <julliard@winehq.org>
2239
2240 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2241
2242 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2245 Don't match "sub { (...) ... }".
2246
2247 2007-11-29 Richard Stallman <rms@gnu.org>
2248
2249 * international/mule-cmds.el (toggle-input-method-active): New var.
2250 (toggle-input-method): Bind toggle-input-method-active to t.
2251 Error if it was already non-nil.
2252
2253 2007-11-29 Glenn Morris <rgm@gnu.org>
2254
2255 * calendar/time-date.el (with-decoded-time-value): Doc fix.
2256
2257 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2258
2259 * calendar/time-date.el (encode-time-value): Doc fix.
2260
2261 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
2262
2263 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2264
2265 2007-11-24 Kenichi Handa <handa@m17n.org>
2266
2267 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
2268
2269 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2270
2271 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
2272
2273 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
2274
2275 * textmodes/paragraphs.el (forward-sentence): Doc fix.
2276 Reported by Drew Adams <drew.adams@oracle.com>.
2277
2278 2007-11-20 Glenn Morris <rgm@gnu.org>
2279
2280 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
2281 for compatibility with Emacs 23.
2282
2283 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
2284
2285 * replace.el (map-query-replace-regexp): Doc fix (revert part of
2286 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
2287
2288 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
2289
2290 * progmodes/gdb-ui.el: Update commentary.
2291
2292 2007-11-16 Eli Zaretskii <eliz@gnu.org>
2293
2294 * international/mule-cmds.el (set-locale-environment):
2295 Set default-file-name-coding-system _after_ keyboard and terminal
2296 coding systems. This fixes last change.
2297
2298 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
2299 one space after "Subject:".
2300
2301 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
2302
2303 * subr.el (make-variable-frame-local):
2304 Fix typo in obsolescence declaration.
2305
2306 2007-11-16 Glenn Morris <rgm@gnu.org>
2307
2308 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2309
2310 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
2311
2312 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
2313 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
2314 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
2315
2316 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
2319 in order to determine if there's a conflict.
2320
2321 2007-11-16 Juri Linkov <juri@jurta.org>
2322
2323 * man.el (Man-heading-regexp): Add 0-9.
2324 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2325
2326 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2327
2328 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2329 Fix typo in docstring.
2330
2331 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
2332 (cua-highlight-region-shift-only): Doc fix.
2333
2334 2007-11-15 Richard Stallman <rms@gnu.org>
2335
2336 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
2337
2338 * reposition.el (reposition-window):
2339 Binding C-M-l moved to bindings.el.
2340
2341 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
2342
2343 * add-log.el (add-change-log-entry-other-window):
2344 Key binding C-x 4 a moved to bindings.el.
2345
2346 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
2347 from filecache.el.
2348
2349 * filecache.el: Minibuffer map bindings moved to bindings.el.
2350
2351 2007-11-14 Jason Rumney <jasonr@gnu.org>
2352
2353 * international/mule-cmds.el (set-locale-environment):
2354 Set default-file-name-coding-system from system defaults on Windows.
2355
2356 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
2357
2358 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
2359 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
2360 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
2361 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
2362 locations.
2363 (gdb-info-breakpoints-custom, gdb-assembler-custom)
2364 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
2365 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
2366
2367 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
2368
2369 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
2370 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
2371 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
2372 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
2373 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
2374 Rewrite in active voice.
2375
2376 2007-11-10 Juri Linkov <juri@jurta.org>
2377
2378 * startup.el: Backport startup screen related changes from the trunk.
2379 (initialization): Change group to `environment'.
2380 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2381 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2382 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2383 (initial-scratch-message): Fix docstring.
2384 (startup-screen-inhibit-startup-screen)
2385 (pure-space-overflow-message): New variables.
2386 (command-line): Rename `inhibit-startup-message' to
2387 `inhibit-startup-screen'.
2388 (initial-scratch-message): Doc fix.
2389 (fancy-splash-text): Remove variable.
2390 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
2391 New variables.
2392 (fancy-splash-delay, fancy-splash-max-time)
2393 (fancy-current-text, fancy-splash-stop-time)
2394 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
2395 Remove variables.
2396 (fancy-splash-insert): Use help-echo from the 3rd element of the
2397 link specification list, or "Follow this link" if it's nil. Doc fix.
2398 Allow functions for face and link specs.
2399 (fancy-splash-tail): Remove function.
2400 (fancy-startup-tail): New function.
2401 (fancy-splash-default-action, fancy-splash-special-event-action)
2402 (fancy-splash-screens): Remove functions.
2403 (fancy-about-screen): New function.
2404 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
2405 Fix docstring. Use argument `startup' to conditionally display
2406 different texts for Startup and About screens. Don't display Help
2407 commands on the About screen. Remove `unwind-protect' `sit-for'
2408 delay and `kill-buffer' after it.
2409 (normal-mouse-startup-screen, normal-splash-screen)
2410 (normal-no-mouse-startup-screen): New functions.
2411 (startup-echo-area-message): Change text of the echo area.
2412 (display-splash-screen): Remove function.
2413 (display-startup-screen, display-about-screen): New functions.
2414 (about-emacs): Make alias to `display-about-screen'.
2415 (display-splash-screen): Make alias to `display-startup-screen'.
2416 (command-line-1): Rename `inhibit-startup-message' to
2417 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
2418 started with command line options "-f", "-funcall", "-e", "-eval",
2419 "-execute", "-insert", "-find-file", "-file", "-visit".
2420 Inhibit startup screen when Emacs is started with a file name only
2421 on tty (i.e. don't inhibit it when started with a file name like
2422 "emacs FILE..." on a window system).
2423 Comment out unused code for coping with the old sit-for behavior.
2424 If file-count > 0, then display the concise version in another
2425 window, otherwise display full version in the same window.
2426 * loadup.el: Add `button'. Move up `startup'.
2427 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
2428 * version.el (emacs-copyright): Add emacs-copyright.
2429 * menu-bar.el (menu-bar-help-menu):
2430 Move "About Emacs" and "About GNU" to the end of the Help menu.
2431 Move "Emacs Psychotherapist" after "Send Bug Report...".
2432 Move "External Packages" after "Find Emacs Packages".
2433
2434 2007-11-10 Jason Rumney <jasonr@gnu.org>
2435
2436 * w32-fns.el: Sync charset names with setup-default-fontset.
2437 Append "-1" where second part missing.
2438
2439 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
2440
2441 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
2442
2443 * ido.el (ido-save-history): Write the history file in UTF-8,
2444 and add `coding' file-local variable.
2445
2446 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2447
2448 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
2449 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
2450 (iso-iso2duden-trans-tab): Add docstring.
2451
2452 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2453
2454 * faces.el (face-normalize-spec): Remove function.
2455 (frame-set-background-mode): Undo last change.
2456
2457 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2458
2459 * files.el (enable-local-variables): Doc fix.
2460
2461 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
2462
2463 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
2464 match dir like "a...b".
2465
2466 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2467
2468 * eshell/esh-mode.el (eshell-output-filter):
2469 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
2470 Use `with-current-buffer'.
2471
2472 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
2473
2474 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
2475
2476 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
2477
2478 * net/tls.el: Require rx when compiling.
2479 (tls-end-of-info): New variable.
2480 (open-tls-stream): Keep reading input until `tls-end-of-info' is
2481 matched.
2482
2483 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2484
2485 * simple.el (bad-packages-alist): Anchor semantic regexp.
2486
2487 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
2488
2489 * files.el (hack-local-variables): Fix membership tests to avoid
2490 treating all variables as safe if `enable-local-variables' is
2491 set to :safe (CVE-2007-5795).
2492
2493 2007-11-02 Glenn Morris <rgm@gnu.org>
2494
2495 * progmodes/etags.el (tags-table-mode): Disable undo.
2496
2497 * simple.el (bad-packages-alist): Revert previous change.
2498
2499 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2500
2501 * printing.el (printing): Fix :version, printing.el was included
2502 in emacs-22.1.
2503 (pr-path-style, pr-path-alist, pr-txt-name)
2504 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2505 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2506 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2507 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2508 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2509 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2510 (pr-setting-database, pr-visible-entry-list)
2511 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2512 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
2513 :version.
2514
2515 2007-11-01 Glenn Morris <rgm@gnu.org>
2516
2517 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2518
2519 * mail/footnote.el (footnote-numeric-regexp)
2520 (footnote-english-upper-regexp, footnote-english-lower-regexp)
2521 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2522 Match multi-character footnotes.
2523
2524 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2525 (nroff-indent-line-function): New function.
2526 (nroff-count-text-lines): Use nroff-forward-text-line rather than
2527 obsolete alias.
2528
2529 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
2530
2531 * net/tramp.el (tramp-open-connection-telnet)
2532 (tramp-open-connection-rsh, tramp-open-connection-su)
2533 (tramp-open-connection-multi): Set $LC_ALL to "C".
2534
2535 2007-10-31 Sven Joachim <svenjoac@gmx.de>
2536
2537 * dired-aux.el (dired-copy-file-recursive):
2538 Preserve directory permissions.
2539
2540 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2541
2542 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
2543 (whitespace-unload-function): New-style unload function. When run,
2544 unintern `whitespace-unload-hook' and call `unload-feature' recursively
2545 to stop the old hook from messing with the unloading.
2546
2547 * strokes.el (strokes-alphabetic-lessp): Doc fix.
2548
2549 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
2550
2551 * emacs-lisp/find-func.el (find-library): Use library at
2552 point as default interactive argument.
2553
2554 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2555
2556 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
2557 (elp-unset-master, elp-results): Fix typos.
2558 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
2559 Doc fixes.
2560
2561 * msb.el (msb--many-menus): Remove variable.
2562 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
2563 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
2564 (msb--toggle-menu-type): Fix typos in docstrings.
2565
2566 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
2567 (shadow-insert-var): Doc fixes.
2568 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
2569 Reflow docstrings.
2570 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
2571
2572 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2573
2574 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
2575 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
2576 Fix typos in autoload docstrings.
2577
2578 * loadhist.el (unload-feature): Remove redundant check.
2579
2580 2007-10-30 Richard Stallman <rms@gnu.org>
2581
2582 * savehist.el (savehist-save): Obey savehist-ignored-variables.
2583
2584 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
2585
2586 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
2587 (gdb-var-update-handler-1): Use it.
2588
2589 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2590
2591 * loadhist.el (unload-feature): Remove erroneous check for the
2592 FEATURE-unload-function variable; check the existence of the
2593 function (that's what the docstring says, and it makes more sense).
2594
2595 * follow.el (follow-unload-function): Add docstring.
2596 (follow-unload-function): Remove variable.
2597
2598 * server.el (server-unload-function): Remove variable.
2599 (server-unload-function): Unbind `server-edit' from `C-x #'.
2600
2601 * uniquify.el (uniquify-unload-function): Add docstring.
2602 (uniquify-unload-function): Remove variable.
2603
2604 * ses.el (ses-unload-function): New function.
2605
2606 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2607
2608 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
2609 (unsafep-progn, unsafep-let): Fix typos in docstrings.
2610
2611 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
2612 before use to avoid a warning in packages that require uniquify.
2613 (uniquify-unload-function): New function and var.
2614
2615 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2616
2617 * loadhist.el (unload-feature-special-hooks):
2618 Add `delete-frame-functions'.
2619
2620 * server.el (server-unload-function): Rename from `server-unload-hook'
2621 and adapt to new `unload-feature' functionality. Remove hook from
2622 `kill-buffer-hook' buffer-locally.
2623 (server-unload-hook): Remove.
2624 (server-unload-function): New var; replaces `server-unload-hook'.
2625
2626 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
2627
2628 * desktop.el (uniquify-managed): Pacify byte compiler.
2629 (desktop-buffer-info): If the buffer name is managed by uniquify,
2630 save the base name, not the uniquified one.
2631 (desktop-create-buffer): Allow `rename-buffer' to generate a new
2632 name in case of conflict.
2633
2634 2007-10-26 Glenn Morris <rgm@gnu.org>
2635
2636 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2637 safe-local-variable property.
2638
2639 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
2640
2641 * net/browse-url.el (browse-url-browser-function): Delete grail.
2642 (browse-url-grail): Function and variable deleted.
2643 (browse-url-browser-function): Delete IXI Mosaic.
2644 (browse-url-default-browser): Don't try IXI Mosaic.
2645 (browse-url-iximosaic): Function deleted.
2646 (browse-url-browser-function): Delete MMM.
2647 (browse-url-default-browser): Don't try MMM.
2648 (browse-url-mmm): Function deleted.
2649
2650 2007-10-25 Glenn Morris <rgm@gnu.org>
2651
2652 * progmodes/f90.el (f90-indented-comment-re)
2653 (f90-directive-comment-re, f90-break-delimiters):
2654 * progmodes/fortran.el (fortran-comment-line-start-skip)
2655 (fortran-directive-re):
2656 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2657 as safe if they are strings.
2658
2659 2007-10-25 Richard Stallman <rms@gnu.org>
2660
2661 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2662
2663 2007-10-24 Richard Stallman <rms@gnu.org>
2664
2665 * savehist.el (savehist-save): Omit unreadable elements.
2666
2667 * loadhist.el (unload-function-defs-list): Renamed from
2668 unload-function-features-list.
2669 (unload-feature-special-hooks, unload-feature): Doc fixes.
2670
2671 * indent.el (indent-to-left-margin): If point's in the indentation,
2672 move to the end of the indentation.
2673
2674 * cus-edit.el (customize-changed-options): Make arg optional.
2675
2676 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2677
2678 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2679
2680 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * textmodes/css-mode.el: Require CL.
2683 (comment-continue): Declare.
2684
2685 * subr.el (make-variable-frame-localizable): Remove.
2686 (make-variable-frame-local): Mark obsolete.
2687
2688 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2689
2690 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2691 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2692
2693 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
2694
2695 * comint.el (comint-password-prompt-regexp):
2696 Handle `[sudo] password'-style prompt.
2697
2698 2007-10-23 Glenn Morris <rgm@gnu.org>
2699
2700 * progmodes/f90.el (f90-do-indent, f90-if-indent)
2701 (f90-type-indent, f90-program-indent)
2702 (f90-continuation-indent, f90-comment-region)
2703 (f90-beginning-ampersand, f90-smart-end)
2704 (f90-break-before-delimiters, f90-auto-keyword-case)
2705 (f90-leave-line-no, f90-mode-hook):
2706 Give an appropriate safe-local-variable property.
2707 (f90-font-lock-keywords-2): Fix `go to' regexp.
2708
2709 * progmodes/fortran.el (fortran-tab-mode-default)
2710 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2711 (fortran-structure-indent, fortran-continuation-indent)
2712 (fortran-comment-indent, fortran-comment-line-extra-indent)
2713 (fortran-comment-line-start)
2714 (fortran-minimum-statement-indent-fixed)
2715 (fortran-minimum-statement-indent-tab)
2716 (fortran-comment-indent-char, fortran-line-number-indent)
2717 (fortran-check-all-num-for-matching-do)
2718 (fortran-blink-matching-if, fortran-continuation-string)
2719 (fortran-comment-region, fortran-electric-line-number)
2720 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2721 (fortran-analyze-depth, fortran-break-before-delimiters):
2722 Give an appropriate safe-local-variable property.
2723
2724 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2725
2726 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2727 of the subdirs is unreadable.
2728
2729 2007-10-22 Martin Rudalics <rudalics@gmx.at>
2730
2731 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
2732 Use window-full-width-p.
2733
2734 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2735
2736 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2737 (tpu-edt-off): Use it.
2738 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
2739 the global-map before adding it to global-map.
2740
2741 * menu-bar.el (global-buffers-menu-map): New var.
2742 (global-map, menu-bar-update-buffers): Use it.
2743 * msb.el (msb-menu-bar-update-buffers): Use it.
2744 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2745 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
2746 Use with-current-buffer.
2747
2748 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2749
2750 * hexl.el (hexl-menu): New major mode menu.
2751
2752 2007-10-20 Glenn Morris <rgm@gnu.org>
2753
2754 * progmodes/f90.el (f90-font-lock-keywords-2)
2755 (f90-looking-at-type-like): Fix regexp typos.
2756
2757 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2758
2759 * bs.el (bs-mode): Add mode name (accidentally left out
2760 in the 2007-10-16 change).
2761
2762 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2763
2764 * bs.el (bs--track-window-changes): Don't refresh the whole list.
2765 (bs-mode): Set mode-class property to special.
2766
2767 * follow.el (follow-unload-function): New function.
2768
2769 * loadhist.el (unload-function-features-list):
2770 Rename from `unload-hook-features-list'.
2771 (unload-hook-features-list): Add as obsolete alias.
2772 (unload-feature): Use `unload-function-features-list'
2773 and new FEATURE-unload-function.
2774
2775 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
2776
2777 * loadhist.el (unload-feature-special-hooks):
2778 Update list of special hooks.
2779
2780 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
2781 (adaptive-fill-function): Doc fix. Remove * from docstring.
2782
2783 2007-10-18 Glenn Morris <rgm@gnu.org>
2784
2785 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
2786
2787 2007-10-17 Aaron Hawley <aaronh@garden.org>
2788
2789 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
2790 position is not saved.
2791
2792 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * longlines.el (longlines-wrap-follows-window-size): Integer value
2795 specifies wrapping margin.
2796 (longlines-mode, longlines-window-change-function):
2797 Set window-specific wrapping margin based on the above.
2798
2799 2007-10-17 John Wiegley <johnw@newartisans.com>
2800
2801 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
2802
2803 2007-10-17 Glenn Morris <rgm@gnu.org>
2804
2805 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
2806 Tweak regexp to avoid stack overflow.
2807
2808 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2809
2810 * simple.el (reindent-then-newline-and-indent): Don't assume that
2811 indent-according-to-mode preserves point.
2812
2813 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
2814
2815 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
2816 (bs--restore-window-config): Keep the selected frame.
2817 (bs--track-window-changes, bs--remove-hooks): New functions.
2818 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
2819 (bs--show-with-configuration): Revert 2006-11-09 change.
2820 Don't reuse window unless it is visible on the selected frame.
2821 Restore window configuration (possibly in a different frame)
2822 before creating any window.
2823
2824 2007-10-16 Richard Stallman <rms@gnu.org>
2825
2826 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
2827 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
2828 (ad-is-advised, ad-get-advice-info-field)
2829 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
2830
2831 2007-10-16 Glenn Morris <rgm@gnu.org>
2832
2833 * simple.el (blink-matching-open): Don't report false errors with
2834 the `$' syntax class.
2835
2836 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2837
2838 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
2839 (filesets-ormap, filesets-sort-case-sensitive-flag)
2840 (filesets-remake-shortcut, filesets-ingroup-collect-files):
2841 Fix typos in docstrings.
2842 (filesets-data-get-name, filesets-data-get-data)
2843 (filesets-data-set, filesets-cmd-query-replace-getargs)
2844 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
2845
2846 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2847
2848 * term/mac-win.el: Don't require url when compiling, as url-type is
2849 no longer a macro.
2850
2851 2007-10-14 Glenn Morris <rgm@gnu.org>
2852
2853 * progmodes/etags.el (select-tags-table): Disable undo in the
2854 `*Tags Table List*' buffer.
2855
2856 2007-10-13 Eli Zaretskii <eliz@gnu.org>
2857
2858 * dired.el (dired-warn-writable): New face.
2859 (dired-warn-writable-face): New variable.
2860 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
2861 of dired-warning-face, for group- and world-writable files.
2862
2863 2007-10-13 Glenn Morris <rgm@gnu.org>
2864
2865 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
2866 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2867 Add doc string, and an explicit COUNT argument.
2868 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
2869 `inc' to search functions.
2870
2871 2007-10-13 John W. Eaton <jwe@octave.org>
2872
2873 * progmodes/octave-mod.el (octave-looking-at-kw)
2874 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2875 New functions.
2876 (octave-in-defun-p, calculate-octave-indent)
2877 (octave-blink-matching-block-open, octave-beginning-of-defun)
2878 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
2879 to search for regexps that contain case-sensitive keywords.
2880 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
2881 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2882
2883 2007-10-13 Richard Stallman <rms@gnu.org>
2884
2885 * files.el (directory-abbrev-alist): Doc fix.
2886
2887 2007-10-13 Jari Aalto <jari.aalto@cante.net>
2888
2889 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
2890
2891 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2892
2893 * frame.el (set-frame-configuration): Assign name parameter only
2894 if it has been set explicitly before.
2895
2896 * window.el (handle-select-window): Revert part of 2007-10-06
2897 change setting the input focus.
2898
2899 2007-10-12 Glenn Morris <rgm@gnu.org>
2900
2901 * cus-edit.el (custom-variable-menu, custom-face-menu)
2902 (custom-group-menu): Check init-file-user rather than
2903 user-init-file, in case cus-edit is loaded by site-run-file.
2904
2905 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2906
2907 * follow.el (follow-stop-intercept-process-output):
2908 Use `follow-call-process-filter' rather than `process-filter'.
2909
2910 2007-10-11 Tom Tromey <tromey@redhat.com>
2911
2912 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
2913 frame is visible.
2914
2915 2007-10-10 Richard Stallman <rms@gnu.org>
2916
2917 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
2918 in *Backtrace*.
2919
2920 * faces.el (face-font-selection-order): Doc fix.
2921
2922 * loadhist.el (unload-feature): Doc fix.
2923
2924 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2925
2926 * ps-print.el: Fix the usage of :foreground and :background face
2927 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2928 (ps-print-version): New version 6.7.6.
2929 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2930 Fix code.
2931 (ps-face-foreground-color-p, ps-face-background-color-p)
2932 (ps-face-color-p): New inline funs.
2933
2934 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
2935
2936 * follow.el: Change all instances of "Follow Mode" to "Follow
2937 mode" in docstrings and messages.
2938
2939 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2940
2941 * faces.el (face-font-selection-order): Doc fix.
2942
2943 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
2944 (follow-mode-off-hook): Mark as obsolete.
2945
2946 2007-10-08 Richard Stallman <rms@gnu.org>
2947
2948 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
2949 (edebug-install-custom-print, edebug-reset-print-funcs)
2950 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
2951 Functions deleted.
2952 (edebug-prin1, edebug-print, edebug-prin1-to-string)
2953 (edebug-format, edebug-message): Define directly as aliases.
2954
2955 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2956
2957 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
2958
2959 2007-10-07 Glenn Morris <rgm@gnu.org>
2960
2961 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2962 version numbers.
2963
2964 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
2965
2966 * net/tramp.el (tramp-completion-mode): Extend doc-string.
2967 (tramp-completion-mode-p): Revert change from 2007-09-24.
2968 Checking for `return' etc as last character is not sufficient, for
2969 example in dired-mode when entering <g> (revert-buffer) or
2970 <s> (dired-sort).
2971
2972 2007-10-06 Martin Rudalics <rudalics@gmx.at>
2973
2974 * window.el (mouse-autoselect-window-cancel): Don't cancel for
2975 select-window or select-frame events.
2976 (handle-select-window): When autoselecting window set input
2977 focus. Restructure.
2978
2979 * frame.el (focus-follows-mouse): Moved to frame.c.
2980 * cus-start.el (all): Add focus-follows-mouse.
2981
2982 2007-10-05 Chris Moore <dooglus@gmail.com>
2983
2984 * server.el (server-kill-new-buffers): Doc fix.
2985
2986 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
2987
2988 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2989 activate font-locking in the *buffer-selection* buffer.
2990 (bs-show-sorted): Doc fix.
2991
2992 * bs.el (bs--get-marked-string, bs--get-modified-string)
2993 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2994 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2995 (bs--format-aux): Doc fix.
2996
2997 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2998
2999 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
3000
3001 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3002
3003 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
3004
3005 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
3006
3007 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
3008 (gud-gdb): New function for old M-x gdb (text command mode).
3009 (gud-gdb-command-name, gdb): Move to...
3010
3011 * progmodes/gdb-ui.el: ...here and adapt doc string.
3012 (gud-gdba-command-name, gdba): Delete.
3013
3014 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
3015
3016 * bs.el: Don't defvar `font-lock-verbose'.
3017 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
3018 (bs--get-file-name): Fix typos in docstrings.
3019 (bs--show-header): Use `dolist' instead of `mapcar'.
3020 (bs-mode): Set `show-trailing-whitespace' to nil.
3021 (bs-buffer-sort-function, bs-mouse-select-other-frame)
3022 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
3023 Doc fixes.
3024
3025 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
3026
3027 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
3028
3029 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
3030
3031 * progmodes/gud.el (gdb): Make graphical mode the default and
3032 switch to text command mode if appropriate, i.e., reverse previous
3033 arrangement.
3034 (gud-gdb-marker-filter): Adapt for above change.
3035
3036 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
3037 gud-minor-mode and gud-marker-filter.
3038 (gdb-fullname-regexp): New variable.
3039 (gud-gdba-marker-filter): Use it to switch to text command
3040 mode if appropriate.
3041
3042 2007-10-02 Richard Stallman <rms@gnu.org>
3043
3044 * frame.el (cursor-in-non-selected-windows): Doc fix.
3045
3046 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
3047
3048 * progmodes/gud.el (gud-display-line): Find source buffer even when
3049 GUD buffer has its own frame.
3050
3051 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3052
3053 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
3054
3055 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3056
3057 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3058
3059 2007-09-29 Martin Rudalics <rudalics@gmx.at>
3060
3061 * allout.el (allout-before-change-handler): Replace got-char by
3062 goto-char.
3063
3064 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3065
3066 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
3067 Used to try and automatically enabled smerge-mode in the presence of
3068 conflicts and to call `svn resolved' when the conflicts are gone.
3069 (vc-svn-parse-status): Remember the svn-specific status.
3070
3071 * newcomment.el (comment-choose-indent): New function extracted
3072 from comment-indent. Improve the alignment algorithm.
3073 (comment-indent): Use it.
3074
3075 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
3076
3077 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
3078 (eldoc-message-commands, eldoc-current-idle-delay):
3079 Fix typos in docstrings.
3080
3081 * progmodes/python.el (python-eldoc-function): Doc fix.
3082
3083 2007-09-26 Eli Zaretskii <eliz@gnu.org>
3084
3085 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
3086 menu-bar-apropos-menu. All users changed.
3087 (menu-bar-help-menu): Change menu symbols to better match the text
3088 displayed by the menu.
3089
3090 2007-09-25 Glenn Morris <rgm@gnu.org>
3091
3092 * view.el (view-search-no-match-lines): Add a doc string.
3093 Rewrite to simplify and work better.
3094
3095 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
3096
3097 * net/tramp.el (tramp-completion-mode-p): Rename from
3098 `tramp-completion-mode'. Revert logic, check `return', `newline'
3099 and such alike. Packages like Icicles tend to use other completion
3100 characters but `tab' and `space' only.
3101 (top): Require cl.el, when `copy-tree' is not available otherwise.
3102
3103 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
3104 `ad-get-arg'.
3105
3106 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
3107
3108 * net/tramp-vc.el (tramp-vc-user-login-name):
3109 Use `vc-find-version' instead of `process-file' to check whether we
3110 have a new enough vc that doesn't need the defadvice.
3111
3112 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
3113
3114 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
3115 #, @, : and ^.
3116
3117 2007-09-23 Glenn Morris <rgm@gnu.org>
3118
3119 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3120
3121 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3122
3123 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
3124
3125 * log-view.el (log-view-mode-map): Likewise.
3126
3127 * diff-mode.el (diff-mode-shared-map): Likewise.
3128
3129 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
3130
3131 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3132 add inferior-octave-directory-tracker to the buffer-local value
3133 of comint-input-filter-functions.
3134
3135 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3136
3137 * files.el (file-name-sans-versions): Also allow `A-Z'.
3138
3139 * vc.el: Mention all supported VC backends.
3140
3141 2007-09-22 Richard Stallman <rms@gnu.org>
3142
3143 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
3144 neighbouring buttons.
3145
3146 2007-09-22 Andreas Schwab <schwab@suse.de>
3147
3148 * files.el (file-name-sans-versions): Also allow `_'.
3149
3150 2007-09-22 Glenn Morris <rgm@gnu.org>
3151
3152 * eshell/esh-mode.el (eshell-output-filter-functions):
3153 Add eshell-postoutput-scroll-to-bottom.
3154
3155 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3156
3157 * files.el (file-name-sans-versions): Allow - and a-z in version names.
3158
3159 * log-view.el (log-view-mode-map, log-view-mode-menu):
3160 Bind log-view-annotate-version.
3161 (log-view-beginning-of-defun, log-view-end-of-defun)
3162 (log-view-annotate-version): New functions.
3163 (log-view-mode): Use log-view-beginning-of-defun and
3164 log-view-end-of-defun.
3165
3166 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3167
3168 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
3169
3170 2007-09-21 Kevin Ryde <user42@zip.com.au>
3171
3172 * international/mule.el (sgml-html-meta-auto-coding-function):
3173 Bind `case-fold-search' to t.
3174
3175 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3176
3177 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
3178 neighbouring buttons.
3179
3180 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3181 Recognize gcc's use of "note" for informational messages.
3182
3183 2007-09-20 Glenn Morris <rgm@gnu.org>
3184
3185 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3186 motion functions, rather than hard-coding "\n\n".
3187 (tex-validate-region): Check for eobp, to speed up.
3188 (tex-next-unmatched-end): Doc fix.
3189
3190 2007-09-19 Glenn Morris <rgm@gnu.org>
3191
3192 * textmodes/tex-mode.el (tex-terminate-paragraph):
3193 Use backward-paragraph.
3194
3195 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
3198 (css-mode): Update correspondingly.
3199
3200 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3201
3202 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
3203
3204 * vc-hooks.el (vc-menu-entry): New var.
3205 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
3206 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
3207 (vc-menu-map): Declare and initialize in one step.
3208
3209 * menu-bar.el (vc-menu-map): Don't setup any more.
3210 Instead, just create the proper spot in the menu.
3211
3212 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
3213 Stefan Monnier <monnier@iro.umontreal.ca>
3214
3215 * vc.el: Document new VC operation `extra-menu'.
3216
3217 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
3218
3219 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3220
3221 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
3222 Signed-off-by, Acked-by and Merge.
3223
3224 2007-09-17 Glenn Morris <rgm@gnu.org>
3225
3226 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3227 filename from `--file-line-error', if it is available.
3228
3229 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3230
3231 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3232 TeX `--file-line-error' format.
3233
3234 2007-09-17 Glenn Morris <rgm@gnu.org>
3235
3236 * textmodes/tex-mode.el (tex-region): Simplify previous change,
3237 handling the case where the region is not in `tex-main-file'.
3238 (tex-region-1): Delete.
3239 (tex-region-header): New function, doing the header part of the
3240 old tex-region-1.
3241
3242 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * ediff-init.el (ediff-verbose-p): This var is not a constant.
3245
3246 2007-09-16 Drew Adams <drew.adams@oracle.com>
3247
3248 * cus-edit.el (custom-face-edit-activate): Doc fix.
3249
3250 2007-09-16 Glenn Morris <rgm@gnu.org>
3251
3252 * textmodes/tex-mode.el (tex-region): Handle the case where the
3253 region is not in `tex-main-file'. Move the old code that applies
3254 to both cases...
3255 (tex-region-1): ...to this new function.
3256
3257 2007-09-15 Martin Rudalics <rudalics@gmx.at>
3258
3259 * simple.el (blink-matching-open): Don't display message when no
3260 paren is found within blink-matching-paren-distance characters.
3261 Don't search prompt in blink-matching-paren-distance nil case.
3262
3263 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3264
3265 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
3266
3267 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3268
3269 * vc-mtn.el: New file.
3270
3271 * vc-hooks.el (vc-handled-backends): Add Mtn.
3272
3273 2007-09-13 Eli Zaretskii <eliz@gnu.org>
3274
3275 * files.el (find-file, find-file-other-window)
3276 (find-file-other-frame, find-file-existing, find-file-read-only)
3277 (find-file-read-only-other-window)
3278 (find-file-read-only-other-frame)
3279 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
3280
3281 2007-09-13 Jari Aalto <jari.aalto@cante.net>
3282
3283 * man.el (Man-default-man-entry): At end of line, continue looking
3284 to the next line for possible end of hyphenated command.
3285
3286 2007-09-13 Chris Moore <dooglus@gmail.com>
3287
3288 * shell.el (shell-resync-dirs): Don't move the cursor relative to
3289 the command being edited.
3290
3291 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
3292
3293 * progmodes/gud.el (gdb-ready): New variable.
3294 (gdb): Set it to nil. Set gud-running to nil here...
3295 (gud-common-init): ...instead of here.
3296
3297 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
3298 Use gdb-ready. Discard input until GDB is ready to accept it.
3299
3300 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
3301
3302 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
3303 C-M-S- keys.
3304
3305 2007-09-12 Martin Rudalics <rudalics@gmx.at>
3306
3307 * dired.el (dired-warning): Inherit from font-lock-warning-face to
3308 make it show up with eight colors.
3309
3310 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
3313 diffs are concatenated with no intervening line.
3314
3315 2007-09-10 Dave Love <fx@gnu.org>
3316
3317 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3318 (python-font-lock-keywords): Update to the 2.5 version of the language.
3319 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3320 (python-backspace): Only behave funny in code.
3321 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3322 (inferior-python-mode): Add PDB prompt regexp.
3323 (python-fill-paragraph): Refine the fenced-string regexp.
3324 (python-find-imports): Handle imports spanning several lines.
3325 (python-mode): Add `class' to hideshow support.
3326
3327 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3328
3329 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
3330 add-log-buffer-file-name-function rather than bind buffer-file-name,
3331 so we dont end up calling change-log-mode in *cvs* when `fi' is the
3332 ChangeLog file itself.
3333
3334 * outline.el (outline-flag-region): Use front-advance.
3335
3336 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
3337
3338 * progmodes/cperl-mode.el: Merge upstream 5.23.
3339 (cperl-where-am-i): Remove function.
3340 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
3341 (cperl-sniff-for-indent): De-invert [string] and [comment].
3342 When looking for label, skip s:m:y:tr.
3343 (cperl-indent-line): Likewise.
3344 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
3345 (cperl-windowed-init): Wrong `ps-print' handling.
3346 Both thanks to Chong Yidong.
3347 (cperl-look-at-leading-count): Could fail with unfinished RExen.
3348 (cperl-find-pods-heres): If the second part of s()[] is missing,
3349 don't try to highlight delimiters...
3350
3351 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * progmodes/compile.el (compilation-get-file-structure): Complete last
3354 change by also using spec-directory in the puthash.
3355
3356 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
3357
3358 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
3359 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
3360 (vc-bzr-status): Fix shadowing of variable 'status'.
3361 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
3362 Use `expand-file-name' instead of `concat'.
3363 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
3364 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
3365
3366 2007-09-05 Jason Rumney <jasonr@gnu.org>
3367
3368 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
3369
3370 2007-09-02 Richard Stallman <rms@gnu.org>
3371
3372 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
3373 Add `safe-local-variable' property.
3374 (lisp-body-indent): Likewise.
3375
3376 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3377
3378 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3379 prev/next-node.
3380
3381 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
3382 (x-gtk-map-stock): New function.
3383
3384 2007-09-02 Glenn Morris <rgm@gnu.org>
3385
3386 * comint.el (comint-mode): Don't set scroll-conservatively.
3387
3388 * eshell/em-unix.el (eshell/time): Stringify and flatten the
3389 non-command arguments.
3390
3391 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3392
3393 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3394 Fix bug: Don't expand top-level file name more than once.
3395 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3396
3397 2007-09-01 Richard Stallman <rms@gnu.org>
3398
3399 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
3400 Add doc string.
3401
3402 2007-08-30 Richard Stallman <rms@gnu.org>
3403
3404 * speedbar.el (speedbar-frame-reposition-smartly)
3405 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3406 (speedbar-check-vc): Don't use dframe-xemacsp.
3407
3408 2007-08-30 Martin Rudalics <rudalics@gmx.at>
3409
3410 * files.el (backup-buffer-copy): Try to overwrite old backup first.
3411
3412 2007-08-29 Martin Rudalics <rudalics@gmx.at>
3413
3414 * repeat.el (repeat): Use last-repeatable-command instead of
3415 real-last-command. Run pre- and post-command hooks for
3416 self-insertion. Update doc-string.
3417
3418 2007-08-28 Glenn Morris <rgm@gnu.org>
3419
3420 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
3421
3422 2007-08-27 Alexandre Julliard <julliard@winehq.org>
3423
3424 * vc-git.el (vc-git-state): Call git-add --refresh to update the
3425 state of the file.
3426 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
3427 (vc-git-create-repo): Fix invalid command.
3428
3429 2007-08-27 Richard Stallman <rms@gnu.org>
3430
3431 * textmodes/flyspell.el (flyspell-mode):
3432 Catch errors in flyspell-mode-on.
3433
3434 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3435
3436 * progmodes/modula2.el (m2-definition, m2-module):
3437 Don't use previous-line. Reported by T. V. Raman.
3438
3439 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3440
3441 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3442 argument to tool-bar-mode call.
3443
3444 2007-08-27 Glenn Morris <rgm@gnu.org>
3445
3446 * diff-mode.el (diff-find-file-name): Only accept regular files,
3447 to rule out /dev/null, directories, etc.
3448
3449 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
3450
3451 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3452 safe-local-variable setting.
3453 * progmodes/perl-mode.el (perl-indent-level): Likewise.
3454
3455 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3458 of buffers in uniquify-managed.
3459
3460 * simple.el (invisible-p): Rename from text-invisible-p.
3461 Update callers.
3462
3463 2007-08-25 Alan Mackenzie <acm@muc.de>
3464
3465 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3466 new language variable.
3467
3468 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
3469 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3470 "extern" etc., rather than BOI. Fix addition of spurious
3471 syntactic-symbol 'defun-block-intro, replacing it with
3472 'innamespace, etc.
3473
3474 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
3475
3476 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3477 Don't behave differently when executed via M-x. Add doc string.
3478
3479 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3480
3481 * files.el (backup-buffer-copy): Don't wrap delete in
3482 condition-case, only try to delete if file exists.
3483
3484 2007-08-24 Glenn Morris <rgm@gnu.org>
3485
3486 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3487
3488 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3491 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3492 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3493 (cperl-etags-goto-tag-location): Use new style backquotes.
3494
3495 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
3496 (dynamic-completion-table): Use it it.
3497
3498 * net/browse-url.el: Remove spurious * in custom docstrings.
3499 (browse-url-filename-alist): Use new-style backquote.
3500
3501 * emacs-lisp/backquote.el (backquote-unquote-symbol)
3502 (backquote-splice-symbol): Clarify they're not new-style unquotes.
3503
3504 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3505 (\,@): Backslash the , and ,@ which are not new-style unquotes.
3506
3507 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3508
3509 * net/socks.el (socks-username/password-auth-filter):
3510 Remove unused vars `state' and `desired-len'.
3511 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3512 (socks-wait-for-state-change): Use new-style backquotes.
3513
3514 * pcvs.el (cvs-mode-status): Fix long-standing typo.
3515
3516 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3517 backquotes after each `read' rather than once per buffer.
3518
3519 * dframe.el: Remove spurious * in custom docstrings.
3520 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3521 (dframe-xemacs20p): Remove, inline at the sole use point.
3522 (defface): Don't defvar the face, don't use old-style backquote.
3523 (defcustom): Don't use old-style backquote.
3524 (dframe-frame-parameter, dframe-mouse-event-p):
3525 Make it obvious that it's always defined.
3526 (dframe-popup-kludge): New function to replace
3527 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3528 (dframe-frame-mode, dframe-set-timer-internal)
3529 (dframe-mouse-set-point): Remove use of with-no-warnings from
3530 XEmacs-specific code.
3531 (dframe-set-timer-internal): Fix very old bug with
3532 post-command-idle-hook.
3533
3534 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3535
3536 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
3537
3538 * image-mode.el (image-minor-mode): Use image-mode-text-map.
3539
3540 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
3541
3542 * sort.el (sort-fold-case, sort-numeric-base): Mark as
3543 safe-local-variable.
3544
3545 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3546
3547 * net/browse-url.el (browse-url-emacs): New function.
3548
3549 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3550
3551 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
3552 warning if the file uses old style backquotes.
3553
3554 * emacs-lisp/bytecomp.el (byte-compile-log-file)
3555 (byte-recompile-directory, byte-compile-file)
3556 (byte-compile-from-buffer): Use with-current-buffer.
3557
3558 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
3559 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
3560 (line-move-1, line-move-finish, line-move-to-column)
3561 (move-end-of-line, move-beginning-of-line): Use new name.
3562
3563 2007-08-22 Glenn Morris <rgm@gnu.org>
3564
3565 * files.el (backup-buffer-copy): Check backup directory is
3566 writable, to avoid infloop deleting old backup.
3567
3568 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
3569 movemail related variables.
3570 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
3571 will now be set before this is called.
3572
3573 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3574
3575 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
3576
3577 * progmodes/ada-mode.el: Fix up comment style in header.
3578 (ada-check-emacs-version): Remove.
3579 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
3580 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
3581 to try and quieten the byte-compiler.
3582 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
3583
3584 * vc.el (vc-annotate-warp-version): Don't use previous-line.
3585
3586 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
3587
3588 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
3589 extracted from `eval-last-sexp-1'.
3590 (eval-last-sexp-1): Call `preceding-sexp'.
3591
3592 2007-08-19 Glenn Morris <rgm@gnu.org>
3593
3594 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
3595 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
3596 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
3597 shadow files messing up the compilation.
3598
3599 2007-08-18 Glenn Morris <rgm@gnu.org>
3600
3601 * progmodes/scheme.el (scheme-mode-variables):
3602 Set font-lock-comment-start-skip.
3603
3604 2007-08-18 Martin Rudalics <rudalics@gmx.at>
3605
3606 * progmodes/ada-mode.el (ada-create-syntax-table):
3607 Move set-syntax-table from here to ...
3608 (ada-mode): ... here. Don't change global value of comment-multi-line.
3609 Call new function ada-initialize-syntax-table-properties.
3610 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
3611 (ada-deactivate-properties, ada-initialize-properties):
3612 Replace by new functions ...
3613 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
3614 (ada-initialize-syntax-table-properties): ... to set up syntax-table
3615 properties uniformly, independently from whether font-lock-mode
3616 is enabled or not. Handle read-only buffers and do not change
3617 undo-list when setting syntax-table properties.
3618 (ada-after-change-function): Use ada-set-syntax-table-properties.
3619
3620 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3621
3622 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
3623 (cperl-find-pods-heres): Fix an error when typing expressions like
3624 `s{a}{b}'.
3625
3626 2007-08-17 Glenn Morris <rgm@gnu.org>
3627
3628 * progmodes/compile.el (compilation-get-file-structure): Make use
3629 of the directory part when checking for an existing entry, to
3630 handle files with same basename in different directories.
3631
3632 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3633
3634 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
3635 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
3636 (ps-paragraph-spacing): Docstring fix.
3637
3638 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3639
3640 * smerge-mode.el (smerge-resolve): New arg `safe'.
3641 (smerge-resolve-all, smerge-batch-resolve): New function.
3642 (smerge-refine): Make sure `diff' returns the expected result.
3643 (smerge-parsep-re): New const.
3644 (smerge-mode): Use it to adjust paragraph-separate.
3645
3646 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3647 Correctly match / regexp matchers as first char on a line when
3648 fontifying only that line.
3649
3650 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
3651
3652 2007-08-16 Glenn Morris <rgm@gnu.org>
3653
3654 * ps-print.el (ps-font-size): Doc fix.
3655
3656 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3657
3658 * vc-bzr.el: Don't fiddle with vc-handled-backend.
3659 (vc-bzr-registered): Don't redundantly protect against
3660 file-error. Actually use the format-specific code.
3661 (vc-bzr-buffer-nonblank-p): Remove.
3662 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
3663
3664 2007-08-15 Glenn Morris <rgm@gnu.org>
3665
3666 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
3667 sloppier, for the sake of GNU Mailman.
3668 (rmail-digest-rfc1153): Initialize `result' correctly.
3669
3670 2007-08-14 Glenn Morris <rgm@gnu.org>
3671
3672 * simple.el (bad-packages-alist): New constant.
3673 (bad-package-check): New function. Together, these two add
3674 elements to `after-load-alist' to check for problematic external
3675 packages.
3676 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
3677
3678 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
3679
3680 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
3681 optional quotes around files in NEED-UPDATE . REMOVED case.
3682
3683 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
3684 (ada-treat-cmd-string): Improve error message.
3685 (ada-do-file-completion): Call `ada-require-project-file', so
3686 project variables are set properly.
3687 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
3688 (ada-gnatfind-buffer-name): New constant.
3689 (ada-find-any-references): Use new constant. Set buffer name
3690 properly in compilation-start. Toggle read-only properly.
3691 (ada-find-in-src-path): Fix spelling error in docstring.
3692
3693 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
3694 by zero error.
3695
3696 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
3697
3698 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
3699
3700 2007-08-12 Richard Stallman <rms@gnu.org>
3701
3702 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
3703 (cvs-execute-single-file): Use new name split-string-and-unquote.
3704 (cvs-header-msg): Use new name combine-and-quote-strings.
3705
3706 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
3707
3708 * progmodes/gud.el (gud-common-init): Use new name
3709 split-string-and-unquote.
3710
3711 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
3712 in javac regexp.
3713
3714 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
3715 combine-and-quote-strings and split-string-and-unquote.
3716
3717 * subr.el (combine-and-quote-strings): Rename from strings->string.
3718 (split-string-and-unquote): Rename from string->strings.
3719
3720 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
3723 to buffer-local settings.
3724
3725 * emacs-lisp/backquote.el (backquote-delay-process): New function.
3726 (backquote-process): Add internal arg `level'. Use the two to
3727 correctly handle nested backquotes.
3728
3729 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
3730
3731 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
3732 (vc-bzr-state-words): Add "kind changed" state word.
3733 (vc-bzr-status): New function. Return Bzr idea of file status,
3734 which is different from VC's.
3735 (vc-bzr-state): Use vc-bzr-status.
3736 (vc-workfile-unchanged-p): Use vc-bzr-status.
3737 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
3738 (vc-dired-state): Process "kind changed" state word.
3739
3740 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3741
3742 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
3743
3744 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
3745 Move from vc-default-find-file-not-found-hook.
3746
3747 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
3748
3749 * url/url-auth.el (url-basic-auth): When prompting for username
3750 and password, default to the username and password in the URL.
3751
3752 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * man.el: Remove spurious * in docstrings.
3755 Merge defvars and toplevel setq-defaults.
3756 (Man-highlight-references0): Limit=nil rather than point-max.
3757 (Man-mode-map): Move initialization into the declaration.
3758 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
3759 (Man-view-header-file): Use expand-file-name rather than concat.
3760 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
3761
3762 * man.el (Man-next-section): Make sure we do not move backward.
3763
3764 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3765
3766 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
3767 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
3768 ps-print-color-p is neither nil nor black-white. Reported by Christian
3769 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3770
3771 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * files.el (auto-mode-alist): Use the purecopied text (duh!).
3774
3775 2007-08-08 Andreas Schwab <schwab@suse.de>
3776
3777 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
3778 self-insert-command, not self-insert.
3779
3780 2007-08-08 Glenn Morris <rgm@gnu.org>
3781
3782 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
3783
3784 * Replace `iff' in doc-strings and comments.
3785
3786 * help-mode.el (help-make-xrefs): Search for symbol constituents,
3787 rather than just `-'.
3788
3789 2007-08-08 Martin Rudalics <rudalics@gmx.at>
3790
3791 * dired.el (dired-pop-to-buffer):
3792 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3793 * calendar/calendar.el (generate-calendar-window):
3794 * progmodes/compile.el (compilation-set-window-height):
3795 * textmodes/two-column.el (2C-two-columns, 2C-merge):
3796 Use window-full-width-p instead of comparing frame-width and
3797 window-width.
3798
3799 * progmodes/compile.el (compilation-find-buffer): Remove extra
3800 argument in call to compilation-buffer-internal-p.
3801
3802 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
3803
3804 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
3805 parameters IDENTIFICATION and CONNECTED.
3806 (tramp-handle-insert-file-contents): VISIT must be handled after
3807 insertion of the local copy. Reported by Peter Gordon
3808 <peter@pg-consultants.com>.
3809 (tramp-file-name-handler): No special handling for
3810 `expand-file-name'. But for `file-name-as-directory'.
3811 (tramp-find-shell, tramp-open-connection-telnet)
3812 (tramp-open-connection-rsh, tramp-open-connection-su)
3813 (tramp-open-connection-multi)
3814 (tramp-open-connection-setup-interactive-shell): Guard against
3815 $PROMPT_COMMAND shell var. Reported by Steve Youngs
3816 <steve@sxemacs.org>.
3817 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
3818 the hint.
3819
3820 * net/trampver.el: Update release number.
3821
3822 2007-08-07 Tom Tromey <tromey@redhat.com>
3823
3824 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
3825 Add safe-local-variable property.
3826
3827 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
3828
3829 * image-mode.el (image-toggle-display): Use image-refresh.
3830
3831 * longlines.el (longlines-decoded): New variable.
3832 (longlines-mode): Avoid encoding or decoding the buffer twice.
3833
3834 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
3835
3836 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
3837 unofficial version.
3838 (vc-bzr-command): Remove redundant setting of process-connection-type.
3839 (vc-bzr-admin-checkout-format-file): Add autoload.
3840 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
3841 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
3842 (vc-bzr-registered): Compare dirstate format tag with known good
3843 value, abort parsing if match fails. Warn user in docstring.
3844 (vc-bzr-workfile-version): Case for different Bzr branch formats.
3845 See bzrlib/branch.py in Bzr sources.
3846 (vc-bzr-diff): First argument FILES may be a string rather than a list.
3847 (vc-bzr-shell-command): Remove in favor of
3848 vc-bzr-command-discarding-stderr.
3849 (vc-bzr-command-discarding-stderr): New function.
3850
3851 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
3852
3853 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
3854 program, and return nil
3855 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
3856 (vc-bzr-state): Look for path names relative to the repository
3857 root after status keyword.
3858 (vc-bzr-file-name-relative): New function.
3859 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
3860 depend on it.
3861 (vc-bzr-admin-dirname, ...-checkout-format-file)
3862 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
3863 files that we now parse directly for speed.
3864 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
3865 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
3866 (vc-bzr-state): "bzr status" successful only if exitcode is 0
3867 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
3868 Bzr warnings, so we must discard it.
3869 (vc-bzr-workfile-version): Speedup counting lines from
3870 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
3871 if that file doesn't exist.
3872 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
3873 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
3874 (not ".bzr"!) to `vc-directory-exclusion-list'
3875 (vc-bzr-shell-command): New function.
3876
3877 2007-08-06 Tom Tromey <tromey@redhat.com>
3878
3879 * diff-mode.el (diff-unified->context, diff-reverse-direction)
3880 (diff-fixup-modifs): Typo in docstring.
3881
3882 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3883
3884 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
3885 count-screen-lines.
3886 (tpu-edt-off): Disable relevant pieces of advice.
3887
3888 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
3889 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
3890 (newline, newline-and-indent, do-auto-fill): Use advice instead of
3891 redefining the function.
3892 (tpu-set-scroll-margins): Activate the pieces of advice.
3893
3894 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
3895
3896 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
3897 process-filter.
3898
3899 2007-08-06 Martin Rudalics <rudalics@gmx.at>
3900
3901 * help.el (resize-temp-buffer-window): Use window-full-width-p
3902 instead of comparing frame-width and window-width.
3903
3904 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
3905
3906 * term.el: Honor term-default-fg-color and term-default-bg-color
3907 settings when modifying term-current-face.
3908 (term-default-fg-color, term-default-bg-color): Initialize from
3909 default term-current-face.
3910 (term-mode, term-reset-terminal): Set term-current-face with
3911 term-default-fg-color and term-default-bg-color.
3912 (term-handle-colors-array): term-current-face has term-default-fg-color
3913 and term-default-bg-color after reset escape sequence.
3914 (term-handle-colors-array): Set term-current-color with
3915 term-default-fg/bg-color instead of ansi-term-color-vector when the
3916 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
3917
3918 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
3919
3920 * files.el (set-auto-mode): Handle also remote files wrt
3921 `auto-mode-alist'.
3922
3923 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
3924 remote identification.
3925
3926 2007-08-04 Glenn Morris <rgm@gnu.org>
3927
3928 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
3929 zero, not nil, when the library is first loaded. Check for a file
3930 that has been modified on disk.
3931
3932 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
3933 Remove duplicate defvar preventing initialization.
3934 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
3935
3936 2007-08-03 Miles Bader <miles@gnu.org>
3937
3938 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
3939 backend names for new backends to `Git', `Hg', and `Bzr'.
3940 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
3941 not `HG'.
3942 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
3943 name, not `GIT'.
3944 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
3945 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
3946
3947 2007-08-03 Glenn Morris <rgm@gnu.org>
3948
3949 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
3950
3951 2007-08-02 Richard Stallman <rms@gnu.org>
3952
3953 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
3954 to update deleted flag.
3955
3956 * cus-edit.el (customize-apropos, customize-apropos-options)
3957 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
3958
3959 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
3960
3961 * startup.el (fancy-splash-head, startup-echo-area-message):
3962 Change message text.
3963
3964 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
3965 All callers use line-move.
3966
3967 * progmodes/compile.el (compilation-find-buffer): Return current
3968 buffer immediately if suitable.
3969 (compile, compilation-buffer-name, compilation-start): Doc fixes.
3970
3971 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3972
3973 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
3974 Make it more discriminating and more useful.
3975 (vc-bzr-root-dir): Use new name.
3976 (vc-bzr-registered): Use new name and look at the dirstate file to
3977 determine if it's registered or not without running `bzr'.
3978
3979 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
3980
3981 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
3982
3983 2007-07-31 Drew Adams <drew.adams@oracle.com>
3984
3985 * cus-edit.el (custom-group-value-create, custom-goto-parent):
3986 Fix parent groups link.
3987
3988 2007-07-31 Daiki Ueno <ueno@unixuser.org>
3989
3990 * faces.el (face-normalize-spec): New function.
3991 (frame-set-background-mode): Normalize face-spec before calling
3992 face-spec-match-p.
3993
3994 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
3995
3996 * vc-bzr.el: New file (copied from the trunk).
3997
3998 * vc-hooks.el (vc-handled-backends): Add BZR.
3999 (vc-find-file-hook): Failsafe if the backend's `registered'
4000 function burps.
4001
4002 * server.el (server-window): Add switch-to-buffer-other-frame option.
4003
4004 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4005
4006 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
4007 (vc-git-revision-completion-table): Enable.
4008
4009 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
4010
4011 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
4012
4013 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
4014 (vc-hg-registered): Set the vc-state property.
4015
4016 * diff-mode.el (diff-mode-menu): New entries.
4017
4018 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4019
4020 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
4021 (diff-file-kill): Use it.
4022 (diff-beginning-of-hunk): Add arg `try-harder' using it.
4023 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
4024 Use it so they find the hunk even when we're in the file header.
4025
4026 * vc.el: Add new VC operation `revision-completion-table'.
4027 (vc-default-revision-completion-table): New function.
4028 (vc-version-diff, vc-version-other-window): Use it to provide
4029 completion of revision names if the backend provides it.
4030
4031 * vc-arch.el (vc-arch--version-completion-table)
4032 (vc-arch-revision-completion-table): New functions to provide
4033 completion of revision names.
4034
4035 * vc-cvs.el: Require CL.
4036 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
4037 New functions to provide completion of revision names.
4038
4039 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
4040
4041 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4042 (copyright-fix-years, copyright): Correctly handle the case where
4043 copyright-limit is nil.
4044
4045 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
4046
4047 * progmodes/python.el (run-python): Fix path separator under w32.
4048
4049 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
4050
4051 * vc-git.el: New File.
4052
4053 2007-07-28 Alan Mackenzie <acm@muc.de>
4054
4055 Fix problem with modes derived from CC Mode:
4056 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
4057 macro to cc-langs.
4058 (c-init-language-vars-for): Remove call to above macro.
4059 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
4060 been moved to here.
4061 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
4062
4063 2007-07-28 Eli Zaretskii <eliz@gnu.org>
4064
4065 * net/trampver.el: Fix the `coding' cookie.
4066
4067 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
4068
4069 * add-log.el (change-log-redate): Remove (not needed anymore and
4070 doesn't appear to work).
4071
4072 2007-07-25 Glenn Morris <rgm@gnu.org>
4073
4074 * Relicense all FSF files to GPLv3 or later.
4075
4076 * COPYING: Switch to GPLv3.
4077
4078 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
4081 Replace it with another one which disables undo before calling
4082 erase-buffer and then turns it back on if needed.
4083
4084 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4085
4086 * ps-print.el: Problem with foreground and background color when
4087 printing a buffer with and without faces. Reported by Christian
4088 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4089 (ps-print-version): New version 6.7.5.
4090 (ps-default-fg): Change default value to nil, so black color is used
4091 when a face does not specify a foreground color.
4092 (ps-default-bg): Change default value to nil, so white color is used
4093 for background color.
4094 (ps-begin-job): Fix code.
4095
4096 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4097
4098 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
4099
4100 2007-07-24 Alan Mackenzie <acm@muc.de>
4101
4102 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4103 Initialise byte-compile-unresolved-functions before rather than
4104 after a compilation.
4105 (byte-compile-unresolved-functions): Amplify doc string.
4106
4107 2007-07-24 Glenn Morris <rgm@gnu.org>
4108
4109 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4110 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4111 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4112 (cal-tex-cursor-week, cal-tex-cursor-week2)
4113 (cal-tex-cursor-week-iso, cal-tex-week-hours)
4114 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4115 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4116 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4117
4118 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4119
4120 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
4121
4122 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
4123
4124 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4125 underlying file is uptodate.
4126
4127 2007-07-23 Richard Stallman <rms@gnu.org>
4128
4129 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
4130
4131 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
4132
4133 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
4134 (sh-font-lock-flush-syntax-ppss-cache): New funs.
4135 (sh-font-lock-syntactic-keywords): Use them to distinguish the
4136 different possible cases for \'.
4137 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
4138
4139 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
4140 `file' from which to start the search and fix case where `file' is the
4141 current directory and the root as well.
4142
4143 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4144 name for buffer-file-name if it refers to a directory.
4145
4146 2007-07-22 Jason Rumney <jasonr@gnu.org>
4147
4148 * w32-fns.el (set-default-process-coding-system): Use dos line ends
4149 for input to cmdproxy on all versions of Windows.
4150 Use dos line ends for input to plink.
4151
4152 * comint.el (comint-simple-send): Concat newline before sending.
4153 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
4154
4155 2007-07-22 Juri Linkov <juri@jurta.org>
4156
4157 * isearch.el (isearch-edit-string): Save old point and
4158 isearch-other-end to old-point and old-other-end before reading
4159 the search string from minibuffer. After exiting minibuffer set
4160 point to old-other-end if point and the search direction is the
4161 same as before reading the search string.
4162 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
4163 to isearch-other-end. Instead of isearch-search-and-update call
4164 three functions isearch-search, isearch-push-state and isearch-update.
4165
4166 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
4167
4168 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
4169 destroying an existing buffer.
4170
4171 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4172
4173 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
4174
4175 * term/x-win.el (x-handle-no-bitmap-icon): New function.
4176
4177 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
4178
4179 * textmodes/reftex.el (reftex-access-parse-file): Create parse
4180 file in a way that does not interfere with recentf.
4181
4182 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4183
4184 * image-dired.el (image-dired-sane-db-file): New func.
4185 (image-dired-write-tags, image-dired-remove-tag)
4186 (image-dired-list-tags, image-dired-write-comments)
4187 (image-dired-get-comment, image-dired-mark-tagged-files)
4188 (image-dired-create-gallery-lists): Call new func.
4189 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
4190
4191 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4192
4193 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
4194 (vc-hg-dir-state): Fix loop.
4195 (vc-hg-print-log): Fix expected return value for vc-hg-command.
4196 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
4197 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
4198 (vc-hg-revert): Likewise.
4199 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
4200
4201 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4202
4203 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
4204 case of alignment under a constant symbol, find and consider
4205 the sexp actually at indentation to be the "last sexp".
4206
4207 2007-07-20 Eli Zaretskii <eliz@gnu.org>
4208
4209 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4210 (install): Use them to copy all *.el files before *.elc.
4211 (clean): Don't delete *~.
4212
4213 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
4214
4215 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
4216
4217 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
4218
4219 * vc-hg.el (vc-hg-registered): Replace if with when.
4220 (vc-hg-state): Deal with nonexistent files.
4221
4222 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
4223
4224 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
4225 (follow-delete-other-windows-and-split, follow-recenter)
4226 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
4227 (follow-redisplay, follow-estimate-first-window-start)
4228 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
4229 Fix typos in docstrings.
4230
4231 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
4232
4233 * bookmark.el (bookmark-show-all-annotations):
4234 Make sure each inserted annotation ends with newline.
4235
4236 (bookmark-maybe-sort-alist): Don't modify
4237 bookmark-alist. Instead, if not sorting, simply return it.
4238 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
4239 for its return value, not for its side effect.
4240
4241 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
4242
4243 * vc.el: Add more info about the vc-registered function.
4244
4245 2007-07-16 David Kastrup <dak@gnu.org>
4246
4247 * emacs-lisp/advice.el (defadvice): Doc fix.
4248
4249 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
4250
4251 * subr.el (when, unless): Doc fix.
4252
4253 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4254
4255 * vc-hg.el (vc-hg-state): Handle removed files.
4256 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
4257 (vc-hg-checkout): Re-enable.
4258
4259 2007-07-15 Richard Stallman <rms@gnu.org>
4260
4261 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
4262
4263 * tutorial.el (tutorial--find-changed-keys):
4264 Handle C-x specially like ESC.
4265
4266 2007-07-15 Roland McGrath <roland@frob.com>
4267
4268 * add-log.el (add-change-log-entry): Check add-log-full-name
4269 and add-log-mailing-address later, after change-log-mode-hook.
4270
4271 2007-07-15 Richard Stallman <rms@gnu.org>
4272
4273 * isearch.el (isearch-mode, isearch-done):
4274 Delete unintended code in previous change.
4275
4276 * ps-print.el (ps-default-bg): Change to White.
4277
4278 2007-07-15 Aaron Hawley <aaronh@garden.org>
4279
4280 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
4281
4282 2007-07-15 Martin Rudalics <rudalics@gmx.at>
4283
4284 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
4285 when handling the terminating event.
4286
4287 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
4288
4289 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4290
4291 2007-07-13 Eli Zaretskii <eliz@gnu.org>
4292
4293 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4294 (install): Use them to copy all *.el files before *.elc.
4295
4296 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4297
4298 * replace.el (match): Use yellow1 instead of yellow.
4299
4300 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
4301
4302 * pcvs-info.el (cvs-unknown): Likewise.
4303
4304 2007-07-12 Davis Herring <herring@lanl.gov>
4305
4306 * desktop.el (desktop-buffer-info, desktop-save):
4307 Use `desktop-dirname' instead of `dirname'.
4308
4309 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
4310
4311 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
4312
4313 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
4314
4315 2007-07-10 Richard Stallman <rms@gnu.org>
4316
4317 * emacs-lisp/lisp-mode.el (eval-defun):
4318 Explain special handling of `defface'.
4319
4320 2007-07-09 Richard Stallman <rms@gnu.org>
4321
4322 * isearch.el (isearch-edit-string): Call to isearch-push-state
4323 after the search.
4324
4325 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
4326
4327 * cus-start.el (file-coding-system-alist): Fix custom type.
4328
4329 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
4330
4331 * longlines.el (longlines-wrap-region): Avoid marking buffer as
4332 modified.
4333 (longlines-auto-wrap, longlines-window-change-function):
4334 Remove unnecessary calls to set-buffer-modified-p.
4335
4336 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4337
4338 * vc.el (vc-default-log-view-mode): New function.
4339 (vc-print-log): Add new `log-view-mode' VC operation.
4340
4341 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
4342
4343 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
4344 Rename and move to...
4345
4346 * subr.el (strings->string, string->strings): ...here.
4347
4348 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
4349 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
4350
4351 * progmodes/gud.el (gud-common-init): Call string->strings instead
4352 of split-string.
4353
4354 2007-07-07 Eli Zaretskii <eliz@gnu.org>
4355
4356 * term/w32-win.el (menu-bar-open): New function.
4357 Bind <f10> to it.
4358
4359 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4360
4361 * log-view.el (log-view-mode-menu): New menu.
4362
4363 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
4364
4365 * vc-hg.el: New file.
4366
4367 2007-07-06 Andreas Schwab <schwab@suse.de>
4368
4369 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
4370 dynamic bindings around the evaluation of the expression.
4371 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
4372
4373 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4374
4375 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
4376 file names.
4377
4378 2007-07-02 Martin Rudalics <rudalics@gmx.at>
4379
4380 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
4381
4382 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
4383 event is not a cons cell. Do not unread drag-mouse-1 events.
4384 Select right window in check whether space was stolen from
4385 window above.
4386
4387 2007-07-01 Richard Stallman <rms@gnu.org>
4388
4389 * files.el (find-file-visit-truename): Fix safe-local-variable value.
4390
4391 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
4392
4393 * generic-x.el (generic-define-mswindows-modes)
4394 (generic-define-unix-modes, apache-log-generic-mode)
4395 (bat-generic-mode-keymap, java-manifest-generic-mode)
4396 (show-tabs-generic-mode): Fix typos in docstrings.
4397
4398 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4399
4400 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
4401 replace-regexp-in-string.
4402
4403 2007-06-28 Andreas Schwab <schwab@suse.de>
4404
4405 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
4406 $(lisp)/subdirs.el.
4407
4408 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
4409
4410 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
4411 the speedbar frame if nil; that deletes the current frame or
4412 causes an error if it is the only frame.
4413 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
4414
4415 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
4416
4417 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
4418 directory where the desktop file was found, as the docstring says.
4419 (desktop-kill): Use `read-directory-name'.
4420
4421 * desktop.el (desktop-load-locked-desktop): New option.
4422 (desktop-read): Use it.
4423 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
4424 Use `when'.
4425
4426 2007-06-24 Davis Herring <herring@lanl.gov>
4427
4428 * desktop.el (desktop-save-mode-off): New function.
4429 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
4430 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
4431 (desktop-claim-lock, desktop-release-lock): New functions.
4432 (desktop-kill): Tell `desktop-save' that this is the last save.
4433 Release the lock afterwards.
4434 (desktop-buffer-info): New function.
4435 (desktop-save): Use it. Run `desktop-save-hook' where the doc
4436 says to. Detect conflicts, and manage the lock.
4437 (desktop-read): Detect conflicts. Manage the lock.
4438
4439 2007-06-23 Eli Zaretskii <eliz@gnu.org>
4440
4441 * ls-lisp.el (insert-directory): If an invalid regexp error is
4442 thrown, try using FILE as a literal file name, not a wildcard.
4443 Check for FILE as an existing file, not just a directory.
4444
4445 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
4446
4447 * ruler-mode.el (ruler-mode): Prevent clobbering the original
4448 `header-line-format' when reentering ruler mode.
4449
4450 2007-06-23 Eli Zaretskii <eliz@gnu.org>
4451
4452 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
4453 FILE exists as a directory.
4454
4455 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
4458 (vera-font-lock-match-item): Fix doc string.
4459 (vera-in-comment-p): Remove unused function.
4460 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
4461 use `syntax-ppss'.
4462 (vera-forward-syntactic-ws): Fix argument order.
4463 (vera-prepare-search): Use `with-syntax-table'.
4464 (vera-indent-line): Fix doc string.
4465 (vera-electric-tab): Fix doc string.
4466 (vera-expand-abbrev): Define alias instead of using `fset'.
4467 (vera-comment-uncomment-region): Use `comment-start-skip'.
4468
4469 2007-06-20 Reto Zimmermann <reto@gnu.org>
4470
4471 * progmodes/vera-mode.el: New file.
4472
4473 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
4474
4475 * ido.el (ido-find-file-in-dir): Don't signal an error for
4476 empty directories.
4477
4478 2007-06-18 Alan Mackenzie <acm@muc.de>
4479
4480 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
4481 When removing lines, also remove the \n. Correction of patch of
4482 2007-04-21.
4483
4484 2007-06-17 Glenn Morris <rgm@gnu.org>
4485
4486 * lpr.el (lpr-page-header-switches): Move %s to separate element
4487 for correct quoting. Doc fix.
4488
4489 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4490
4491 * term/xterm.el (terminal-init-xterm): Escape parens in character
4492 constants.
4493
4494 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
4495
4496 * scroll-lock.el (scroll-lock-mode): Doc fix.
4497
4498 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * font-lock.el (font-lock-add-keywords): In case font-lock was only
4501 half-activated, forcefully activate it completely.
4502
4503 2007-06-11 Richard Stallman <rms@gnu.org>
4504
4505 * cus-edit.el (custom-variable-type): Doc fix.
4506
4507 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
4508
4509 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
4510
4511 2007-06-09 Davis Herring <herring@lanl.gov>
4512
4513 * desktop.el (desktop-minor-mode-table): Doc fix.
4514
4515 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
4516
4517 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
4518 (image-next-line, image-previous-line, image-scroll-up)
4519 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
4520 New functions.
4521 (image-mode-map): Remap motion commands.
4522 (image-mode-text-map): New keymap for viewing images as text.
4523 (image-mode): Use image-mode-map.
4524 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
4525
4526 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
4527
4528 Sync with Tramp 2.0.56.
4529
4530 * net/tramp.el:
4531 * net/tramp-ftp.el:
4532 * net/tramp-smb.el:
4533 * net/tramp-util.el:
4534 * net/tramp-vc.el:
4535 Don't load cl.el, because that pollutes the namespace. Replace cl
4536 macros by their implementations where necessary. Requested by
4537 Richard Stallman <rms@gnu.org>.
4538
4539 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
4540 doesn't exist.
4541 (with-parsed-tramp-file-name): Protect debug spec during compilation.
4542 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
4543 (tramp-file-name-p, tramp-file-name-multi-method)
4544 (tramp-file-name-method, tramp-file-name-user)
4545 (tramp-file-name-host, tramp-file-name-localname): New defuns,
4546 replacing defstruct `tramp-file-name'.
4547 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
4548 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
4549 Apply `vector' instead of `make-tramp-file-name'.
4550 (tramp-handle-make-auto-save-file-name):
4551 Apply `tramp-temporary-file-directory' for compatibility reasons.
4552 (tramp-completion-mode): Use `natnump' instead of `wholenump'
4553 because of XEmacs.
4554 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
4555 started.
4556
4557 2007-06-07 David Kastrup <dak@gnu.org>
4558
4559 * dired.el (dired-recursive-deletes, dired-recursive-copies):
4560 Change default to `top'.
4561
4562 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
4563
4564 * dired.el (dired-mode-map): Remove spurious separator.
4565
4566 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
4567
4568 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
4569
4570 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4571 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
4572
4573 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
4574
4575 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
4576 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
4577
4578 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
4579
4580 * progmodes/ebrowse.el (ebrowse-member-table):
4581 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
4582
4583 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4584
4585 * pgg.el (pgg-sign-region, pgg-sign):
4586 * ses.el (ses-call-printer):
4587 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
4588 * textmodes/org.el (org-cycle): Fix typos in docstrings.
4589
4590 2007-06-06 Eli Zaretskii <eliz@gnu.org>
4591
4592 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
4593 (tar-get-descriptor): Handle type 55, an extended pax header.
4594
4595 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4596
4597 * textmodes/css-mode.el: New file.
4598
4599 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
4600
4601 * net/socks.el: New file, taken from w3 repository.
4602 (top): Update Copyright. Don't load cl.el.
4603 (all): Replace `case' by `cond', `string-to-int' by
4604 `string-to-number', and `process-kill-without-query' by
4605 `set-process-query-on-exit-flag'.
4606 (socks-char-int): Remove defalias and all occurrences.
4607
4608 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4609
4610 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4611 (sort-coding-systems, search-unencodable-char): Doc fixes.
4612 (coding-system-change-eol-conversion, set-default-coding-systems)
4613 (prefer-coding-system, find-multibyte-characters, princ-list)
4614 (leim-list-entry-regexp, set-input-method, locale-language-names)
4615 (input-method-exit-on-first-char, exit-language-environment-hook)
4616 (locale-charset-language-names): Fix typos in docstrings.
4617
4618 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
4619
4620 * bs.el (bs-cycle-previous): Don't modify the cycle list until
4621 `switch-to-buffer' has returned succesfully.
4622 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
4623 window is dedicated (it could iconify the frame).
4624
4625 2007-06-05 Glenn Morris <rgm@gnu.org>
4626
4627 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
4628
4629 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * files.el (auto-mode-alist): Add lower-priority match for names
4632 like ChangeLog.old.
4633
4634 2007-06-04 Andreas Schwab <schwab@suse.de>
4635
4636 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
4637
4638 2007-06-04 Davis Herring <herring@lanl.gov>
4639
4640 * calendar/timeclock.el: Update version number.
4641 (timeclock-modeline-display): Mention timeclock-use-display-time
4642 in explanatory message.
4643 (timeclock-log): Suppress warnings when finding the log.
4644 Don't check for a nil project twice. Run hooks after killing the
4645 buffer (if applicable).
4646 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
4647 was geometric). All uses changed.
4648 (timeclock-generate-report): Support prefix argument.
4649
4650 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4651
4652 * man.el (Man-next-section): Don't consider the last line of the
4653 page as being part of any section.
4654
4655 2007-06-04 Martin Rudalics <rudalics@gmx.at>
4656
4657 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
4658 modified flag of buffer. Use `inhibit-modification-hooks'.
4659
4660 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
4661
4662 * mail/mail-extr.el (mail-extract-address-components):
4663 Recognize non-ASCII characters except for NBSP as words.
4664
4665 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
4666
4667 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
4668
4669 2007-06-04 Michael Olson <mwolson@gnu.org>
4670
4671 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
4672 died and we are trying to send a signal to it.
4673
4674 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
4675
4676 * emacs-lisp/easy-mmode.el (define-minor-mode)
4677 (easy-mmode-define-navigation): Fix typos in docstrings.
4678
4679 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
4680 Fix typos in docstrings.
4681 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
4682 (compilation-finish-function): Fix typo in obsolescence declaration.
4683
4684 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
4685
4686 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
4687
4688 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
4689 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
4690
4691 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
4692
4693 * longlines.el (longlines-mode): Make longlines-auto-wrap
4694 buffer-local. Add hooks unconditionally.
4695 (longlines-auto-wrap): Toggle wrapping.
4696 (longlines-after-change-function)
4697 (longlines-post-command-function): Check longlines-auto-wrap.
4698
4699 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4700
4701 * Version 22.1 released.
4702
4703 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
4704
4705 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
4706 changes.
4707
4708 2007-05-31 Richard Stallman <rms@gnu.org>
4709
4710 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
4711
4712 2007-05-29 Martin Rudalics <rudalics@gmx.at>
4713
4714 * textmodes/table.el (table--point-entered-cell-function)
4715 (table--point-left-cell-function):
4716 Bind `inhibit-point-motion-hooks' to t.
4717
4718 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4719
4720 * emacs-lisp/rx.el (rx): Doc fix.
4721
4722 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
4723
4724 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
4725
4726 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
4727
4728 * log-edit.el (log-edit-changelog-paragraph): Return point-max
4729 as the end of the ChangeLog paragraph when it ends without a line
4730 termination.
4731
4732 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * textmodes/fill.el (canonically-space-region): Make the second arg
4735 a marker if it's not already the case.
4736
4737 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
4738 (xterm-mouse-event): Use it.
4739
4740 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
4741
4742 * vc-hooks.el (vc-find-root): Fix file attribute test.
4743
4744 2007-05-24 Richard Stallman <rms@gnu.org>
4745
4746 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4747 Don't let opoint be nil.
4748 (flyspell-emacs-popup): Explicit error if no dialogs.
4749
4750 2007-05-23 Eli Zaretskii <eliz@gnu.org>
4751
4752 * tar-mode.el (tar-file-name-handler): New function.
4753 (tar-extract): Bind file-name-handler-alist to it to force
4754 find-buffer-file-type-coding-system behave as if the file being
4755 extracted existed. Use last-coding-system-used to force
4756 buffer-file-coding-system to what decode-coding-region actually
4757 used to decode the file.
4758
4759 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4760
4761 * progmodes/compile.el (compilation-handle-exit):
4762 `compilation-finish-function' may change the current buffer.
4763
4764 2007-05-22 Richard Stallman <rms@gnu.org>
4765
4766 * files.el (set-auto-mode): Doc fix.
4767
4768 2007-05-22 Eli Zaretskii <eliz@gnu.org>
4769
4770 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4771
4772 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
4773
4774 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
4775 (rcirc-print): Handle `window-width'.
4776 (rcirc-buffer-maximum-lines): Doc fix.
4777
4778 2007-05-19 Kevin Ryde <user42@zip.com.au>
4779
4780 * info.el (Info-fontify-node): Match https also.
4781
4782 2007-05-18 Richard Stallman <rms@gnu.org>
4783
4784 * simple.el (push-mark): Doc fix.
4785
4786 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
4787
4788 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
4789 tpu-global-map.
4790 (tpu-original-global-map): Delete variable.
4791 (tpu-control-keys-map): New keymap variable.
4792 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
4793 setting keymapping directly.
4794 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
4795 tpu-global-map.
4796 (tpu-edt-on): Activate the tpu-global-map.
4797 (tpu-edt-off): Deactivate the tpu-global-map.
4798
4799 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
4800
4801 * textmodes/ispell.el (ispell-get-word): Return markers
4802 for start and end positions.
4803 (ispell-word): Assume END is a marker.
4804
4805 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4806
4807 * ps-print.el: Use default color when foreground or background color
4808 are unspecified. Reported by Leo <sdl.web@gmail.com>.
4809 (ps-print-version): New version 6.7.4.
4810 (ps-rgb-color): New argument. Use default color when color is
4811 unspecified.
4812 (ps-begin-job): Fix code.
4813
4814 2007-05-17 Martin Rudalics <rudalics@gmx.at>
4815
4816 * textmodes/ispell.el (ispell-start-process): Defend against bad
4817 default-directory.
4818
4819 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4820
4821 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
4822
4823 2007-05-16 Richard Stallman <rms@gnu.org>
4824
4825 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4826
4827 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4828
4829 * files.el (magic-mode-alist, magic-fallback-mode-alist):
4830 Move the *ml, Postscript, and XmCD entries to the fallback part.
4831
4832 * files.el (magic-fallback-mode-alist):
4833 Rename from file-start-mode-alist.
4834
4835 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4836
4837 * progmodes/compile.el (compilation-handle-exit): Quote first
4838 argument of `run-hook-with-args'.
4839
4840 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
4841
4842 * buff-menu.el (Buffer-menu-sort-column):
4843 * dabbrev.el (dabbrev-upcase-means-case-search):
4844 * dired.el (dired-recursive-deletes, dired-recursive-copies):
4845 * info.el (Info-current-subfile):
4846 * ls-lisp.el (ls-lisp-verbosity):
4847 * msb.el (msb-menu-cond):
4848 * pcvs.el (cvs-dired-use-hook):
4849 * simple.el (set-mark-command-repeat-pop):
4850 * time.el (display-time-24hr-format, display-time-mail-file):
4851 Doc fixes.
4852
4853 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
4854 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
4855
4856 * view.el (view-inhibit-help-message): Fix typo in docstring.
4857 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
4858
4859 2007-05-14 Eli Zaretskii <eliz@gnu.org>
4860
4861 * mail/rmail.el (rmail-convert-to-babyl-format):
4862 Check content-transfer-encoding _last_, because we need its position
4863 in base64-header-field-end.
4864
4865 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
4866
4867 * files.el (mode-require-final-newline, require-final-newline)
4868 (enable-local-variables, enable-local-eval): Doc fixes.
4869
4870 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
4871
4872 * progmodes/python.el (python-font-lock-keywords)
4873 (python-open-block-statement-p, python-mode): Add support for the new
4874 "with" keyword.
4875
4876 2007-05-10 Richard Stallman <rms@gnu.org>
4877
4878 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
4879 (iso-cvt-write-only): Likewise.
4880
4881 * emacs-lisp/easy-mmode.el (define-minor-mode):
4882 Fix generated doc string.
4883
4884 * startup.el (fancy-splash-text): Add URL of guided tour.
4885 Adjust horizontal and vertical whitespace.
4886
4887 * progmodes/compile.el (compilation-handle-exit):
4888 Use run-hook-with-args to run compilation-finish-functions.
4889
4890 * files.el (file-start-mode-alist): New variable.
4891 (magic-mode-regexp-match-limit): Doc fix.
4892 (set-auto-mode): Handle file-start-mode-alist.
4893 A little cleanup of structure.
4894
4895 2007-05-10 Davis Herring <herring@lanl.gov>
4896
4897 * calendar/timeclock.el (timeclock-in): Fix non-interactive
4898 workday specifications.
4899 (timeclock-log): Don't kill the log buffer if it already existed.
4900
4901 2007-05-08 Richard Stallman <rms@gnu.org>
4902
4903 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
4904 Don't include non-self-insert commands in the exception for `-'.
4905
4906 2007-05-08 David Reitter <david.reitter@gmail.com>
4907
4908 * progmodes/python.el (python-guess-indent): Check non-nullness
4909 before comparing indent against the 2..8 interval.
4910
4911 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4912
4913 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
4914 available.
4915
4916 2007-05-06 Richard Stallman <rms@gnu.org>
4917
4918 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
4919
4920 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
4921
4922 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
4923 disconnections.
4924
4925 2007-05-01 Romain Francoise <romain@orebokech.com>
4926
4927 * dired-x.el: Revert 2007-04-06 change.
4928
4929 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
4930
4931 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
4932 don't put stop on toolbar.
4933
4934 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
4935
4936 * find-dired.el (find-dired-filter): Propertize all text down to eob.
4937
4938 2007-04-29 Richard Stallman <rms@gnu.org>
4939
4940 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
4941
4942 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * progmodes/cc-mode.el (c-before-change): Use point-min rather
4945 than 1.
4946
4947 2007-04-28 Richard Stallman <rms@gnu.org>
4948
4949 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
4950
4951 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4952
4953 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
4954
4955 2007-04-28 Eli Zaretskii <eliz@gnu.org>
4956
4957 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
4958 instead of $(lisp)/mh-e.
4959
4960 * textmodes/fill.el (fill-paragraph): Doc fix.
4961
4962 2007-04-28 Glenn Morris <rgm@gnu.org>
4963
4964 * image-dired.el (image-dired-cmd-create-thumbnail-options)
4965 (image-dired-cmd-create-temp-image-options): Replace option
4966 +profile "*" with -strip.
4967
4968 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
4969
4970 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4971 Use window-start and window-end.
4972
4973 2007-04-26 Glenn Morris <rgm@gnu.org>
4974
4975 * progmodes/python.el: Restore file pending consideration of legal
4976 status.
4977
4978 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
4979
4980 * locate.el (locate-in-alternate-database): Doc fix.
4981
4982 2007-04-26 Glenn Morris <rgm@gnu.org>
4983
4984 * button.el (button): Use underline if supported, else fall back
4985 to color.
4986
4987 2007-04-25 Richard Stallman <rms@gnu.org>
4988
4989 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
4990
4991 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
4992
4993 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
4994 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
4995 pushing mark.
4996 (idlwave-current-routine): Don't push mark.
4997
4998 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
4999
5000 * image-dired.el (image-dired-display-image): Derive image-type from
5001 filename rather than assuming jpeg, in case no resizing was needed.
5002
5003 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5004
5005 * custom.el (defface): Doc fix.
5006
5007 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
5008
5009 * progmodes/python.el: Remove due to unclear legal issues.
5010
5011 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
5012
5013 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
5014 Don't re-query for each cleared BP.
5015 (idlwave-shell-clear-bp): Optionally skip BP query.
5016 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
5017 of set-window-buffer, which incorrectly moves displayed region.
5018
5019 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
5020
5021 * calc/calc.el (calc-bug-address): Update maintainer's address.
5022 * calc/*: Update maintainer's address.
5023
5024 2007-04-23 Richard Stallman <rms@gnu.org>
5025
5026 * simple.el (set-mark-command-repeat-pop): Doc fix.
5027 Put in `editing-basics' group.
5028
5029 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
5030
5031 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
5032 New functions.
5033 (Info-mode-line-node-keymap): Bind mouse commands to
5034 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
5035
5036 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
5037
5038 * locate.el (locate-local-prompt): New var.
5039 (locate-prompt-for-command): Doc fix.
5040 (locate-prompt-for-search-string): New function.
5041 (locate): New optional arg. Make locate-local-prompt
5042 buffer-local. Use locate-prompt-for-search-string.
5043 (locate-with-filter): New optional arg.
5044 Use locate-prompt-for-search-string.
5045 (locate-update): Bind locate-prompt-for-command.
5046
5047 2007-04-23 Glenn Morris <rgm@gnu.org>
5048
5049 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
5050
5051 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
5052
5053 * button.el (button): Inherit from link face on a tty.
5054
5055 2007-04-23 Glenn Morris <rgm@gnu.org>
5056
5057 * button.el (button): Use color for this face on a tty.
5058
5059 * files.el (magic-mode-alist): Allow for carriage-returns in
5060 html-mode and sgml-mode entries.
5061
5062 2007-04-22 Richard Stallman <rms@gnu.org>
5063
5064 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5065 Improve doc string of generated command.
5066
5067 * subr.el (read-number): Catch errors.
5068
5069 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
5070
5071 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
5072
5073 * image-dired.el: Rename from thumbnails.el. All instances of
5074 "thumbnails" replaced with "image-dired".
5075
5076 * dired.el (dired-mode-map): Rename "thumbnails" again, to
5077 "image-dired".
5078
5079 2007-04-22 Kim F. Storm <storm@cua.dk>
5080
5081 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
5082 Don't use kill-line.
5083
5084 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
5085
5086 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
5087 error message.
5088
5089 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
5090
5091 * dired.el: Rename "tumme" to "thumbnails".
5092
5093 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
5094 replaced with "thumbnails".
5095
5096 2007-04-22 Glenn Morris <rgm@gnu.org>
5097
5098 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
5099 and give it the risky-local-variable property.
5100
5101 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
5102 before defining it.
5103
5104 2007-04-21 Martin Rudalics <rudalics@gmx.at>
5105
5106 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
5107 Use delete-region instead of kill-line.
5108
5109 2007-04-21 Alan Mackenzie <acm@muc.de>
5110
5111 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
5112 `kill-region' by `delete-region'.
5113
5114 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
5115
5116 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
5117 instead of kill-region.
5118
5119 * progmodes/mantemp.el (mantemp-make-mantemps-region)
5120 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
5121 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
5122 and kill-line.
5123
5124 * progmodes/vhdl-mode.el (vhdl-template-type)
5125 (vhdl-template-record, vhdl-template-nature)
5126 (vhdl-template-configuration-spec, vhdl-template-component-inst)
5127 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
5128 Use delete-region instead of kill-word and kill-line.
5129
5130 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5131
5132 * dired-x.el (dired-virtual-mode): Doc fix.
5133
5134 2007-04-21 Richard Stallman <rms@gnu.org>
5135
5136 * font-lock.el (font-lock-keywords-alist): Mark as risky.
5137
5138 * subr.el (read-number): Doc fix.
5139
5140 * simple.el (pop-to-mark-command): Display message "mark popped"
5141 if point does not move.
5142 (set-mark-command): Doc fix.
5143
5144 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
5145
5146 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
5147 (locate-local-filter, locate-local-search): New vars.
5148 (locate): Make variables local.
5149 (locate-update): Bind locate-buffer-name. Call locate using
5150 locate-local-filter and locate-local-search.
5151
5152 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
5153
5154 * hi-lock.el (hi-lock-file-patterns-policy): New var.
5155 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
5156 (hi-lock-mode): Update docstring.
5157
5158 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
5161 fill-nobreak-predicate when the break is past fill-column.
5162
5163 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
5164
5165 * locate.el (locate): Output from shell-command should go in the
5166 current buffer rather than *Shell Command Output*.
5167
5168 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
5169
5170 * paren.el (show-paren-function): Fix last fix.
5171
5172 2007-04-19 Kevin Ryde <user42@zip.com.au>
5173
5174 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
5175 (archive-lzh-summarize): Add optional start arg for where to start
5176 looking at the archive.
5177 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
5178
5179 * international/mule.el (auto-coding-alist): no-conversion for .exe
5180 and .EXE.
5181
5182 2007-04-19 Alan Mackenzie <acm@muc.de>
5183
5184 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
5185 function return type contains "struct", "union", etc.
5186 c-end-of-defun goes too far forward.
5187
5188 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * paren.el (show-paren-function): Reset window-start to avoid
5191 recentering.
5192
5193 2007-04-19 Glenn Morris <rgm@gnu.org>
5194
5195 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
5196
5197 2007-04-18 Glenn Morris <rgm@gnu.org>
5198
5199 * calendar/diary-lib.el (diary-header-line-format): Add a custom
5200 :set function.
5201 (diary-list-entries): Only switch to diary-mode from
5202 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
5203 diary-mode set header-line-format, in case of any customization.
5204
5205 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
5206
5207 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
5208 is less than the length of parse-time-syntax.
5209
5210 2007-04-17 David Kastrup <dak@gnu.org>
5211
5212 * replace.el (query-replace-regexp-eval): Deprecate.
5213
5214 2007-04-17 Alan Mackenzie <acm@muc.de>
5215
5216 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
5217 point too close to EOB, leave point at EOB rather than last `}'.
5218
5219 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5220
5221 * textmodes/bibtex.el (bibtex-include-OPTkey)
5222 (bibtex-user-optional-fields, bibtex-entry-field-alist):
5223 Fix defcustom.
5224
5225 2007-04-17 Glenn Morris <rgm@gnu.org>
5226
5227 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
5228 be encoded, fall back to current year.
5229
5230 2007-04-14 Kevin Ryde <user42@zip.com.au>
5231
5232 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
5233 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
5234 M "MSDOS".
5235
5236 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
5237
5238 * progmodes/python.el (python-end-of-block): Avoid looping forever
5239 if python-next-statement fails.
5240
5241 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5242
5243 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
5244
5245 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5246
5247 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
5248 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
5249
5250 2007-04-15 Jay Belanger <belanger@truman.edu>
5251
5252 * calc/calc.el (calc-version): New function.
5253 (calc-trail-mode): Shorten the title.
5254
5255 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
5256
5257 * mail/footnote.el (footnote-style): Clarify docstring to state
5258 that customizing this only applies to future footnotes.
5259
5260 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5261
5262 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
5263 (bibtex-make-field): Check that INIT is a string. Use functionp.
5264
5265 2007-04-14 Glenn Morris <rgm@gnu.org>
5266
5267 * complete.el (PC-goto-end): New buffer-local variable.
5268 (PC-do-completion-end): Make buffer-local.
5269 (partial-completion-mode) <choose-completion-string-functions>:
5270 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
5271 (PC-do-completion): New optional fourth argument GOTO-END. Add a
5272 doc string. Set PC-goto-end for choose-completion.
5273 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
5274 PC-do-completion.
5275
5276 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
5277 arg to bibtex-make-field.
5278 (bibtex-make-field): Add optional fourth arg NODELIM.
5279 Insert delimiters around INIT unless this arg is non-nil.
5280
5281 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
5282
5283 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
5284 global map isn't modified.
5285
5286 2007-04-14 Glenn Morris <rgm@gnu.org>
5287
5288 * calendar/appt.el (appt-disp-window): Do not split small windows.
5289 Suggested by Jeff Miller <jmiller@cablespeed.com>.
5290
5291 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
5292
5293 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
5294
5295 * files.el: Ditto.
5296
5297 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
5298
5299 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
5300
5301 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
5302 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
5303 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
5304 (term-pager-help): Fix typos in docstrings.
5305
5306 * wid-edit.el (widget-documentation): Fix typo in docstring.
5307
5308 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
5309 Fix typos in error messages.
5310
5311 2007-04-13 Martin Rudalics <rudalics@gmx.at>
5312
5313 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
5314 window marked as dedicated.
5315
5316 * mail/footnote.el (footnote-latin-string): New variable.
5317 (footnote-latin-regexp): Redefine as regexp alternative.
5318 (Footnote-latin): Use footnote-latin-string instead of
5319 footnote-latin-regexp.
5320
5321 2007-04-13 Glenn Morris <rgm@gnu.org>
5322
5323 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
5324 inherited keymaps.
5325
5326 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
5327
5328 * outline.el (outline-get-next-sibling): Clarify docstring.
5329 (outline-get-last-sibling): Handle case where we are at the first
5330 heading. Clarify docstring.
5331
5332 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
5333
5334 * progmodes/gud.el (gud-minor-mode-map): Make go button same
5335 length as stop button to lessen flicker.
5336 (jdb): Add gud-print.
5337 (gud-find-expr): Jdb prints the expression with the value, so
5338 don't insert it in the output.
5339
5340 2007-04-11 Jason Rumney <jasonr@gnu.org>
5341
5342 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
5343 case hex. Do not try to decode non-hex letters.
5344
5345 2007-04-11 Markus Triska <markus.triska@gmx.at>
5346
5347 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
5348 (byte-optimize-backward-word): Remove (move to bytecomp.el).
5349 (byte-optimize-form-code-walker): Evaluate pure function calls if
5350 possible.
5351 (byte-optimize-all-constp): New function.
5352
5353 * emacs-lisp/bytecomp.el (byte-compile-char-before):
5354 Improve numeric argument case.
5355 (byte-compile-backward-char, byte-compile-backward-word):
5356 New functions, performing rewriting previously done in byte-opt.el.
5357 Fix their "Fixme" item (restriction to numeric arguments).
5358
5359 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
5362 with dolist.
5363 (after-init-hook): Don't quote lambda.
5364 (desktop-first-buffer): Don't wrap it in eval-when-compile.
5365 (desktop-internal-v2s): Remove unused var `el'.
5366 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
5367 desktop-restore-file-buffer.
5368 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
5369 desktop-create-buffer.
5370
5371 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
5372
5373 * woman.el (woman-decode-buffer): Postpone macro-set check...
5374 (woman-decode-region): ...to here.
5375
5376 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
5377
5378 * startup.el (tty-handle-args): Use %S to log ARGS.
5379
5380 2007-04-10 Glenn Morris <rgm@gnu.org>
5381
5382 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
5383 it is obsolete and has no effect.
5384
5385 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
5386 byte-compiler.
5387
5388 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
5389 obsolete function make-local-hook.
5390
5391 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
5392 start to quieten byte-compiler.
5393
5394 2007-04-10 Markus Triska <markus.triska@gmx.at>
5395
5396 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
5397 to bytecomp.el as byte-compile-char-before).
5398 * emacs-lisp/bytecomp.el (byte-compile-char-before):
5399 New function (modified replacement for byte-optimize-char-before in
5400 byte-opt.el).
5401
5402 2007-04-09 Alan Mackenzie <acm@muc.de>
5403
5404 * startup.el (inhibit-splash-screen): Emphatically state that it
5405 can't be set in site-start.el.
5406
5407 2007-04-09 Masatake YAMATO <jet@gyve.org>
5408
5409 * progmodes/cc-subword.el (c-capitalize-subword): More closely
5410 mimic the behavior of `capitalize-word'. Do not move point with a
5411 negative argument. Based on tiny change by Paul Curry.
5412
5413 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
5414
5415 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
5416 Don't move point if ARG is negative.
5417
5418 2007-04-09 Alan Mackenzie <acm@muc.de>
5419
5420 Changes to make `narrow-to-defun' and `mark-defun' work properly
5421 in CC Mode:
5422
5423 * progmodes/cc-defs.el (c-beginning-of-defun-1):
5424 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5425 Bind beginning/end-of-defun-function to nil around calls to
5426 beginning/end-of-defun.
5427
5428 * progmodes/cc-langs.el (beginning-of-defun-function)
5429 (end-of-defun-function): New c-lang-setvar's.
5430
5431 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
5432 (setq arg 1))" to enable non-interactive call.
5433
5434 2007-04-09 Eli Zaretskii <eliz@gnu.org>
5435
5436 * simple.el (set-mark-command): Doc fix.
5437
5438 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
5439
5440 * progmodes/gud.el (gdb): Restore existing session if user
5441 tries to start a second one in graphical mode.
5442
5443 2007-04-08 Martin Rudalics <rudalics@gmx.at>
5444
5445 * cus-start.el <scroll-preserve-screen-position>: Add choices.
5446
5447 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5448
5449 * term/xterm.el (terminal-init-xterm): Fix key definitions.
5450 Add binding for C-M-SPC.
5451
5452 2007-04-08 Richard Stallman <rms@gnu.org>
5453
5454 * pcomplete.el (pcomplete-read-event): One single definition,
5455 and not a defsubst.
5456
5457 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
5458
5459 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
5460 byte-compiler warning "value unused".
5461
5462 2007-04-08 Andreas Schwab <schwab@suse.de>
5463
5464 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
5465
5466 2007-04-07 Glenn Morris <rgm@gnu.org>
5467
5468 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
5469 Autoload these functions.
5470 (diary-date-forms): Add a custom :set form.
5471
5472 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
5473 before first use.
5474 (diary-font-lock-keywords): New function with old code for
5475 initialization of variable of same name.
5476
5477 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
5478
5479 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
5480 clean-up: only insert space when on identifier, etc.
5481
5482 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
5483
5484 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
5485
5486 * net/tls.el (open-tls-stream): Properly handle case where there
5487 is no associated buffer.
5488
5489 2007-04-07 Glenn Morris <rgm@gnu.org>
5490
5491 * ffap.el (ffap-file-at-point): Lower the priority of the
5492 ffap-ftp-sans-slash-regexp check.
5493
5494 2007-04-06 Alan Mackenzie <acm@muc.de>
5495
5496 Fix fontification of labels, and other things with ":".
5497
5498 * progmodes/cc-engine.el (c-forward-label): The function now
5499 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
5500 the former t.
5501
5502 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
5503 new return code from c-forward-label, fontifying tokens properly.
5504 Add some general comments throughout the file.
5505
5506 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
5507
5508 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
5509 Revert 2006-01-27 change.
5510
5511 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
5512
5513 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
5514
5515 * desktop.el (desktop-create-buffer, desktop-save):
5516 Revert 2004-11-12 change for lack of copyright papers.
5517
5518 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
5519 (dired-guess-default): Respect case.
5520
5521 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
5522
5523 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
5524 was originally checked in as byte-optimize-concat on 1997-11-02.
5525
5526 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
5527 1995-05-19 doc changes.
5528
5529 2007-04-06 Kim F. Storm <storm@cua.dk>
5530
5531 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
5532 (unload-feature): Update interactive spec accordingly.
5533
5534 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
5535
5536 2007-04-06 John Paul Wallington <jpw@pobox.com>
5537
5538 * subr.el (with-case-table): Use `make-symbol' to avoid variable
5539 capture. Restore the table in the same buffer.
5540
5541 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
5542
5543 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
5544
5545 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5546 Print entire form.
5547
5548 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
5549
5550 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
5551 for low-color displays.
5552
5553 2007-04-05 Glenn Morris <rgm@gnu.org>
5554
5555 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
5556 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
5557 Seed random number generator on loading.
5558
5559 * emacs-lisp/authors.el (top-level): Provide self.
5560
5561 * play/animate.el (top-level): Provide self.
5562
5563 2007-04-04 Alan Mackenzie <acm@muc.de>
5564
5565 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
5566 to mention c-syntactic-indentation.
5567
5568 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
5569
5570 * subr.el (with-case-table): New macro.
5571
5572 * international/mule.el (ascii-case-table): New var.
5573
5574 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
5575 downcasing.
5576
5577 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
5578
5579 * progmodes/gud.el (gud-minor-mode-map): Simplify.
5580
5581 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
5582 of the window if we're outside it e.g menu-bar.
5583
5584 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
5585 window if we're outside it e.g menu-bar.
5586
5587 2007-04-03 Eli Zaretskii <eliz@gnu.org>
5588
5589 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
5590 decode base-64 encoded body if its content-type is something other
5591 than text/* or message/*.
5592
5593 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
5594
5595 * simple.el (activate-mark-hook): Fix typo in docstring.
5596
5597 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
5598
5599 * tmm.el (tmm-c-prompt): Initialize.
5600 (tmm-menubar): Deal with extended menu-items at top level.
5601 (tmm-get-keybind): Handle bindings redefined/undefined locally.
5602 (tmm-prompt): Handle visibility of top level menu-items.
5603
5604 * progmodes/gud.el (gud-menu-map): Simplify.
5605 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
5606 menubar.
5607
5608 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
5609
5610 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
5611
5612 * comint.el (comint-send-input): Widen the buffer first.
5613
5614 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
5615
5616 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5617
5618 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
5619 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
5620
5621 * newcomment.el (comment-search-forward): Discard comment starters
5622 before point.
5623
5624 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
5625
5626 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
5627
5628 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
5629
5630 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
5631 when downcasing.
5632
5633 * button.el (previous-button): Rewrite to account for adjacent buttons.
5634
5635 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
5636
5637 * progmodes/idlwave.el (idlwave-auto-fill):
5638 Revert paragraph-separate change.
5639
5640 * progmodes/idlw-shell.el (idlwave-shell-break-in):
5641 Simplify module calc.
5642 (idlwave-shell-set-bp-in-module): Compute module.
5643
5644 2007-03-31 Glenn Morris <rgm@gnu.org>
5645
5646 * emacs-lisp/timer.el (run-at-time): Doc fix.
5647
5648 * emacs-lisp/warnings.el (display-warning): If we create the
5649 buffer displaying the warning, disable undo there.
5650
5651 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
5652
5653 * net/tramp.el (tramp-register-file-name-handler)
5654 (tramp-register-completion-file-name-handler): New defsubst,
5655 derived from `tramp-register-file-name-handlers'. The split is
5656 necessary because Tramp's file name handlers must be registered at
5657 different startup places.
5658
5659 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
5660
5661 * progmodes/hideshow.el (turn-off-hideshow): New function.
5662 (hs-minor-mode): Use it instead of a lambda expression in
5663 change-major-mode-hook.
5664
5665 2007-03-31 David Kastrup <dak@gnu.org>
5666
5667 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
5668 corresponding to MANPATH_MAP entries.
5669 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
5670 (woman-parse-man.conf): Use more discriminating man.conf name.
5671 (woman-parse-man.conf): Parse MANPATH_MAP entries.
5672 (woman-manpath): Doc fix and type fix.
5673 (woman-cached-data): Check for MANPATH_MAP entries.
5674 (woman-expand-directory-path): Treat MANPATH_MAP entries.
5675
5676 2007-03-31 Stuart Herring <herring@lanl.gov>
5677
5678 * emacs-lisp/sregex.el (sregexq): Doc fix.
5679
5680 2007-03-31 Markus Triska <markus.triska@gmx.at>
5681
5682 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
5683
5684 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
5685
5686 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
5687 Move to the right.
5688
5689 2007-03-30 Alan Mackenzie <acm@muc.de>
5690
5691 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
5692
5693 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
5694
5695 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
5696 Use it, passed in explicitly, instead of from the dynamic binding.
5697 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
5698
5699 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
5700
5701 * simple.el (blink-matching-open): When in minibuffer, don't
5702 search for a match inside the prompt.
5703
5704 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
5705
5706 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
5707 (tmm-prompt): Don't make the mouse user select the first menu
5708 item twice.
5709
5710 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
5711
5712 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
5713 SIGUSR1 and SIGUSR2.
5714
5715 2007-03-29 Kim F. Storm <storm@cua.dk>
5716
5717 * ido.el (ido-read-internal): When reading file or dir, only override
5718 minibuffer-local-filename-completion-map, otherwise only override
5719 minibuffer-local-completion-map.
5720
5721 2007-03-29 Glenn Morris <rgm@gnu.org>
5722
5723 * complete.el (partial-completion-mode): Set PC-do-completion-end
5724 to nil after use.
5725 (PC-lisp-complete-symbol): Create and use a marker at `end',
5726 rather than using point-marker.
5727
5728 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
5729
5730 * simple.el (next-error-highlight): Doc fix.
5731 (compose-mail): Revert 2007-03-19 change.
5732
5733 2007-03-28 Richard Stallman <rms@gnu.org>
5734
5735 * emacs-lisp/edebug.el (edebug-display): Don't go to
5736 edebug-outside-buffer if it is dead.
5737
5738 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
5739
5740 * view.el (view-mode): Fix typos in docstring.
5741
5742 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
5743
5744 * recentf.el (recentf-save-file): Add a custom :set function.
5745
5746 2007-03-28 Glenn Morris <rgm@gnu.org>
5747
5748 * complete.el (PC-do-completion-end): New variable.
5749 (partial-completion-mode) <choose-completion-string-functions>:
5750 Use PC-do-completion-end in the non-minibuffer case to replace the
5751 correct amount of text.
5752 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
5753 (PC-lisp-complete-symbol): Give marker the after-insertion type,
5754 to deal with improvements inserted after point.
5755
5756 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5757
5758 * button.el (make-text-button): Add explicit `button' property.
5759 (default-button): Don't put a `button' property on it.
5760
5761 * progmodes/python.el (python-mode): Skip comments when parsing.
5762
5763 * vc-arch.el (vc-with-current-file-buffer): New macro.
5764 (vc-arch-file-source-p): Use it to avoid infloop.
5765
5766 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
5767
5768 * emacs-lisp/lisp.el (lisp-complete-symbol):
5769 Fix call to get-buffer-window to find windows in other frames.
5770
5771 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5772
5773 * comint.el (comint-proc-query, comint-dynamic-list-completions):
5774 Fix calls to get-buffer-window to find windows in other frames.
5775 Reported by David Hansen <david.hansen@gmx.net>.
5776
5777 2007-03-27 Kevin Ryde <user42@zip.com.au>
5778
5779 * info.el (Info-display-images-node): On a text-only terminal,
5780 show the "text" or "alt" parts of the image blobs.
5781
5782 2007-03-27 Glenn Morris <rgm@gnu.org>
5783
5784 * complete.el (PC-do-completion): Compute completion-base-size in
5785 the non-filename case, rather than setting to nil.
5786 (PC-lisp-complete-end): New variable.
5787 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
5788 original end in a series of consecutive invocations.
5789
5790 * calendar/calendar.el (calendar-mode-hook): Declare it.
5791
5792 * calendar/diary-lib.el (diary-live-p): Do not check for
5793 diary-selective-display.
5794
5795 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5796
5797 * replace.el (occur-next-error): *Occur* might not be displayed in the
5798 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
5799
5800 2007-03-26 Richard Stallman <rms@gnu.org>
5801
5802 * textmodes/flyspell.el (flyspell-large-region):
5803 Use ispell-call-process-region.
5804
5805 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5806
5807 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
5808 Use prin1 instead of princ.
5809
5810 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
5811
5812 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
5813 Merge in X resources before global face.
5814
5815 * progmodes/compile.el (compilation-start): Save compilation-directory
5816 rather than default-directory as local var.
5817 (compilation-directory): Mark as safe local var.
5818
5819 * files.el: Don't mark default-directory as a safe local var.
5820
5821 2007-03-25 Alan Mackenzie <acm@muc.de>
5822
5823 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
5824 * progmodes/cc-engine.el: Fix typo.
5825
5826 2007-03-25 Juri Linkov <juri@jurta.org>
5827
5828 * compare-w.el (compare-windows): Rename customization group
5829 `compare-w' to `compare-windows'.
5830 (compare-windows-whitespace, compare-ignore-whitespace)
5831 (compare-ignore-case, compare-windows-sync)
5832 (compare-windows-sync-string-size, compare-windows-recenter)
5833 (compare-windows-highlight, compare-windows): Change group name in
5834 the `group' tag from `compare-w' to `compare-windows'.
5835 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
5836
5837 2007-03-24 Markus Triska <markus.triska@gmx.at>
5838
5839 * expand.el: Change example to always enable abbrev-mode,
5840 and remove redundant `function'.
5841 (expand-abbrev-hook): Add autoload cookie.
5842
5843 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
5844
5845 * emacs-lisp/testcover.el (testcover-start, testcover-end)
5846 (testcover-mark-all, testcover-unmark-all): Add prompts to
5847 interactive specs.
5848
5849 2007-03-24 Jason Rumney <jasonr@gnu.org>
5850
5851 * autorevert.el (find-file-hook, auto-revert-tail-mode):
5852 Use file size in bytes for auto-revert-tail-pos not characters.
5853
5854 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
5855
5856 * vc-rcs.el (vc-rcs-annotate-command):
5857 Set text property :vc-annotate-prefix on the annotation text.
5858 (vc-rcs-annotate-time): Instead of searching for ": ",
5859 search for end of text propertized with :vc-annotate-prefix.
5860
5861 2007-03-24 Martin Rudalics <rudalics@gmx.at>
5862
5863 * whitespace.el (top level): Remove calls putting
5864 permanent-local nil property since these are no-ops.
5865
5866 * man.el (Man-support-local-filenames): Assure that
5867 default-directory exists when doing call-process.
5868
5869 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
5870
5871 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
5872 Fix omission bug: Use m4-program-options to construct shell command.
5873
5874 2007-03-23 David Kastrup <dak@gnu.org>
5875
5876 * progmodes/cc-mode.el (c-make-emacs-variables-local):
5877 Use `mapcar' rather than `mapcan' to silence compiler warning.
5878
5879 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
5880
5881 * textmodes/reftex.el, textmodes/reftex-vars.el,
5882 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
5883 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
5884 * textmodes/reftex-index.el, textmodes/reftex-global.el,
5885 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
5886 * textmodes/reftex-auc.el: Add maintainer address.
5887
5888 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
5889
5890 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
5891 Make sure that `global-font-lock-mode' does not turn on font-lock
5892 in these buffers.
5893
5894 2007-03-21 Kim F. Storm <storm@cua.dk>
5895
5896 * xt-mouse.el (xt-mouse-epoch): New variable.
5897 (xterm-mouse-event): Use float-time.
5898
5899 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
5900
5901 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
5902 current-time.
5903
5904 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * complete.el (read-file-name-internal): Don't add the final > if the
5907 completion is not finished (re-application of this patch, which was
5908 accidentally undone by Eli).
5909
5910 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
5911
5912 * emulation/viper.el (viper-non-hook-settings): Handle mouse
5913 clicks in describe-key and describe-key-briefly advice a little better.
5914
5915 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
5916
5917 * server.el (server-process-filter): Cancel any pending isearch.
5918
5919 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
5920
5921 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
5922 (icalendar--get-unfolded-buffer): Define actual arguments rather
5923 than just using &rest. Check replace-in-string is fbound.
5924 (icalendar-import-buffer): Doc fix.
5925 (icalendar--convert-ical-to-diary): Set diary-file.
5926 Check diary-file before inserting final newline.
5927 (icalendar--add-diary-entry): Return diary-file.
5928
5929 2007-03-21 Glenn Morris <rgm@gnu.org>
5930
5931 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
5932 (diary-display-hook): Add custom :set function.
5933
5934 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
5935 Add custom :set function.
5936 (diary-header-line-format): Doc fix.
5937 (diary-set-maybe-redraw): New function.
5938 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
5939 (diary-list-entries): Always run diary-mode.
5940
5941 2007-03-20 Kenichi Handa <handa@m17n.org>
5942
5943 * international/quail.el (quail-setup-completion-buf): Make the
5944 completion buffer read-only.
5945 (quail-completion): Adjusted for the above change. Leave the
5946 modified flag nil.
5947
5948 2007-03-20 David Kastrup <dak@gnu.org>
5949
5950 * files.el (magic-mode-alist): Require literal "%!PS" string for
5951 magic postscript file detection.
5952
5953 2007-03-20 Richard Stallman <rms@gnu.org>
5954
5955 * textmodes/ispell.el (ispell-call-process): New function.
5956 Defends against bad `default-directory.'
5957 (ispell-check-version, ispell-find-aspell-dictionaries)
5958 (ispell-get-aspell-config-value, lookup-words): Call it.
5959 (ispell-call-process-region): New function.
5960 (ispell-send-string): Call it.
5961
5962 2007-03-20 Andreas Schwab <schwab@suse.de>
5963
5964 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
5965 (finder-data): Likewise.
5966 (autoloads): Likewise.
5967
5968 2007-03-20 Martin Rudalics <rudalics@gmx.at>
5969
5970 * files.el (basic-save-buffer): Do not set visited filename when
5971 the corresponding directory does not exist or the specified
5972 filename is that of an existing directory.
5973
5974 2007-03-20 Glenn Morris <rgm@gnu.org>
5975
5976 * calendar/diary-lib.el (diary-live-p): New function.
5977 (number-of-diary-entries): Add a :set function to redisplay diary
5978 when necessary.
5979
5980 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
5981
5982 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
5983 from client program, mev, to compute mouse event.
5984
5985 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
5986
5987 * faces.el (momentary): Face removed; unused due to reversion of
5988 2007-01-04 changes by Kevin Rodgers.
5989
5990 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
5991 Suggested by Johan Bockg\e,Ae\e(Brd.
5992
5993 2007-03-19 Martin Rudalics <rudalics@gmx.at>
5994
5995 * font-lock.el (lisp-font-lock-keywords-1):
5996 Highlight define-globalized-minor-mode as a keyword.
5997
5998 2007-03-19 Kim F. Storm <storm@cua.dk>
5999
6000 * calc/calc-forms.el (math-std-daylight-savings)
6001 (math-std-daylight-savings-old): Doc fix.
6002
6003 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
6004
6005 * progmodes/python.el (python-default-template): Doc fix.
6006 (python-buffer): Fix typo in docstring.
6007
6008 * isearchb.el (isearchb-follow-char):
6009 * subr.el (def-edebug-spec): Fix typo in docstring.
6010
6011 2007-03-19 Richard Stallman <rms@gnu.org>
6012
6013 * files.el (default-directory): Mark safe.
6014 (basic-save-buffer-2): Put proper dir name in error message.
6015
6016 * simple.el (compose-mail): Run switch-function after
6017 setting up the mail buffer.
6018
6019 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
6020
6021 2007-03-18 Jay Belanger <belanger@truman.edu>
6022
6023 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
6024 (math-std-daylight-savings-new): Rename from
6025 `math-std-daylight-savings'.
6026 (math-std-daylight-savings-old): Rename from old value of
6027 `math-std-daylight-savings'.
6028 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
6029 `math-std-daylight-savings-old' depending on the year.
6030
6031 2007-03-18 Detlev Zundel <dzu@gnu.org>
6032
6033 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
6034 zero-width regexps as invalid but rather at least count them correctly.
6035
6036 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
6037
6038 * net/tls.el (open-tls-stream): In handshake-waiting loop,
6039 don't wait more if there is output available to process.
6040
6041 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
6042
6043 * progmodes/compile.el (compilation-find-file): Revert change
6044 from 2006-07-18 to allow completion of directory names.
6045 Reported by John Carter <john.carter@tait.co.nz>.
6046
6047 2007-03-18 Kim F. Storm <storm@cua.dk>
6048
6049 * subr.el (when, unless): Doc fix.
6050
6051 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
6052
6053 * net/tls.el (tls-program): Doc fix.
6054
6055 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
6056
6057 * autorevert.el (auto-revert-tail-handler):
6058 Call after-revert-hook.
6059
6060 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
6061
6062 * simple.el (switch-to-completions): No error if search for \n\n fails.
6063
6064 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
6065
6066 * simple.el (line-move-1):
6067 Respect `inhibit-line-move-field-capture' property.
6068
6069 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
6070
6071 * comint.el (comint-arguments): Mark backslash-escaped chars.
6072 (comint-delim-arg): Don't treat them as delimiters.
6073
6074 2007-03-12 Kim F. Storm <storm@cua.dk>
6075 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
6076
6077 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
6078
6079 * tempo.el (tempo-insert): Deal with 'r> if it appears
6080 specified with a prompt argument.
6081
6082 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
6083
6084 * textmodes/org.el (org-set-font-lock-defaults):
6085 Handle narrow table columns correctly.
6086
6087 2007-03-12 Mark A. Hershberger <mah@everybody.org>
6088
6089 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
6090 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
6091 Return to use of the -no-properties variants. There was
6092 consensus on emacs-devel that the speed of these variants was
6093 prefered since we are usually parsing files (from the internet
6094 or on disk) instead of XML created in Emacs.
6095
6096 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
6097 Add customize option.
6098
6099 2007-03-12 Glenn Morris <rgm@gnu.org>
6100
6101 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
6102 North American rule. Replace "daylight savings" with "daylight
6103 saving" in doc.
6104
6105 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
6106 * calendar/lunar.el, solar.el: Replace "daylight savings" with
6107 "daylight saving" in text.
6108
6109 * woman.el (woman-change-fonts): Tweak previous change by using
6110 woman-request-regexp rather than "^\\.".
6111
6112 * startup.el (command-line-1): Make insertion of
6113 initial-scratch-message not depend on scratch being selected.
6114
6115 2007-03-11 Juri Linkov <juri@jurta.org>
6116
6117 * replace.el (match): Use yellow background on light-bg terminals.
6118
6119 2007-03-11 Richard Stallman <rms@gnu.org>
6120
6121 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6122 Correctly compute line number.
6123
6124 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
6125
6126 * type-break.el (type-break-get-previous-count):
6127 Repeat previous change here.
6128
6129 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
6130
6131 * progmodes/grep.el (grep-find-ignored-directories):
6132 Add .git and .bzr to list.
6133
6134 2007-03-11 Andreas Schwab <schwab@suse.de>
6135
6136 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
6137
6138 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
6141
6142 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
6143
6144 * faces.el (face-set-after-frame-default): Recalculate face
6145 customizations after applying X resources.
6146
6147 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
6148
6149 * net/rcirc.el (rcirc-timeout-seconds): New variable.
6150 (rcirc-keepalive-seconds): Remove variable.
6151 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
6152 (rcirc-process, rcirc-user-disconnect): New variables.
6153 (rcirc-connect): Initalize new variables.
6154 (rcirc-keepalive): Don't send keepalive pings before connection
6155 is completed.
6156 (rcirc-sentinel): Do mark all channels with activity when
6157 connection is dropped. Run hook with process buffer local.
6158 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
6159 (rcirc-buffer-process): Return value of rcirc-process if
6160 rcirc-server-buffer is nil.
6161 (rcirc-server-name): Return the reported server name.
6162 (rcirc-update-prompt): Simplify computation of the server name.
6163 (rcirc-format-response-string): Likewise.
6164 (rcirc-handler-001): Mark server as connected, record the reported
6165 server name, and schedule a timeout.
6166 (rcirc-track-nick): Add a spec for the tty class.
6167 (rcirc-user-non-nick): Remove function.
6168 (rcirc-nick-prefix-chars): Add variable.
6169 (rcirc-user-nick): Use above variable.
6170
6171 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6172
6173 * icomplete.el (icomplete-tidy, icomplete-exhibit):
6174 Bind deactivate-mark to nil.
6175
6176 2007-03-10 Martin Rudalics <rudalics@gmx.at>
6177
6178 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
6179 that buffer contents get erased during completion.
6180
6181 2007-03-10 Glenn Morris <rgm@gnu.org>
6182
6183 * woman.el (woman-change-fonts): Add a hack to deal with
6184 font-escape followed by "." at start of a line.
6185 (woman2-IP): Add a hack to deal with consecutive requests.
6186 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
6187
6188 2007-03-10 Alan Mackenzie <acm@muc.de>
6189
6190 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
6191
6192 2007-03-09 Richard Stallman <rms@gnu.org>
6193
6194 * abbrev.el (abbrev): Add `provide'.
6195
6196 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
6197
6198 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
6199
6200 2007-03-09 Martin Rudalics <rudalics@gmx.at>
6201
6202 * complete.el (PC-try-completion): New function.
6203 (PC-do-completion, read-file-name-internal): Use it instead of
6204 try-completion.
6205
6206 2007-03-08 Alan Mackenzie <acm@muc.de>
6207
6208 Remove stale tokens from `c-found-types' cache.
6209
6210 * progmodes/cc-mode.el (c-unfind-enclosing-token)
6211 (c-unfind-coalesced-tokens, c-before-change): New functions.
6212 (c-maybe-stale-found-type): New variable.
6213
6214 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
6215 (c-trim-found-types): New functions.
6216
6217 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
6218
6219 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
6220 (debug-ignored-errors): Add entry from smerge-match-conflict.
6221
6222 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
6223
6224 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
6225 special help topics for keywords.
6226 (idlwave-help-assistant-command): Include ".exe" for ms-dos
6227 etc. Assistant command.
6228
6229 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
6230
6231 * replace.el (occur-engine): Move buffer-undo-list binding...
6232 (occur-1): ...to here.
6233
6234 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
6235
6236 * simple.el (minibuffer-completing-symbol): New var.
6237 (eval-expression): Use it.
6238 (completion-setup-function): Don't bind completion-base-size when
6239 completing a symbol in the minibuffer.
6240
6241 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
6242
6243 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
6244 tries to start a second session in graphical mode.
6245
6246 2007-03-07 Miles Bader <miles@gnu.org>
6247
6248 * international/isearch-x.el
6249 (isearch-process-search-multibyte-characters):
6250 Strip text-properties from PROMPT to avoid an error from read-string.
6251
6252 2007-03-07 Kim F. Storm <storm@cua.dk>
6253
6254 * complete.el (PC-bindings): Remap lisp-complete-symbol to
6255 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
6256
6257 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6258
6259 * complete.el (PC-do-completion): Delete duplicates in the list of
6260 possible completions.
6261
6262 2007-03-07 Glenn Morris <rgm@gnu.org>
6263
6264 * ses.el (ses-mode): Doc fix.
6265
6266 2007-03-06 Kim F. Storm <storm@cua.dk>
6267
6268 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
6269
6270 2007-03-06 Kenichi Handa <handa@m17n.org>
6271
6272 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
6273
6274 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
6275
6276 * simple.el (completion-setup-function): Improve last fix so it doesn't
6277 set it to a relative directory name either.
6278
6279 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6280
6281 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6282
6283 2007-03-05 Richard Stallman <rms@gnu.org>
6284
6285 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
6286
6287 * files.el (find-file-noselect): No error if file no longer exists.
6288 Display a message and avoid other questions.
6289
6290 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6291
6292 * pcomplete.el (pcomplete-show-completions): Improve last change, so
6293 as not to use an invisible window and to create a window if none exist.
6294
6295 * progmodes/python.el (python-send-command): Restart proc if necessary.
6296 (python-proc): Simplify.
6297
6298 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
6299
6300 * pcomplete.el (pcomplete-show-completions): Search all frames for
6301 completions buffer.
6302
6303 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * cus-edit.el (customize-save-variable): Clear customized-value
6306 property (saved values are now put in theme-value property).
6307 (customize-set-variable): Doc fix.
6308
6309 * complete.el (PC-do-completion): If completion-ignore-case is
6310 non-nil, replace field with completion string before exiting.
6311
6312 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
6313
6314 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
6315 Append its extension to the resulting temporary file name.
6316 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
6317
6318 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
6319 (tramp-smb-handle-write-region): Apply it.
6320
6321 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6322
6323 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
6324 Redo previous change.
6325
6326 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6327
6328 * diff-mode.el (diff-mode): Doc fix.
6329
6330 2007-03-05 Kenichi Handa <handa@m17n.org>
6331
6332 * international/characters.el: Set category `l' (latin)
6333 for more characters.
6334
6335 2007-03-04 Kim F. Storm <storm@cua.dk>
6336
6337 * emacs-lisp/authors.el (authors-aliases): Add alias.
6338
6339 2007-03-04 Glenn Morris <rgm@gnu.org>
6340
6341 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
6342 all when switching major mode.
6343 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
6344 (hs-block-start-mdata-select, hs-block-end-regexp)
6345 (hs-forward-sexp-func, hs-adjust-block-beginning):
6346 Do not make these variables permanent-local.
6347
6348 2007-03-04 Richard Stallman <rms@gnu.org>
6349
6350 * progmodes/cperl-mode.el (cperl-mode):
6351 Modify cperl-compilation-error-regexp-alist by appending.
6352
6353 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
6354 (edebug-mode): Add the hook.
6355 (edebug-recursive-edit): Remove the hook on exiting.
6356
6357 * type-break.el (type-break-get-previous-time):
6358 Handle end-of-file errors specially
6359 so they don't get reported wrong in .emacs.
6360
6361 * startup.el (fancy-splash-text): Clarify text.
6362
6363 * simple.el (beginning-of-buffer, end-of-buffer):
6364 Avoid treating plain C-u like numeric arg.
6365
6366 * simple.el (completion-setup-function): Don't set
6367 default-directory to nil.
6368
6369 * shell.el (shell-dirstack-query): Doc fix.
6370
6371 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6372 Don't select the window -- pass it to primitives instead.
6373
6374 * faces.el (minibuffer-prompt): Use medium blue by default.
6375
6376 2007-03-04 David Kastrup <dak@gnu.org>
6377
6378 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
6379 Preserve 16 as default value for "seconds" when customizing.
6380
6381 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
6382
6383 * textmodes/org.el (org-self-insert-command)
6384 (orgtbl-self-insert-command, org-delete-char)
6385 (org-delete-backward-char): Set the `flyspell-delayed' property.
6386
6387 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
6388
6389 * international/mule.el (find-auto-coding): Don't search for
6390 line-ending characters past the end of the tail.
6391
6392 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
6393
6394 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6395 Jump to the line where new score has been uploaded.
6396
6397 * play/tetris.el (tetris-move-bottom, tetris-move-left)
6398 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
6399 Do nothing when the game is paused.
6400
6401 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
6402
6403 * textmodes/org.el (org-set-tags): Prevent slipping of point
6404 during completion.
6405
6406 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
6407
6408 * isearch.el (isearch-message-prefix):
6409 Use minibuffer-prompt-properties.
6410
6411 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6412
6413 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6414 (ps-setup): Print which Emacsen is running ps-print package.
6415
6416 2007-03-01 Stuart Herring <herring@lanl.gov>
6417
6418 * files.el (set-auto-mode-0): Use `indirect-function'.
6419 (hack-one-local-variable): Don't reapply current major mode.
6420
6421 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
6422
6423 * progmodes/python.el (python-quote-syntax): Don't bother with
6424 syntax-ppss-context.
6425 (python-fill-paragraph): Make sure that fenced-string delimiters that
6426 stand on their own line stay there.
6427
6428 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
6429
6430 * replace.el (perform-replace): Propertize message.
6431
6432 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
6433
6434 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
6435 invisible heading.
6436
6437 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
6438
6439 * net/tramp.el (tramp-file-name-handler): Revert last change.
6440
6441 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
6442
6443 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
6444 Correct doc strings.
6445
6446 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
6447
6448 * replace.el (perform-replace): Undo forward-char immediately if
6449 non-adjacent search fails.
6450
6451 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * version.el (emacs-major-version, emacs-minor-version):
6454 string-to-int -> string-to-number.
6455
6456 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
6457
6458 * help.el (where-is): Fail gracefully when not passed a command.
6459
6460 2007-02-28 Stuart Herring <herring@lanl.gov>
6461
6462 * find-lisp.el (find-lisp-default-directory-predicate):
6463 Fix bug: Do symlink check on expanded filename.
6464
6465 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
6466
6467 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
6468 changes during replacement.
6469 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
6470
6471 2007-02-28 Lars Hansen <larsh@soem.dk>
6472
6473 * desktop.el: Delete header line listing me as maintainer.
6474
6475 2007-02-28 Glenn Morris <rgm@gnu.org>
6476
6477 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
6478 the menus case.
6479
6480 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
6481
6482 * net/tramp.el (tramp-file-name-handler): Inhibit modification
6483 hooks to avoid confusion when combining after-change calls.
6484
6485 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
6486
6487 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
6488 now that pgg-gpg-process-region correctly honors passed-in passphrase.
6489 (allout-distinctive-bullets-string): Add info about bullet conventions.
6490 (allout-mode): Add info about distinctive vs plain bullets.
6491
6492 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
6493
6494 * textmodes/org.el (org-archive-subtree): Quote variable name.
6495 (org-agenda-get-todos): Make sure skip properties are checked correctly.
6496
6497 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
6498
6499 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
6500 (gud-bashdb-command-name, bashdb): Remove.
6501 (gud, gud-menu-map): Remove references to bash/bashdb.
6502
6503 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
6504
6505 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
6506 keyword for Python 2.5.
6507
6508 2007-02-26 Romain Francoise <romain@orebokech.com>
6509
6510 * net/net-utils.el (whois-server-tld): Update server for .org.
6511 (whois-server-list): Add whois.publicinterestregistry.net.
6512 (whois-guess-server): Fix formatting in docstring.
6513
6514 2007-02-26 Kim F. Storm <storm@cua.dk>
6515
6516 * mouse.el (mouse-show-mark): Run hooks and perform command
6517 remapping for mouse-region-delete-keys.
6518
6519 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6520
6521 * font-core.el (font-lock-mode): Doc fix.
6522
6523 2007-02-25 Kim F. Storm <storm@cua.dk>
6524
6525 * ido.el (ido-buffer-internal): Set this-command to fallback command.
6526 Add selected buffer to buffer-name-history.
6527 (ido-file-internal): Set this-command to fallback command.
6528 Add file names to file-name-history.
6529
6530 * emacs-lisp/map-ynp.el (map-y-or-n-p):
6531 Apply minibuffer-prompt-properties.
6532
6533 2007-02-25 Andreas Schwab <schwab@suse.de>
6534
6535 * files.el (hack-one-local-variable-eval-safep): Correct handling
6536 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
6537
6538 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
6539
6540 * textmodes/org.el (org-table-overlay-coordinates)
6541 (org-table-toggle-coordinate-overlays): New functions.
6542 (org-table-overlay-coordinates, org-table-coordinate-overlays):
6543 New variables.
6544 (org-startup-with-deadline-check): Remove option.
6545 (org-mode): Remove deadline check on startup.
6546 (org-table-limit-column-width): Remove option.
6547 (org-table-formula-numbers-only): Remove option.
6548 (org-link-style, org-link-format): Remove options.
6549 (org-select-agenda-window, org-fit-agenda-window): Remove options.
6550 (org-export-ascii-show-new-buffer)
6551 (org-export-html-show-new-buffer): Remove options.
6552 (org-activate-links): Remove camel option.
6553 (org-file-link-context-use-camel-case): Remove option.
6554 (org-camel-regexp): Remove variable.
6555 (org-activate-camels): Remove function.
6556 (org-store-link): Remove Camel stuff.
6557 (org-make-org-heading-camel): Remove function.
6558 (org-open-at-point): Remove camel stuff.
6559 (org-link-search): Remove camel stuff.
6560 (org-camel-to-words): Function removed.
6561 (org-get-agenda-file-buffer): Make sure we prepare the base
6562 buffers, not any indirect buffers.
6563 (org-sort-entries): Sort top-level when not on a headline, and no
6564 active region.
6565 (org-in-regexp): New function.
6566 (org-search-not-self): Rename from `org-search-not-link'.
6567 (org-open-link-marker): New variable.
6568 (org-open-at-point): Set `org-open-link-marker'.
6569 (org-print-icalendar-entries): Fixe bug with excluding DONE
6570 entries from the exported list.
6571 (org-edit-formula-lisp-indent): New command.
6572 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
6573 (orgtbl-to-latex, orgtbl-insert-radio-table)
6574 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
6575 (orgtbl-radio-table-templates): New option.
6576 (org-store-link-props):
6577 (org-remember-templates): More possibilities to insert info
6578 into templates.
6579 (org-remember-apply-template): Make use of the extended
6580 template capabilities.
6581 (org-remember-redo-template): New command.
6582 (org-upgrade-old-links)
6583 (org-table-modify-formulas, org-table-replace-in-formulas)
6584 (org-table-find-dataline)
6585 (org-table-get-vertical-vector): Remove functions.
6586 (org-table-remove-rectangle-highlight)
6587 (org-time-stamp-format, org-toggle-log-option)
6588 (org-table-highlight-rectangle)
6589 (org-table-iterate, org-table-make-reference):
6590 (org-translate-time, org-tree-to-indirect-buffer)
6591 (org-table-field-info, org-table-fix-formulas)
6592 (org-table-force-dataline, org-table-get-descriptor-line)
6593 (org-table-get-range)
6594 (org-skip-comments, org-sort)
6595 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
6596 (org-table-current-dline, org-table-current-field-formula)
6597 (org-table-edit-backward-field)
6598 (org-table-edit-formulas-post-command)
6599 (org-table-edit-line-down, org-table-edit-line-up)
6600 (org-agenda-archive)
6601 (org-agenda-clock-cancel)
6602 (org-agenda-clock-out, org-agenda-list-stuck-projects)
6603 (org-agenda-open-link, org-agenda-show-new-time)
6604 (org-agenda-skip-subtree-when-regexp-matches)
6605 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
6606 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
6607 (org-do-sort, org-file-image-p, org-find-overlays)
6608 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
6609 (org-highlight-until-next-command, org-isearch-end)
6610 (org-match-any-p, org-next-link, org-previous-link):
6611 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
6612 (org-rewrite-old-row-references)
6613 (org-isearch-post-command)
6614 (org-table-edit-move, org-table-edit-next-field)
6615 (org-table-edit-scroll, org-table-edit-scroll-down)
6616 (org-set-frame-title, org-show-reference)
6617 (org-unhighlight-once, org-verify-change-for-undo): New functions.
6618 (org-show-variable): Remove command.
6619 (org-add-log-maybe): New arguments STATE, FINDPOS
6620 (org-table-sort-lines): Rewrite from scratch.
6621 (org-link-search): New argument AVOID-POS.
6622 (org-print-icalendar-entries): Remove argument CATEGORY.
6623 (org-run-agenda-series): Remove argument WONDOW.
6624 (org-next-link, org-previous-link): New commands.
6625 (org-agenda-date-format): New option.
6626 (org-table-iterate): New command.
6627 (org-table-modify-formulas)
6628 (org-table-replace-in-formulas): Remove functions.
6629 (org-table-fix-formulas): New function.
6630 (org-table-insert-column, org-table-delete-column)
6631 (org-table-move-column): Use `org-table-fix-formulas'.
6632 (org-follow-gnus-link): Patch from Bastien/Leo.
6633 (org-table-current-field-formula): New function.
6634 (org-file-image-p): New function.
6635 (org-agenda-show-new-time): New function.
6636 (org-agenda-date-later): Call `org-agenda-show-new-time'.
6637 (org-with-remote-undo): New macro.
6638 (org-agenda-undo): New command.
6639 (org-verify-change-for-undo): New function.
6640 (org-time-stamp-format): New function.
6641 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
6642 by user.
6643 (org-match-any-p): New function.
6644 (org-make-tags-matcher): Handle regular expressions for tag and
6645 todo matches.
6646 (org-read-date): Accept "+N" as input for a date relative to the
6647 current date.
6648 (org-remove-subtree-entries-from-agenda): New function.
6649 (org-agenda-archive, org-agenda-kill):
6650 Use `org-remove-subtree-entries-from-agenda'.
6651 (org-do-sort, org-sort-entries): New functions.
6652 (org-sort): New command.
6653 (org-table-sort-lines): Use `org-do-sort'.
6654 (org-fix-decoded-time): New function.
6655 (org-table-number-regexp): Require 0x... to identify as number
6656 in tables.
6657 (org-startup-options): New keywords for note taking.
6658 (org-upgrade-old-links): Remove function.
6659 (org-get-repeat): New function.
6660 (org-show-context): Also show siblings on current level.
6661 (org-show-siblings): New function.
6662 (org-isearch-end, org-isearch-post-command): New functions.
6663 (org-show-siblings): New option.
6664 (org-show-context): Use `org-show-siblings'.
6665 (org-table-maybe-recalculate-line): No longer require `calc-eval'
6666 to be bound, because user may just use elisp.
6667
6668 2007-02-24 Kim F. Storm <storm@cua.dk>
6669
6670 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
6671 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
6672
6673 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6674
6675 * startup.el (command-line): Also check if the abbrev file is readable.
6676
6677 2007-02-24 John Paul Wallington <jpw@pobox.com>
6678
6679 * net/tls.el (tls-certtool-program): Fix custom type.
6680
6681 * mail/feedmail.el (feedmail-message-id-generator)
6682 (feedmail-date-generator): Fix custom types.
6683
6684 * mail/rmail.el (rmail-message-filter): Fix custom type.
6685
6686 2007-02-24 Eli Zaretskii <eliz@gnu.org>
6687
6688 * startup.el (command-line): If simple.el cannot be found, proceed
6689 with a warning message.
6690
6691 2007-02-24 Kenichi Handa <handa@m17n.org>
6692
6693 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
6694 case that BEG is a string.
6695
6696 2007-02-24 Chris Moore <dooglus@gmail.com>
6697
6698 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6699 * pgg-pgp.el (pgg-pgp-encrypt-region):
6700 * pgg-gpg.el (pgg-gpg-encrypt-region):
6701 Check pgg-encrypt-for-me if no other recipients.
6702
6703 2007-02-23 Eli Zaretskii <eliz@gnu.org>
6704
6705 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
6706
6707 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
6708 shell-quote-argument.
6709
6710 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6711
6712 * comint.el (comint-read-input-ring): Use comint-input-ring-size
6713 from the comint buffer instead of the temporary one.
6714
6715 2007-02-23 David Reitter <david.reitter@gmail.com>
6716
6717 * cus-edit.el (custom-save-all): Canonicalize custom-file before
6718 storing it in recentf-exclude.
6719
6720 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
6721
6722 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
6723 in splash screen.
6724
6725 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
6726
6727 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
6728 commands, for restart.
6729 (idlwave-shell-current-module): Fix handling of module name by type.
6730 (idlwave-shell-break-in): Update type handling.
6731 (idlwave-shell-bp-get): Encode type in BP structure.
6732 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
6733 (idlwave-shell-module-source-query): Query routine info based on type.
6734 Fix path parsing for non-compiled files.
6735 (idlwave-shell-module-source-filter): Don't signal error in filter
6736 if no source found.
6737 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
6738 filter race.
6739
6740 2007-02-22 Kim F. Storm <storm@cua.dk>
6741
6742 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
6743 (editable-field): Document need to put some text before the %v
6744 escape in :format string.
6745
6746 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
6747
6748 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
6749 (vc-svn-use-edit): Remove unused config var.
6750 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
6751
6752 * outline.el (hide-sublevels): Keep empty last line, if available.
6753
6754 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
6755 rather than the corresponding unicode char, to make the code
6756 more readable.
6757
6758 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
6759
6760 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
6761 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
6762 (speedbar-item-info-tag-helper): Doc fixes.
6763
6764 2007-02-19 Kenichi Handa <handa@m17n.org>
6765
6766 * international/mule-cmds.el (locale-language-names):
6767 Map "eo" to "Esperanto".
6768
6769 * language/european.el ("Esperanto"): New language environment.
6770
6771 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
6772
6773 * simple.el (kill-line): Doc fix.
6774
6775 2007-02-17 Kim F. Storm <storm@cua.dk>
6776
6777 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
6778 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
6779 (bindat--unpack-group, bindat--pack-group):
6780 Handle vectors with optional element type.
6781
6782 2007-02-17 Daiki Ueno <ueno@unixuser.org>
6783
6784 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
6785 if PASSPHRASE is given.
6786
6787 2007-02-17 Chris Moore <dooglus@gmail.com>
6788
6789 * jka-cmpr-hook.el (jka-compr-compression-info-list):
6790 Recognize backups of bz2 compressed files.
6791
6792 2007-02-17 Eli Zaretskii <eliz@gnu.org>
6793
6794 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
6795 to nil to speed up lookup of the symbol in index nodes.
6796
6797 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6798
6799 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
6800 Add indentation for the constants of Lisp.
6801
6802 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * ps-print.el: Use (defvar <foo>) where applicable.
6805 (ps-print-emacs-type): Remove.
6806 (ps-x-frame-property, ps-e-frame-parameter): Remove.
6807 (ps-frame-parameter): Align its call-convention with frame-parameter.
6808 (ps-begin-job): Adjust calls to it appropriately.
6809 (ps-setup): Don't print ps-print-emacs-type.
6810 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
6811 Define in such a way that it's obvious that it's defined.
6812 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
6813 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6814 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
6815
6816 2007-02-15 Alan Mackenzie <acm@muc.de>
6817
6818 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
6819 an empty one-line C-style comment, post-position point properly.
6820
6821 2007-02-15 Chris Moore <dooglus@gmail.com>
6822
6823 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
6824 (isearch-lazy-highlight-new-loop): Bind it.
6825 (isearch-lazy-highlight-search): Use it.
6826
6827 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
6828
6829 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
6830
6831 * font-lock.el (font-lock-extend-region-wholelines):
6832 Only return non-nil if the region has really been changed.
6833 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
6834
6835 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
6836
6837 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
6838 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
6839 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
6840
6841 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
6842
6843 * faces.el (color-values): Revert changes to docstring from
6844 2007-01-31 and 2000-09-07.
6845
6846 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
6847 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
6848 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
6849 (ispell-help): Fix typos in docstring and output message.
6850
6851 2007-02-14 Kim F. Storm <storm@cua.dk>
6852
6853 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
6854 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
6855 (grep): Fix lgrep reference.
6856
6857 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
6858 (standard-display-underline): Use make-glyph-code.
6859
6860 * descr-text.el (describe-char): Use glyph-char and glyph-face.
6861
6862 * international/latin1-disp.el (latin1-display-char):
6863 Use make-glyph-code.
6864
6865 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
6866
6867 * ehelp.el (with-electric-help, electric-help-exit)
6868 (electric-help-retain): Doc fixes.
6869
6870 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
6871 (byte-compile-file): Doc fixes.
6872
6873 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6874
6875 * term/mac-win.el: Change all uses of
6876 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
6877 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
6878 (mac-ae-get-url): Call select-frame-set-input-focus.
6879 (mac-dnd-handle-drag-n-drop-event): Don't call
6880 select-frame-set-input-focus.
6881
6882 2007-02-13 Kenichi Handa <handa@m17n.org>
6883
6884 * international/characters.el: Fix documentation of category `a'.
6885
6886 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
6887
6888 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
6889
6890 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
6891
6892 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
6893 (tramp-get-remote-ln): Handle error case.
6894 Reported by Chris Moore <dooglus@gmail.com>.
6895
6896 2007-02-11 Kim F. Storm <storm@cua.dk>
6897
6898 * bindings.el (ctl-x-map): Remove register compatibility bindings
6899 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
6900
6901 2007-02-11 Richard Stallman <rms@gnu.org>
6902
6903 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
6904 in load history.
6905
6906 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
6907 condition -- don't fail to stop at endpos.
6908
6909 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
6910
6911 * textmodes/org.el (org-agenda-get-todos)
6912 (org-agenda-get-timestamps, org-agenda-get-closed)
6913 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6914 (org-agenda-get-blocks, org-format-agenda-item)
6915 (org-agenda-change-all-lines, org-scan-tags): Rename text property
6916 from `category' to `org-category'.
6917
6918 2007-02-11 Kenichi Handa <handa@m17n.org>
6919
6920 * international/titdic-cnv.el (titdic-convert): Force files be written
6921 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
6922 (miscdic-convert): Force files be written with Unix-like eol format.
6923
6924 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
6925
6926 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
6927
6928 * calculator.el (calculator-prompt): Doc fix.
6929 (calculator-mode-map): Fix typo in menu entry.
6930
6931 2007-02-10 Jay Belanger <belanger@truman.edu>
6932
6933 * calculator.el (calculator): Do more extensive checking for when
6934 3 lines should be used for the calculator.
6935
6936 2007-02-10 Eli Zaretskii <eliz@gnu.org>
6937
6938 * info-look.el (info-lookup-make-completions):
6939 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
6940 index nodes.
6941
6942 * info.el (Info-fontify-maximum-menu-size): Document the effect
6943 of a nil value.
6944 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
6945 non-nil before using it as size.
6946
6947 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
6948
6949 * subr.el (insert-for-yank-1): Prevent read-only properties from
6950 interfering with text property operations.
6951
6952 * image-mode.el (image-mode): Revert 2007-01-30 changes.
6953
6954 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
6955 (image-type-auto-detected-p): Fail if another match is found in
6956 auto-mode-alist.
6957
6958 * files.el (magic-mode-alist): Call image-mode instead of
6959 image-mode-maybe for autodetected images.
6960
6961 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
6962
6963 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
6964 Fix typos in docstrings.
6965 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
6966
6967 2007-02-09 Kim F. Storm <storm@cua.dk>
6968
6969 * emacs-lisp/float-sup.el: Remove obsolete comment.
6970
6971 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6972
6973 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
6974
6975 2007-02-08 Karl Fogel <kfogel@red-bean.com>
6976
6977 * simple.el: Revert previous change, at request of RMS:
6978 (fundamental-mode-hook): Remove.
6979 (fundamental-mode): Run after-change-major-mode-hooks manually,
6980 and don't run the now-nonexistent fundamental-mode-hook.
6981
6982 2007-02-08 Karl Fogel <kfogel@red-bean.com>
6983
6984 * simple.el (fundamental-mode-hook): Declare new hook.
6985 (fundamental-mode): Run the new dedicated hook, and don't run
6986 after-change-major-mode-hooks manually anymore.
6987
6988 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
6991 added columns of chars. Remove support for the "no-meta-info" format.
6992 Prompted by Romain Francoise <romain@orebokech.com>.
6993
6994 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
6995
6996 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
6997 (gdb-mouse-until, gdb-mouse-jump): Use it.
6998
6999 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
7000
7001 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
7002 work when there is just an assembler buffer (no source buffer).
7003
7004 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
7005
7006 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
7007 just because the diff was produced using "-p" (--show-c-function).
7008
7009 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
7010
7011 * faces.el (frame-set-background-mode): Use `color-values' and
7012 `display-color-p', not `x-color-values' and `x-display-color-p'.
7013 (face-valid-attribute-values): Use `defined-colors' instead of
7014 `x-defined-colors'.
7015
7016 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7017
7018 * ps-print.el: The ps-print commands without face printing should not
7019 print background color. Reported by Leo <sdl.web@gmail.com>.
7020 (ps-print-version): New version 6.7.3.
7021 (ps-begin-job): New arg. Fix ps-default-background and
7022 ps-default-foreground initialization.
7023 (ps-face-attributes): Fix doc string.
7024 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7025
7026 * printing.el: Fix ps-print link.
7027
7028 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
7029
7030 * faces.el (face-set-after-frame-default): Compile attributes to
7031 be set by frame parameters before merging in X resources.
7032
7033 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
7034
7035 * simple.el (blink-matching-paren-dont-ignore-comments):
7036 (blink-matching-paren-on-screen): Doc fixes.
7037
7038 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
7039
7040 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
7041
7042 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
7043
7044 * loadhist.el (unload-feature): Silently ignore `load-history' entries
7045 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
7046 entries like `defun'. Return nil.
7047
7048 2007-02-05 Kim F. Storm <storm@cua.dk>
7049
7050 * ido.el: Doc fixes.
7051
7052 2007-02-04 David Kastrup <dak@gnu.org>
7053
7054 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
7055 `mpuz-allow-double-multiplicator' is non-zero, and correct
7056 calculation of `min'.
7057
7058 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
7059
7060 * wid-edit.el (widget-default-create): Insert new text at the
7061 :from marker _after_ the marker, not before it.
7062
7063 2007-02-04 Alan Mackenzie <acm@muc.de>
7064
7065 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
7066 containing it is re-indented.
7067
7068 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7069
7070 * net/newsticker.el (newsticker--insert-image): Update docstring,
7071 and insert the image directly.
7072 (newsticker--buffer-redraw): Update docstring.
7073
7074 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7075 Rename from define-global-minor-mode.
7076
7077 * progmodes/cwarn.el (global-cwarn-mode):
7078 * emacs-lisp/autoload.el (make-autoload):
7079 * hi-lock.el (global-hi-lock-mode):
7080 * font-core.el (global-font-lock-mode): All callers changed.
7081
7082 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7083
7084 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
7085 Don't copy @ignore lines into menu descriptions.
7086 (texinfo-multi-file-update): Goto the @node line before attempting
7087 to pluck the node name.
7088 (texinfo-multiple-files-update): Reverse the optional arguments'
7089 order, as per the doc string and the `interactive' form.
7090
7091 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7092
7093 * image-mode.el: Use autoload to avoid overriding disabled setting
7094 applied in .emacs.
7095
7096 2007-02-03 Alan Mackenzie <acm@muc.de>
7097
7098 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
7099 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
7100 adjacent paren groups).
7101
7102 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7103
7104 * progmodes/ebnf2ps.el: Doc fixes.
7105 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
7106
7107 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7108
7109 * dired-x.el (dired-do-relsymlink): Add reference to
7110 dired-do-symlink. Add an autoload cookie.
7111
7112 * dired-aux.el (dired-do-symlink): Add reference to
7113 dired-do-relsymlink.
7114
7115 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
7116
7117 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
7118 <left-fringe mouse-3>: New bindings.
7119
7120 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
7121
7122 * net/newsticker.el (newsticker-version): Changed to "1.10".
7123 (newsticker--set-customvar): Doc string.
7124 (newsticker-new-item-face): Doc string.
7125 (newsticker-mode): Initialize `invisibility-spec' with t.
7126 (newsticker-mode-map): Added
7127 `newsticker-mark-all-items-at-point-as-read'.
7128 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
7129 (newsticker-w3m-show-inline-images): Do not call
7130 `w3m-remove-image'.
7131 (newsticker--buffer-after-w3m-insert-image): New advice for
7132 w3m-insert-image to cache images.
7133 (newsticker-next-item-same-feed): New.
7134 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
7135 (newsticker-mark-all-items-of-feed-as-read): New.
7136 (newsticker-mark-all-items-at-point-as-read): Use new functions.
7137 (newsticker-mark-item-at-point-as-read): Doc string.
7138 (newsticker-mark-item-at-point-as-read): Use new functions.
7139 (newsticker--do-mark-item-at-point-as-read): New, extracted from
7140 `newsticker-mark-item-at-point-as-read'.
7141 (newsticker-hide-entry): Use (t) instead of t for invisibility.
7142 (newsticker--sentinel): Yet another xml-parser workaround.
7143 (newsticker--decode-iso8601-date): Bugfix for datestrings without
7144 days.
7145 (newsticker--buffer-do-insert-text): Fix.
7146 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
7147 (newsticker--buffer-make-item-completely-visible):
7148 `switch-to-buffer' not necessary.
7149
7150 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7151
7152 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
7153 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
7154 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
7155 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
7156 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
7157
7158 2007-02-02 Kenichi Handa <handa@m17n.org>
7159
7160 * international/quail.el (quail-show-key): Fix an error message.
7161
7162 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7163
7164 * faces.el (set-face-underline-p, modify-face): Rename arg
7165 UNDERLINE-P to UNDERLINE (it is not a flag).
7166
7167 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
7168
7169 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
7170 when adding gdb-speedbar-update to gdb-input-queue.
7171
7172 2007-02-01 Kenichi Handa <handa@m17n.org>
7173
7174 * international/quail.el (quail-show-key): Signal an error if the
7175 current input method is not using Quail.
7176
7177 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
7178
7179 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
7180 Trim leading whitespace in sysvar names.
7181
7182 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7183
7184 * faces.el (internal-find-face, internal-get-face): Doc fixes.
7185
7186 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
7187
7188 * ido.el (ido-set-common-completion): Use `let', not `let*'.
7189
7190 2007-01-31 Romain Francoise <romain@orebokech.com>
7191
7192 * comint.el: Delete extra copy of `comint-copy-old-input' added in
7193 previous change to this file.
7194
7195 2007-01-31 Jason Rumney <jasonr@gnu.org>
7196
7197 * files.el (magic-mode-alist): Use image-mode-maybe rather than
7198 image-mode.
7199
7200 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
7201 interfering with attempt to set major mode from modified
7202 auto-mode-alist.
7203
7204 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
7205
7206 * faces.el (color-values): Doc fix.
7207 (face-differs-from-default-p): Don't check :foreground twice.
7208
7209 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
7210
7211 * comint.el (comint-mode): Prevent non-keyword fontification by default.
7212
7213 2007-01-31 Kenichi Handa <handa@m17n.org>
7214
7215 * international/quail.el (quail-store-decode-map-key): Store a
7216 translated character too.
7217 (quail-char-equal-p): New function.
7218 (quail-find-key1): Check character equality by quail-char-equal-p.
7219 (quail-decode-map-generated): New variable.
7220 (quail-find-key): Check quail-decode-map-generated and re-generate
7221 a decode map if necessary.
7222
7223 2007-01-30 Richard Stallman <rms@gnu.org>
7224
7225 * tutorial.el (tutorial--detailed-help): Make the list of
7226 changed keys look nicer.
7227
7228 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
7229
7230 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
7231 (gdb-var-delete): Use it.
7232 (gdb-var-update-handler-1): Handle value "invalid" for MI field
7233 `in_scope'.
7234
7235 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
7236
7237 * files.el (get-free-disk-space): Return nil for remote directories.
7238
7239 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
7240 instead of "dir".
7241
7242 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
7243
7244 * type-break.el (type-break-catch-up-event): New function.
7245 (type-break-demo-hanoi, type-break-demo-life)
7246 (type-break-demo-boring): Use it.
7247
7248 * image-mode.el (image-mode): Don't automatically view as image.
7249 (image-toggle-display): Add `disabled' property.
7250
7251 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
7252
7253 * isearchb.el (isearchb-iswitchb):
7254 * ps-print.el (ps-build-face-reference):
7255 * emacs-lisp/shadow.el (list-load-path-shadows):
7256 * eshell/esh-cmd.el (eshell-rewrite-for-command):
7257 * international/mule.el (find-auto-coding):
7258 * mail/supercite.el (sc-attrib-selection-list):
7259 * progmodes/cc-defs.el (c-emacs-features):
7260 * progmodes/cc-vars.el (c-offsets-alist):
7261 * progmodes/flymake.el
7262 (flymake-init-create-temp-source-and-master-buffer-copy):
7263 Fix typos in docstrings (some suggested by Chris Moore).
7264
7265 * progmodes/vhdl-mode.el (vhdl-components-package-name)
7266 (vhdl-get-library-unit, vhdl-corresponding-begin)
7267 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
7268 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
7269 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
7270 (vhdl-font-lock-match-item): Fix typos in docstrings.
7271 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
7272 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
7273 (vhdl-speedbar-insert-project-hierarchy):
7274 Improve argument/docstring consistency.
7275
7276 2007-01-29 Kenichi Handa <handa@m17n.org>
7277
7278 * international/titdic-cnv.el (py-converter): Fix previous change.
7279
7280 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
7281
7282 * jka-compr.el (jka-compr-partial-uncompress)
7283 (jka-compr-call-process): Rebind default-directory if it is
7284 invalid. Suggested by Chris Moore.
7285
7286 * comint.el (comint-insert-input): Handle situation where the
7287 selected buffer is not the clicked buffer.
7288
7289 2007-01-29 Kenichi Handa <handa@m17n.org>
7290
7291 * international/ja-dic-cnv.el (skkdic-convert):
7292 Add byte-compile-disable-print-circle:t at the head.
7293
7294 * international/titdic-cnv.el (tit-process-header):
7295 Add byte-compile-disable-print-circle:t at the head.
7296 (miscdic-convert): Likewise.
7297 (py-converter): Skip the header comments.
7298
7299 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
7300 New variable.
7301 (byte-compile-output-file-form): Bing print-circle to nil if
7302 byte-compile-output-file-form is not nil.
7303 (byte-compile-output-docform): Likewise.
7304
7305 2007-01-28 Kim F. Storm <storm@cua.dk>
7306
7307 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
7308 Declare earlier to avoid byte compiler warnings.
7309
7310 2007-01-28 Markus Triska <markus.triska@gmx.at>
7311
7312 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
7313
7314 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
7315
7316 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
7317 (gamegrid-add-score-with-update-game-score-1): Allow local quits
7318 when calling update-game-score program. Remove unnecessary
7319 save-excursion.
7320
7321 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
7322
7323 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
7324
7325 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
7326 avoid compiler warning.
7327 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
7328 might have values other than "true" or "false".
7329
7330 2007-01-28 Richard Stallman <rms@gnu.org>
7331
7332 * textmodes/fill.el (fill-paragraph-function): Doc fix.
7333 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
7334
7335 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
7336
7337 * image.el (image-type-header-regexps): Make GIF regex more specific.
7338
7339 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
7340 Don't check `backspace'.
7341 (tutorial--find-changed-keys): Look up bindings in a temp buffer
7342 in Fundamental mode.
7343
7344 * startup.el (fancy-splash-text, normal-splash-screen):
7345 Mention C-g.
7346
7347 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
7348 when inserting in buffer.
7349
7350 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
7351 inside the if.
7352
7353 2007-01-27 Richard Stallman <rms@gnu.org>
7354
7355 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
7356
7357 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
7358
7359 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
7360 enum/union/struct/class definition.
7361 Revert change to call `forward-sexp' multiple times.
7362
7363 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
7364
7365 * files.el (hack-local-variables-confirm): Don't keep trying to
7366 read an event from an empty kbd macro.
7367
7368 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7369
7370 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
7371
7372 2007-01-27 Ben North <ben@redfrontdoor.org>
7373
7374 * outline.el (outline-promote, outline-demote): Doc fix. Rename
7375 the arg CHILDREN -> WHICH.
7376
7377 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
7378
7379 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
7380 default-directory to a sane value when calling start-process.
7381
7382 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7383
7384 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
7385 (ls-lisp-format-time-list): Doc fix. Mention
7386 ls-lisp-use-localized-time-format.
7387 (ls-lisp-format-time): Use ls-lisp-format-time-list if
7388 ls-lisp-use-localized-time-format is non-nil, even if a valid
7389 locale is defined.
7390
7391 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
7392
7393 * jka-compr.el (jka-compr-shell): Doc fix.
7394
7395 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
7396
7397 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7398
7399 * ps-print.el: Fix background height.
7400 (ps-print-version): New version 6.7.2.
7401
7402 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7403
7404 * makefile.w32-in (finder-data, custom-deps): Depend on
7405 $(lisp)/loaddefs.el.
7406
7407 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7408
7409 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
7410
7411 2007-01-24 Miles Bader <miles@gnu.org>
7412
7413 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
7414 (byte-compile-output-docform): Bind `print-circle' to t.
7415
7416 2007-01-24 Kenichi Handa <handa@m17n.org>
7417
7418 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
7419 file name of the original SKK dictionary file.
7420
7421 2007-01-24 Kim F. Storm <storm@cua.dk>
7422
7423 * ido.el (ido-initial-position): New variable.
7424 (ido-read-internal): Set it if default item is specified.
7425 (ido-minibuffer-setup): Position cursor accordingly if set.
7426 (ido-edit-input): C-e moves to end of input if not already there.
7427 (ido-magic-backward-char): C-b does like M-b if prev char is /.
7428 Don't switch to buffer mode if repeating C-b at start of input.
7429 (ido-toggle-ignore): C-a only toggles ignore at start or end of
7430 input; else it moves to start of input.
7431 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
7432 not at end of input, delete rest of input, rather than normal op.
7433
7434 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
7435
7436 * emulation/viper-keym.el (viper-insert-basic-map):
7437 Delete binding for S-TAB.
7438
7439 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
7440 of message. Activate mark.
7441 (ediff-activate-mark): Set transient-mark-mode to t.
7442
7443 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
7444
7445 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7446
7447 * help-fns.el (describe-variable): Don't suppress display of
7448 buffer local value when the value is "large".
7449
7450 2007-01-22 Kim F. Storm <storm@cua.dk>
7451
7452 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
7453 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
7454 (ido-tidy): Use ido-active.
7455
7456 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
7457
7458 * hexl.el (hexl-mode-exit): Add missing quote.
7459
7460 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7461
7462 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
7463 (mac-ae-keyboard-modifiers): New function.
7464 (mac-handle-toolbar-switch-mode): Use it.
7465 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
7466 if keyboard modifiers on drop contain option key.
7467 (mac-dnd-drop-data): Add optional argument `action'.
7468 (special-event-map): Remove binding for M-drag-n-drop.
7469
7470 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
7471
7472 * add-log.el (add-log-current-defun): Use CC Mode functions to
7473 find the beginning and end of a defun.
7474
7475 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
7476
7477 * progmodes/gdb-ui.el (gdb-var-create-regexp)
7478 (gdb-var-create-handler): Handle value field in GDB output of
7479 -var-create.
7480 (gdb-max-frames): New variable.
7481 (gdb-stack-buffer, gdb-frames-select): Use it.
7482 (gdb-info-stack-custom): Help user customize gdb-max-frames,
7483 if necessary.
7484 (gdb-get-frame-number): Simplify.
7485
7486 2007-01-21 Glenn Morris <rgm@gnu.org>
7487
7488 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
7489 Update copyrights.
7490
7491 2007-01-21 Alan Mackenzie <acm@muc.de>
7492
7493 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
7494 handling of K&R stuff.
7495
7496 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7497
7498 * textmodes/bibtex.el (bibtex-files): Fix customization type.
7499
7500 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7501
7502 * ps-print.el: Handle frame parameters (background and/or foreground
7503 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
7504 (ps-print-version): New version 6.7.1.
7505 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7506 (ps-frame-parameter): New fun.
7507 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7508 Fix doc and customization.
7509 (ps-begin-job): Get frame parameters (background and/or foreground
7510 colors).
7511 (ps-do-despool): Ensure ps-printer-name has a valid value.
7512
7513 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
7514
7515 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
7516 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
7517 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
7518 mean unlimited.
7519
7520 2007-01-20 Alan Mackenzie <acm@muc.de>
7521
7522 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
7523 much more rigorous analysis of putative K&R regions.
7524
7525 2007-01-20 Alan Mackenzie <acm@muc.de>
7526
7527 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
7528 New functions.
7529
7530 2007-01-20 Alan Mackenzie <acm@muc.de>
7531
7532 * progmodes/cc-align.el, progmodes/cc-cmds.el,
7533 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7534 * progmodes/cc-langs.el, progmodes/cc-styles.el,
7535 * progmodes/cc-vars.el: Add my name.
7536
7537 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
7538
7539 * files.el (find-alternate-file): Revert query message to Emacs 21
7540 version.
7541
7542 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
7543
7544 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
7545 the doc string how to use personal abbrevs without electric
7546 keywords.
7547
7548 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7549
7550 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
7551 Fixed cursor position when toggle abbreviated display.
7552
7553 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
7554
7555 * t-mouse.el: Update copyright following assignment by
7556 Alessandro Rubini.
7557
7558 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
7559
7560 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
7561 (type-break-demo-boring): Call read-event instead of read-char.
7562
7563 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
7564
7565 * progmodes/compile.el: Add handling for makepplog.
7566
7567 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
7568
7569 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
7570 aspell dictionaries are initialized when called non-interactively.
7571
7572 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
7573
7574 * progmodes/compile.el (compilation-loop): New arg limit.
7575 Handle case where the first error is at point-min.
7576 (compilation-next-error): New arg to compilation-loop call.
7577
7578 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
7579
7580 * info.el (Info-default-dirs): Change default info dir to
7581 share/info.
7582
7583 * paths.el (Info-default-directory-list): Ditto.
7584
7585 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
7586
7587 * hexl.el (hexl-before-revert-hook): New function.
7588 (hexl-mode): Use it.
7589 (hexl-after-revert-hook): Just call hexl-mode.
7590 (hexl-mode-exit): Remove before-revert-hook.
7591
7592 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
7593
7594 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
7595
7596 2007-01-16 Martin Rudalics <rudalics@gmx.at>
7597
7598 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
7599 by "-" in francais7 otherchars entry.
7600 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
7601 otherchars entry.
7602
7603 2007-01-15 Karl Fogel <kfogel@red-bean.com>
7604
7605 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
7606 path. Rewrite function in `cond' style for readability.
7607
7608 Suggested by Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
7609 (The path shortening, that is, not the rearrangement.)
7610
7611 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7612
7613 * term/mac-win.el (mac-ae-quit-application): New function.
7614 (mac-apple-event-map): Bind "quit application" Apple event to it.
7615
7616 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
7617
7618 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
7619 than the program's output.
7620
7621 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7622
7623 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
7624 (kmacro-start-macro-or-insert-counter)
7625 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
7626 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
7627
7628 * longlines.el (longlines-show-hard-newlines):
7629 * ruler-mode.el (ruler-mode-ruler):
7630 * emulation/keypad.el (keypad-setup):
7631 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
7632 Fix typo in docstring.
7633
7634 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
7635
7636 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
7637 Remove redirect character ">".
7638
7639 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
7640
7641 * replace.el (perform-replace): Remove leftover code.
7642
7643 2007-01-12 Richard Stallman <rms@gnu.org>
7644
7645 * replace.el (perform-replace): Don't clear NODENT when computing
7646 the replacement string.
7647
7648 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
7649
7650 * net/tramp.el (tramp-handle-file-local-copy):
7651 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
7652 <christopher.ian.moore@gmail.com>.
7653
7654 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7655
7656 * diff-mode.el (diff-sanity-check-context-hunk-half)
7657 (diff-sanity-check-hunk): New functions.
7658 (diff-find-source-location): Use'em to check the hunks are well-formed.
7659
7660 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
7661 activate undo when undo is not active.
7662 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
7663
7664 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7665
7666 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
7667 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
7668 (ffap-url-at-point): Use char-classes rather than "a-z".
7669
7670 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
7671
7672 * ediff-init.el (ediff-autostore-merges):
7673 * textmodes/fill.el (fill-region): Doc fix.
7674
7675 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * server.el (server-ensure-safe-dir): UIDs may be floats.
7678
7679 2007-01-10 Richard Stallman <rms@gnu.org>
7680
7681 * battery.el (battery-linux-proc-acpi): Use ignore-errors
7682 around calls to directory-files.
7683
7684 * subr.el (momentary-string-display): Use save-excursion.
7685
7686 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
7687 argument, but read it as `X' does.
7688
7689 2007-01-09 Juri Linkov <juri@jurta.org>
7690
7691 * info.el (Info-fontify-node): Don't hide node names of index entries.
7692
7693 * faces.el (momentary): Change :group to basic-faces where all
7694 basic faces belong to. Add :version.
7695
7696 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
7697
7698 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
7699 keybinding is found.
7700 (tutorial--find-changed-keys): Never treat null keybinding as a
7701 remapping.
7702
7703 2007-01-09 Martin Rudalics <rudalics@gmx.at>
7704
7705 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
7706
7707 2007-01-09 Kenichi Handa <handa@m17n.org>
7708
7709 * international/mule-cmds.el
7710 (select-safe-coding-system-interactively): Fix message.
7711
7712 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
7713
7714 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
7715 (tramp-process-actions): Add optional parameter TIMEOUT.
7716 (tramp-open-connection-telnet, tramp-open-connection-rsh)
7717 (tramp-open-connection-su): Add timeout of 60".
7718
7719 2007-01-09 Richard Stallman <rms@gnu.org>
7720
7721 * progmodes/compile.el (compile): Doc fix.
7722
7723 2007-01-09 Markus Triska <markus.triska@gmx.at>
7724
7725 * tumme.el (tumme-display-thumb): Doc fix.
7726
7727 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
7728
7729 * battery.el (battery-search-for-one-match-in-files):
7730 * bindings.el (mode-line-minor-mode-help):
7731 * x-dnd.el (x-dnd-types-alist):
7732 * calendar/icalendar.el (icalendar-import-buffer):
7733 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
7734
7735 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
7736
7737 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
7738
7739 * replace.el (replace-regexp): Fix typo in docstring.
7740
7741 2007-01-07 Alan Mackenzie <acm@muc.de>
7742
7743 * progmodes/cc-langs.el (c-operators, c-filter-ops):
7744 Amend doc-string and comments.
7745
7746 2007-01-06 Eli Zaretskii <eliz@gnu.org>
7747
7748 * files.el (abbreviate-file-name): Doc fix.
7749
7750 2007-01-06 Markus Triska <triska@gmx.at>
7751
7752 * subr.el (split-string): Remove spurious ")" from doc string.
7753
7754 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
7755
7756 * textmodes/table.el (table--warn-incompatibility):
7757 Use display-warning instead of momentary-string-display.
7758
7759 2007-01-05 Richard Stallman <rms@gnu.org>
7760
7761 * image.el (image-type-header-regexps): Recognize xbm more strictly.
7762
7763 * simple.el (backward-kill-word): Doc fix.
7764
7765 2007-01-05 Romain Francoise <romain@orebokech.com>
7766
7767 * international/mule.el (sgml-html-meta-auto-coding-function):
7768 Ensure that the buffer contains a HTML document.
7769
7770 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7771
7772 * faces.el (momentary): Move here ...
7773 * subr.el (momentary): ... from here.
7774
7775 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
7776
7777 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
7778 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
7779 large structures/arrays.
7780
7781 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
7782
7783 * files.el (find-file-noselect-1, set-visited-file-name):
7784 Allow backup-enable-predicate to be nil.
7785
7786 2007-01-04 Andreas Schwab <schwab@suse.de>
7787
7788 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
7789 last change.
7790
7791 2007-01-03 Richard Stallman <rms@gnu.org>
7792
7793 * woman.el (woman-decode-buffer): Clarify error message.
7794
7795 2007-01-03 Alan Mackenzie <acm@muc.de>
7796
7797 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
7798
7799 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
7800
7801 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
7802
7803 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7804
7805 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
7806
7807 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
7808
7809 * emulation/viper.el (viper-custom-file-name, viper-mode):
7810 Fix typos in docstrings.
7811
7812 * subr.el (momentary-string-display): After moving point, set POS
7813 variable to it to avoid later errors once the buffer is modified.
7814 Doc fix.
7815
7816 2007-01-02 Alan Mackenzie <acm@muc.de>
7817
7818 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
7819 check that the "*/" is present before trying to manipulate it.
7820
7821 2007-01-02 Richard Stallman <rms@gnu.org>
7822
7823 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
7824
7825 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
7826 Fix format of value.
7827
7828 * cus-edit.el (customize-unsaved): Rename from customize-customized.
7829 Change messages accordingly.
7830 (customize-customized): Now alias.
7831
7832 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
7833
7834 * files.el (version-control): Doc fix.
7835
7836 2007-01-01 Alan Mackenzie <acm@muc.de>
7837
7838 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
7839 Check the format of c-state-cache is valid for an optimisation before
7840 using it.
7841
7842 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
7843 are at a statement within a macro". Other changes so that only
7844 the first continuation line in a macro gets the symbol
7845 `cpp-define-intro', the others getting `statement', or whatever.
7846
7847 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
7848 a string, preserve whitespace. Add a backslash only when also in
7849 a macro.
7850
7851 * progmodes/cc-defs.el: Correct typos.
7852
7853 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
7854 new line after an escaped EOL in a string.
7855
7856 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
7857 label when it directly follows "else", "do", ....
7858
7859 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
7860 angle brackets (as seen in "explicit specialisations" of C++
7861 templates).
7862
7863 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
7864 in the doc-string.
7865
7866 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
7867 when the comment ender looks like "=========*/" and is alone on
7868 its line.
7869
7870 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
7871 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
7872 for the old name.
7873
7874 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
7875 c-\(beginning\|end\)-of-defun by default.
7876
7877 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
7878 New line-up function, for the DEFUN macro in the Emacs C sources.
7879 Only used in "gnu" style.
7880
7881 * progmodes/cc-styles.el (c-style-alist): Use this new function in
7882 the "gnu" style.
7883
7884 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
7885 clean-up comment-close-slash also to work when there's a comment
7886 terminator on the line.
7887 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
7888 these for large arg - only take account of top level {..}, except
7889 for initial and final adjustments. M-- C-M-[ae] now go to the
7890 right defuns when the starting point is between defuns. They use
7891 the four new functions:
7892 (c-in-function-trailer-p, c-where-wrt-brace-construct)
7893 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
7894 support c-\(beginning\|end\)-of-defun.
7895
7896 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
7897 expressions more rigorously, to exclude bit-field specifiers from
7898 being classed as labels.
7899 (c-forward-label): When analyzing a ":" within a macro, be careful
7900 about using c-forward-syntactic-ws at the macro beginning.
7901 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
7902 stmt boundary, check for "operator=", etc.
7903
7904 * progmodes/cc-mode.el (c-postprocess-file-styles):
7905 Bind inhibit-read-only to t, around the call to
7906 c-remove-any-local-eval-or-mode-variables, so that it works on a
7907 RO file.
7908
7909 * progmodes/cc-defs.el (c-version): Update the version number to
7910 "5.31.4".
7911
7912 2007-01-01 Richard Stallman <rms@gnu.org>
7913
7914 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
7915 only if we restored isearch-window-configuration.
7916
7917 2006-12-31 Romain Francoise <romain@orebokech.com>
7918
7919 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
7920
7921 2006-12-31 Kim F. Storm <storm@cua.dk>
7922
7923 * files.el (auto-mode-case-fold): New defcustom.
7924 (set-auto-mode): If non-nil, perform second case-sensitive pass
7925 through auto-mode-alist if first pass failed.
7926
7927 2006-12-30 Richard Stallman <rms@gnu.org>
7928
7929 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
7930
7931 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
7932
7933 * allout.el (allout-encrypt-string): Handle symmetric-key
7934 passphrase caching but leave keypair caching to pgg.
7935
7936 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
7937
7938 Sync with Tramp 2.0.55.
7939
7940 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
7941 `integerp'. `char-equal' could fail else in case of negative
7942 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
7943 (top): Check for `font-lock-add-keywords' before calling; it
7944 doesn't exist under XEmacs.
7945 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
7946 (tramp-completion-mode): Remove clause (not
7947 tramp-unified-filenames), because the function is called in other
7948 context too, where this check results in wrong results in the
7949 XEmacs case on Windows.
7950 (tramp-touch): UTC handling is not possible for XEmacs.
7951
7952 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7953
7954 * scroll-bar.el (previous-scroll-bar-mode): New variable
7955 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
7956 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
7957
7958 * term/x-win.el: Set scroll bar mode to right if set by X resources.
7959
7960 2006-12-30 Richard Stallman <rms@gnu.org>
7961
7962 * files.el (make-backup-file-name-1): Precompute abs name
7963 but don't lose the relative name.
7964
7965 * international/mule-cmds.el (select-safe-coding-system-interactively):
7966 Fix message.
7967
7968 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
7969
7970 * files.el (backup-buffer): Show entire backup file name in msg.
7971
7972 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
7973
7974 * image.el (image-type-header-regexps, image-type-from-data)
7975 (image-type-from-buffer, image-type-from-file-header):
7976 Revert changes from 2006-12-26.
7977 (image-type-auto-detectable): New variable.
7978 (image-type-auto-detected-p): New function.
7979
7980 * files.el (magic-mode-alist): Detect image files with
7981 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
7982
7983 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
7984
7985 * dired.el (dired-sort-other): Move test for dired-mode...
7986 (dired-sort-set-modeline): ...to here.
7987
7988 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7989
7990 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
7991 change. Suggested by Stefan Monnier.
7992
7993 2006-12-29 Kim F. Storm <storm@cua.dk>
7994
7995 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
7996 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
7997
7998 2006-12-27 Kim F. Storm <storm@cua.dk>
7999
8000 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
8001 so it doesn't accidentally match an fsf.org mail address.
8002 (authors-renamed-files-alist): Add tcover-*.el.
8003
8004 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
8005
8006 * vc-arch.el (vc-arch-find-version): New function.
8007
8008 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
8009 composed of arbitrary characters (even /) in some systems.
8010
8011 2006-12-27 Eli Zaretskii <eliz@gnu.org>
8012
8013 * international/mule-cmds.el (select-safe-coding-system-interactively):
8014 Improve the message in the *Warning* buffer.
8015
8016 2006-12-27 Kim F. Storm <storm@cua.dk>
8017
8018 * ido.el (ido-set-matches-1): Fix last change. If default item is
8019 current buffer, it is ok to be first.
8020
8021 2006-12-27 Kenichi Handa <handa@m17n.org>
8022
8023 * international/mule-cmds.el (select-safe-coding-system-interactively):
8024 Use face `link' for problematic chars.
8025
8026 2006-12-27 Kenichi Handa <handa@m17n.org>
8027
8028 * international/mule-cmds.el (select-safe-coding-system-interactively):
8029 Improve the message in *Warning* buffer.
8030
8031 2006-12-27 Kim F. Storm <storm@cua.dk>
8032
8033 * ido.el (ido-set-matches-1): Never put current buffer first if
8034 there are other matches.
8035
8036 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
8037
8038 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
8039 expressions.
8040 (gdb-var-delete): Handle duplicate names. Print message for non
8041 root expressions.
8042 (gdb-partial-output-name): Start buffer name with a space.
8043 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
8044 buffer name.
8045
8046 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8047
8048 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
8049 last footnote when `footnote-spaced-footnotes' is nil.
8050
8051 2006-12-26 Richard Stallman <rms@gnu.org>
8052
8053 * cus-edit.el (custom-browse-sort-alphabetically)
8054 (custom-buffer-sort-alphabetically)
8055 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
8056
8057 * image.el (image-type-header-regexps): Change element format
8058 to include third item NOT-ALWAYS.
8059 (image-type-from-data): Handle new format.
8060 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
8061 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
8062
8063 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
8064
8065 * add-log.el (add-log-current-defun): Call `forward-sexp'
8066 multiple times to pick a member function name defined as
8067 part of nested classes/namespaces.
8068
8069 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8070
8071 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
8072 which keymap should be used to change menu. It does not affect any
8073 existent code.
8074
8075 2006-12-26 Richard Stallman <rms@gnu.org>
8076
8077 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
8078 rather than for being in a minibuffer window.
8079
8080 2006-12-25 Daiki Ueno <ueno@unixuser.org>
8081
8082 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
8083 locale-coding-system.
8084 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
8085 LF.
8086
8087 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
8088
8089 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
8090 (sql-mode-syntax-table): Disable double quoted strings.
8091 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
8092
8093 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8094
8095 * startup.el (fancy-splash-last-input-event): New variable.
8096 (fancy-splash-special-event-action): New function.
8097 (fancy-splash-screens): Temporarily bind special events to it.
8098 Execute command for saved special event before exiting from
8099 recursive editing.
8100
8101 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
8102 New functions.
8103 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
8104 Use mac-unread-string.
8105
8106 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8107
8108 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
8109 an optimized comment regexp if `comment-start-skip' uses a ^.
8110 * bs.el (bs--up): Remove interactive spec.
8111
8112 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8113
8114 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
8115 Suggested by James Cloos.
8116
8117 2006-12-24 Kevin Ryde <user42@zip.com.au>
8118
8119 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
8120 in March.
8121 (calendar-dst-ends): Default to first Sunday in November.
8122
8123 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
8124
8125 * allout.el (allout-encrypt-string): Inhibit use of agent within
8126 body of let form where encryption happens. Acknowledge non-use of
8127 gpg-agent in docstring.
8128 (allout-toggle-subtree-encryption): Acknowledge non-use of
8129 gpg-agent in docstring.
8130
8131 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8132
8133 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
8134
8135 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
8136
8137 * ediff-diff.el (ediff-diff-options): Clarify docstring.
8138 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
8139
8140 * emulation/viper-cmd.el (viper-post-command-sentinel):
8141 Protect against errors in hooks.
8142 (viper-add-newline-at-eob-if-necessary): Add newline only if we
8143 actually modify buffer; ignore errors if occur.
8144
8145 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
8146
8147 * calendar/calendar.el (calendar-mode-map): Switch < and >.
8148 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
8149 formatting.
8150
8151 2006-12-23 Richard Stallman <rms@gnu.org>
8152
8153 * simple.el (delete-horizontal-space): Doc fix.
8154
8155 2006-12-23 Eli Zaretskii <eliz@gnu.org>
8156
8157 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
8158 explicitly in a recursive Make, not implicitly through prerequisites,
8159 since the latter is wrong under parallel builds.
8160
8161 2006-12-22 Eli Zaretskii <eliz@gnu.org>
8162
8163 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
8164
8165 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
8166
8167 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
8168 message string.
8169
8170 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
8171
8172 * outline.el (outline-next-visible-heading): Fix the case with a
8173 header at end-of-file with no final newline.
8174
8175 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
8176
8177 * indent.el (tab-always-indent): Doc fix.
8178
8179 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
8180
8181 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
8182 (Info-fontify-node): Do fontify indices.
8183
8184 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
8185 to the Emacs Lisp reference manual.
8186 (tutorial--tab-map): Remove. All callers changed.
8187 (tutorial--find-changed-keys): New elt QUIET, used to...
8188 (tutorial--display-changes): ...ensure that warning messages are
8189 only issued once per changed key.
8190 (tutorial--remove-remarks): Delete unused code-path.
8191 (lang-strings): Remove extraneous formatting.
8192 (tutorial--save-tutorial): Prompt before saving tutorial state.
8193
8194 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
8195
8196 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
8197 Replace '?\ ' by '?\s' throughout.
8198 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
8199 `help' custom group.
8200 (tutorial--key-description): New function.
8201 (tutorial--display-changes): Remove redundant arg. Scan for all
8202 key sequences to avoid false matches. Cleanup.
8203 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
8204 reduce homedir pollution.
8205 (help-with-tutorial): Call tutorial--display-changes with no arg.
8206
8207 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
8208
8209 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
8210
8211 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
8212
8213 * net/tramp.el (tramp-default-method): We still need to check for
8214 `executable-find', because it is not bound under Emacs 20.
8215 (tramp-handle-file-name-completion)
8216 (tramp-completion-handle-file-name-completion): Handle optional
8217 parameter PREDICATE.
8218 (tramp-find-default-method): Add code for default values.
8219
8220 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
8221
8222 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
8223 make gud-go send "continue".
8224
8225 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
8226
8227 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
8228 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
8229
8230 2006-12-19 Kim F. Storm <storm@cua.dk>
8231
8232 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
8233 instead of global-map.
8234
8235 * files.el (magic-mode-alist): Allow matching file type by
8236 calling a function at bob. Check for image types by calling
8237 image-type-from-buffer. Suggested by Juanma Barranquero.
8238 (set-auto-mode): Do it.
8239
8240 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
8241
8242 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
8243 Remove "ControlMaster" option from the other `scp*' methods.
8244 (tramp-default-method): Check for ssh-agent before setting to `scp'.
8245
8246 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
8247
8248 * textmodes/org.el (org-mode): Show context after isearch.
8249 (org-show-siblings): New function.
8250 (org-show-context): Use `org-show-siblings'.
8251
8252 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8253
8254 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
8255 Use syntax-ppss-toplevel-pos.
8256
8257 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
8258
8259 * textmodes/org.el (org-current-line): Make sure that lines are
8260 counted from beginning of buffer.
8261 (org-table-copy-region, org-table-paste-rectangle): Make sure that
8262 lines are counted from beginning of buffer.
8263
8264 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
8265
8266 * info.el (Info-build-node-completions): Signal error if tag-table
8267 marker is not found.
8268
8269 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8270
8271 2006-12-17 Alan Mackenzie <acm@muc.de>
8272
8273 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
8274 speed) the case when open-paren-in-column-0-is-defun-start is nil.
8275 Based on code by Martin Rudalics.
8276
8277 * progmodes/cc-mode.el (c-basic-common-init): Don't set
8278 open-paren-in-column-0-is-defun-start to nil any more.
8279
8280 2006-12-17 Richard Stallman <rms@gnu.org>
8281
8282 * simple.el (delete-horizontal-space): Use prefix arg.
8283
8284 * help-fns.el (describe-variable): Improve blank separator lines.
8285
8286 * files.el (magic-mode-alist): Mark as risky.
8287
8288 * files.el (make-backup-file-name-1):
8289 Expand backup-directory explicitly.
8290
8291 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
8292
8293 * net/tramp.el (tramp-default-method): Before setting to "pscp",
8294 check whether package password.el is loaded, or Pageant is running.
8295
8296 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
8297
8298 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
8299 (icalendar--rris): First try Emacs, then XEmacs.
8300 (icalendar--convert-ical-to-diary): Doc fix.
8301 Insert newline at end of target file.
8302
8303 2006-12-17 Kim F. Storm <storm@cua.dk>
8304
8305 * outline.el (outline-isearch-open-invisible-function): New defvar.
8306 (outline-flag-region): Use it if non-nil for isearch-open-invisible
8307 overlay property instead of outline-isearch-open-invisible.
8308
8309 2006-12-16 Kim F. Storm <storm@cua.dk>
8310
8311 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
8312 if ido-directory-too-big is set on entry.
8313 (ido-toggle-ignore, ido-completion-help): Print message while
8314 reading big directory.
8315
8316 2006-12-15 Richard Stallman <rms@gnu.org>
8317
8318 * shell.el (shell): Doc fix.
8319
8320 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
8321
8322 * emulation/edt.el (edt-xserver):
8323 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
8324 to fix a problem on Cygwin.
8325
8326 * emulation/edt.el
8327 * emulation/edt-mapper.el
8328 * emulation/edt-lk201.el
8329 * emulation/edt-pc.el
8330 * emulation/edt-vt100.el: Update maintainer's email address.
8331
8332 2006-12-15 Simon Marshall <simon@gnu.org>
8333
8334 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
8335
8336 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8337
8338 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
8339 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
8340 instead of mac-atsu-font-table.
8341 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
8342
8343 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
8344
8345 * align.el (align-match-tex-pattern): Fix a rare bug which
8346 hanged Emacs.
8347
8348 2006-12-14 Richard Stallman <rms@gnu.org>
8349
8350 * startup.el (use-fancy-splash-screens-p): Use frame-height
8351 instead of window-height. Pass frame to image-size.
8352
8353 2006-12-13 Kenichi Handa <handa@m17n.org>
8354
8355 * international/mule-cmds.el (set-locale-environment):
8356 Set default-sendmail-coding-system too.
8357
8358 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
8359
8360 * progmodes/idlw-help.el: Fix copyright notice.
8361
8362 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8363
8364 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
8365
8366 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
8367
8368 * subr.el (unread-command-char): Reformat obsolescence info.
8369
8370 2006-12-11 Richard Stallman <rms@gnu.org>
8371
8372 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
8373 about calls to cl-struct-setf-expander.
8374
8375 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
8376
8377 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
8378 (ediff-combination-pattern): Fix typo in docstring.
8379
8380 * textmodes/refer.el (refer-find-entry): Doc fix.
8381 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
8382 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
8383 Fix tipos in docstrings.
8384
8385 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
8386
8387 2006-12-10 Kim F. Storm <storm@cua.dk>
8388
8389 * ido.el (ido-init-completion-maps): Remap backward-kill-word
8390 instead of binding M-backspace.
8391
8392 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
8393
8394 * replace.el (replace-match-data, replace-match-maybe-edit):
8395 * calc/calc-aent.el (calc-eval-error):
8396 * emulation/vi.el (vi-char-argument):
8397 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
8398 (c-vsemi-status-unknown-p-fn): Doc fixes.
8399
8400 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
8401
8402 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
8403 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
8404
8405 2006-12-10 Masatake YAMATO <jet@gyve.org>
8406
8407 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
8408
8409 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
8410
8411 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
8412
8413 * man.el (Man-xref-button-action): New function. If the
8414 `Man-target-string' button property is a function, assume it
8415 accepts a position argument.
8416 (Man-abstract-xref-man-page): Use it.
8417 (Man-default-man-entry): New optional arg POS.
8418
8419 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
8420 symlink arrows read-only and non-rear-sticky.
8421
8422 2006-12-09 Martin Rudalics <rudalics@gmx.at>
8423
8424 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
8425 (wdired-search-and-rename): Simplify code.
8426 (wdired-preprocess-files, wdired-preprocess-perms): Make
8427 read-only property of preceding character rear-nonsticky to
8428 avoid that it can be modified. Put old-name and old-link
8429 properties on character preceding name and replace
8430 put-text-property by add-text-properties.
8431 (wdired-get-filename, wdired-get-previous-link): Get old-name
8432 and old-link properties from character preceding name and
8433 simplify code.
8434 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
8435 (wdired-perms-to-number): Make local-map property
8436 rear-nonsticky to avoid that text following permissions may be
8437 modified. Use add-text-properties instead of put-text-property
8438 when changing a permission bit.
8439 (wdired-change-to-dired-mode): Remove stickiness properties.
8440
8441 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
8442
8443 * international/mule-cmds.el (register-input-method): Doc fix.
8444
8445 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
8446
8447 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
8448
8449 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8450
8451 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
8452 Force buffer local defs evaluation on local variables loading.
8453 (flyspell-mode-on, flyspell-mode-off): Use it in
8454 `hack-local-variables-hook'.
8455
8456 2006-12-09 Eli Zaretskii <eliz@gnu.org>
8457
8458 * emacs-lisp/find-func.el (find-variable): Doc fix.
8459
8460 * help-fns.el (variable-at-point): Doc fix.
8461
8462 * w32-fns.el (w32-append-code-lines): New function.
8463
8464 2006-12-09 Romain Francoise <romain@orebokech.com>
8465
8466 * comint.el (comint-insert-input): Delete obsolete comment.
8467
8468 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
8471 current frame, in case we're connected to several displays.
8472
8473 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
8474
8475 * frame.el (other-frame): Doc fix.
8476 (set-frame-parameter): Fix typo in docstring.
8477
8478 2006-12-07 Kim F. Storm <storm@cua.dk>
8479
8480 * info.el (Info-index): Strip leading colon from topic.
8481
8482 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
8483
8484 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
8485 to pointers.
8486
8487 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
8488
8489 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
8490 Trim out spurious class inheritance "None" entries.
8491
8492 2006-12-05 Kim F. Storm <storm@cua.dk>
8493
8494 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
8495 (cua-paste-pop): Rework last change for
8496 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
8497 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
8498 text inserted by the last M-y command.
8499
8500 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8501
8502 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
8503 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
8504
8505 * shell.el (shell): Search the start file in ~/.emacs.d as
8506 `init_SHELLNAME.sh' instead.
8507
8508 2006-12-05 Glenn Morris <rgm@gnu.org>
8509
8510 * progmodes/cperl-mode.el (cperl-mode)
8511 * progmodes/f90.el (f90-mode-abbrev-table)
8512 * progmodes/fortran.el (fortran-mode-abbrev-table)
8513 * progmodes/octave-mod.el (octave-abbrev-table)
8514 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
8515 if abbrev-table is non-nil (saved user abbrevs may have been restored).
8516
8517 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
8518 clear abbrev table, else saved abbrevs will not be restored.
8519
8520 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
8521
8522 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
8523 the call to `make-obsolete-variable', not in the docstring.
8524
8525 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
8526
8527 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
8528
8529 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8530
8531 * progmodes/ebnf-abn.el:
8532 * progmodes/ebnf-bnf.el:
8533 * progmodes/ebnf-dtd.el:
8534 * progmodes/ebnf-ebx.el:
8535 * progmodes/ebnf-iso.el:
8536 * progmodes/ebnf-otz.el:
8537 * progmodes/ebnf-yac.el:
8538 * progmodes/ebnf2ps.el:
8539 * delim-col.el:
8540 * printing.el:
8541 * ps-bdf.el:
8542 * ps-mule.el:
8543 * ps-print.el: Remove 'Time-stamp' comment mark.
8544
8545 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
8546 'easy-menu-add-item' when called in Emacs 21 or higher.
8547
8548 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
8549
8550 * progmodes/ada-xref.el (ada-check-current): Doc fix.
8551 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
8552
8553 2006-12-04 Kim F. Storm <storm@cua.dk>
8554
8555 * bindings.el (global-map): Bind [signal t] to ignore, to have
8556 user signals ignored by default.
8557
8558 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
8559
8560 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
8561 Unicode data file pointed to by `describe-char-unicodedata-file'.
8562
8563 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
8564
8565 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
8566 O(n^2) regexp-search by anchoring the search.
8567
8568 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
8569
8570 * whitespace.el (whitespace-cleanup-internal): Use current
8571 argument for recursive call.
8572
8573 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
8574
8575 * net/tramp.el (tramp-methods): Add "ControlPath" and
8576 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
8577 Andreas Schwab <schwab@suse.de>.
8578 (tramp-do-copy-or-rename-file-out-of-band)
8579 (tramp-open-connection-rsh): Compute format spec for ?t.
8580 (tramp-process-actions): Trace command parameters.
8581
8582 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8583
8584 * simple.el (toggle-truncate-lines): Clarify doc string.
8585
8586 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
8587 (gdb-speedbar-expand-node): Use it.
8588
8589 2006-12-04 Richard Stallman <rms@gnu.org>
8590
8591 * progmodes/python.el (python-indent): Add safe-local-variable prop.
8592
8593 * dired.el (dired-revert): Turn off dired-after-readin-hook
8594 around call to dired-readin.
8595
8596 * menu-bar.el (menu-bar-make-toggle): Add "globally"
8597 to echo area messages.
8598 <indicate-empty-lines, case-fold-search>:
8599 Add "globally" to Help string.
8600 <case-fold-search>: MESSAGE arg need not say "globally".
8601 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
8602
8603 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
8604
8605 * outline.el (outline-end-of-subtree): Don't leave an empty
8606 line hidden as we would a real next heading.
8607
8608 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
8609
8610 * allout.el (allout-ascend): Add an optional argument to preserve
8611 original position of point when unsuccessful. Also, fix a
8612 docstring error.
8613 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
8614 work again, using allout-ascend's new option.
8615 (allout-setup-mode-map): Extract from allout-mode to initialize
8616 allout-mode-map. Call it on file load, so the mode docstring
8617 substitutions work even if allout mode has not yet been invoked.
8618 (allout-mode): Use new allout-setup-mode-map to track any keybinding
8619 customizations since the map was last processed. Also, refine the
8620 docstring so it's ship-shape for release.
8621 (allout-default-layout, allout-beginning-of-line-cycles)
8622 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
8623 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
8624 (allout-version, allout-layout, allout-infer-body-reindent)
8625 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
8626 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
8627 (allout-previous-heading, allout-goto-prefix-doublechecked)
8628 (allout-current-bullet-pos, allout-next-sibling-leap)
8629 (allout-pre-command-business, allout-encrypted-type-prefix)
8630 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
8631 (allout-rebullet-topic, allout-rebullet-topic-grunt)
8632 (allout-flag-region, allout-expose-topic, allout-expose-topic)
8633 (allout-old-expose-topic, allout-listify-exposed)
8634 (allout-process-exposed, allout-latex-verb-quote)
8635 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
8636 (allout-toggle-current-subtree-encryption)
8637 (allout-toggle-subtree-encryption, allout-bullet-isearch):
8638 Remove extraneous open-paren and close paren string escapes.
8639
8640 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
8641
8642 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
8643 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
8644 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
8645 Fix typos in docstrings.
8646
8647 2006-12-03 Glenn Morris <rgm@gnu.org>
8648
8649 * progmodes/cc-align.el
8650 * progmodes/cc-awk.el
8651 * progmodes/cc-cmds.el
8652 * progmodes/cc-compat.el
8653 * progmodes/cc-defs.el
8654 * progmodes/cc-engine.el
8655 * progmodes/cc-langs.el
8656 * progmodes/cc-menus.el
8657 * progmodes/cc-mode.el
8658 * progmodes/cc-styles.el
8659 * progmodes/cc-vars.el
8660 * progmodes/vhdl-mode.el: Fix Copyright format.
8661
8662 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
8663
8664 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
8665 initial down event.
8666
8667 2006-12-02 Kim F. Storm <storm@cua.dk>
8668
8669 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
8670 (cua-repeat-replace-region): Make M-v more robust.
8671 (cua-paste-pop-rotate-temporarily): New defcustom.
8672 (cua-paste-pop): Use it.
8673 (cua-auto-mark-last-change): New defcustom.
8674 (cua-pop-to-last-change): New helper function.
8675 (cua-set-mark): Use them.
8676
8677 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
8678
8679 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
8680 mini-buffer message.
8681
8682 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
8683
8684 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
8685
8686 2006-12-01 Ben North <ben@redfrontdoor.org>
8687
8688 * paren.el: Fix the highlight overlay extension when the user types a
8689 sequence of char very fast just before the open parenthesis.
8690
8691 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8692
8693 * ps-mule.el: Eliminate Emacs 20 compatibility.
8694
8695 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
8696 (ps-print-version): New version 6.7.
8697 (ps-print-quote): Replace '?\ ' by '?\s'.
8698
8699 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
8700
8701 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
8702 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
8703 (hexl-end-of-1k-page): Doc fixes.
8704 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
8705 Fix typos in docstrings.
8706
8707 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8708
8709 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
8710 locally, i.e. without using file name handlers.
8711 (ido-read-internal): Allow mono letter host names, avoiding the
8712 `c:' problem by testing if the file exists locally.
8713 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
8714
8715 2006-11-30 Masatake YAMATO <jet@gyve.org>
8716
8717 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
8718 to avoid bytecomp warnings.
8719 (hexl-mode-old-ruler-function): New variable.
8720 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
8721 and `hl-line-range-function' after `require' hl-line.
8722 Then bind `hl-line-range-function' and `hl-line-face'.
8723 Don't require frame. Don't use `with-no-warnings'.
8724 (hexl-activate-ruler): Store the original value of
8725 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
8726 (hexl-mode-exit): Restore the original value of
8727 `ruler-mode-ruler-function'.
8728
8729 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
8730
8731 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
8732 (hexl-mode-old-hl-line-face): New variable.
8733 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
8734 line when exit from the hexl-mode.
8735
8736 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
8737
8738 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
8739 Doc fixes.
8740
8741 * international/fontset.el (create-fontset-from-ascii-font)
8742 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
8743 (fontset-name-p): Fix typo in docstring.
8744
8745 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
8746
8747 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8748
8749 * ps-bdf.el: Fix maintainer email.
8750
8751 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
8752 compatibility.
8753
8754 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
8755 21 compatibility.
8756 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
8757 Emacs 20 & 21.
8758
8759 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
8760
8761 * progmodes/idlwave.el (idlwave-auto-fill):
8762 Remove paragraph-start let to prevent auto-fill giving up.
8763
8764 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
8765
8766 * vt100-led.el (led-state): Fix typo in previous change.
8767
8768 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8769
8770 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8771 Fix interactive spec of the functions getting defined to make them
8772 work as documented.
8773
8774 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
8775
8776 * startup.el (fancy-splash-screens): Hide initial splash buffer.
8777
8778 2006-11-28 Kim F. Storm <storm@cua.dk>
8779
8780 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
8781 icomplete-mode is enabled.
8782
8783 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
8784
8785 * textmodes/org.el (require): Require gnus-sum during compilation
8786 to avoid problem with a macro call.
8787
8788 2006-11-28 Glenn Morris <rgm@gnu.org>
8789
8790 * emacs-lisp/authors.el (authors-aliases): Add new alias.
8791
8792 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
8793 (fortran-window-create-momentarily): Do not need string-to-char.
8794
8795 2006-11-28 Richard Stallman <rms@gnu.org>
8796
8797 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8798 Replace incorrect use of assoc-default with a loop.
8799
8800 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
8801
8802 * simple.el (next-error-find-buffer): Improve messages.
8803
8804 * files.el (revert-buffer): Special error message if file
8805 is now not readable.
8806
8807 * facemenu.el (facemenu-add-new-face): Improve doc strings of
8808 constructed commands.
8809
8810 * comint.el (comint-exec-1): Provide Emacs version and `comint'
8811 in INSIDE_EMACS.
8812
8813 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
8816
8817 * server.el: Remove spurious * in docstrings.
8818 (server-process-filter): Exit from recursive editing before processing
8819 a new request.
8820
8821 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
8822
8823 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
8824 line so hidden blocks will be correctly identified.
8825
8826 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
8827
8828 * ledit.el (ledit-save-defun, ledit-mode):
8829 * resume.el (resume-emacs-args-buffer):
8830 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
8831 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
8832 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
8833 (command-send-input, command-kill-line):
8834 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
8835
8836 * autoarg.el (autoarg-kp-mode): Doc fix.
8837
8838 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
8839 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
8840 (check-emacs-lock): Doc fix. Simplify.
8841
8842 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
8843 (iimage-mode-buffer): Fix typos in docstring.
8844
8845 * misc.el (zap-up-to-char): Doc fix.
8846
8847 * time-stamp.el: Fix comment and obsolescence string for old
8848 functions. Use `dolist' instead of `while'.
8849
8850 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
8851
8852 * disp-table.el (standard-display-8bit, standard-display-default):
8853 * ebuff-menu.el (electric-buffer-list):
8854 * ehelp.el (electric-help-command-loop):
8855 * font-core.el (font-lock-mode):
8856 * help-macro.el (make-help-screen):
8857 * help.el (describe-minor-mode-completion-table-for-indicator)
8858 (lookup-minor-mode-from-indicator):
8859 * indent.el (tab-to-tab-stop, move-to-tab-stop):
8860 * info-look.el (info-lookup-guess-custom-symbol):
8861 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
8862 * longlines.el (longlines-wrap-line):
8863 * macros.el (insert-kbd-macro):
8864 * menu-bar.el (menu-bar-update-buffers):
8865 * misc.el (copy-from-above-command):
8866 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
8867 * newcomment.el (comment-indent):
8868 * novice.el (disabled-command-function):
8869 * sort.el (sort-fields-syntax-table):
8870 * subr.el (momentary-string-display):
8871 * tar-mode.el (tar-header-block-summarize)
8872 (tar-clear-modification-flags):
8873 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
8874 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
8875 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
8876 (te-delete-char, te-down-vertically-or-scroll):
8877 * time-stamp.el (time-stamp-string-preprocess):
8878 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
8879
8880 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
8881
8882 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
8883 in GUD mode.
8884
8885 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
8886 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
8887
8888 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8889
8890 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
8891
8892 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
8893
8894 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
8895 (ada-compile-goto-error): Adapt to new argument profile of
8896 compilation-goto-locus in Emacs 22. Don't check if the various
8897 compile functions are defined; we already do "(require 'compile)".
8898
8899 2006-11-26 Kim F. Storm <storm@cua.dk>
8900
8901 * kmacro.el: Fix commentary.
8902
8903 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
8904
8905 * progmodes/gud.el (gdb): Explain how to run in text command mode
8906 more clearly. Say in error message that multiple debugging
8907 requires restarting GDB.
8908
8909 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
8910
8911 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
8912
8913 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
8914
8915 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
8916 (flymake-popup-menu): Use it instead of posn-at-point.
8917
8918 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8919
8920 * progmodes/cc-vars.el (c-backslash-column):
8921 Mention c-backslash-max-column in documentation for c-backslash-column.
8922
8923 2006-11-24 Lars Hansen <larsh@soem.dk>
8924
8925 * net/tramp.el (tramp-default-method): Under Windows, change from
8926 plink to pscp.
8927 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
8928 (tramp-actions-copy-out-of-band):
8929 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
8930 (tramp-action-out-of-band): Move "Permission denied" handling to
8931 tramp-action-copy-failed.
8932 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
8933 process buffer.
8934
8935 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8938 strings to a single string. Quote `errors-file-name'.
8939 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8940 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8941 Adjust calls. Use `shell-quote-argument'.
8942
8943 * international/mule.el (load-with-code-conversion)
8944 (with-category-table): Use with-current-buffer.
8945 (after-insert-file-set-coding): Use restore-buffer-modified-p.
8946
8947 2006-11-24 Eli Zaretskii <eliz@gnu.org>
8948
8949 * mail/smtpmail.el (smtpmail-send-it):
8950 Copy buffer-file-coding-system from the mail buffer. Possibly add a
8951 MIME header for the message encoding.
8952 Bind coding-system-for-write around the call to mail-do-fcc.
8953 Use smtpmail-code-conv-from to encode queued mail messages.
8954
8955 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
8956
8957 * tabify.el (tabify-regexp): Doc fix.
8958
8959 * net/rcirc.el (rcirc-buffer-maximum-lines):
8960 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
8961
8962 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
8963 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
8964 Fix typos in output messages.
8965 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
8966
8967 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8968
8969 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
8970 the horse's mouth.
8971 (hexlify-buffer): Don't re-encode an arg that's already encoded.
8972
8973 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
8974
8975 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
8976 Remove condition-case.
8977
8978 2006-11-23 Glenn Morris <rgm@gnu.org>
8979
8980 * progmodes/f90.el (f90-comment-indent): Do not move point in
8981 default case.
8982
8983 2006-11-21 Romain Francoise <romain@orebokech.com>
8984
8985 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
8986 from library name (reverts change of 2005-10-25).
8987
8988 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
8989
8990 * tutorial.el (tutorial--default-keys): Add newline and
8991 delete-backward-char bindings.
8992 (tutorial--detailed-help): Save excursion when finding keys.
8993 Correct warning string for M-x FOO case.
8994 (tutorial--display-changes): Print special keys in tutorial style.
8995 Tweak search regexp for changed keys.
8996
8997 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8998
8999 * thingatpt.el (thing-at-point-url-at-point): Don't add a
9000 redundant scheme.
9001
9002 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
9003
9004 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
9005 are new to the list at IANA. Also added irc, mms, mmsh.
9006
9007 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
9008
9009 * progmodes/idlw-help.el (idlwave-html-help-location):
9010 Fail gracefully for missing help packages.
9011 (idlwave-help-assistant-open-link): Open full links.
9012 (idlwave-help-assistant-help-with-topic): Direct help link.
9013
9014 * progmodes/idlwave.el (idlwave-mode):
9015 Set add-log-current-defun-function.
9016 (idlwave-current-routine-fullname): Add, to support add-log.
9017 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
9018 to reflect improvements to xml-parse-file.
9019 (idlwave-mode-menu-def): New binding for help-with-topic.
9020
9021 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
9022 Handle extra newlines and spaces.
9023 (idlwave-shell-mode-map): Add help-with-topic.
9024
9025 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
9026
9027 * tutorial.el (tutorial-warning-face): New face.
9028 (tutorial--detailed-help, tutorial--display-changes): Use it.
9029 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
9030 Improve search pattern for occurrences of changed keys.
9031
9032 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9033
9034 * term/x-win.el (x-last-cut-buffer-coding): New variable.
9035 (x-select-text): Set it.
9036 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
9037 when checking for newness.
9038
9039 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
9040
9041 * subr.el (posn-image):
9042 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
9043
9044 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
9045
9046 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9047
9048 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
9049 Exceptions to the rule "add a space between an identifier and an
9050 opening parenthesis". Defaulted to the `#define' problem of cpp.
9051 (glasses-parenthesis-exception-p): New. Check if the region is an
9052 exception regarding to that.
9053 (glasses-make-readable): Use it.
9054 (glasses-convert-to-unreadable): Ditto. Modify the file also if
9055 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
9056
9057 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
9058
9059 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
9060
9061 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
9062
9063 * progmodes/ada-mode.el (ada-make-body): Fix typo.
9064
9065 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
9066 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
9067
9068 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
9069
9070 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
9071 conditions for function or variable bindings.
9072
9073 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
9074
9075 * progmodes/compile.el (compilation-start): Ditto.
9076
9077 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
9078
9079 * net/tramp.el (top): cl and custom are always required.
9080
9081 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9082
9083 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
9084 cut-buffers with next-selection-coding-system if not nil.
9085
9086 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
9087
9088 * textmodes/org.el (org-fix-decoded-time): New function.
9089 (org-display-custom-time): Use `org-fix-decoded-time'.
9090
9091 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
9092
9093 * menu-bar.el (menu-bar-games-menu): Remove yow.
9094
9095 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
9096
9097 * textmodes/org.el (org-scan-tags): Re-align code fixed.
9098 (org-detach-overlay): Rename from `org-detatch-overlay'.
9099 (org-table-convert-region): Insert space after column separator.
9100 (org-agenda-kill): New command.
9101 (org-metaleft): Call `org-outdent-item' on bullets.
9102 (org-metaright): Call `org-indent-item' on bullets.
9103 (org-timestamp-change): Set `org-last-changed-timestamp'.
9104 (org-current-line): Make sure (bolp) returns correct result.
9105 (org-agenda-change-all-lines): Make sure TODO are highlighted.
9106
9107 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9108
9109 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
9110
9111 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
9112
9113 * mouse.el (global-map): Change 2006-08-16 fix to call
9114 mouse-yank-at-click explicitly, since mouse events are not carried
9115 over into keyboard macros.
9116
9117 2006-11-16 Kim F. Storm <storm@cua.dk>
9118
9119 * ido.el (ido-file-internal): Use current buffer's file name as default
9120 choice for ido-find-alternate-file. Suggested by Matt Hodges.
9121
9122 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
9123
9124 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
9125 (allout-inhibit-aberrance-doublecheck): Rename from
9126 allout-during-yank-processing. All callers changed.
9127 (allout-ascend): Provide for unusual case where some topic after
9128 the first in file is at lower depth than the first.
9129 (allout-shift-in): Ensure the offspring of the new containing
9130 topic are exposed.
9131 (allout-encrypt-string): Preserve the coding-system of the text,
9132 according to that of the containing buffer.
9133 (allout-toggle-subtree-encryption): When the text being encrypted
9134 requires a different coding system, offer to preserve the coding
9135 system using a file local var.
9136
9137 2006-11-15 Simon Marshall <simon@gnu.org>
9138
9139 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
9140 to recognise "T t()" as a function declaration, rather than a
9141 variable instantiation, iff at the top-level or inside a class
9142 declaration. Suggested by Feng Li <fengli@gmail.com>.
9143
9144 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
9145
9146 * progmodes/ada-xref.el (ada-parse-prj-file):
9147 Don't delete project buffer; user may want to edit it.
9148 (ada-xref-set-project-field, ada-xref-current-project-file)
9149 (ada-xref-current-project, ada-show-current-project)
9150 (ada-set-main-compile-application): New functions.
9151 (ada-xref-get-project-field, ada-require-project-file):
9152 Normalize use of ada-prj-default-project-file.
9153 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
9154 Normalize use of ada-require-project-file.
9155 (ada-prj-find-prj-file): Improve doc string, comments.
9156
9157 * progmodes/ada-mode.el (ada-mode-version): Bump version.
9158 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
9159 (ada-create-menu): Add ada-set-main-compile-application,
9160 ada-show-current-main, ada-show-current-project.
9161
9162 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
9165 (inferior-python-mode): Use it.
9166
9167 2006-11-14 Andreas Schwab <schwab@suse.de>
9168
9169 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9170
9171 2006-11-13 Kim F. Storm <storm@cua.dk>
9172
9173 * ido.el (ido-copy-current-word): C-o copies region if active.
9174
9175 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
9176
9177 * textmodes/org.el (org-emph-face): Fix typo in variable name.
9178
9179 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
9180
9181 * ediff.el (ediff-revision):
9182 * files.el (set-visited-file-name):
9183 * mail/rmailout.el (rmail-output-body-to-file):
9184 Use `format', not `message', in `y-or-n-p' call.
9185
9186 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
9187
9188 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
9189 (org-metaright): Call `org-indent-item' on bullets.
9190 (org-timestamp-change): Set `org-last-changed-timestamp'.
9191 (org-current-line): Make sure (bolp) returns correct result.
9192 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
9193
9194 2006-11-12 Richard Stallman <rms@gnu.org>
9195
9196 * language/european.el (turkish-case-conversion-enable)
9197 (turkish-case-conversion-disable): New functions.
9198 ("Turkish" lang env): Use them.
9199
9200 * international/characters.el (case table):
9201 Do nothing special for i and I.
9202
9203 * subr.el (remove-overlays): Fix last change.
9204
9205 * cus-edit.el (custom-save-all): Use find-file-visit-truename
9206 for visiting the custom file.
9207
9208 2006-11-12 Markus Triska <triska@gmx.at>
9209
9210 * play/handwrite.el (handwrite): Also process lines not ending
9211 with newline. Replace some position-fiddling with different
9212 logic. Improve performance.
9213
9214 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
9215
9216 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
9217 replacing deleted variable `ada-check-switch'.
9218 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
9219 (ada-xref-project-files): Improve doc string.
9220 (ada-find-executable): New function.
9221 (ada-initialize-runtime-library): Use `ada-find-executable'.
9222 (ada-xref-set-default-prj-values): In compile commands, don't need
9223 `ada-cd-command'; `compile' does that more portably.
9224 Use ada-prj-default-check-cmd.
9225 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
9226 properties if not specified in project file.
9227 (ada-goto-declaration): Display useful message for new error
9228 'error-file-not-found.
9229 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
9230 'error-file-not-found.
9231 (ada-get-all-references): Match latest ali syntax. Signal new
9232 error 'error-file-not-found.
9233 (ada-find-in-ali): Match latest ali syntax.
9234 (ada-make-filename-from-adaname): Handle different semantics of
9235 gnatkr in GNAT 3.15p vs later.
9236
9237 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
9238 ada-procedure-start-regexp.
9239 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
9240
9241 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
9242 with defvar.
9243 (ada-language-version): Rename ada05 -> ada2005.
9244 (ada-align-region-separate): Add `eval-when-compile'.
9245 (ada-name-regexp): Remove unneeded escapes in regexp character
9246 alternative.
9247 (ada-compile-goto-error-file-linenr-re): New constant.
9248 (ada-matching-start-re): Handle additional cases `declare',
9249 `procedure', `function'.
9250 (ada-compile-goto-error): Handle "... at line nn".
9251 (ada-mode): Clearer syntax, comments for ff-special-constructs.
9252 Delete support for old versions of `align'.
9253 (ada-search-prev-end-stmt): Handle additional keyword `private'.
9254 (ada-check-defun-name): Simplify handling of `declare'.
9255 (ada-goto-matching-start): Handle nested `begin ... end'.
9256 Handle `declare', `protected', `procedure', `function'.
9257 (ada-create-menu): Presence of arm95 is not conditional on using
9258 GNAT compiler.
9259
9260 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
9261
9262 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
9263 nil in the *RE-Builder* buffer (it causes spurious error messages).
9264
9265 * server.el (server-visit-files): If `minibuffer-auto-raise' has
9266 been set to t, respect it.
9267
9268 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
9269
9270 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
9271 Delete commented out code for old Emacs versions. Autoloading of
9272 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
9273 (ada-mode-version): Bump version number.
9274 (ada-95-string-keywords, ada-2005-string-keywords)
9275 (ada-2005-keywords, ada-name-regexp): New constant.
9276 (ada-language-version, ada-procedure-start-regexp, ada-mode)
9277 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
9278 (ada-package-start-regexp): Support private packages, include package
9279 name (for ada-set-point-accordingly).
9280 (ada-next-procedure, ada-previous-procedure)
9281 (ada-which-function-are-we-in): Match changes to
9282 ada-procedure-start-regexp.
9283 (ada-make-body): Make non-interactive; not a user function.
9284 (ada-make-subprogram-body): Improve doc string.
9285
9286 2006-11-11 Romain Francoise <romain@orebokech.com>
9287
9288 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
9289 `compilation-error-regexp-alist' buffer-local, since we changed
9290 `compilation-error-regexp-alist-alist' locally.
9291
9292 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
9293
9294 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
9295 to the value of `server-raise-frame'.
9296
9297 2006-11-11 Glenn Morris <rgm@gnu.org>
9298
9299 * ido.el (ido-enable-prefix)
9300 * ses.el (ses-call-printer-return)
9301 * net/tramp.el (tramp-unified-filenames)
9302 * progmodes/cc-align.el (c-lineup-string-cont)
9303 * progmodes/compile.el (compilation-directory-matcher)
9304 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
9305 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
9306 (vhdl-clock-rising-edge)
9307 * textmodes/org.el (org-export-with-timestamps)
9308 (org-export-remove-timestamps-from-toc)
9309 (org-export-with-tags): Improve previous doc fixes.
9310
9311 2006-11-11 Richard Stallman <rms@gnu.org>
9312
9313 * textmodes/flyspell.el (flyspell-mode-map):
9314 Bind C-c $ instead of M-RET.
9315
9316 2006-11-10 Simon Marshall <simon@gnu.org>
9317
9318 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
9319 fontification for "case" and "default" keywords.
9320
9321 2006-11-10 Andreas Schwab <schwab@suse.de>
9322
9323 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
9324 Avoid starting sentence with "nil".
9325
9326 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
9327
9328 * server.el (server-raise-frame): New option.
9329 (server-switch-buffer): Use it.
9330
9331 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
9332
9333 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
9334 with a capital.
9335
9336 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
9337
9338 * textmodes/org.el (org-show-hierarchy-above)
9339 (org-show-following-heading): Fix typo in default value.
9340 (org-scan-tags): Make the search case-sensitive.
9341 (org-tags-sparse-tree): Don't overrule
9342 `org-show-following-heading' and `org-show-hierarchy-above'.
9343 (org-reveal): New command.
9344 (org-show-context): Rename from `org-show-hierarchy-above'.
9345 (org-fast-tag-selection-single-key): New option.
9346 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
9347 (org-tags-overlay): New variable.
9348 (org-agenda-todo-ignore-deadlines): New option.
9349 ("session"): Add circular data structure `org-mark-ring' to
9350 exceptions list in session.el.
9351 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
9352 New options.
9353 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
9354 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
9355 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
9356 (org-finalize-agenda): Activate bracket links in agenda.
9357 (org-at-timestamp-p, org-at-date-range-p): Additional argument
9358 INACTIVE-OK.
9359 (org-show-hierarchy-above, org-show-following-heading):
9360 List values allowed for fine-tuned configuration.
9361 (org-show-hierarchy-above): New argument CONTEXT, use the
9362 fine-tuned settings in `org-show-hierarchy-above' and
9363 `org-show-following-heading'.
9364 (org-display-custom-time): New function.
9365 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
9366 (org-display-custom-times, org-time-stamp-custom-formats):
9367 (org-maybe-intangible): New macro.
9368 (org-activate-bracket-links, org-hide-wide-columns):
9369 Use `org-maybe-intangible'.
9370 (org-open-file): Use `shell-quote-argument'.
9371 (org-display-internal-link-with-indirect-buffer): New option.
9372 (org-file-remote-p): Get regexp from list.
9373 (org-link-expand-abbrev): New function.
9374 (org-link-abbrev-alist): New option.
9375 (org-open-at-point, org-cleaned-string-for-export):
9376 Call `org-link-expand-abbrev'.
9377 (org-timeline, org-agenda-list, org-todo-list)
9378 (org-tags-view): Remove the KEEP-MODES argument.
9379 (org-finalize-agenda-hook): New hook.
9380 (org-get-alist-option): New function.
9381 (org-follow-timestamp-link): New function.
9382 (org-open-at-point): Call `org-follow-timestamp-link'.
9383 (org-log-note-marker, org-log-note-purpose)
9384 (org-log-note-window-configuration): New variables.
9385 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
9386 (org-log-note-headings): New option.
9387 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
9388 (org-store-link): Support for dired-mode.
9389 (org-open-file): Substitute environment variables into filename.
9390 (org-last): New defsubst.
9391 (org-agenda-re-align-tags): New function.
9392 (org-agenda-align-tags-to-column): New option.
9393 (org-agenda-timeline): Group removed.
9394 (org-prepare-agenda, org-prepare-agenda-buffers)
9395 (org-run-agenda-series, org-timeline, org-agenda-list)
9396 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
9397 the text property inticating the agenda type.
9398 (org-agenda-post-command-hook): Get agenda type from text property
9399 at point.
9400 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
9401 and obey `org-agenda-overriding-arguments'.
9402 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
9403 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
9404 (org-agenda-week-view, org-agenda-day-view):
9405 Use `org-agenda-overriding-arguments' to make updating work with
9406 multi-block agendas.
9407 (org-agenda-prefix-format): Allow different formats for the
9408 different agenda entry types.
9409 (org-timeline-prefix-format): Option removed, use
9410 `org-agenda-prefix-format' instead.
9411 (org-prepare-agenda): New function.
9412 (org-select-timeline-window): Option removed, use
9413 `org-select-agenda-window' instead.
9414 (org-respect-restriction): Variable removed.
9415 (org-cmp-tag): New function.
9416 (org-agenda-sorting-strategy, org-entries-lessp):
9417 Implement sorting by last tag.
9418 (org-complete): Better completion in in-buffer option lines.
9419 (org-in-item-p): New function.
9420 (org-org-menu): Add entries for checkboxes.
9421 (org-cycle): Extra brouping in outline-regexp, because it is used
9422 in a search with "^" prepended.
9423 (org-provide-checkbox-statistics): New option.
9424 (org-set-font-lock-defaults): Highlight checkbox statistics.
9425 (org-update-checkbox-count-maybe)
9426 (org-get-checkbox-statistics-face): New functions.
9427 (org-update-checkbox-count): New command.
9428 (org-insert-item, org-toggle-checkbox):
9429 Call `org-update-checkbox-count-maybe'.
9430 (org-export-as-html): XEmacs compatibility for coding system.
9431 (org-force-cycle-archived): New command.
9432 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
9433 overrules cycling.
9434 (org-fix-position-after-promote): If the line contains only a todo
9435 keyword, add a final space.
9436 (org-promote-subtree, org-demote-subtree):
9437 Call `org-fix-position-after-promote'.
9438
9439 2006-11-10 Glenn Morris <rgm@gnu.org>
9440
9441 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
9442 date in every year.
9443 (calendar-dst-check-each-year-flag): New customizable variable.
9444 (calendar-dst-find-data): New function, extracted from
9445 calendar-current-time-zone.
9446 (calendar-current-time-zone): Use calendar-dst-find-data.
9447 (calendar-dst-transition-cache): New variable.
9448 (calendar-dst-find-startend, calendar-dst-starts)
9449 (calendar-dst-ends): New functions.
9450 (calendar-daylight-savings-starts)
9451 (calendar-daylight-savings-ends): Change value to use
9452 calendar-dst-starts, calendar-dst-ends; respectively.
9453
9454 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
9455
9456 * ido.el (ido-enable-prefix)
9457 * ses.el (ses-call-printer-return)
9458 * net/tramp.el (tramp-unified-filenames)
9459 * progmodes/cc-align.el (c-lineup-string-cont)
9460 * progmodes/compile.el (compilation-directory-matcher)
9461 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
9462 * progmodes/gdb-ui.el (gdb-many-windows)
9463 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
9464 (vhdl-clock-rising-edge)
9465 * textmodes/org.el (org-export-with-timestamps)
9466 (org-export-remove-timestamps-from-toc, org-export-with-tags)
9467 (org-read-date): Doc fix (Nil -> nil).
9468
9469 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9470
9471 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
9472 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
9473
9474 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
9475
9476 * bs.el (bs--window-for-buffer): Remove.
9477 (bs--show-with-configuration): Use `get-window-with-predicate'
9478 instead of `bs--window-for-buffer'.
9479
9480 2006-11-10 Kenichi Handa <handa@m17n.org>
9481
9482 * files.el (revert-buffer): Fix previous change.
9483
9484 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
9485
9486 * bs.el (bs--redisplay): Fix typo in docstring.
9487 (bs--window-config-coming-from): Make frame-local.
9488 (bs--restore-window-config): New function.
9489 (bs-kill, bs-select, bs-select-other-window)
9490 (bs-select-other-frame): Use it.
9491 (bs--window-for-buffer): Return as soon as a matching buffer is found.
9492 (bs--show-with-configuration): Save the window configuration as a
9493 frame local var, and only if *buffer-selection* is not already
9494 visible on this frame.
9495
9496 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
9497
9498 * vc-svn.el (vc-svn-admin-directory): New var.
9499 (vc-svn-registered, vc-svn-responsible-p)
9500 (vc-svn-repository-hostname): Use it.
9501 Suggested by arit93@yahoo.com.
9502
9503 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
9504
9505 * ldefs-boot.el: Regenerate.
9506
9507 2006-11-08 Alan Mackenzie <acm@muc.de>
9508
9509 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
9510 case (eq open-paren-in-column-0-is-defun-start nil) by searching
9511 for least nested open-paren.
9512
9513 2006-11-08 Romain Francoise <romain@orebokech.com>
9514
9515 * subr.el (remove-overlays): Fix typo in last change.
9516
9517 2006-11-08 Richard Stallman <rms@gnu.org>
9518
9519 * subr.el (remove-overlays): Call overlay-recenter.
9520
9521 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9522
9523 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
9524 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
9525 behaviour.
9526 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
9527 directly.
9528
9529 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
9530
9531 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
9532 (ido-max-dir-file-cache, ido-decorations)
9533 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
9534 (ido-magic-backward-char, ido-enter-dired)
9535 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
9536 (ido-list-directory, ido-first-match, ido-only-match)
9537 (ido-subdir, ido-indicator): Fix typos in docstrings.
9538 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
9539 (ido-read-internal): Fix typo in error message.
9540
9541 2006-11-08 Kenichi Handa <handa@m17n.org>
9542
9543 * international/mule-cmds.el (set-default-coding-systems):
9544 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
9545
9546 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
9547
9548 * makefile.w32-in (setwins): Remove.
9549 (WINS_ALMOST): New macro.
9550 (WINS): Use it.
9551 (autoloads): Don't extract autoloads from files in obsolete/.
9552
9553 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
9554
9555 * whitespace.el (whitespace-buffer): Call remove-overlays after
9556 overlay-recenter for performance. Suggested by Martin Rudalics.
9557
9558 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
9559
9560 * net/tramp.el (tramp-default-method): scp is the default method.
9561
9562 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
9563
9564 * server.el (server-start): Save also the Emacs pid in the server file.
9565
9566 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
9567
9568 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
9569 point when displaying a bibtex cross reference in the echo area.
9570
9571 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
9572
9573 * international/mule.el (make-char): Fix typo in docstring.
9574 (load-with-code-conversion, charsetp): Doc fixes.
9575
9576 * international/ja-dic-cnv.el (skkdic-convert):
9577 * cus-edit.el (hook): Fix typo in docstring.
9578
9579 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
9580
9581 * cus-edit.el (custom-mode-map): Move defvar above code using it.
9582 (custom-mode-link-map): New variable.
9583 (custom-group-link, custom-manual): Use follow-link.
9584
9585 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9586
9587 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
9588 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
9589
9590 2006-11-06 Richard Stallman <rms@gnu.org>
9591
9592 * textmodes/flyspell.el (flyspell-correct-word-before-point):
9593 New function broken out of flyspell-correct-word.
9594 (flyspell-mode-map): Bind it to M-RET.
9595 (flyspell-correct-word): Call it.
9596
9597 * textmodes/fill.el (fill-minibuffer-function): New function.
9598 (fill-paragraph): Bind fill-paragraph-function to
9599 fill-minibuffer-function.
9600
9601 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
9602 so that they aren't undefined.
9603
9604 * dired.el (dired-readin): Locally bind file-name-coding-system.
9605
9606 * bindings.el: Shorten and clarify usual mode line mouse help string.
9607
9608 * Makefile.in (autoloads): Don't include `obsolete'.
9609
9610 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
9611
9612 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
9613 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
9614 Printing menu if it's not initialized.
9615 (pr-menu-bind): Act on menu-bar-file-menu directly.
9616
9617 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
9618
9619 * help.el (view-emacs-news): Fix typo in error message.
9620
9621 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
9622
9623 * shadowfile.el (shadow-define-regexp-group)
9624 (shadow-literal-groups, shadow-insert-var): Doc fixes.
9625 (shadow-read-files): Fix typo in message.
9626 (shadow-inhibit-overload, shadow-find, shadow-suffix)
9627 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
9628 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
9629 (shadow-file-match): Fix typos in docstrings.
9630
9631 * terminal.el (terminal-emulator): Fix typo in message.
9632
9633 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
9634
9635 * emacs-lisp/lselect.el (x-kill-primary-selection)
9636 (x-delete-primary-selection, x-copy-primary-selection):
9637 Fix typos in error messages.
9638
9639 * emulation/edt-mapper.el: Fix typo in interactive message.
9640
9641 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
9642
9643 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
9644 (ispell-help): Fix typos in docstrings.
9645 (ispell-help): Fix typo in output message.
9646
9647 * allout.el (allout-adjust-file-variable)
9648 (allout-passphrase-verifier-string)
9649 (allout-passphrase-hint-string)
9650 (allout-toggle-current-subtree-encryption):
9651 * apropos.el (apropos-synonyms):
9652 * cus-edit.el (hook):
9653 * emacs-lock.el (emacs-lock-from-exiting):
9654 * follow.el (follow-avoid-tail-recenter-p):
9655 * hexl.el (hexl-mode):
9656 * mouse-copy.el (mouse-copy-work-around-drag-bug):
9657 * mouse.el (mouse-set-font):
9658 * resume.el (resume-emacs-args-file):
9659 * rfn-eshadow.el (file-name-shadow-tty-properties):
9660 * t-mouse.el (t-mouse-process, t-mouse-mode):
9661 * emacs-lisp/cust-print.el (custom-print-install)
9662 (custom-print-uninstall, custom-format):
9663 * emacs-lisp/shadow.el (list-load-path-shadows):
9664 * emulation/tpu-edt.el (tpu-help-text)
9665 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
9666 (tpu-reset-control-keys):
9667 * emulation/vip.el (vip-emacs-local-map)
9668 (vip-change-mode-to-emacs):
9669 * emulation/viper.el (viper-mode, viper-set-hooks)
9670 (viper-major-mode-modifier-list):
9671 * emulation/viper-init.el (viper-emacs-state-cursor-color):
9672 * emulation/viper-keym.el (viper-emacs-kbd-map)
9673 (viper-toggle-key):
9674 * mail/feedmail.el (feedmail-queue-reminder)
9675 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
9676 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
9677 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
9678 (feedmail-sender-line, feedmail-force-binary-write)
9679 (feedmail-from-line, feedmail-deduce-envelope-from)
9680 (feedmail-x-mailer-line, feedmail-message-id-generator)
9681 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
9682 (feedmail-enable-spray, feedmail-spray-this-address)
9683 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
9684 (feedmail-queue-runner-confirm-global)
9685 (feedmail-ask-before-queue-prompt)
9686 (feedmail-ask-before-queue-reprompt)
9687 (feedmail-prompt-before-queue-standard-alist)
9688 (feedmail-prompt-before-queue-user-alist)
9689 (feedmail-prompt-before-queue-help-supplement)
9690 (feedmail-queue-use-send-time-for-message-id)
9691 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
9692 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
9693 (feedmail-mail-send-hook-queued)
9694 (feedmail-confirm-addresses-hook-example)
9695 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
9696 (feedmail-queue-runner-mode-setter)
9697 (feedmail-queue-alternative-mail-header-separator)
9698 (feedmail-queue-runner-message-sender)
9699 (feedmail-buffer-eating-function, feedmail-binmail-template)
9700 (feedmail-run-the-queue-no-prompts)
9701 (feedmail-run-the-queue-global-prompt)
9702 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
9703 (feedmail-envelope-deducer, feedmail-fiddle-date)
9704 (feedmail-default-message-id-generator)
9705 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
9706 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
9707 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
9708 (vms-pmail-setup):
9709 * play/dunnet.el (dun-help):
9710 * play/handwrite.el (handwrite):
9711 * play/hanoi.el (hanoi-unix-64):
9712 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9713 * textmodes/enriched.el (fixed):
9714 * textmodes/org.el (org-file-apps)
9715 (org-emphasis-regexp-components, org-emphasis-alist):
9716 * textmodes/texinfmt.el (batch-texinfo-format):
9717 Fix typos in docstrings.
9718
9719 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
9720
9721 * loadhist.el (read-feature): Don't complete features not loaded
9722 from a file (which make `unload-feature' to fail).
9723
9724 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9725
9726 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
9727
9728 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
9729
9730 * startup.el (command-line-1): Kill emacs if the last frame is
9731 deleted while evaluating the command-line arguments.
9732
9733 2006-11-05 Richard Stallman <rms@gnu.org>
9734
9735 * startup.el (init-file-had-error): Add doc string.
9736 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
9737 Use fixed-width font for keyboard key descriptions.
9738
9739 * cus-edit.el (custom-save-all): Error if saving in .emacs
9740 and it had an error when loaded.
9741
9742 * dired-aux.el (dired-copy-file-recursive): Catch errors
9743 from recursive copies in the loop, around the recursive call.
9744
9745 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9746
9747 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
9748 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
9749 `/proc/acpi/thermal_zone/*'.
9750 (battery-search-for-one-match-in-files): New. Search a regexp in
9751 the content of some files.
9752
9753 2006-11-05 Martin Rudalics <rudalics@gmx.at>
9754
9755 * window.el (mouse-autoselect-window-now): Remove variable.
9756 (mouse-autoselect-window-state): New variable.
9757 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
9758 (mouse-autoselect-window-select, handle-select-window):
9759 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
9760 Suspend delayed autoselection during menu or popup dialog.
9761
9762 * info-look.el (info-lookup-guess-custom-symbol): New function
9763 for retrieving symbol at point in custom buffers.
9764 (top level) <info-lookup-maybe-add-help>: Add backquote and
9765 comma to ignored characters in regexps of help specifications
9766 for emacs-lisp-mode and lisp-interaction-mode. This permits
9767 looking up symbols in `...' and after a comma. Add help
9768 specifications for custom-mode and help-mode.
9769
9770 2006-11-04 Eli Zaretskii <eliz@gnu.org>
9771
9772 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
9773 Don't encode body if RAW is non-nil, or if the old encoding is
9774 identical to the new encoding, or if the body contains only
9775 eight-bit-* characters.
9776
9777 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9778
9779 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
9780 (faces-sample-overlay): Remove variable.
9781 (describe-face): Insert sample text in the face being described.
9782
9783 2006-11-04 Martin Rudalics <rudalics@gmx.at>
9784
9785 * whitespace.el (whitespace-indent-regexp): Make this match any
9786 multiples of eight spaces near the beginning of a line.
9787 (whitespace-buffer): Use `remove-overlays' instead of
9788 `whitespace-unhighlight-the-space' and `overlay-recenter' to
9789 speed up overlay handling.
9790 (whitespace-buffer-leading, whitespace-buffer-trailing):
9791 Make these functions highlight the text removed by
9792 `whitespace-buffer-leading-cleanup' and
9793 `whitespace-buffer-trailing-cleanup' respectively.
9794 (whitespace-buffer-search): Use `with-local-quit'.
9795 Move `format' out of loop to speed up scanning larger buffers.
9796 (whitespace-unhighlight-the-space): Remove `remove-hook' since
9797 that function is never added to a hook.
9798 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
9799 (whitespace-buffer-leading-cleanup)
9800 (whitespace-refresh-rescan-list): Fix docstrings.
9801
9802 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
9803
9804 * allout.el (allout-during-yank-processing): Cue for inhibiting
9805 aberrance processing during yanks.
9806 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
9807 the amount of yanked topics that can be aberrant.
9808 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
9809 a function, and supplement with inihibition of doublechecking
9810 during yanks.
9811 (allout-beginning-of-line, allout-next-heading)
9812 (allout-previous-heading, allout-goto-prefix-doublechecked)
9813 (allout-back-to-current-heading, allout-next-visible-heading)
9814 (allout-next-sibling): Use new allout-do-doublecheck function.
9815 (allout-next-sibling): Ensure we made progress when returning
9816 other than nil.
9817 (allout-rebullet-heading): Preserve text property annotations
9818 indicating the text was hidden, if it was.
9819 (allout-kill-line): Remove any added was-hidden annotations.
9820 (allout-kill-topic): Remove any added was-hidden annotations.
9821 (allout-annotate-hidden): Inhibit adding was-hidden text
9822 properties to the undo list.
9823 (allout-deannotate-hidden): New function to remove was-hidden
9824 annotation.
9825 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
9826 (allout-remove-exposure-annotation): Replace by
9827 allout-deannotate-hidden.
9828 (allout-yank-processing): Signal that yank processing is happening
9829 with allout-during-yank-processing. Also, wrap
9830 allout-unprotected's closer to the text changes, for easier
9831 debugging. We need to inhibit-field-text-motion explicitly, in
9832 lieu of the encompassing allout-unprotected.
9833 (outlineify-sticky): Adjust criteria for triggering new outline
9834 decorations to presence or absence of any topics, not just a topic
9835 at the beginning of the buffer.
9836
9837 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
9838
9839 * bs.el (bs--show-all, bs--redisplay):
9840 * cus-edit.el (custom-unlispify-menu-entries)
9841 (custom-unlispify-tag-names, custom-prompt-variable):
9842 * expand.el (expand-pos):
9843 * speedbar.el (speedbar-generic-list-tag-p):
9844 * wid-edit.el (widget-image-enable):
9845 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
9846 * emacs-lisp/find-func.el (find-function-noselect)
9847 (find-function, find-variable-noselect, find-variable)
9848 (find-definition-noselect, find-face-definition):
9849 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
9850 * net/eudc-vars.el (eudc-expansion-overwrites-query):
9851 * progmodes/ada-xref.el (ada-find-in-ali):
9852 * textmodes/flyspell.el (flyspell-check-tex-math-command):
9853 * textmodes/org.el (org-copy-subtree):
9854 * textmodes/table.el (table--row-column-insertion-point-p):
9855 Use "non-nil" in docstrings.
9856
9857 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
9858
9859 * sort.el (sort-columns): Set the field separator to tab; on
9860 NetBSD, sort complains if "\n" is used as field separator.
9861
9862 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
9863
9864 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
9865
9866 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
9867
9868 * server.el (server-auth-key): Remove. Replace by a process-property.
9869 (server-start): Don't remove the file of the previous process, but
9870 instead clear out the place for the new file.
9871 (server-start): Set the :auth-key property.
9872 (server-process-filter): Use the :auth-key property.
9873
9874 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
9875
9876 * textmodes/org.el (org-mode-map): No longer copy
9877 `outline-mode-map' explicitly - this is already done by
9878 `define-derived-mode'.
9879
9880 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
9881
9882 * server.el (server-visit-files): Use `when'.
9883 (server-process-filter): When authentication fails, send error
9884 message to client. Wrap `process-send-region' in `ignore-errors'
9885 instead of `condition-case', and remove misleading comment.
9886
9887 2006-11-01 Juri Linkov <juri@jurta.org>
9888
9889 * simple.el (yank): Doc fix.
9890
9891 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9892
9893 * server.el: Try and fit within 80 columns.
9894 (server-start): Make the auth file unreadable by other users.
9895
9896 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9897
9898 * battery.el (battery-linux-proc-acpi): Prevent range error when
9899 `full-capacity' is 0.
9900
9901 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9902
9903 * faces.el (faces-sample-overlay): New defvar.
9904 (faces-sample-overlay): New function to show face sample text.
9905 (describe-face): Use it.
9906
9907 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
9908
9909 * progmodes/ada-stmt.el: Change maintainer, apply
9910 whitespace-cleanup, checkdoc.
9911 (ada-func-or-proc-name): Add doc string.
9912
9913 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
9914 whitespace-cleanup, checkdoc. Minor improvements to many doc
9915 strings and comments.
9916 (ada-prj-display-page): Change buffer name to more accurately
9917 reflect function.
9918
9919 * progmodes/ada-xref.el: Change maintainer, apply
9920 whitespace-cleanup, checkdoc. Minor improvements to many doc
9921 strings and comments. Don't look for `gvd' or `ddd' debuggers.
9922 (ada-compile-current): Don't add newlines to commands.
9923
9924 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
9925
9926 * server.el: Add support for TCP sockets.
9927 (server-use-tcp, server-host, server-auth-dir): New options.
9928 (server-auth-key): New variable.
9929 (server-ensure-safe-dir): Create nonexistent parent dirs.
9930 Ignore Unix-style file modes on Windows.
9931 (server-start): Crete a TCP or Unix socket according to the value
9932 of `server-use-tcp'. For TCP sockets, create the id/auth file in
9933 `server-auth-dir' directory.
9934 (server-process-filter): Delete process if authentication
9935 fails (which never happens for Unix sockets).
9936
9937 2006-10-30 David Kastrup <dak@gnu.org>
9938
9939 * subr.el (add-to-list): Don't continue checking if a match has
9940 been found.
9941
9942 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
9943
9944 * tutorial.el: Move defvars to avoid bytecomp warnings.
9945 (tutorial--find-changed-keys): Check if viper-current-state is
9946 bound before using it.
9947 (help-with-tutorial): Check if viper-tutorial is defined before
9948 using it.
9949
9950 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
9951
9952 * help-fns.el (help-with-tutorial): Move to tutorial.el.
9953
9954 * tutorial.el: New file.
9955 (help-with-tutorial): Move here from help-fns.el. Add help for
9956 rebound keys. Fix resume of tutorial.
9957 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
9958 (tutorial--find-changed-keys, tutorial--display-changes)
9959 (tutorial--saved-dir, tutorial--saved-file)
9960 (tutorial--save-tutorial): New functions to support the changes in
9961 help-with-tutorial.
9962
9963 2006-10-30 Kenichi Handa <handa@m17n.org>
9964
9965 * files.el (revert-buffer): If a unibyte buffer is being reverted
9966 with a coding system for multibyte, set buffer multibyte before
9967 calling insert-file-contents.
9968
9969 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9970
9971 * server.el (server-select-display): Use a dummy buffer to detect when
9972 the frame is later used.
9973 (server-select-display): New function.
9974 (server-process-filter): Use it to detect unused temp frames.
9975
9976 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
9977
9978 * progmodes/ada-mode.el: Change maintainer, apply
9979 whitespace-clean, checkdoc. Minor improvements to many doc strings.
9980 (ada-mode-version): New function.
9981 (ada-create-menu): Menu operations are available for all supported
9982 compilers.
9983
9984 2006-10-29 Lars Hansen <larsh@soem.dk>
9985
9986 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
9987 Highlight as keyword.
9988 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
9989 Don't call tramp-method-out-of-band-p for local files.
9990 (tramp-touch): Quote file name.
9991
9992 2006-10-28 Glenn Morris <rgm@gnu.org>
9993
9994 * calendar/calendar.el (cal-html-cursor-month)
9995 (cal-html-cursor-year): Add autoloads for this new package.
9996 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
9997
9998 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
9999
10000 * calendar/cal-html.el: New file.
10001
10002 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
10003
10004 * emacs-lisp/authors.el (authors-aliases): Update.
10005
10006 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
10007
10008 * version.el (emacs-version): Bump version number to 22.0.90.
10009
10010 2006-10-26 John W. Eaton <jwe@octave.org>
10011
10012 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
10013 New defvar.
10014 (inferior-octave-resync-dirs): Check to see whether Octave has
10015 built-in variables and set inferior-octave-has-built-in-variables.
10016 Check inferior-octave-has-built-in-variables to decide whether to
10017 send commands that set built-in variables or call functions to
10018 change Octave's behavior.
10019 Send "disp (pwd ())" to Octave instead of just "pwd".
10020 (inferior-octave-startup): Send "more off" to Octave instead of
10021 "page_screen_output = 0".
10022
10023 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
10024
10025 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
10026 pattern normally.
10027
10028 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
10029
10030 * bindings.el (mode-line-mode-menu): Remove bindings for global
10031 minor modes (line/column number) as they are on the menubar.
10032
10033 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
10034
10035 * term/w32-win.el (x-handle-name-switch): Doc fix.
10036 (w32-standard-fontset-spec): Fix typo in docstring.
10037
10038 * midnight.el (midnight-buffer-display-time): Doc fix.
10039 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
10040
10041 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
10042
10043 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
10044
10045 * emulation/viper-ex.el (ex-read): Quote file argument.
10046
10047 * ediff-diff.el (ediff-same-file-contents): Expand file names.
10048
10049 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
10050
10051 2006-10-22 Martin Rudalics <rudalics@gmx.at>
10052
10053 * textmodes/flyspell.el (flyspell-check-region-doublons):
10054 Fix last fix.
10055
10056 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
10057
10058 * bindings.el (mode-line-mode-menu): List global minor modes
10059 before local ones.
10060
10061 2006-10-23 Kim F. Storm <storm@cua.dk>
10062
10063 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
10064 (sit-for): If last command was a prefix arg, add the read-ahead
10065 event to unread-command-events as (t . EVENT) so it will be added
10066 to this-command-keys by read-key-sequence.
10067
10068 2006-10-22 Martin Rudalics <rudalics@gmx.at>
10069
10070 * textmodes/flyspell.el (flyspell-word): Skip past all previous
10071 whitespace when checking doublons.
10072 (flyspell-check-region-doublons): Fix doublon regexp.
10073 (flyspell-highlight-incorrect-region): Highlight doublons using
10074 flyspell-duplicate face.
10075
10076 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
10077
10078 2006-10-22 John Wiegley <johnw@newartisans.com>
10079
10080 * progmodes/python.el (python-use-skeletons): python-mode was
10081 auto-inserting templates (for those with abbrev-mode on), not only
10082 by default -- *but without a configuration variable to disable
10083 it*. This rendered python-mode completely useless for me, so I
10084 have added `python-use-skeletons', which is now off by default.
10085
10086 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
10087
10088 * progmodes/cperl-mode.el (cperl-mode): Don't assume
10089 font-lock-multiline is auto-local (it's not).
10090 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
10091 initialized before calling cperl-init-faces.
10092
10093 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
10094
10095 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
10096 gdb-stack-position a value when there is no fringe.
10097
10098 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
10099 indicator if not visiting a file.
10100
10101 2006-10-20 David Kastrup <dak@gnu.org>
10102
10103 * window.el (kill-buffer-and-window): Fix a bug where an aborted
10104 operation would still cause some window to collapse later.
10105
10106 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * vc.el (vc-switch-backend): Try to be more careful with unwanted
10109 side-effect due to mixing various backends's file properties.
10110
10111 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
10112 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
10113 Return `filename's status if applicable. Update callers.
10114
10115 2006-10-19 Kenichi Handa <handa@m17n.org>
10116
10117 * international/kkc.el (kkc-region): When a key sequence is not
10118 defined, append (this-single-command-raw-keys) to
10119 unread-input-method-events.
10120
10121 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
10122
10123 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
10124
10125 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10126
10127 * version.el (emacs-version): Use mac-carbon-version-string.
10128
10129 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
10130
10131 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10132
10133 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
10134 Kenichi Handa).
10135 (xselect-convert-to-string): Decline requests for UTF8_STRING if
10136 the selection is not UTF-8.
10137
10138 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
10139
10140 * progmodes/ada-mode.el (ada-83-string-keywords)
10141 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
10142 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
10143 (ada-looking-at-semi-private, ada-get-body-name):
10144 Fix typos in docstrings.
10145 (ada-create-case-exception, ada-create-case-exception-substring):
10146 Fix typos in error messages.
10147 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
10148
10149 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10150
10151 * term/x-win.el (res-geometry): Don't set geometry from Xresources
10152 to default-frame-alist if default-frame-alist already contains
10153 width/height.
10154
10155 2006-10-18 Richard Stallman <rms@gnu.org>
10156
10157 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
10158 Non-interactive arg is the value, not the expression.
10159
10160 * simple.el (read-expression-map): Just set it, no defvar.
10161
10162 * subr.el (insert-for-yank-1): If last inserted char has
10163 properties, mark them as rear-nonsticky.
10164
10165 * recentf.el (recentf-mode): Doc fix.
10166
10167 * facemenu.el (facemenu-add-new-face): Defend against symbol
10168 that isn't a face name.
10169
10170 * dired-aux.el (dired-do-copy): Doc fix.
10171
10172 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
10173
10174 * simple.el (line-move-1): Ignore fields when moving to the
10175 beginning of line to avoid getting point stuck.
10176
10177 2006-10-18 Martin Rudalics <rudalics@gmx.at>
10178
10179 * textmodes/flyspell.el (flyspell-word-search-backward):
10180 Set inhibit-point-motion-hooks to avoid looping due to intangibile
10181 text.
10182
10183 2006-10-16 Richard Stallman <rms@gnu.org>
10184
10185 * help-fns.el (describe-function-1): Special case optimization
10186 for self-insert-command.
10187
10188 2006-10-16 Kim F. Storm <storm@cua.dk>
10189
10190 * ido.el (ido-reread-directory): Work in `dir' mode too.
10191
10192 2006-10-15 Martin Rudalics <rudalics@gmx.at>
10193
10194 * textmodes/table.el: Require 'regexp-opt.
10195
10196 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
10197
10198 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
10199 Use shell-quote-argument.
10200
10201 * shell.el (explicit-bash-args): Likewise.
10202
10203 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
10204 Use grep -E rather than egrep.
10205
10206 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10207
10208 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
10209
10210 2006-10-15 Kim F. Storm <storm@cua.dk>
10211
10212 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
10213
10214 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
10215
10216 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
10217 to protect whitespace and metacharacters from the shell.
10218
10219 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10220
10221 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
10222
10223 2006-10-13 Eli Zaretskii <eliz@gnu.org>
10224
10225 * subr.el (start-process-shell-command): Doc fix.
10226
10227 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
10228
10229 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
10230 the regexp for Maxima symbols.
10231
10232 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10233
10234 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
10235 (vc-find-root): Don't walk higher up than ~.
10236
10237 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
10238
10239 * international/utf-8.el (utf-translate-cjk-load-tables):
10240 Avoid clobbering last-coding-system-used during load.
10241
10242 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
10243
10244 * textmodes/reftex-global.el (reftex-create-tags-file):
10245 Quote file arguments.
10246
10247 2006-10-12 Richard Stallman <rms@gnu.org>
10248
10249 * files.el (file-name-history): Add defvar.
10250 (save-some-buffers-action-alist): Improve description strings.
10251
10252 2006-10-12 Andreas Schwab <schwab@suse.de>
10253
10254 * files.el (auto-mode-alist): Match change log file name also with
10255 a dash before a numeric extension.
10256
10257 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
10258
10259 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
10260 After 5.0:
10261 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
10262
10263 After 5.1: Major edit. Summary of most visible changes:
10264
10265 - Multiple <<HERE per line allowed.
10266 - Handles multiline subroutine declaration headers (with comments).
10267 (The exception is `cperl-etags' - but it is not used in the rest
10268 of the mode.)
10269 - Fontifies multiline my/our declarations (even with comments,
10270 and with legacy `font-lock').
10271 - Major speedup of syntaxification, both immediate and postponed
10272 (3.5x to 15x [for different CPUs and versions of Emacs] on the
10273 huge real-life document I tested).
10274 - New bindings, edits to imenu.
10275 - "_" is made into word-char during fontification/syntaxification;
10276 some attempts to recognize non-word "_" during other operations too.
10277 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
10278 - autoload some more perldoc-related stuff
10279 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
10280 - Attempt to incorporate XEmacs edits which reached me.
10281
10282 Fine-grained changelog:
10283 (cperl-hook-after-change): New configuration variable.
10284 (cperl-vc-sccs-header): Likewise.
10285 (cperl-vc-sccs-header): Likewise.
10286 (cperl-vc-header-alist): Default via two preceding variables.
10287 (cperl-invalid-face): Remove double quoting under XEmacs
10288 (still needed under 21.2).
10289 (cperl-tips): Update URLs for resources.
10290 (cperl-problems): Likewise.
10291 (cperl-praise): Mention new features.
10292 New C-c key bindings: for `cperl-find-bad-style',
10293 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
10294 `cperl-perdoc', and `cperl-perldoc-at-point'.
10295 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
10296 moved, new submenu of Tools with Ispell entries and narrowing.
10297 (cperl-after-sub-regexp): New defsubst.
10298 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
10299 Allows heads up to head4.
10300 Allow "package;".
10301 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
10302 (paren-backwards-message): ??? Something for XEmacs???
10303 (cperl-mode): Never auto-switch abbrev-mode off.
10304 Try to allow '_' be non-word char.
10305 Do not use `font-lock-unfontify-region-function' on XEmacs.
10306 Reset syntax cache on mode start.
10307 Support multiline facification (even on legacy `font-lock').
10308 (cperl-facemenu-add-face-function): ??? Some contributed code ???
10309 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
10310 refuse to inform us whether the fontification is due to lazy
10311 calling or due to edit to a buffer, install our own hook
10312 (controlled by `cperl-hook-after-change').
10313 (cperl-electric-pod): =cut may have been recognized as start.
10314 (cperl-block-p): Move, updated for attributes.
10315 (cperl-calculate-indent): Try to allow '_' be non-word char
10316 Support subs with attributes.
10317 (cperl-where-am-i): Quiet (?) a warning.
10318 (cperl-cached-syntax-table): New function.
10319 (cperl-forward-re): Use `cperl-cached-syntax-table'.
10320 (cperl-unwind-to-safe): Recognize `syntax-type' property
10321 changing in a middle of line.
10322 (cperl-find-sub-attrs): New function.
10323 (cperl-find-pods-heres): Allow many <<EOP per line.
10324 Allow subs with attributes.
10325 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
10326 Recognize "extproc " (OS/2) case-folded and only at start.
10327 /x on s///x with empty replacement was not recognized.
10328 Better comments.
10329 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
10330 Allow subs with attributes, labels.
10331 Do not confuse "else::foo" with "else".
10332 Minor optimizations...
10333 (cperl-after-expr-p): Try to allow '_' be non-word char.
10334 (cperl-fill-paragraph): Try to detect a major bug in Emacs
10335 with `looking-at' inside `narrow' and bulk out if found.
10336 (cperl-imenu--create-perl-index): Updates for new
10337 `cperl-imenu--function-name-regexp-perl'.
10338 (cperl-outline-level): Likewise.
10339 (cperl-init-faces): Allow multiline subroutine headers
10340 and my/our declarations, and ones with comments.
10341 Allow subroutine attributes.
10342 (cperl-imenu-on-info): Better docstring.
10343 (cperl-etags): Rudimentary support for attributes.
10344 Support for packages and "package;".
10345 (cperl-add-tags-recurse-noxs): Better (?) docstring.
10346 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
10347 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
10348 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
10349 (cperl-perldoc): Add autoload.
10350 (cperl-perldoc-at-point): Likewise.
10351 (cperl-here-doc-spell): New function.
10352 (cperl-pod-spell): Likewise.
10353 (cperl-map-pods-heres): Likewise.
10354 (cperl-get-here-doc-region): Likewise.
10355 (cperl-font-lock-fontify-region-function): Likewise (backward
10356 compatibility for legacy `font-lock').
10357 (cperl-font-lock-unfontify-region-function): Fix style.
10358 (cperl-fontify-syntaxically): Recognize and optimize away deferred
10359 calls with no-change. Governed by `cperl-hook-after-change'.
10360 (cperl-fontify-update): Recognize that syntaxification region
10361 can be larger than fontification one.
10362 XXXX we leave `cperl-postpone' property, so this is quadratic...
10363 (cperl-fontify-update-bad): Temporary placeholder until
10364 it is clear how to implement `cperl-fontify-update'.
10365 (cperl-time-fontification): New function.
10366 (attrib-group): New text attribute.
10367 (multiline): New value: `syntax-type' text attribute.
10368
10369 After 5.2:
10370 (cperl-emulate-lazy-lock): New function.
10371 (cperl-fontify-syntaxically): Would skip large regions.
10372 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
10373 Some globals were declared, but uninitialized.
10374
10375 After 5.3, 5.4:
10376 (cperl-facemenu-add-face-function): Add docs, fix U<>.
10377 Copyright message updated.
10378 (cperl-init-faces): Work around a bug in `font-lock'. May slow
10379 facification down a bit.
10380 Misprint for my|our|local for old `font-lock'
10381 "our" was not fontified same as "my|local".
10382 Highlight variables after "my" etc even in
10383 a middle of an expression.
10384 Do not facify multiple variables after my etc
10385 unless parentheses are present.
10386
10387 After 5.5, 5.6
10388 (cperl-fontify-syntaxically): after-change hook could reset.
10389 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
10390
10391 After 5.7:
10392 (cperl-init-faces): Allow highlighting of local ($/).
10393 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
10394 (cperl-problems): Remove fixed problems.
10395 (cperl-find-pods-heres): Recognize #-comments in m##x too.
10396 Recognize charclasses (unless delimiter is \).
10397 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
10398 (cperl-regexp-scan): Update docs.
10399 (cperl-beautify-regexp-piece): Use information got from regexp scan.
10400
10401 After 5.8:
10402 Major user visible changes:
10403 Recognition and fontification of character classes in RExen.
10404 Variable indentation of RExen according to groups.
10405
10406 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
10407 Fontify REx charclasses in variable-name face.
10408 Fontify POSIX charclasses in "type" face.
10409 Fontify unmatched "]" in function-name face.
10410 Mark first-char of HERE-doc as `front-sticky'.
10411 Reset `front-sticky' property when needed.
10412 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
10413 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
10414 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
10415 constructs. Support `narrow'ed buffers.
10416 (cperl-praise): Remove a reservation.
10417 (cperl-make-indent): New function.
10418 (cperl-indent-for-comment): Use `cperl-make-indent'.
10419 (cperl-indent-line): Likewise.
10420 (cperl-lineup): Likewise.
10421 (cperl-beautify-regexp-piece): Likewise.
10422 (cperl-contract-level): Likewise.
10423 (cperl-toggle-set-debug-unwind): New function.
10424 New menu entry for this.
10425 (fill-paragraph-function): Use when `boundp'.
10426 (cperl-calculate-indent): Take into account groups when indenting RExen.
10427 (cperl-to-comment-or-eol): Recognize # which end a string.
10428 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
10429 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
10430 (cperl-fontify-syntaxically): More clear debugging message.
10431 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
10432 (cperl-init-faces): More complicated highlight even on XEmacs (new).
10433 Merge cosmetic changes from XEmacs.
10434
10435 After 5.9:
10436 (cperl-1+): Move to before the first use.
10437 (cperl-1-): Likewise.
10438
10439 After 5.10:
10440
10441 This code may lock Emacs hard!!! Use at your own risk!
10442
10443 (cperl-font-locking): New internal variable.
10444 (cperl-beginning-of-property): New function.
10445 (cperl-calculate-indent): Use `cperl-beginning-of-property'
10446 instead of `previous-single-property-change'.
10447 (cperl-unwind-to-safe): Likewise.
10448 (cperl-after-expr-p): Likewise.
10449 (cperl-get-here-doc-region): Likewise.
10450 (cperl-font-lock-fontify-region-function): Likewise.
10451 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
10452 recursively.
10453 Bound `next-single-property-change' via `point-max'.
10454 (cperl-unwind-to-safe): Bound likewise
10455 (cperl-font-lock-fontify-region-function): Likewise.
10456 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
10457 Initialization of `cperl-font-lock-multiline-start' could be
10458 missed if the "main" fontification did not run due to the
10459 keyword being already fontified.
10460 (cperl-pod-spell): Return t from do-one-chunk function.
10461 (cperl-map-pods-heres): Stop when the worker returns nil.
10462 Call `cperl-update-syntaxification'.
10463 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
10464 (cperl-get-here-doc-delim): Remove unused function.
10465
10466 After 5.11:
10467
10468 The possible lockup of Emacs (introduced in 5.10) fixed.
10469
10470 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
10471 (cperl-syntaxify-for-menu): New customization variable.
10472 (cperl-select-this-pod-or-here-doc): New function.
10473 (cperl-get-here-doc-region): Extra argument.
10474 Do not adjust pos by 1.
10475
10476 New menu entries
10477 (Perl/Tools): Selection of current POD or HERE-DOC section.
10478 (Debugging CPerl:) backtrace on fontification.
10479
10480 After 5.12:
10481 (cperl-cached-syntax-table): Use `car-safe'.
10482 (cperl-forward-re): Remove spurious argument SET-ST.
10483 Add documentation.
10484 (cperl-forward-group-in-re): New function.
10485 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
10486 (XXXX Temporary (?) hack is to syntax-mark them as comment).
10487
10488 After 5.13:
10489 (cperl-string-syntax-table): Make { and } not-grouping
10490 (Sometimes they ARE grouping in RExen, but matching them would only
10491 confuse in many situations when they are not)
10492 (beginning-of-buffer): Replace two occurrences with goto-char...
10493 (cperl-calculate-indent): `char-after' could be nil...
10494 (cperl-find-pods-heres): REx can start after "[" too.
10495 Hightlight (??{}) in RExen too.
10496 (cperl-maybe-white-and-comment-rex): New constant
10497 (cperl-white-and-comment-rex): Likewise.
10498 XXXX Not very efficient, but hard to make
10499 better while keeping 1 group.
10500
10501 After 5.13:
10502 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
10503 Likewise for 1 << identifier.
10504
10505 After 5.14:
10506 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
10507 Error-less condition-case could fail.
10508 (cperl-font-lock-fontify-region-function): Likewise.
10509 (cperl-init-faces): Likewise.
10510
10511 After 5.15:
10512 (cperl-find-pods-heres): Support property REx-part2.
10513 (cperl-calculate-indent): Likewise.
10514 Don't special-case REx with non-empty 1st line.
10515 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
10516 Invert highlighting of charclasses:
10517 now the envelop is highlighted.
10518 Highlight many others 0-length builtins.
10519 (cperl-praise): Mention indenting and highlight in RExen.
10520
10521 After 5.15:
10522 (cperl-find-pods-heres): Highlight capturing parens in REx.
10523
10524 After 5.16:
10525 (cperl-find-pods-heres): Highlight '|' for alternation
10526 Initialize `font-lock-warning-face' if not present.
10527 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
10528 `font-lock-function-name-face'.
10529 (cperl-look-at-leading-count): Likewise.
10530 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
10531 `font-lock-keyword-face' (needed for
10532 batch processing), etc...
10533 Use `font-lock-builtin-face' for builtin in REx
10534 Now `font-lock-variable-name-face'
10535 is used for interpolated variables
10536 Use "talking aliases" for faces inside REx
10537 Highlight parts of REx (except in charclasses)
10538 according to the syntax and/or semantic
10539 Syntax-mark a {}-part of (?{}) as "comment"
10540 (it was the ()-part)
10541 Better logic to distinguish what is what in REx
10542 (cperl-tips-faces): Document REx highlighting
10543 (cperl-praise): Mention REx syntax highlight etc.
10544
10545 After 5.17:
10546 (cperl-find-sub-attrs): Would not always manage to print error message.
10547 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
10548
10549 After 5.18:
10550 (cperl-find-pods-heres): Misprint in REx for parsing REx.
10551 Very minor optimization.
10552 `my-cperl-REx-modifiers-face' got quoted.
10553 Recognize "print $foo <<END" as HERE-doc.
10554 Put `REx-interpolated' text attribute if needed.
10555 (cperl-invert-if-unless-modifiers): New function.
10556 (cperl-backward-to-start-of-expr): Likewise.
10557 (cperl-forward-to-end-of-expr): Likewise.
10558 (cperl-invert-if-unless): Works in "the opposite way" too.
10559 Cursor position on return is on the switch-word.
10560 Indents comments better.
10561 (REx-interpolated): New text attribute.
10562 (cperl-next-interpolated-REx): New function.
10563 (cperl-next-interpolated-REx-0): Likewise.
10564 (cperl-next-interpolated-REx-1): Likewise.
10565 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
10566 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
10567 (cperl-praise): Mention finded interpolated RExen.
10568
10569 After 5.19:
10570 (cperl-init-faces): Highlight %$foo, @$foo too.
10571 (cperl-short-docs): Better docs for system, exec.
10572 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
10573 Would not find HERE-doc ended by EOF without NL.
10574 (cperl-short-docs): Correct not-doubled \-escapes.
10575 start block: Put some `defvar' for stuff gone from XEmacs.
10576
10577 After 5.20:
10578 initial comment: Extend copyright, fix email address.
10579 (cperl-indent-comment-at-column-0): New customization variable.
10580 (cperl-comment-indent): Indentation after $#a would increasy by 1.
10581 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
10582 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
10583 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
10584 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
10585 highlight $ in $foo too (UNTESTED).
10586 (cperl-set-style): Docstring missed some available styles.
10587 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
10588 Change "Current" to "Memorize Current".
10589 (cperl-indent-wrt-brace): New customization variable; the default is
10590 as for pre-5.2 version.
10591 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
10592 (cperl-style-alist): Likewise.
10593 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
10594 and `cperl-extra-newline-before-brace' etc
10595 being t
10596 (cperl-indent-exp): Plans B and C to find continuation blocks even
10597 if `cperl-extra-newline-before-brace' is t.
10598
10599 After 5.21:
10600 Improve some docstrings concerning indentation.
10601 (cperl-indent-rules-alist): New variable.
10602 (cperl-sniff-for-indent): New function name
10603 (separated from `cperl-calculate-indent').
10604 (cperl-calculate-indent): Separate the sniffer and the indenter;
10605 uses `cperl-sniff-for-indent' now.
10606 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
10607 was inverted;
10608 Support `comment-column' = 0.
10609
10610 2006-10-11 Martin Rudalics <rudalics@gmx.at>
10611
10612 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
10613 * help-at-pt.el (scan-buf-move-to-region): Likewise.
10614 * longlines.el (longlines-window-change-function): Likewise.
10615 * simple.el (undo-ask-before-discard): Likewise.
10616 * wid-edit.el (widget-field-prompt-internal)
10617 (widget-documentation-link-p): Likewise.
10618
10619 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
10622 for a keyword.
10623
10624 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10625
10626 * newcomment.el (comment-valid-prefix-p): Make the check
10627 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
10628 (comment-indent-new-line): Adjust call.
10629
10630 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
10631
10632 * allout.el (allout-back-to-current-heading): Base on lower-level
10633 routines to get proper disqualification of aberrant topics.
10634
10635 2006-10-09 Richard Stallman <rms@gnu.org>
10636
10637 * textmodes/two-column.el (2C-two-columns): Doc fix.
10638
10639 2006-10-09 Kim F. Storm <storm@cua.dk>
10640
10641 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
10642 about implicit use.
10643
10644 2006-10-08 Richard Stallman <rms@gnu.org>
10645
10646 * textmodes/two-column.el (2C-two-columns): Doc fix.
10647
10648 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
10649
10650 * files.el: Mark `buffer-read-only' as safe-local-variable.
10651
10652 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
10653
10654 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
10655 Burp if GUD buffer has been killed.
10656
10657 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * completion.el (add-completions-from-c-buffer):
10660 Don't presume an error's second element is a string.
10661 Use looking-at rather than buffer-substring + member.
10662
10663 2006-10-07 Eli Zaretskii <eliz@gnu.org>
10664
10665 * mail/rmail.el (rmail-redecode-body): If the old encoding is
10666 `undecided', call find-coding-systems-region to find a proper
10667 non-trivial encoding.
10668 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
10669 and "text/plain".
10670
10671 2006-10-07 Kevin Ryde <user42@zip.com.au>
10672
10673 * textmodes/reftex-vars.el (defgroup reftex): Update home page
10674 url-link.
10675
10676 * strokes.el (defgroup strokes): Remove invalid url-link.
10677
10678 2006-10-07 Magnus Henoch <mange@freemail.hu>
10679
10680 * autoinsert.el (auto-insert-alist): Doc fix.
10681
10682 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10683
10684 * mouse-sel.el (mouse-insert-selection-internal):
10685 Use insert-for-yank, so that yank handlers are run.
10686
10687 2006-10-07 Kim F. Storm <storm@cua.dk>
10688
10689 * ido.el (ido-file-extension-aux): Fix comparison.
10690
10691 2006-10-06 Kim F. Storm <storm@cua.dk>
10692
10693 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
10694
10695 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
10696
10697 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
10698 (ad-make-mapped-call): Use `let', not `let*'.
10699
10700 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
10701
10702 * international/mule-cmds.el (coding-system-change-eol-conversion):
10703 Ensure the coding system is initialized before calling
10704 coding-system-eol-type.
10705
10706 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
10707
10708 * textmodes/org.el (org-rm-props, org-activate-plain-links)
10709 (org-activate-angle-links, org-activate-dates)
10710 (org-activate-target-links, org-activate-camels)
10711 (org-activate-tags): Add `rear-nonsticky' text property to avoid
10712 textproperty keymaps from being active beyond the end of a line.
10713 (org-unfontify-region): Also remove `rear-nonsticky' property.
10714
10715 2006-10-04 Kenichi Handa <handa@m17n.org>
10716
10717 * international/code-pages.el (next): Table fixed.
10718
10719 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10720
10721 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
10722 that it's been made unnecessary by removing narrowing.
10723
10724 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10725
10726 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
10727 control flow a bit, simplify another bit, and add comments.
10728
10729 2006-10-03 David Kastrup <dak@gnu.org>
10730
10731 * help.el (describe-mode): For clicks on mode-line, use "@"
10732 interactive argument to get the major mode of the click instead of
10733 the current buffer.
10734
10735 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
10736 in order to better redirect mouse-2 clicks. Also allow default
10737 bindings to apply.
10738
10739 2006-10-03 Kim F. Storm <storm@cua.dk>
10740
10741 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
10742 (pushnew): Fix last change.
10743
10744 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
10745
10746 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
10747 Use the interactive spec of `eval-expression'.
10748
10749 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
10750
10751 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
10752
10753 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
10754
10755 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
10756 2006-09-28 commit.
10757
10758 2006-10-02 Kenichi Handa <handa@m17n.org>
10759
10760 * international/code-pages.el (iso-8859-6): Table fixed.
10761
10762 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
10763
10764 * dired.el (dired-build-subdir-alist): Fix previous change.
10765
10766 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10767
10768 * simple.el (undo-elt-crosses-region): Fix the inequalities.
10769
10770 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10771
10772 * emacs-lisp/find-func.el (find-function-regexp): Don't match
10773 "define-button-type".
10774
10775 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
10776 they don't keep accumulating.
10777
10778 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
10779
10780 * ffap.el (ffap-rfc-path): Change the address of the RFC
10781 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
10782
10783 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
10784
10785 * allout.el (allout-expose-topic): Rectify implementation of "+"
10786 spec, so that bodies are not exposed with headlines.
10787
10788 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
10789
10790 * allout.el (allout-current-depth): Do aberrent check only at or
10791 below doublecheck depth.
10792 (allout-chart-subtree): Make it explicit that LEVELS being nil
10793 means unlimited depth. Drop undocumented support for LEVELS value
10794 t meaning unlimited depth. (This is consistent with
10795 allout-chart-to-reveal, but contrary to allout-show-children,
10796 which needs to use nil to default to depth of 1.)
10797 (allout-goto-prefix-doublechecked): Wrap long docstring line.
10798 (allout-chart-to-reveal): Be explicit in docstring about meaning
10799 of nil LEVELS, and drop support for LEVELS value t.
10800 (allout-show-children): Translate the level spec used by this
10801 routine to that used by allout-chart-subtree and
10802 allout-chart-to-reveal.
10803 (allout-show-to-offshoot): Retry once when stuck, after opening
10804 subtree - improvements in discontinuity handling likely will
10805 enable progress.
10806
10807 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
10808
10809 * wid-edit.el (widget-button-click-moves-point): New variable.
10810 (widget-button-click): If widget-button-click-moves-point is
10811 non-nil, set point after performing the button action.
10812
10813 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
10814
10815 2006-09-30 Martin Rudalics <rudalics@gmx.at>
10816
10817 * files.el (find-file-existing): Modify to not allow wildcards.
10818
10819 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10820
10821 * simple.el (undo-more): When undo information for the region is
10822 exhausted, say "No further undo information FOR REGION".
10823
10824 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
10825
10826 * progmodes/sh-script.el (sh-prev-thing):
10827 Take `sh-leading-keywords' into account.
10828
10829 2006-09-29 Glenn Morris <rgm@gnu.org>
10830
10831 * custom.el (defcustom): Doc fix.
10832
10833 * calendar/calendar.el (european-calendar-style):
10834 Call european-calendar or american-calendar as needed when set.
10835 (diary-view-entries, list-calendar-holidays): Move autoloads
10836 before use.
10837
10838 2006-09-29 Juri Linkov <juri@jurta.org>
10839
10840 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
10841 to nil if there is no previous property change.
10842
10843 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10844
10845 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
10846 saving anything to be sure that `forward-sexp' behaves correctly.
10847
10848 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
10849
10850 * simple.el (line-move-finish): Ignore field boundaries if the
10851 initial and final points have the same `field' property.
10852
10853 2006-09-29 Kim F. Storm <storm@cua.dk>
10854
10855 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
10856 to t while calling ido-read-internal.
10857
10858 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
10859
10860 * textmodes/org.el (org-file-remote-p): Get regexp from list.
10861 (org-archive-subtree): Remove erraneous `]' from character list.
10862
10863 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
10864
10865 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
10866 (ses-reconstruct-all): Make undo of "insert row" work by keeping
10867 markers for data-area and parameters-area.
10868
10869 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
10870
10871 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
10872
10873 * font-lock.el (font-lock-after-change-function): Refontify next line
10874 as well if end is at BOL.
10875 (font-lock-extend-jit-lock-region-after-change): Be more careful to
10876 only extend the region as much as needed.
10877
10878 2006-09-28 Richard Stallman <rms@gnu.org>
10879
10880 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
10881
10882 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
10883
10884 * international/mule.el (after-insert-file-set-coding):
10885 If VISIT, don't let set-buffer-multibyte make undo info.
10886
10887 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
10888
10889 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
10890 lines in base64-encoded authentication response.
10891
10892 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10893
10894 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
10895 (ebnf-version): New version 4.3.
10896 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
10897 (ebnf-prologue): Adjust PostScript programming.
10898 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
10899 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
10900
10901 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
10902
10903 * jit-lock.el (jit-lock-force-redisplay): Rename from
10904 jit-lock-fontify-again, and undo the mistaken change I've just done.
10905
10906 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
10907 (jit-lock-fontify-again): Don't refontify text that's not displayed.
10908
10909 2006-09-26 Kenichi Handa <handa@m17n.org>
10910
10911 * startup.el (display-splash-screen): Allow a prefix argument.
10912
10913 2006-09-25 Jason Rumney <jasonr@gnu.org>
10914
10915 * subr.el (shell-quote-argument): Use DOS logic for Windows
10916 shells with DOS semantics.
10917
10918 2006-09-24 Richard Stallman <rms@gnu.org>
10919
10920 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
10921 (compilation-goto-locus): Use compilation-goto-locus-delete-o
10922 to delete the overlay. Put it on pre-command-hook.
10923
10924 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
10925
10926 * startup.el (fancy-splash-screens, normal-splash-screen):
10927 Call the splash buffer *About GNU Emacs*.
10928
10929 * simple.el (next-error-highlight, next-error-highlight-no-select):
10930 Default to 0.5.
10931 (yank-excluded-properties): Add `fontified'.
10932
10933 * font-lock.el (font-lock-compile-keywords): Allow value of
10934 syntax-begin-function to enable paren-column-0 highlighting.
10935
10936 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
10937
10938 * dired.el (dired-build-subdir-alist): When file ends in colon,
10939 don't exit the loop, just disregard that file.
10940
10941 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
10942
10943 * simple.el (line-move-finish): Handle corner case for fields in
10944 continued lines.
10945 (line-move-1): Remove flawed test for that case.
10946
10947 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
10948
10949 * icomplete.el (icomplete-simple-completing-p): Use the correct
10950 name for the new variable, `icomplete-with-completion-tables'.
10951 (file local variables): Remove superfluous setting.
10952
10953 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
10954
10955 * calendar/appt.el (appt-check): Fix typo for appointments just
10956 after midnight.
10957
10958 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
10959
10960 * help.el (describe-key-briefly, describe-key): Don't expect an
10961 extra up event if a down-event is generated by a popup menu.
10962
10963 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
10964
10965 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
10966 local dictionary when changing the global dictionary.
10967
10968 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
10969
10970 * icomplete.el (icomplete-with-completion-tables): List of
10971 specialized completion tables with which icomplete should
10972 operate. Include the new `internal-complete-buffer', so icomplete
10973 works with interactive buffer-selection.
10974 (icomplete-simple-completing-p): Add acceptance of specialized
10975 completion tables listed in icomplete-with-completion-tables.
10976
10977 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10978
10979 * frame.el (focus-follows-mouse): Set default to nil on Mac.
10980
10981 * startup.el (command-line): Use `custom-reevaluate-setting' for
10982 `focus-follows-mouse'.
10983
10984 2006-09-22 Richard Stallman <rms@gnu.org>
10985
10986 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
10987 explain why Save is not available.
10988
10989 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
10990
10991 * woman.el (woman0-so): Use `let*', not `let'.
10992 (woman-horizontal-line): Remove unbalanced parenthesis.
10993
10994 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10995
10996 * woman.el: Make sure all the end-of-region markers we use have
10997 a non-nil insertion-type.
10998 (woman0-so): Move things around so we can use copy-marker.
10999 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
11000 Adjust marker type.
11001 (woman2-process-escapes): Check marker type.
11002 (woman-horizontal-line): Dispense with the use of a marker.
11003
11004 2006-09-22 Jay Belanger <belanger@truman.edu>
11005
11006 * calc/calc-lang.el: Add Greek letters to math-variable-table
11007 property of tex.
11008
11009 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
11010
11011 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
11012
11013 2006-09-22 Masatake YAMATO <jet@gyve.org>
11014
11015 * add-log.el (add-log-current-defun): Use `forward-sexp'
11016 instead of `forward-word' to pick c++::symbol.
11017 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
11018
11019 2006-09-22 Kenichi Handa <handa@m17n.org>
11020
11021 * bindings.el: Fix setting self-insert-command for multibyte
11022 characters in global-map.
11023
11024 2006-09-21 David Kastrup <dak@gnu.org>
11025
11026 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
11027 doc string.
11028
11029 2006-09-21 Kenichi Handa <handa@m17n.org>
11030
11031 * language/european.el ("Latin-1"): Add windows-1252 to
11032 coding-priority.
11033 ("German"): Likewise.
11034
11035 2006-09-21 Kim F. Storm <storm@cua.dk>
11036
11037 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
11038 Suggested by Miles Bader.
11039
11040 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
11041 instead of add-to-list in the simple case.
11042
11043 2006-09-20 Kenichi Handa <handa@m17n.org>
11044
11045 * isearch.el (isearch-process-search-char): Cancel the previous change.
11046 (isearch-search-string): New function.
11047 (isearch-search): Use isearch-search-string.
11048 (isearch-lazy-highlight-search): Likewise.
11049
11050 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11051
11052 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
11053 string to become an option.
11054
11055 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11056
11057 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
11058
11059 2006-09-20 Kim F. Storm <storm@cua.dk>
11060
11061 * simple.el (line-move-partial): Call pos-visible-in-window-p with
11062 position t instead of trying both window-end and window-end - 1.
11063
11064 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
11065
11066 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
11067 hidden trees.
11068
11069 2006-09-20 David Kastrup <dak@gnu.org>
11070
11071 * mouse.el (mouse-posn-property): Improve doc string.
11072 (mouse-on-link-p): Change buffers for function calls on links.
11073
11074 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
11075 buffer is read-only.
11076
11077 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
11078
11079 * allout.el (allout-unprotected): Let inhibit-read-only only when
11080 buffer-read-only isn't set.
11081 (allout-annotate-hidden): Enable topic annotation during copies even
11082 when the buffer is read-only, eg for topic copies. Ensure that the loop
11083 advances, even when the span extends beyond the deletion region.
11084 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
11085 rather than allout-exposure-changed-hook, as a stronger assertion.
11086 (allout-keybindings-list): Add bindings for
11087 allout-copy-line-as-kill and allout-copy-topic-as-kill.
11088 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
11089 Copy wrappers for allout-kill-line and allout-kill-topic.
11090 (allout-listify-exposed): Position correctly to accumulate lines.
11091
11092 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
11093
11094 * simple.el (line-move-1): Escape field boundaries occurring
11095 exactly at point. Update goal column if constrained to a field.
11096 (line-move-finish): Escape field boundaries occurring exactly at point.
11097
11098 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11099
11100 * mouse.el (mouse-on-link-p): Tentatively fix last change.
11101 (mouse-drag-vertical-line): Remove unused var `wconfig'.
11102
11103 2006-09-19 Kim F. Storm <storm@cua.dk>
11104
11105 * help.el (describe-key-briefly, describe-key): Simplify printing
11106 of descriptions by using format and %S. Fix "is undefined"
11107 messages to say "at that spot" for mouse events.
11108
11109 * simple.el (line-move-partial): Optimize. Try window-line-height
11110 before posn-at-point to get vpos of current line.
11111
11112 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
11113
11114 * emulation/viper.el: Bump up version/date of update to reflect the
11115 substantial changes done in August 2006.
11116
11117 * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
11118 push-button are defined.
11119
11120 * ediff-util.el (ediff-add-to-history): New function.
11121
11122 * ediff.el: Use ediff-add-to-history instead of add-to-history.
11123
11124 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11125
11126 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
11127 Delete duplicate make-local-variable form.
11128 (conf-space-keywords): Add autoload cookie.
11129 Fix typo (`keywords', not `keyword').
11130
11131 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11132
11133 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
11134 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
11135 to x-gtk-use-old-file-dialog.
11136
11137 2006-09-18 Richard Stallman <rms@gnu.org>
11138
11139 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
11140 that might come in during mouse tracking.
11141
11142 2006-09-18 Kim F. Storm <storm@cua.dk>
11143
11144 * simple.el (line-move-partial): Rework 2006-09-15 change to use
11145 new window-line-height function. Further optimize by not calling
11146 pos-visible-in-window-p for window-end when window-line-height
11147 returns useful information.
11148
11149 2006-09-16 Richard Stallman <rms@gnu.org>
11150
11151 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
11152 (conf-space-mode): Don't handle prefix arg.
11153 Delete conf-space-keywords-override code.
11154 Use add-hook.
11155 (conf-space-keywords): New command.
11156 (conf-space-mode-internal): Be careful with imenu-generic-expression.
11157 Delete conf-space-keywords-override code.
11158 (conf-space-keywords-alist): Doc fix.
11159 (conf-space-font-lock-keywords): Doc fix.
11160 (conf-space-keywords-override): Var deleted.
11161
11162 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
11163
11164 * startup.el (fancy-splash-screens): Don't switch to the scratch
11165 buffer; it may not be the next buffer.
11166
11167 2006-09-16 Romain Francoise <romain@orebokech.com>
11168
11169 * saveplace.el (load-save-place-alist-from-file): Use expanded name
11170 in both messages.
11171
11172 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
11173
11174 * progmodes/python.el (python-preoutput-filter):
11175 Fix arg order to string-match.
11176
11177 2006-09-16 Richard Stallman <rms@gnu.org>
11178
11179 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
11180 font-lock-compile-keywords.
11181
11182 * font-lock.el (font-lock-compile-keywords): Rename optional arg
11183 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
11184
11185 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11186
11187 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
11188
11189 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
11190 and the data doesn't look like UTF8, send STRING instead.
11191
11192 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
11193
11194 * textmodes/flyspell.el (flyspell-check-region-doublons):
11195 New function to detect duplicated words.
11196 (flyspell-large-region): Use it.
11197
11198 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
11199
11200 * simple.el (line-move-to-column): Revert 2006-08-03 change.
11201
11202 2006-09-16 Eli Zaretskii <eliz@gnu.org>
11203
11204 * help.el (describe-prefix-bindings): Use let, not let*.
11205
11206 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
11207
11208 * allout.el (allout-regexp, allout-line-boundary-regexp)
11209 (allout-bob-regexp): Correct grouping and boundaries to fix
11210 backwards traversal.
11211 (allout-depth-specific-regexp, allout-depth-one-regexp):
11212 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
11213 worse time in allout-ascend.
11214 (allout-doublecheck-at-and-shallower): Identify depth threshold
11215 below which topics are checked for and disqualified by containment
11216 discontinuities.
11217 (allout-hotspot-key-handler): Correctly handle multiple-key
11218 strokes. Remove some unused variables.
11219 (allout-mode-leaders): Clarify that mode-specific comment-start
11220 will be used.
11221 (set-allout-regexp): Correctly regexp-quote allout regexps to
11222 properly accept alternative header-leads and primary bullets with
11223 regexp-specific characters (eg, C "/*", mathematica "(*").
11224 Include new regular expressions among those configured.
11225 (allout-infer-header-lead-and-primary-bullet):
11226 Rename allout-infer-header-lead.
11227 (allout-recent-depth): Manifest as a variable as well as a function.
11228 (allout-prefix-data): Simplify into an inline instead of a macro,
11229 assuming current match data rather than being explicitly passed
11230 it. Establish allout-recent-depth value as well as
11231 allout-recent-prefix-beginning and allout-recent-prefix-end.
11232 (allout-aberrant-container-p): True when an item's immediate
11233 offspring discontinuously contained. Useful for disqualifying
11234 unintended topic prefixes, likely at low depths.
11235 (allout-goto-prefix-doublechecked): Elaborate version of
11236 allout-goto-prefix which disqualifies aberrant pseudo-items.
11237 (allout-pre-next-prefix): Layer on top of lower-level routines, to
11238 get disqualification of aberrant containers.
11239 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
11240 containers.
11241 (allout-beginning-of-current-entry): Position at start of buffer
11242 when in container (depth 0) entry.
11243 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
11244 (allout-current-bullet): Strip text properties.
11245 (allout-get-prefix-bullet): Use right match groups.
11246 (allout-beginning-of-line, allout-next-heading):
11247 Disqualify aberrant containers.
11248 (allout-previous-heading): Disqualify aberrant containers, and
11249 change to regular (rather than inline) function, to allow
11250 self-recursion.
11251 (allout-get-invisibility-overlay): Increment so progress is made
11252 when the first overlay is not the sought one.
11253 (allout-end-of-prefix): Disqualify aberrant containers.
11254 (allout-end-of-line): Cycle something like allout-beginning-of-line.
11255 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
11256 outline.el outlines) functional again. Change the primary bullet
11257 along with the header-lead - level 1 new-style bullets now work.
11258 Engage allout-before-change-handler in mainline Emacs, not just
11259 XEmacs, to do undo handling.
11260 (allout-before-change-handler): Expose undo changes occurring in
11261 hidden regions. Use allout-get-invisibility-overlay instead of
11262 reimplementing it inline.
11263 (allout-chart-subtree): Use start rather than end of prefix in
11264 charts. Use allout-recent-depth variable.
11265 (allout-chart-siblings): Disqualify aberrant topics.
11266 (allout-beginning-of-current-entry): Position correctly.
11267 (allout-ascend): Use new allout-depth-specific-regexp and
11268 allout-depth-one-regexp for linear instead of O(N^2) or worse
11269 behavior.
11270 (allout-ascend-to-depth): Depend on allout-ascend, rather than
11271 reimplementing an algorithm.
11272 (allout-up-current-level): Depend on allout-ascend, rather than
11273 reimplementing an algorithm. Return to start-point if we fail.
11274 (allout-descend-to-depth): Use allout-recent-depth variable
11275 instead of function.
11276 (allout-next-sibling): On traversal of numerous intervening
11277 topics, resort to economical allout-next-sibling-leap.
11278 (allout-next-sibling-leap): Specialized version of
11279 allout-next-sibling that uses allout-ascend cleverly, to depend on
11280 a regexp search to leap large numbers of contained topics, rather
11281 than arbitrarily many one-by-one traversals.
11282 (allout-next-visible-heading): Disqualify aberrant topics.
11283 (allout-previous-visible-heading): Position consistently when
11284 interactive.
11285 (allout-forward-current-level): Base on allout-previous-sibling
11286 rather than (differently) reimplmenting the algorithm. Remove some
11287 unused variables.
11288 (allout-solicit-alternate-bullet): Present default choice stripped
11289 of text properties.
11290 (allout-rebullet-heading): Use bullet stripped of text properties.
11291 Register changes using allout-exposure-change-hook.
11292 Disregard aberrant topics.
11293 (allout-shift-in): With universal-argument, make topic a peer of
11294 it's former offspring. Simplify the code by separating out
11295 allout-shift-out functionality.
11296 (allout-shift-out): With universal-argument, make offspring peers
11297 of their former container, and its siblings. Implement the
11298 functionality here, rather than inappropriately muddling the
11299 implementation of allout-shift-in.
11300 (allout-rebullet-topic): Respect additional argument for new
11301 parent-child separation function.
11302 (allout-yank-processing): Use allout-ascend directly.
11303 (allout-show-entry): Disqualify aberrant topics.
11304 (allout-show-children): Handle discontinuous children gracefully,
11305 extending the depth being revealed to expose them and posting a
11306 message indicating the situation.
11307 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
11308 Leave cursor in correct position.
11309 (allout-hide-current-subtree): Use allout-ascend directly.
11310 Disqualify aberrant topics.
11311 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
11312 a way that the yanks can restore it, as used to happen.
11313 (allout-yank-processing): Restore exposure layout as recorded by
11314 allout-kill-*, as used to happen.
11315 (allout-annotate-hidden, allout-hide-by-annotation): New routines
11316 for preseving and restoring exposure layout across kills.
11317 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
11318 (allout-encrypt-string): Strip text properties.
11319 Rearranged order and outline-headings for some of the
11320 miscellaneous functions.
11321 (allout-resolve-xref): No need to quote the error name in the
11322 condition-case handler section.
11323 (allout-flatten): Classic recursive (and recursively intensive,
11324 without tail-recursion) list-flattener, needed by allout-shift-out
11325 when confronted with discontinuous children.
11326
11327 2006-09-16 Jason Rumney <jasonr@gnu.org>
11328
11329 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
11330 on ms-windows.
11331 (dnd-open-unc-file): Remove.
11332 (dnd-open-local-file): Mention in doc string that it also handles
11333 remote files if the system natively supports unc file-names.
11334
11335 2006-09-15 Kim F. Storm <storm@cua.dk>
11336
11337 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
11338 all necessary information about the event before erasing *Help*.
11339
11340 * simple.el (line-move-partial): Use window-line-visiblity to
11341 quickly check whether last line is partially visible, and only do
11342 the hard (and slow) part in that case.
11343
11344 2006-09-15 Jay Belanger <belanger@truman.edu>
11345
11346 * COPYING: Replace "Library Public License" by "Lesser Public
11347 License" throughout.
11348
11349 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11350
11351 * term/x-win.el (x-menu-bar-open): New function for F10.
11352
11353 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
11354
11355 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11356 Disallow filenames containing " -" to avoid confusion with libtool
11357 compilation messages. Suggested by Stefan Monnier.
11358
11359 2006-09-15 David Kastrup <dak@gnu.org>
11360
11361 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
11362 instead of buffer position for `mouse-on-link-p'.
11363
11364 * mouse.el (mouse-posn-property): New function looking up the
11365 properties at a click position in overlays and text properties in
11366 either buffer or strings.
11367 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
11368 of both `follow-link' as well as `mouse-face' properties.
11369 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
11370 buffer position.
11371
11372 * help.el (describe-key-briefly): When reading a down-event on
11373 mode lines or scroll bar, swallow the following up event, too.
11374 Use the new mouse sensitity of `key-binding' for lookup.
11375 (describe-key): The same here.
11376
11377 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
11378
11379 * play/life.el (life-patterns): Add a few more interesting patterns.
11380 (life-setup): Force `show-trailing-whitespace' to nil.
11381
11382 2006-09-14 Richard Stallman <rms@gnu.org>
11383
11384 * startup.el (fancy-splash-text): Change text to improve alignment.
11385 (fancy-splash-screens): Don't set non-standard tab width.
11386 Bind cursor-type temporarily, and make it easy to patch to
11387 preserve the splash buffer.
11388 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
11389 (fancy-splash-screens): Display echo-area message explicitly.
11390 Don't set fancy-splash-help-echo.
11391
11392 * simple.el (line-number-mode): Group mode-line instead of
11393 editing-basics.
11394 (column-number-mode, size-indication-mode): Likewise.
11395
11396 * faces.el (mode-line-faces): Group mode-line instead of modeline.
11397
11398 * time.el (display-time): Group mode-line instead of modeline.
11399
11400 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
11401
11402 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
11403
11404 * startup.el (fancy-splash-text): Move editing instructions to
11405 fancy-splash-head.
11406 (fancy-splash-head): Issue editing instructions.
11407 (fancy-splash-screens): Fixup whitespace.
11408
11409 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11410
11411 * bindings.el (mode-line-buffer-identification-keymap):
11412 Remove duplicate line.
11413
11414 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11415
11416 * ido.el (ido-ignore-item-p): Allow any kind of functions in
11417 ignore lists.
11418
11419 2006-09-14 Kim F. Storm <storm@cua.dk>
11420
11421 * jit-lock.el (jit-lock-fontify-again): New function.
11422 (jit-lock-fontify-now): Use it instead of lambda form.
11423
11424 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
11425
11426 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
11427 (flyspell-auto-correct-word): Make ispell-filter local to these
11428 functions. Check that ispell-filter has new stuff before calling
11429 ispell-parse-output.
11430
11431 2006-09-13 Kim F. Storm <storm@cua.dk>
11432
11433 * simple.el (line-move-partial): Optimize.
11434
11435 2006-09-13 Richard Stallman <rms@gnu.org>
11436
11437 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
11438 Delete spurious backquote.
11439
11440 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
11441
11442 * net/rcirc.el (rcirc-print): Fix last change.
11443
11444 2006-09-12 Jay Belanger <belanger@truman.edu>
11445
11446 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
11447
11448 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
11449
11450 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
11451 rcirc-show-maximum-output.
11452 (rcirc-mode): Remove window-scroll-function hook.
11453 (rcirc-scroll-to-bottom): Remove function.
11454 (rcirc-print): Recenter so point stays at the bottom of the window
11455 if point was already there.
11456
11457 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
11458
11459 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
11460 not to "t".
11461 * progmodes/compile.el (compilation-start): Likewise.
11462 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
11463 Don't use expand-file-name on invocation-directory, since this
11464 might mishandle special characters in invocation-directory.
11465
11466 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11467
11468 * pcvs-defs.el: Remove * in defcustom's docstrings.
11469
11470 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
11471
11472 * progmodes/compile.el (compilation-directory-properties):
11473 Doc fix for help-echo.
11474
11475 2006-09-12 Lars Hansen <larsh@soem.dk>
11476
11477 * desktop.el (desktop-read): Add comment.
11478
11479 2006-09-12 Kim F. Storm <storm@cua.dk>
11480
11481 * simple.el (next-error-highlight, next-error-highlight-no-select):
11482 Fix spelling error.
11483
11484 * subr.el (sit-for): Rework to use input-pending-p and cond.
11485 Return nil input is pending on entry also for SECONDS <= 0.
11486 (while-no-input): Use input-pending-p instead of sit-for.
11487
11488 2006-09-11 Richard Stallman <rms@gnu.org>
11489
11490 * simple.el (next-error-highlight, next-error-highlight-no-select):
11491 Fix custom type and doc strings.
11492
11493 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11494
11495 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
11496 (diff-apply-hunk): Use it to ask for confirmation.
11497
11498 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
11499
11500 * emacs-lisp/cl.el (pushnew): Add missing `,'.
11501
11502 2006-09-11 David Kastrup <dak@gnu.org>
11503
11504 * help.el (string-key-binding, describe-key-briefly)
11505 (describe-key): Remove `string-key-binding' and its callers since
11506 `key-binding' already caters for the proper lookup now.
11507
11508 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11509
11510 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
11511 (cfengine-mode): Use it. Fix \ syntax to be like /.
11512
11513 * bindings.el (mode-line-buffer-identification-keymap):
11514 Move initialization into declaration.
11515
11516 2006-09-10 Kim F. Storm <storm@cua.dk>
11517
11518 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
11519 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
11520 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
11521 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
11522
11523 2006-09-10 Richard Stallman <rms@gnu.org>
11524
11525 * dired-aux.el: Handle errors in recursive copy usefully.
11526 (dired-create-files-failures): New variable.
11527 (dired-copy-file): Remove condition-case.
11528 (dired-copy-file-recursive): Check for errors on all file
11529 operations, and add them to dired-create-files-failures.
11530 Check file file-date-erorr here too.
11531 (dired-create-files): Check dired-create-files-failures
11532 and report those errors too.
11533
11534 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
11535
11536 * subr.el (add-to-list): New argument COMPARE-FN.
11537
11538 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
11539
11540 * filecache.el (file-cache-add-directory)
11541 (file-cache-add-directory-list, file-cache-add-file)
11542 (file-cache-add-directory-using-find)
11543 (file-cache-add-directory-using-locate)
11544 (file-cache-add-directory-recursively): Add autoloads.
11545
11546 2006-09-09 Richard Stallman <rms@gnu.org>
11547
11548 * textmodes/conf-mode.el (conf-space-mode):
11549 Use hack-local-variables-hook instead of calling hack-local-variables.
11550 (conf-space-keywords-override): New variable.
11551 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
11552 (conf-space-mode): Always make conf-space-keywords and
11553 conf-space-keywords-override local.
11554 Call conf-space-mode-internal directly as well as via hook.
11555
11556 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11557
11558 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
11559 quasi-keywords.
11560
11561 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11562
11563 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
11564 (python-send-string): Be slightly more careful about adding \n.
11565
11566 * startup.el (normal-splash-screen): Don't display the buffer if we'll
11567 kill it right away anyway.
11568
11569 2006-09-09 Eli Zaretskii <eliz@gnu.org>
11570
11571 * international/codepage.el (cp850-decode-table): Fix a few codes.
11572 (cp858-decode-table): New variable.
11573
11574 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
11575
11576 * net/ldap.el (ldap-search-internal): Doc fix.
11577
11578 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11579
11580 * play/life.el (life-display-generation): Test for input manually if
11581 `sleeptime' is negative or null.
11582
11583 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
11584 (print-region-1): Substitute `%s' with the page title.
11585
11586 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
11587
11588 * locate.el (locate-current-search): New variable.
11589 (locate): Set buffer local value. Use current buffer if it is
11590 in Locate mode.
11591 (locate-mode): Disable undo here.
11592 (locate-do-setup): Use locate-current-filter from buffer to be killed.
11593 (locate-update): Use locate-current-search and locate-current-filter.
11594
11595 2006-09-08 David Kastrup <dak@gnu.org>
11596
11597 * desktop.el (desktop-read): When loading a desktop, disable
11598 saving it while the load progresses, and switch off a pending lazy
11599 load by calling `desktop-lazy-abort'.
11600
11601 2006-08-27 Martin Rudalics <rudalics@gmx.at>
11602
11603 * window.el (mouse-autoselect-window-timer)
11604 (mouse-autoselect-window-position)
11605 (mouse-autoselect-window-window)
11606 (mouse-autoselect-window-now): New vars.
11607 (mouse-autoselect-window-cancel)
11608 (mouse-autoselect-window-select)
11609 (mouse-autoselect-window-start): New functions.
11610 (handle-select-window): Call `mouse-autoselect-window-start' when
11611 delayed window autoselection is enabled.
11612
11613 * cus-start.el (mouse-autoselect-window): Handle delayed window
11614 autoselection.
11615
11616 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
11617 commands after which it is allowed to print in the echo area.
11618
11619 2006-09-08 Richard Stallman <rms@gnu.org>
11620
11621 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
11622
11623 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
11624 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
11625
11626 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
11627 (cancel-timer-internal): Add doc string.
11628 (cancel-function-timers): Doc fix.
11629 (with-timeout-handler, timer-event-last*): Add doc strings.
11630
11631 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
11632
11633 * files.el (risky-local-variable-p): Match ...-bindat-spec.
11634
11635 * dired.el (dired-log-summary): Add doc string.
11636
11637 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
11638 (custom-group-menu-create): Not here.
11639
11640 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
11641
11642 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
11643
11644 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11645
11646 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
11647 (mac-apple-event-map): Define its handler.
11648
11649 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
11650
11651 * net/ldap.el (ldap-search-internal): Handle `auth' key.
11652
11653 2006-09-07 Magnus Henoch <mange@freemail.hu>
11654
11655 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
11656 clause.
11657
11658 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11659
11660 * info.el (Info-index): Bind completion-ignore-case.
11661
11662 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11663
11664 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
11665 previous commit.
11666 (inferior-prolog-guess-flavor): New fun left out of previous commit.
11667 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
11668 burp in dedicated windows.
11669 (inferior-prolog-self-insert-command): New command.
11670 (inferior-prolog-mode-map): Use it.
11671
11672 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
11673
11674 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
11675
11676 * international/code-pages.el: Add cp858.
11677
11678 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11679
11680 * dnd.el: Fix bootstrapping.
11681
11682 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11683
11684 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
11685 (dnd-open-remote-url): New function.
11686 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
11687 not windows-nt.
11688
11689 2006-09-07 Jason Rumney <jasonr@gnu.org>
11690
11691 * dnd.el (dnd-open-remote-file-function): New variable.
11692 (dnd-open-unc-file): New function.
11693 (dnd-open-file): Call dnd-open-remote-file-function if set.
11694
11695 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11696
11697 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
11698 pgg-passphrase-coding-system rather than locale-coding-system.
11699 * pgg-def.el (pgg-passphrase-coding-system): New user option.
11700
11701 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 * progmodes/prolog.el: Remove * in docstrings.
11704 (prolog-program-name): Add SWI prolog.
11705 (prolog-mode-menu): New menu.
11706 (prolog-mode): Set comment-add.
11707 (prolog-indent-line): Simplify. Use indent-line-to.
11708 (inferior-prolog-buffer): New var.
11709 (inferior-prolog-run, inferior-prolog-process): New funs.
11710 (run-prolog, switch-to-prolog): Rewrite, using them.
11711 (prolog-consult-region): Use inferior-prolog-buffer.
11712 (inferior-prolog-load-file): New function.
11713 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
11714
11715 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
11716 last word, if it's not the end of the paragraph.
11717
11718 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
11719 file name.
11720
11721 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
11722
11723 * frame.el (display-mm-dimensions-alist): New defcustom.
11724 (display-mm-height, display-mm-width): Use it.
11725
11726 2006-09-06 Simon Josefsson <jas@extundo.com>
11727
11728 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
11729
11730 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
11731
11732 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
11733 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
11734 string values.
11735
11736 2006-09-06 Kim F. Storm <storm@cua.dk>
11737
11738 * simple.el (line-move-partial): New function to do vscrolling for
11739 partially visible images / tall lines. Rewrite based on code
11740 previously in line-move. Simplify backwards vscrolling.
11741 (line-move): Use it. Simplify.
11742
11743 2006-09-05 Kim F. Storm <storm@cua.dk>
11744
11745 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
11746
11747 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
11748
11749 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11750 Process the `gcc-include' after the `gnu' rule.
11751
11752 2006-09-05 Kim F. Storm <storm@cua.dk>
11753
11754 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
11755
11756 2006-09-05 Daiki Ueno <ueno@unixuser.org>
11757
11758 * pgg.el (pgg-clear-string): Alias to clear-string for backward
11759 compatibility.
11760
11761 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
11762 inhibit-redisplay; encode passphrase with locale-coding-system.
11763
11764 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11765
11766 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
11767
11768 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
11769
11770 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
11771 (gdb-var-list-children-regexp): Make type field optional.
11772
11773 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
11774 e.g public, protected in C++.
11775
11776 2006-09-04 John Paul Wallington <jpw@pobox.com>
11777
11778 * simple.el (completion-show-help): New defcustom.
11779 (completion-setup-function): Heed it.
11780
11781 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11782
11783 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
11784
11785 2006-09-04 Richard Stallman <rms@gnu.org>
11786
11787 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
11788 (rsf-min-region-to-spam-list): Doc fix.
11789 (rsf-add-content-type-field): Doc fix.
11790
11791 * simple.el (kill-region): Explicitly test there is a region.
11792
11793 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
11794
11795 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
11796 sendmail in several common directories.
11797
11798 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
11799
11800 * paths.el (sendmail-program): Removed.
11801
11802 2006-09-04 Daiki Ueno <ueno@unixuser.org>
11803
11804 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
11805 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
11806 http://article.gmane.org/gmane.emacs.gnus.general/50457
11807
11808 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
11809
11810 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
11811 mark after running the menu filter.
11812
11813 2006-09-03 Juri Linkov <juri@jurta.org>
11814
11815 * international/quail.el (quail-defrule-internal): Add a check
11816 if a key is a vector.
11817
11818 2006-09-02 Juri Linkov <juri@jurta.org>
11819
11820 * man.el (Man-topic-history): New variable.
11821 (man): Use it.
11822
11823 * woman.el (woman-topic-history): Change defvar to defvaralias
11824 for symbol `Man-topic-history'.
11825
11826 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
11827 `comint-last-output-start' is a marker by using `markerp' and
11828 check if it has a position by using `marker-position', and use
11829 this position for `goto-char'.
11830
11831 * international/quail.el (quail-defrule-internal): Add missing
11832 `error' call for null key.
11833
11834 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
11835
11836 * net/rcirc.el (rcirc-keywords): New variable.
11837 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
11838 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
11839 variables.
11840 (rcirc-responses-no-activity): New function.
11841 (rcirc-handler-generic): Check for responses in above.
11842 (rcirc-process-command): Add ?: character to arguments of raw
11843 server commands.
11844 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
11845 `rcirc-dim-nicks'.
11846 (rcirc-gray-toggle): Remove unused variable.
11847 (rcirc-print): Remove some tracking logic, which is moved into
11848 markup functions.
11849 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
11850 types.
11851 (rcirc-activity-string): Look for 'keyword in activity-types.
11852 (rcirc-window-configuration-change): Don't erase overlay-arrow
11853 unnecessarily.
11854 (rcirc-add-or-remove): New function.
11855 (rcirc-cmd-ignore): Use it.
11856 (rcirc-message-leader): Remove unused function.
11857 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
11858 (rcirc-add-face): New function.
11859 (rcirc-facify): Use rcirc-add-face.
11860 (rcirc-url-regexp): Add parens.
11861 (rcirc-map-regexp): Remove function.
11862 (rcirc-mangle-regexp): Remove function.
11863 (rcirc-markup-text-functions): New variable.
11864 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
11865 (rcirc-markup-body-text, rcirc-markup-attributes)
11866 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
11867 (rcirc-markup-bright-nicks): New markup handler functions.
11868 (rcirc-nick-in-message-full-line): New face.
11869 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
11870 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
11871
11872 2006-09-02 Martin Rudalics <rudalics@gmx.at>
11873
11874 * cus-start.el (hscroll-margin, hscroll-step)
11875 (mode-line-in-non-selected-windows, mouse-autoselect-window)
11876 (x-use-underline-position-properties): Change version to "22.1"
11877 since they will appear there for the first time.
11878
11879 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
11880
11881 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
11882
11883 2006-08-31 Richard Stallman <rms@gnu.org>
11884
11885 * cus-edit.el (custom-save-variables): Slight cleanup.
11886 (Custom-no-edit): Renamed from custom-no-edit.
11887 (Custom-newline): Renamed from custom-newline.
11888 (custom-mode-map): Use new names.
11889
11890 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
11891 about customization, rather than M-x customize, in the doc string
11892 made for the defcustom.
11893
11894 * emacs-lisp/trace.el (trace-function-background): Doc fix.
11895
11896 2006-08-31 Romain Francoise <romain@orebokech.com>
11897
11898 * dired-x.el (dired-guess-shell-alist-default): Update.
11899
11900 2006-08-31 Michael Mauger <mmaug@yahoo.com>
11901
11902 * custom.el (custom-theme-set-variables): Autoload packages before
11903 sorting the variables.
11904
11905 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
11906
11907 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11908 Convert events to chars if XEmacs.
11909 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
11910
11911 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11912
11913 * progmodes/python.el (python-eldoc-function): Re-enable quit while
11914 waiting for process.
11915
11916 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11917
11918 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
11919 results in ASCII-only string, encode original one directly.
11920
11921 2006-08-29 Romain Francoise <romain@orebokech.com>
11922
11923 * startup.el (normal-splash-screen, fancy-splash-screens):
11924 Make buffer read-only and arrange to enter view mode if necessary.
11925
11926 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
11927
11928 * hl-line.el (hl-line): New face.
11929 (hl-line-face): Use it.
11930
11931 * image-mode.el (image-mode): Fix last fix.
11932 Suggested by Kim F. Storm.
11933
11934 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
11935
11936 Sync with Tramp 2.0.54.
11937
11938 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
11939 of `=', because `tramp-get-remote-gid' might not always return an
11940 integer when expected.
11941 (tramp-register-file-name-handlers): `partial-completion-mode' is
11942 unknown to XEmacs.
11943 (tramp-time-diff): Don't use `floor', it might fail for large
11944 differences.
11945 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
11946 `tramp-auto-save-directory' if unset in order to guarantee unique
11947 auto-save file names.
11948
11949 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
11950
11951 * image-mode.el (image-mode): Display image as text on a terminal.
11952
11953 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11954
11955 * progmodes/python.el (python-send-command): Simplify.
11956 (run-python): Don't generate a new buffer unless `new' was specified.
11957 Make sure we send `import emacs' to the proper process.
11958
11959 * progmodes/python.el (python-send-command): Don't wait for the command
11960 to terminate. Don't fiddle with compilation-parsing-end.
11961
11962 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
11963
11964 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11965 Insert commentary after first line summary.
11966
11967 * woman.el (woman-follow): New function, based on `man-follow'.
11968 (woman-mode-map): Use it.
11969
11970 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
11971 since ibuffer-do-sort-by-recency does not define a sorter.
11972
11973 2006-08-28 Kim F. Storm <storm@cua.dk>
11974
11975 * find-dired.el (find-dired): Use shell-quote-argument to properly
11976 escape ( and ) args. Also use it on {} and ; args in default
11977 value of find-ls-option string.
11978 (find-grep-dired): Use shell-quote-argument on {} and ; args.
11979
11980 2006-08-27 Michael Olson <mwolson@gnu.org>
11981
11982 * emacs-lisp/tq.el: Small grammar fix in comments.
11983 (tq-enqueue): Check for existence of queue rather than the
11984 head queue item's question, which was a no-op.
11985 (tq-filter, tq-process-buffer): Make sure the process buffer
11986 exists before making it the current buffer.
11987
11988 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11989
11990 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
11991 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
11992 (special-event-map): Apply 2006-08-16 change for x-win.el.
11993
11994 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11995
11996 * progmodes/python.el (python-send-receive): Wait in the
11997 process's buffer so as to check the right buffer-local variables.
11998
11999 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12000
12001 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
12002 (defgroup checkdoc): Move to beginning.
12003
12004 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
12005 (python-preoutput-continuation): Remove.
12006 (python-preoutput-filter): Simplify correspondingly.
12007 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
12008 Loop around to catch embedded _emacs_out output.
12009 (run-python): Send the import&print command on a single line.
12010 (python-send-command): Send command&print on a single line.
12011 (python-send-string): Only add double \n if needed.
12012 (python-send-receive): Loop until the result comes.
12013 (python-mode-running): Defvar it.
12014 (python-setup-brm): Remove unused var `menu'.
12015 Only bind py-mode-map and `features' around brm-init.
12016 (python-calculate-indentation): Remove unused var `point'.
12017 (python-beginning-of-defun): Remove unused var `def-line'.
12018
12019 2006-08-25 Richard Stallman <rms@gnu.org>
12020
12021 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
12022
12023 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
12024
12025 * emulation/viper.el (viper-set-hooks): Use frame bindings for
12026 viper-vi-state-cursor-color.
12027 (viper-non-hook-settings): Don't set default
12028 mode-line-buffer-identification.
12029
12030 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12031 New fun.
12032 (viper-set-cursor-color-according-to-state)
12033 (viper-get-saved-cursor-color-in-replace-mode)
12034 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
12035 viper-emacs-state-cursor-color.
12036
12037 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
12038 (viper-undo): Use point if undo-beg-posn is nil.
12039 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
12040 (viper-after-change-undo-hook): Don't use
12041 viper-emacs-state-cursor-color by default.
12042 (viper-undo): More sensible positioning after undo.
12043
12044 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
12045 (viper-emacs-state-cursor-color): Default to nil, since this feature
12046 doesn't work well yet.
12047
12048 * ediff-mult.el (ediff-intersect-directories)
12049 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
12050 always expand filenames.
12051
12052 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12053
12054 * tumme.el: Remove * in defcustoms's docstrings.
12055
12056 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
12057
12058 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
12059 Accept internal time format for SECS arg.
12060 (timer-relative-time): Doc fix.
12061
12062 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
12063 adapted from Martin Rudalics.
12064 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
12065 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
12066 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
12067 using sit-for.
12068
12069 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
12070
12071 * cus-start.el (all): Add `overline-margin' and
12072 `x-underline-at-descent-line'.
12073
12074 2006-08-24 Kim F. Storm <storm@cua.dk>
12075
12076 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
12077 to mean "use find -exec"; nil now unambiguously means auto-detect.
12078 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
12079 Use shell-quote-argument to build grep-find-command and
12080 grep-find-template.
12081 (rgrep): Use shell-quote-argument to properly quote arguments to find.
12082 Reported by Tom Seddon.
12083
12084 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
12085
12086 * startup.el (fancy-splash-head): Give instructions for dismissing
12087 the splash screen for default startup too.
12088 (display-startup-echo-area-message, fancy-splash-screens)
12089 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
12090 all splash text at once and keep the splash buffer around.
12091 (command-line-1): Give display-startup-echo-area-message a t arg.
12092
12093 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
12094
12095 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
12096 gnus frame is selected.
12097
12098 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
12099
12100 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
12101
12102 2006-08-22 Kim F. Storm <storm@cua.dk>
12103
12104 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
12105 Add suffix matching for subdirs.
12106
12107 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12108
12109 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
12110 mouse-yank-at-point is non-nil.
12111
12112 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
12113
12114 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
12115 a bit wider and remove fringes to fit initial output on line.
12116
12117 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * frame.el (blink-cursor-end): Only ignore the error we care about.
12120 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
12121
12122 2006-08-21 Richard Stallman <rms@gnu.org>
12123
12124 * whitespace.el (whitespace-cleanup): Doc fix.
12125
12126 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
12127
12128 * net/rcirc.el (rcirc-show-maximum-output): New var.
12129 (rcirc-buffer-process): If no buffer argument is supplied, use
12130 current-buffer.
12131 (rcirc-complete-nick): Complete to the last completed nick first.
12132 (rcirc-mode): Preserve the value of `rcirc-urls' across
12133 connections. Setup scroll function.
12134 (rcirc-scroll-to-bottom): New function.
12135 (rcirc-print): Use nick syntax around regexp work.
12136 Notice dim-nicks speaking only if they say our nick.
12137 (rcirc-update-activity-string): Do not show the modeline indicator
12138 if there are no live rcirc processes.
12139 (rcirc-cmd-ignore): Ignore case.
12140 (rcirc-browse-url-at-point): Fix off-by-one error.
12141
12142 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * progmodes/python.el: Remove * in defcustom docstrings.
12145 (run-python, python-proc, python-try-complete): Use derived-mode-p.
12146 (python-mode): Set tab-width and indent-tabs-mode.
12147
12148 2006-08-20 Dave Love <fx@gnu.org>
12149
12150 * progmodes/python.el: Update to Dave Love's latest version.
12151 (python-font-lock-keywords, python-mode): Don't use
12152 font-lock-syntax-table, but match symbol elements explicitly instead.
12153 (python-mode-map): Add help, and a few more key bindings.
12154 (python-skip-comments/blanks): Move out of comments as well.
12155 (python-continuation-line-p): Behave better with unbalanced parens.
12156 (python-blank-line-p): New fun.
12157 (python-open-block-statement-p): Don't use a heuristic.
12158 (python-outdent-p): Better handle blocks-in-the-same-line.
12159 (python-calculate-indentation): Misc improvements.
12160 (python-comment-indent): Remove.
12161 (python-block-pairs): New var.
12162 (python-first-word): New fun.
12163 (python-indentation-levels): Handle more common cases.
12164 (python-indent-line-1): Add `leave' argument.
12165 (python-indent-region): New fun.
12166 (python-skip-out): New fun.
12167 (python-beginning-of-statement, python-end-of-statement): Use it.
12168 (python-next-statement): Return correct count even at eob.
12169 (python-end-of-block): Fix paren-typo.
12170 (python-imenu-create-index): Add module variables.
12171 (run-python): Add `new' arg.
12172 Check we're at a prompt before returning.
12173 (python-send-command): Move to end of buffer.
12174 Wait for prompt to return.
12175 (python-set-proc): New fun.
12176 (python-imports): New var.
12177 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
12178 (python-eldoc-function): Try to move out of arg list.
12179 (python-outline-level): Offset by 1.
12180 (python-find-imports): New fun.
12181 (python-symbol-completions): Use python-imports.
12182 (python-module-path, ffap-alist): Add support for ffap.
12183 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
12184 (python-insert-*, python-default-template, python-expand-template):
12185 Add templates/skeletons.
12186 (python-setup-brm): Support for Bicycle Repair Man.
12187 (python-abbrev-syntax-table): New var.
12188 (python-abbrev-pc-hook, python-pea-hook): New funs.
12189
12190 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
12191
12192 * frame.el (blink-cursor-start): Set timer first.
12193 (blink-cursor-end): Ignore timer cancelling errors.
12194 Suggested by Ken Manheimer.
12195
12196 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
12197
12198 * newcomment.el (comment-box): Call `comment-normalize-vars'.
12199 Add autoload cookie.
12200
12201 2006-08-20 Richard Stallman <rms@gnu.org>
12202
12203 * simple.el (line-number-at-pos): Doc fix.
12204
12205 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
12206 timer-activate-when-idle, so timer can run before Emacs becomes
12207 non-idle again.
12208
12209 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
12210
12211 * whitespace.el (whitespace-cleanup-internal): New optional arg
12212 REGION-ONLY. If it's non-nil, modify the message to the user
12213 accordingly.
12214 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
12215 a non-nil argument.
12216
12217 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
12218
12219 * rect.el (spaces-string): Simplify and add doc string.
12220
12221 2006-08-17 Romain Francoise <romain@orebokech.com>
12222
12223 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
12224
12225 2006-08-17 Richard Stallman <rms@gnu.org>
12226
12227 * compare-w.el (compare-windows): lambda's take an arg and pass
12228 it to compare-windows-skip-whitespace.
12229
12230 2006-08-17 Martin Rudalics <rudalics@gmx.at>
12231
12232 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
12233 the right buffer.
12234
12235 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
12236
12237 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
12238 removed files.
12239
12240 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
12241
12242 * progmodes/gdb-ui.el (gdb-locals-watch-map)
12243 (gdb-locals-watch-map-1): Suppress keymap first.
12244 (gdb-edit-locals-map-1): New variable.
12245 (gdb-edit-locals-value): New function.
12246 (gdb-stack-list-locals-handler): Use them.
12247
12248 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
12249
12250 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
12251 cursor would normally be drawn in the fringe.
12252
12253 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
12254 Reported by Martin Rudalics <rudalics@gmx.at>.
12255
12256 2006-08-16 Richard Stallman <rms@gnu.org>
12257
12258 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
12259 (special-event-map): Process drag-n-drop events this way.
12260
12261 * simple.el (move-beginning-of-line): Test whether fields
12262 would prevent motion back to line's first visible character.
12263 If so, stop where the fields would stop the motion.
12264
12265 * newcomment.el (comment-indent): Fully update INDENT
12266 before checking to see if it will change the text.
12267
12268 * cus-edit.el (custom-newline): New function.
12269 (custom-mode-map): Bind newline to custom-newline.
12270
12271 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
12272 into ignore-whitespace.
12273 Check each buffer for its skip-function.
12274 Handle compare-windows-skip-whitespace special-case test
12275 by returning t from default skip function.
12276
12277 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
12278
12279 * textmodes/org.el (org-clock-special-range)
12280 (org-clock-update-time-maybe): New functions.
12281 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
12282 not only a-z.
12283 (org-agenda-get-blocks): Allow multiple blocks per headline.
12284 (org-timestamp-change): Call `org-clock-update-time-maybe'.
12285 (org-export-html-title-format)
12286 (org-export-html-toplevel-hlevel): New options.
12287 (org-export-language-setup): Add support for Czech.
12288 (org-mode, org-insert-todo-heading, org-find-visible)
12289 (org-find-invisible, org-invisible-p, org-invisible-p2)
12290 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
12291 (org-show-subtree, org-show-entry, org-make-options-regexp):
12292 Remove compatibility support for old outline-mode.
12293 (org-check-occur-regexp): Funtion removed.
12294 (org-on-heading-p, org-back-to-heading): Made defalias.
12295 (org-set-local): New defsubst.
12296 (org-set-regexps-and-options, org-mode)
12297 (org-set-font-lock-defaults, org-edit-agenda-file-list)
12298 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
12299 (org-remember-apply-template, org-table-edit-field)
12300 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
12301 (org-set-autofill-regexps): Use `org-set-local'.
12302 (org-table-eval-formula): Fix bug with parsing of display flags.
12303
12304 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
12305
12306 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
12307 frame with fringe arrow. Suggested by Simon Marshall
12308 <simon.marshall@misys.com>.
12309 (gdb-stack-position): New variable.
12310 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
12311 (gdb-frames-mode): Set gdb-stack-position to nil.
12312 Add to overlay-arrow-variable-list
12313 (gdb-reset): Delete gdb-stack-position from above list.
12314
12315 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12316
12317 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
12318 read only.
12319
12320 2006-08-13 Romain Francoise <romain@orebokech.com>
12321
12322 * cus-theme.el (customize-create-theme)
12323 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
12324
12325 * filesets.el (filesets-add-buffer): Ditto.
12326
12327 * pcvs.el (cvs-change-cvsroot): Ditto.
12328
12329 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
12330
12331 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
12332 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
12333 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
12334 expressions.
12335 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
12336 Only search till end of line.
12337 Add face to function names in case of no filename.
12338 Add face to variable names of watchpoints.
12339
12340 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
12341
12342 * cus-start.el <indent-tabs-mode>: Move to the `indent'
12343 customization group.
12344
12345 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
12346
12347 * allout.el (allout-prior-bindings, allout-added-bindings):
12348 Remove, after long deprecation.
12349 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
12350 Add customization vars controlling allout-beginning-of-line and
12351 allout-end-of-line conveniences.
12352 (allout-header-prefix, allout-use-mode-specific-leader)
12353 (allout-use-mode-specific-leader, allout-mode-leaders):
12354 Revise docstrings.
12355 (allout-infer-header-lead): Change to be an alias for
12356 allout-infer-header-lead-and-primary-bullet.
12357 (allout-infer-header-lead-and-primary-bullet): New version of
12358 allout-infer-header-lead which assigns the primary bullet to the
12359 same as the header lead, when its being changed.
12360 (allout-infer-body-reindent): Apply regexp-quote instead of
12361 unconditionally prepending "\\", so that all literal
12362 allout-header-prefix and allout-primary-bullet strings are
12363 properly handled.
12364 (allout-add-resumptions): Add optional qualifier for extending or
12365 appending to existing values, rather than replacing them.
12366 (allout-view-change-hook): Clarify docstring.
12367 (allout-exposure-change-hook): Take explicit arguments, via
12368 run-hook-with-args.
12369 (allout-structure-added-hook)
12370 (allout-structure-deleted-hook)
12371 (allout-structure-shifted-hook): New hooks analogous to
12372 allout-exposure-change-hook for other kinds of structural outline
12373 edits.
12374 (allout-encryption-plaintext-sanitization-regexps): New encryption
12375 customization variable, by which cooperating modes can provde
12376 massage of the plaintext without actually being passed it.
12377 (allout-encryption-ciphertext-rejection-regexps)
12378 (allout-encryption-ciphertext-rejection-ceiling): New encryption
12379 customization variables, by which cooperating modes can prohibit
12380 rare but possible ciphertext patterns from fouling their
12381 operation, with actually being passed the ciphertext.
12382 (allout-mode): Run activation and deactivation hooks after the
12383 minor-mode variable has been toggled, to clarify the mode
12384 disposition. The new encryption ciphertext rejection variable is
12385 used to ensure that the ciphertext does not contain text that
12386 would be recognized as outline structural elements by allout.
12387 Substite allout-beginning-of-line and allout-end-of-line for
12388 conventionall beginning-of-line and end-of-line bindings.
12389 If allout-old-style-prefixes is non-nil, don't nullify it on mode
12390 activation!
12391 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
12392 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
12393 (allout-chart-subtree): Implement new mode, charting only the
12394 visible items in the subtree, when new 'visible' parameter is non-nil.
12395 (allout-end-of-subtree): Properly handle the last item in the buffer.
12396 (allout-pre-command-business, allout-command-counter):
12397 Increment an advertised counter so that cooperating enhancements can
12398 track revisions of items.
12399 (allout-open-topic): Run allout-structure-added-hook with suitable
12400 arguments.
12401 (allout-shift-in): Run allout-structure-shifted-hook with suitable
12402 arguments.
12403 (allout-shift-out): Fix doubling for negative args and ensure call
12404 of allout-structure-shifted-hook by solely using allout-shift-in.
12405 (allout-kill-line, allout-kill-topic):
12406 Run allout-structure-deleted-hook with suitable arguments.
12407 (allout-yank-processing): Run allout-structure-added-hook with
12408 proper arguments.
12409 (allout-yank): Enclose activity in allout-unprotected.
12410 (allout-flag-region): Run allout-exposure-change-hook with
12411 suitable arguments, instead of making the callee infer the arguments.
12412 (allout-encrypt-string):
12413 Support allout-encryption-plaintext-sanitization-regexps,
12414 allout-encryption-ciphertext-rejection-regexps, and
12415 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
12416 en/de cryption mode in symmetric encryption failure message.
12417 (allout-obtain-passphrase): Use copy-sequence to get a distinct
12418 copy of the passphrase, and don't zero it or we'll corrupt the
12419 stashed copy.
12420 (allout-create-encryption-passphrase-verifier)
12421 (allout-verify-passphrase): Respect the new signature for
12422 allout-encrypt-string.
12423 (allout-get-configvar-values): Convenience for getting a
12424 configuration variable value and handling its absence gracefully.
12425
12426 2006-08-11 Romain Francoise <romain@orebokech.com>
12427
12428 * obsolete/zone-mode.el: Delete.
12429
12430 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12431
12432 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
12433
12434 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
12435
12436 * emacs-lisp/bindat.el (bindat-ip-to-string):
12437 Use `format-network-address' if possible.
12438
12439 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12440
12441 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
12442
12443 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
12444
12445 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
12446 restore unread-command-events here.
12447 (edebug-display): Do it here, to detect sit-for interruptions.
12448
12449 2006-08-10 Romain Francoise <romain@orebokech.com>
12450
12451 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
12452 (dns-mode-soa-auto-increment-serial): New user option.
12453 (dns-mode-soa-maybe-increment-serial): New function.
12454 (dns-mode): Add the latter to `write-contents-functions'.
12455
12456 * obsolete/zone-mode.el: Move to obsolete/ from net/.
12457 Delete autoload cookies.
12458
12459 2006-08-10 John Wiegley <johnw@newartisans.com>
12460
12461 * eshell/em-glob.el (eshell-glob-chars-list)
12462 (eshell-glob-translate-alist): Add support for [^g] in character globs.
12463
12464 2006-08-10 Richard Stallman <rms@gnu.org>
12465
12466 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
12467 (facemenu-set-face): Doc fix.
12468 (facemenu-listed-faces): Doc fix.
12469
12470 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
12471
12472 * avoid.el (mouse-avoidance-animating-pointer): New var.
12473 (mouse-avoidance-nudge-mouse): Use it.
12474 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
12475 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
12476 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
12477 Don't activate if currently animating. All callers changed.
12478
12479 2006-08-09 John Wiegley <johnw@newartisans.com>
12480
12481 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
12482 variable, which causes timeclock to report elapsed time worked,
12483 instead of just work remaining.
12484
12485 2006-08-09 Kenichi Handa <handa@m17n.org>
12486
12487 * international/latexenc.el (latexenc-find-file-coding-system):
12488 Fix for the case that the 2nd element of arg-list is a cons.
12489
12490 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
12491
12492 * info.el (Info-fontify-node): Handle preceding `in' for note
12493 reference hiding rules.
12494
12495 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
12496
12497 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
12498 mistake a closing " for an opening one.
12499
12500 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12501
12502 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12503
12504 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
12505
12506 * complete.el (PC-do-completion): Filter out completions matching
12507 completion-ignored-extensions before checking whether there are
12508 multiple completions.
12509 Don't use `list' unnecessarily when building completion tables.
12510
12511 2006-08-06 Richard Stallman <rms@gnu.org>
12512
12513 * help.el (describe-mode): Make minor mode list more concise.
12514
12515 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
12516
12517 * bindings.el: Give mode-line-format, mode-line-modes, and
12518 mode-line-position `standard-value' properties.
12519
12520 2006-08-05 Eli Zaretskii <eliz@gnu.org>
12521
12522 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12523 "(file)node" instead of the file name.
12524
12525 2006-08-05 Richard Stallman <rms@gnu.org>
12526
12527 * faces.el (escape-glyph): Doc fix.
12528
12529 2006-08-04 Kenichi Handa <handa@m17n.org>
12530
12531 * international/mule-diag.el (describe-font): Improve docstring
12532 and error message. Use frame-parameter (not frame-parameters).
12533
12534 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12535
12536 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
12537 Correctly mark the end-of-docstring char.
12538
12539 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
12540
12541 * simple.el (line-move-to-column): Constrain move-to-column to
12542 current field.
12543
12544 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12545
12546 * font-lock.el (font-lock-beg, font-lock-end)
12547 (font-lock-extend-region-functions): New vars.
12548 (font-lock-extend-region-multiline)
12549 (font-lock-extend-region-wholelines): New functions.
12550 (font-lock-default-fontify-region): Use them.
12551 (font-lock-extend-jit-lock-region-after-change): Only round up
12552 if font-lock-default-fontify-region will do it as well.
12553
12554 * font-lock.el (font-lock-extend-after-change-region-function):
12555 Rename from font-lock-extend-region-function.
12556 (font-lock-extend-region): Remove by inlining at call sites.
12557 (font-lock-after-change-function): Don't needlessly round up to a whole
12558 number of lines.
12559 (font-lock-extend-jit-lock-region-after-change): Be more careful about
12560 the boundary conditions and the interactions between the various ways
12561 to extend the region.
12562
12563 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
12564
12565 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
12566 modification status when forcing the second redisplay.
12567
12568 2006-08-03 Kim F. Storm <storm@cua.dk>
12569
12570 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
12571
12572 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
12573
12574 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
12575 doesn't look like a file name.
12576
12577 * complete.el (PC-expand-many-files): Avoid signalling an error when
12578 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
12579
12580 2006-08-02 Andreas Schwab <schwab@suse.de>
12581
12582 * bindings.el (mode-line-format): Simplify reference to vc-mode.
12583
12584 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
12585
12586 * bindings.el (map): Make mode-line-buffer-identification-keymap
12587 before defining propertized-buffer-identification.
12588
12589 2006-08-01 Richard Stallman <rms@gnu.org>
12590
12591 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
12592
12593 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
12594
12595 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
12596 default value.
12597 (gdb-find-source-frame): New function.
12598 (menu): Add to menu bar.
12599
12600 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
12601
12602 * font-core.el (font-lock-extend-region-function)
12603 (font-lock-extend-region): Move to font-lock.el.
12604
12605 * font-lock.el (font-lock-extend-region-function)
12606 (font-lock-extend-region): Move from font-core.el. Simplify.
12607
12608 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
12609 if needed.
12610 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
12611 (jit-lock-after-change-extend-region-functions): New hook.
12612 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
12613
12614 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
12615 (font-lock-turn-on-thing-lock): Use it.
12616
12617 * longlines.el (longlines-show-region): Make it work on read-only
12618 buffers as well.
12619
12620 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
12621
12622 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
12623
12624 2006-07-31 Richard Stallman <rms@gnu.org>
12625
12626 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
12627 (vhdl-speedbar-display-projects): Update old obsolete
12628 speedbar variable names.
12629
12630 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
12631
12632 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
12633 (gdb-stopped): Use it.
12634
12635 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
12636
12637 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
12638
12639 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
12640 for load-history elements.
12641
12642 2006-07-29 Eli Zaretskii <eliz@gnu.org>
12643
12644 * files.el (convert-standard-filename): For Cygwin, replace
12645 characters not allowed in Windows file names.
12646 (make-auto-save-file-name): Add Cygwin to the list of systems
12647 where the auto-save file name needs to be run through
12648 convert-standard-filename.
12649
12650 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
12651
12652 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
12653
12654 2006-07-28 Richard Stallman <rms@gnu.org>
12655
12656 * bindings.el (mode-line-frame-identification)
12657 (propertized-buffer-identification): Centralize the code
12658 to initialize the variable.
12659
12660 * progmodes/grep.el (grep-default-command): Catch errors from
12661 wildcard-to-regexp.
12662
12663 2006-07-29 Kim F. Storm <storm@cua.dk>
12664
12665 * progmodes/grep.el (grep-tag-default): New function.
12666 (grep-default-command, grep-read-regexp): Use it.
12667 (grep-read-files): Use car of grep-files-history or grep-files-aliases
12668 as default if nothing else applies.
12669
12670 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
12671
12672 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
12673 Throw error if buffer is not in Dired and Wdired mode, respectively.
12674
12675 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
12676
12677 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
12678 self-insert-command keys don't activate buttons.
12679 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
12680
12681 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
12682
12683 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
12684 faces for enable character.
12685
12686 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
12687
12688 * Makefile.in (recompile): Update comment to reflect change
12689 on 2004-04-21.
12690
12691 2006-07-27 Richard Stallman <rms@gnu.org>
12692
12693 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
12694 (customize-package-emacs-version): Change msg when pkg has no entry.
12695 (custom-no-edit): On a button, do like widget-button-press.
12696
12697 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12698
12699 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
12700 S-tab and C-S-tab.
12701
12702 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
12703
12704 * progmodes/which-func.el (which-function): Fix documentation/
12705 comment typo.
12706
12707 2006-07-26 Richard Stallman <rms@gnu.org>
12708
12709 * textmodes/ispell.el (ispell-word): If we replace the word,
12710 move point to the end. Insert before deleting.
12711
12712 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
12713
12714 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
12715 a timer.
12716
12717 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
12718
12719 * tumme.el (tumme-backward-image): Add prefix argument. Add error
12720 when at first image.
12721 (tumme-forward-image): Add prefix argument. Add error when at last
12722 image.
12723
12724 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
12725
12726 * tabify.el (tabify-regexp): Use more specific regexps.
12727 (tabify): Avoid modifying the buffer unnecessarily.
12728
12729 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
12730
12731 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
12732 (tumme-format-properties-string): Handle empty `buf'.
12733 (tumme-get-comment): Change variable names inside `let'.
12734 Add missing `let' variable that cause font-lock problems.
12735 (tumme-write-comments): Change variable names inside `let'.
12736 Add missing `let' variable that cause font-lock problems.
12737 (tumme-forward-image): Rename from `tumme-forward-char'.
12738 (tumme-backward-image): Rename from `tumme-backward-char'.
12739
12740 2006-07-25 Masatake YAMATO <jet@gyve.org>
12741
12742 * progmodes/ld-script.el (ld-script-keywords)
12743 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
12744 and add comments.
12745
12746 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
12747
12748 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12749 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
12750 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
12751 for status indicator.
12752
12753 2006-07-24 Richard Stallman <rms@gnu.org>
12754
12755 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
12756
12757 * subr.el (dolist, dotimes): Use interned symbols for locals.
12758 (--dotimes-limit--, --dolist-tail--): New defvars.
12759 (looking-back): Doc fix.
12760
12761 * replace.el (replace-match-string-symbols): Handle dotted lists.
12762
12763 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
12764
12765 * tumme.el (tumme-write-tags): Add.
12766 (tumme-write-comments): Add.
12767 (tumme-tag-files): Change to use `tumme-write-tags'.
12768 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
12769 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
12770 (tumme-save-information-from-widgets): Change to use
12771 `tumme-write-comments' and `tumme-write-tags'.
12772 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
12773 (tumme-write-tag): Remove.
12774 (tumme-write-comment): Remove.
12775 (tumme-display-previous-thumbnail-original): Remove empty line.
12776 (tumme-widget-list): Add punctuation.
12777
12778 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
12779
12780 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
12781
12782 2006-07-24 Daiki Ueno <ueno@unixuser.org>
12783
12784 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12785 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
12786 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
12787
12788 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
12789
12790 * mouse.el (mouse-on-link-p): Doc fix.
12791
12792 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
12793
12794 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12795 Handle "C-h f `".
12796
12797 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12798
12799 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
12800 column.
12801
12802 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
12803
12804 * textmodes/table.el: Add move-beginning-of-line and
12805 move-end-of-line to Point Motion Only Group.
12806
12807 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
12808
12809 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
12810
12811 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12812
12813 * startup.el (user-mail-address): Initialize from the `EMAIL'
12814 environment variable first. Document this.
12815 (command-line): Ditto.
12816
12817 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
12818
12819 * help-mode.el (help-function-def, help-variable-def)
12820 (help-face-def): Print a message in the minibuffer.
12821
12822 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12823
12824 * term/xterm.el (terminal-init-xterm): Fix key bindings
12825 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
12826
12827 2006-07-21 Eli Zaretskii <eliz@gnu.org>
12828
12829 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
12830 where `(nth 1 command)' is a cons cell. Doc fix.
12831
12832 * textmodes/po.el (po-find-charset): Doc fix.
12833
12834 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
12835
12836 * allout.el (allout-unprotected, allout-e-o-prefix-p)
12837 (allout-beginning-of-current-line, allout-end-of-current-line)
12838 (allout-next-visible-heading, allout-open-topic)
12839 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
12840 (allout-flag-current-subtree, allout-show-to-offshoot)
12841 (allout-hide-current-entry, allout-show-current-branches)
12842 (allout-hide-region-body, allout-old-expose-topic)
12843 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
12844 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
12845 containing `beginning-of-line' and `end-of-line' with
12846 `inhibit-field-text-motion' t.
12847
12848 2006-07-21 Eli Zaretskii <eliz@gnu.org>
12849
12850 * frame.el (focus-follows-mouse): Document that it doesn't have
12851 any effect on MS-Windows.
12852
12853 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
12854
12855 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
12856
12857 2006-07-20 Jay Belanger <belanger@truman.edu>
12858
12859 * calc/calc.el (calc-previous-alg-entry): Remove variable.
12860
12861 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
12862 New variables.
12863 (calc-alg-entry): Use `calc-alg-entry-history'.
12864 (calc-do-quick-calc): Use `calc-quick-calc-history'.
12865 Remove reference to `calc-previous-alg-entry'.
12866 (calcAlg-edit, calcAlg-enter): Remove reference to
12867 `calc-previous-alg-entry'.
12868 (calcAlg-previous): Use `previous-history-element' instead of
12869 `calc-previous-alg-entry'.
12870 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
12871 Change keybinding for `calcAlg-plus-minus', add keybindings for
12872 `previous-history-element' and `next-history-element'.
12873
12874 * calc/calc-rewr.el (calc-match): Remove reference to
12875 `calc-previous-alg-entry'.
12876
12877 * calc/calc-sel.el (calc-selection-history): New variable.
12878 (calc-enter-selection, calc-sel-mult-both-sides)
12879 (calc-sel-add-both-sides): Use `calc-selection-history'.
12880
12881 * calc/calc-map.el (calc-get-operator-history): New variable.
12882 (calc-get-operator): Use `calc-get-operator-history'.
12883
12884 * calc/calcalg3.el (calc-curve-fit-history): New variable.
12885 (calc-curve-fit): Use `calc-curve-fit-history'.
12886
12887 2006-07-20 Kenichi Handa <handa@m17n.org>
12888
12889 * international/mule-cmds.el (select-safe-coding-system): Fix the
12890 way of deciding eol-type of the coding system.
12891
12892 2006-07-20 Alan Mackenzie <acm@muc.de>
12893
12894 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
12895 (c-lang-setvar): New macro.
12896 (c-make-init-lang-vars-fun): Use the initialization forms in
12897 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
12898 (comment-start, comment-end, comment-start-skip): Change these from
12899 c-lang-defvar's to c-lang-setvar's.
12900
12901 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
12902 which calls make-local-variable on the elements of
12903 c-emacs-variable-inits.
12904 (c-init-language-vars-for): Call this new macro.
12905
12906 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
12907
12908 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12909 Try to rule out false positives due to time stamps.
12910 (compilation-mode-font-lock-keywords): Remove rules made redundant
12911 because of the above change. Add `segmentation fault' to the known and
12912 highlighted compilation termination messages.
12913
12914 2006-07-19 Kim F. Storm <storm@cua.dk>
12915
12916 * progmodes/grep.el (grep-find-ignored-directories):
12917 Add .svn and _darcs to list.
12918
12919 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
12920
12921 * dired.el (dired-mode-map): Add key binding `C-te' for
12922 `tumme-dired-edit-comment-and-tags'.
12923
12924 * tumme.el (tumme-display-thumbnail-original-image): Make sure
12925 image display buffer is displayed before call to
12926 `tumme-display-image.
12927 (tumme-dired-display-image): Make sure image display buffer is
12928 displayed before call to `tumme-display-image.
12929 (tumme-mouse-display-image): Make sure image display buffer is
12930 displayed before call to `tumme-display-image.
12931 (tumme-widget-list): Add.
12932 (tumme-dired-edit-comment-and-tags): Add.
12933 (tumme-save-information-from-widgets): Add.
12934
12935 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
12936
12937 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
12938
12939 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
12940
12941 * progmodes/sh-script.el (sh-font-lock-keywords-1):
12942 Revert inadvertently installed patch hunk.
12943
12944 * progmodes/compile.el (compilation-find-file): Handle the
12945 cases where the user selects a non-existent file.
12946
12947 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
12948
12949 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
12950
12951 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
12952
12953 * subr.el (sit-for): Just sleep-for if noninteractive.
12954
12955 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
12956
12957 * emacs-lisp/autoload.el (make-autoload): Use new arg.
12958
12959 * custom.el (custom-autoload): Add `noset' argument.
12960 (custom-push-theme): Don't autoload the variable, let callers do it.
12961 (custom-theme-set-variables): Autoload the variable if necessary.
12962
12963 * cus-edit.el (custom-variable-state-set): If the variable was
12964 originally set outside custom, but to the same value as the default,
12965 consider it to be standard.
12966
12967 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
12968 file *before* telling Emacs to add the autoloads, in case it fails.
12969
12970 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
12971 Use `cond', push', and `dolist'.
12972
12973 2006-07-17 Richard Stallman <rms@gnu.org>
12974
12975 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
12976 Add defvars to silence warnings.
12977
12978 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
12979
12980 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12981 Don't highlight "Compiling file" messages as error.
12982
12983 * dired-aux.el (dired-compress-file): Confirm again if gzipped
12984 file already exists.
12985
12986 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
12987
12988 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
12989 entry, don't assign to free var; simply return the extracted filename.
12990 (ff-treat-as-special): Incorporate common preamble from callers.
12991 (ff-other-file-name, ff-find-the-other-file):
12992 Update call to ff-treat-as-special.
12993
12994 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
12995
12996 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
12997
12998 * tumme.el (tumme-get-comment): Fix bug.
12999
13000 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
13001
13002 * files.el: Remove spurious * in docstrings.
13003
13004 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
13005
13006 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
13007 grammar.
13008 (allout-beginning-of-current-line): Beware beginning of buffer.
13009 Also, a comment is simplified.
13010 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
13011 when appropriate. (This fix enables use for other than
13012 bullet-hotspot operation.)
13013 (allout-hide-current-subtree): While escalating to sibling-close,
13014 make sure to situate on a topic.
13015
13016 2006-07-14 Kim F. Storm <storm@cua.dk>
13017
13018 * emulation/cua-base.el (cua-delete-selection)
13019 (cua-toggle-set-mark): New defcustoms.
13020 (cua-rectangle-modifier-key): Add `alt' modifier.
13021 (cua-replace-region): Don't delete if cua-delete-selection is nil.
13022 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
13023 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
13024
13025 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
13026
13027 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
13028
13029 * allout.el: Require 'cl during byte-compilation/interactive load,
13030 for the `assert' macro.
13031 (allout-mode-deactivate-hook): New hook, run when allout mode
13032 deactivates.
13033 (allout-developer): New allout customization subgroup.
13034 (allout-run-unit-tests-on-load): New allout-developer
13035 customization variable, when true allout unit tests are run towards
13036 end of file load/eval.
13037 (allout-inhibit-auto-fill): Disable auto-fill activity even during
13038 auto-fill-mode.
13039 (allout-resumptions): Remove, to be replaced by...
13040 (allout-add-resumptions): Register variable settings to be
13041 reinstated by `allout-do-resumptions'. The settings are made
13042 buffer-local, but the locality/globality of the suspended setting
13043 is restored on resumption.
13044 (allout-do-resumptions): Reinstate all settings suspended using
13045 `allout-add-resumptions'.
13046 (allout-test-resumptions): Unit tests (and intermediate variables)
13047 for resumptions.
13048 (allout-tests-globally-unbound, allout-tests-globally-true)
13049 (allout-tests-locally-true): Intermediate variables for
13050 resumptions unit tests.
13051 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
13052 (allout-exposure-category): Replaces 'allout-overlay-category variable.
13053 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
13054 instead of retired `allout-resumptions'. For hook functions, use
13055 `local' parameter so hook settings are created and removed as
13056 buffer-local settings. Revise (resumptions) setting
13057 auto-fill-function so it is set only if already active. (The
13058 related fill-function settings are all made in either case, so
13059 that activating auto-fill-mode activity will have the custom
13060 allout-mode behaviors (hanging indent on topics, if configured for it).
13061 Remove all allout-exposure-category overlays on mode deactivation.
13062 (allout-hotspot-key-handler): New function extracted from
13063 `allout-pre-command-business', so the functionality can be used
13064 for other purposes, eg as a binding in an overlay.
13065 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
13066 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
13067 customization variable.
13068 (allout-run-unit-tests): Run the (currently quite small)
13069 repertoire of unit tests. Called just before the provide iff user
13070 has customized `allout-run-unit-tests-on-load' non-nil.
13071
13072 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13073
13074 * emacs-lisp/authors.el (authors-aliases): Update.
13075
13076 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
13077
13078 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
13079 gdb-source-window. Add dedicated argument.
13080 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
13081 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
13082 (gdb-display-threads-buffer, gdb-display-memory-buffer)
13083 (gdb-display-locals-buffer): Use it.
13084
13085 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
13086 Set gdb-source-window.
13087
13088 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13089
13090 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
13091 minor modes, redundant with the custom-autoload line above.
13092
13093 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
13094
13095 * longlines.el (longlines-post-command-function): Handle open-line too.
13096
13097 2006-07-12 Richard Stallman <rms@gnu.org>
13098
13099 * progmodes/grep.el (grep-last-buffer): Doc fix.
13100
13101 * info.el (Info-try-follow-nearest-node): Doc fix.
13102
13103 * emacs-lisp/edebug.el (edebug-instrument-function):
13104 Err if find-function-noselect gives no position.
13105
13106 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13107 If can't find definition, return nil for position.
13108 (find-function-do-it): Handle new return value
13109 of find-definition-noselect.
13110 (find-definition-noselect, find-variable-noselect): Doc fix.
13111 (find-function-noselect): Doc fix.
13112
13113 * help-mode.el (help-variable-def): Handle find-variable-noselect
13114 returning no position.
13115 (help-function-def): Likewise for find-function-search-for-symbol.
13116 (help-face-def): Likewise.
13117
13118 * help-fns.el (describe-variable): Handle find-variable-noselect
13119 returning no position.
13120
13121 * files.el (locate-file-completion): Avoid duplicates in result.
13122
13123 * cus-edit.el (custom-no-edit): New command.
13124 (custom-mode-map): Remap to custom-no-edit instead of
13125 using suppress-keymap.
13126
13127 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
13128
13129 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
13130 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
13131 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
13132
13133 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
13134
13135 2006-07-11 Kim F. Storm <storm@cua.dk>
13136
13137 * ido.el (ido-copy-current-file-name): Use buffer-name if
13138 buffer-file-name is nil.
13139
13140 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
13141
13142 * simple.el (undo-ask-before-discard): Set to nil.
13143
13144 * vc.el (vc-exec-after): Don't delete process manually.
13145 (vc-print-log): Run log-view-mode in process sentinel inside
13146 inhibit-read-only. Don't shrink window due to timing issues.
13147
13148 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
13149 Avoid using with-output-to-temp-buffer, which clobbers local vars.
13150
13151 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
13152
13153 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13154 Fix ambiguity introduced by last change.
13155 (compilation-find-file): Move save-excursion to where it may
13156 make sense. Fix a left over `find-file'.
13157
13158 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
13159
13160 * textmodes/texinfmt.el (texinfo-format-separate-node):
13161 Insert a string before point, which fits documentation, not after.
13162 (texinfo-multitable-item): In a multitable row, insert any
13163 additional needed @tabs and spaces.
13164
13165 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
13166
13167 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
13168 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
13169 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
13170 instead of shell-command.
13171 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
13172 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
13173 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
13174 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
13175 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
13176 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
13177
13178 2006-07-11 Kim F. Storm <storm@cua.dk>
13179
13180 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
13181 Remove special case for seconds < 0. Use (redisplay t) instead.
13182
13183 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
13184
13185 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
13186 avoid compilation error.
13187
13188 * subr.el (sit-for): New function.
13189
13190 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
13191
13192 2006-07-10 Richard Stallman <rms@gnu.org>
13193
13194 * ldefs-boot.el (edebug): Update page.
13195
13196 2006-07-10 Kim F. Storm <storm@cua.dk>
13197
13198 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
13199 to FOR-RELEASE and TODO.
13200
13201 2006-07-10 Romain Francoise <romain@orebokech.com>
13202
13203 * emacs-lisp/authors.el (authors-aliases): Update.
13204
13205 2006-07-10 Alan Mackenzie <acm@muc.de>
13206
13207 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
13208 * cc-mode.el: Changes to eradicate eval-after-load.
13209
13210 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
13211
13212 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
13213 on non-char events.
13214
13215 2006-07-09 Romain Francoise <romain@orebokech.com>
13216
13217 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13218 Don't highlight start/end markers as compilation messages.
13219
13220 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
13221 to t.
13222
13223 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
13224
13225 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
13226
13227 2006-07-08 Richard Stallman <rms@gnu.org>
13228
13229 * term/x-win.el (x-handle-display): Add doc string.
13230
13231 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13232
13233 * subr.el (def-edebug-spec): Move here.
13234 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
13235
13236 * imenu.el (imenu-choose-buffer-index): Doc fix.
13237
13238 2006-07-08 Romain Francoise <romain@orebokech.com>
13239
13240 * term/x-win.el (x-display-name): Fix typo.
13241
13242 2006-07-08 Eli Zaretskii <eliz@gnu.org>
13243
13244 * hexl.el (hexl-find-file): Doc fix.
13245
13246 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13247
13248 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
13249
13250 * term/x-win.el (x-display-name): Doc fix.
13251
13252 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13253
13254 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
13255 long prefixes.
13256 (fill-region-as-paragraph): Don't round up to a whole line.
13257 (fill-comment-paragraph): Don't include the code-before-the-comment
13258 when calling fill-region-as-paragraph.
13259
13260 * international/mule.el (make-char): Remove redundancy.
13261
13262 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
13263 property may contain an anonymous function rather than a symbol.
13264
13265 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
13266
13267 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
13268 Use shy regexp. Fix incorrect backref to potentially unmatched group.
13269
13270 * dirtrack.el (dirtrack-default-directory-function): Remove.
13271 (dirtrack-directory-function): Use file-name-as-directory.
13272 (dirtrack-windows-directory-function): Simplify.
13273 (dirtrack-forward-slash, dirtrack-backward-slash)
13274 (dirtrack-replace-slash): Remove.
13275 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
13276 (dirtrack): Fix wrong parenthesizing; use match-string.
13277
13278 * progmodes/octave-inf.el: Remove spurious * in docstrings.
13279 (inferior-octave-mode): Only change the buffer-local value of
13280 comint-dynamic-complete-functions.
13281 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
13282 Move the initialization to the declaration.
13283 (inferior-octave-complete): Remove unused var `filter'.
13284
13285 * shell.el (shell-mode): Only change the buffer-local value of
13286 comint-dynamic-complete-functions.
13287
13288 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
13289
13290 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
13291 entry is skipped because it has been scheduled.
13292 (org-prepare-agenda-buffers): Don't mark buffers as modified when
13293 changing `:org-archived' and `:org-comment' properties.
13294
13295 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
13296
13297 * server.el (server-select-display): Don't make the temp frame
13298 minibuffer-only, in case it's not a temp frame.
13299 (server-process-filter): Don't delete the temp frame if it's the
13300 only one we have on that display.
13301
13302 * files.el (find-alternate-file): Doc fix.
13303
13304 2006-07-05 Richard Stallman <rms@gnu.org>
13305
13306 * files.el (abbreviate-file-name): Add save-match-data.
13307
13308 2006-07-03 Richard Stallman <rms@gnu.org>
13309
13310 * faces.el (read-face-name): Doc fix.
13311
13312 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
13313
13314 * net/goto-addr.el (goto-address): Mark as safe for local evals.
13315
13316 2006-07-05 Andre Spiegel <spiegel@gnu.org>
13317
13318 * vc.el (vc-diff-internal): Fix prev change.
13319
13320 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
13321
13322 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
13323 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
13324
13325 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13326
13327 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
13328 fails if the symbol contains chars like ( or '.
13329 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
13330 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
13331 `short'.
13332
13333 2006-07-04 Kenichi Handa <handa@m17n.org>
13334
13335 * international/mule-cmds.el (set-language-info): If LANG-ENV is
13336 the current one, don't call set-language-environment, but call one
13337 of set-language-environment-XXX to make INFO effective now.
13338 (set-language-environment): Call set-language-environment-XXX
13339 functions instead of doing the various setups directly.
13340 (set-language-environment-coding-systems): Delete argument eol-type.
13341 (set-language-environment-input-method)
13342 (set-language-environment-nonascii-translation)
13343 (set-language-environment-charset)
13344 (set-language-environment-fontset)
13345 (set-language-environment-unibyte): New functions.
13346
13347 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
13348
13349 * locate.el (locate-update-when-revert): New option.
13350 (locate-update-path): New option (suggested by Michael Albinus).
13351 (locate-prompt-for-command): Whitespace change.
13352 (locate-update): No longer offer to update the locate database by
13353 default. Implement the two new options.
13354
13355 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
13356
13357 * tooltip.el: Move comment about track-mouse...
13358
13359 * progmodes/gud.el: ...to here.
13360
13361 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
13362
13363 * facemenu.el (facemenu-listed-faces): New var.
13364 (facemenu-unlisted-faces): Variable deleted.
13365 (facemenu-add-new-face): Use facemenu-listed-faces.
13366
13367 * emulation/viper-init.el, calendar/calendar.el:
13368 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
13369
13370 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
13371
13372 * textmodes/org.el (org-mode): Remove no invalid settings for
13373 calc embedded mode.
13374 (org-mode-p): New defsubst.
13375 (org-save-all-org-buffers): New function.
13376 (org-first-headline-recenter): Enclose outline-regexp in group
13377 delimiters.
13378 (org-set-tags): Keep single space after stars.
13379
13380 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13381
13382 * window.el (set-window-text-height): Only set window-min-height to
13383 1 if that's the requested size.
13384
13385 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
13386 (diff-unified->context, diff-context->unified)
13387 (diff-reverse-direction): Make sure the end marker stays at the end.
13388 (diff-mode): Add the keymap table at the end of docstring.
13389 Use lexical-let rather than constructing a closure manually.
13390
13391 * files.el (find-file-noselect-1): Remove unused var assignment.
13392 (hack-local-variables-confirm): Print lists of strings as lists of
13393 strings rather than lists of symbols.
13394 (abbreviate-file-name, hack-local-variables-prop-line):
13395 Use match-string.
13396 (hack-one-local-variable): Move `make-local-variable' nearer its use.
13397 (recover-session-finish): Use line-end-position.
13398
13399 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
13400
13401 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
13402
13403 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
13404
13405 * progmodes/make-mode.el (makefile-macroassign-regex):
13406 Accept preceding keyword.
13407 (makefile-gmake-statements): Reorganize, now that makepp has
13408 "override" and also handle forgotten "override define".
13409 (makefile-makepp-statements): Add new "global", "override export"
13410 and "override global".
13411
13412 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
13413
13414 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
13415 (ada-compile-mouse-goto-error, ada-deactivate-properties)
13416 (ada-no-auto-case): Fix typos in docstrings.
13417
13418 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
13419
13420 * info.el (Info-find-node-2): Search for makeinfo version more
13421 carefully.
13422
13423 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
13424
13425 * textmodes/org.el (org-prepare-agenda-buffers):
13426 Use `invisible-OK' argument for `org-end-of-subtree'.
13427 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
13428 (org-beginning-of-item): Fix bug in regular expression for white line.
13429 (org-export-as-html): Enforce space after bullet in plain list items.
13430 (org-set-autofill-regexps): Require space after plain list bullet
13431 for paragraph-start.
13432 (org-ts-regexp3): New constant.
13433 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
13434 (org-timestamp-up-day, org-timestamp-down-day)
13435 (org-timestamp-change): Work with inactive timestamps.
13436 (org-ts-regexp1): Don't allow brackets in time stamps.
13437
13438 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
13439
13440 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
13441 for ignoring links.
13442
13443 * faces.el (read-face-name): Use it.
13444
13445 2006-06-28 Juri Linkov <juri@jurta.org>
13446
13447 * buff-menu.el (list-buffers-noselect): Compare Info file
13448 with the string "dir" to detect Info directory.
13449
13450 * complete.el (partial-completion-mode): In lambda for
13451 `choose-completion-string-functions' use full function signature
13452 with 4 args, and move point to the end of the minibuffer only if arg
13453 `mini-p' is non-nil.
13454
13455 2006-06-28 John Paul Wallington <jpw@pobox.com>
13456
13457 * ibuffer.el (ibuffer-mode): Doc fix.
13458
13459 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
13460
13461 * textmodes/org.el (org-context): New contexts :item-bullet,
13462 :latex-fragment, :latex-preview.
13463 (org-overlays-at, org-overlay-start, org-overlay-end):
13464 New compatibility functions.
13465 (org-inside-LaTeX-fragment-p): More accurate matching, using the
13466 exact regexp that will be used during export.
13467 (org-latex-regexps): New variable.
13468 (org-cdlatex-mode): Improve advice for `texmathp'.
13469 (turn-on-org-cdlatex): New function.
13470
13471 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13472
13473 * term/mac-win.el (mac-handle-font-selection): Change keys of
13474 mac-atsu-font-table from strings to numbers.
13475 (mac-ts-caret-position): Use also when cursor-type is nil.
13476 (mac-ts-update-active-input-area): Add Mac OS Classic support.
13477 Relax condition for using overlay strings.
13478 Use mac-ts-caret-position face when cursor-type is nil.
13479
13480 2006-06-26 Kim F. Storm <storm@cua.dk>
13481
13482 * help.el (view-emacs-news): Declare `res' in the right let* form.
13483
13484 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
13485
13486 * net/rcompile.el (remote-compile): Replace ange-ftp based
13487 implementation by Tramp functions.
13488 Suggested by Marc Abramowitz <msabramo@gmail.com>.
13489
13490 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
13491
13492 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
13493
13494 * international/fontset.el (setup-default-fontset): Fix a typo in
13495 the "Oriya-Akruti" registry name.
13496
13497 2006-06-23 Lars Hansen <larsh@soem.dk>
13498
13499 * desktop.el (desktop-full-file-name): New function.
13500 (desktop-kill, desktop-save, desktop-remove, desktop-read)
13501 (desktop-revert): Use it.
13502 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
13503 (desktop-after-read-hook): Add option list-buffers.
13504 (desktop-locals-to-save): Add tab-width.
13505 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
13506 Fix docstring.
13507
13508 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
13509
13510 * textmodes/org.el (org-cdlatex-mode-map)
13511 (org-cdlatex-texmathp-advice-is-done): New variables.
13512 (org-cdlatex-mode): New minor mode.
13513 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
13514 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
13515 (org-export-with-archived-trees): New option.
13516 (org-open-file): Remove the call to `convert-standard-filename'.
13517 (org-archive-tag, org-agenda-skip-archived-trees)
13518 (org-cycle-open-archived-trees)
13519 (org-sparse-tree-open-archived-trees): New options.
13520 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
13521 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
13522 New functions.
13523 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
13524 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
13525 (org-mode-map): Add binding for `org-toggle-archive-tag'.
13526 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13527 Call `org-prepare-agenda-buffers'.
13528 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
13529 (org-file-apps, org-file-apps-defaults-gnu)
13530 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
13531 Handle remote files by forcing them to be opened in Emacs.
13532
13533 2006-06-23 Andre Spiegel <spiegel@gnu.org>
13534
13535 * vc.el (vc-diff-knows-L): New variable.
13536 (vc-diff-internal): Use it to handle "diff" programs that don't
13537 understand -L. This works automatically, no user action is necessary.
13538
13539 2006-06-23 Daniel Brockman <daniel@brockman.se>
13540
13541 * net/rcirc.el (rcirc-default-user-full-name): Default to
13542 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
13543 longer exists).
13544 (rcirc-process-list): Check `buffer-live-p' before attempting to
13545 switch to a buffer.
13546
13547 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
13548
13549 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
13550 based on rcirc-coding-system-alist.
13551
13552 2006-06-23 Martin Rudalics <rudalics@gmx.at>
13553
13554 * cus-edit.el (customize-apropos): A better error message.
13555 (top level) <debug-ignored-errors>: Extend and update the list of
13556 ignored error messages.
13557
13558 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
13559
13560 * complete.el (PC-do-completion): Retain capitalization of user
13561 input, when possible, even if completion-ignore-case is set.
13562
13563 2006-06-23 Eli Zaretskii <eliz@gnu.org>
13564
13565 * generic-x.el (bat-generic-mode): Support .cmd files.
13566
13567 * dos-w32.el (top level): Use find-file-not-found-functions
13568 instead of the obsolete find-file-not-found-hooks.
13569
13570 2006-06-22 Kim F. Storm <storm@cua.dk>
13571
13572 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
13573 to recognize mode name containing submodes, such as Grep/lw.
13574
13575 2006-06-21 Kim F. Storm <storm@cua.dk>
13576
13577 * simple.el (line-move-1): Check for move-end-of-line instead of
13578 end-of-line when setting temporary-goal-column.
13579
13580 2006-06-21 Miles Bader <miles@gnu.org>
13581
13582 * play/cookie1.el (cookie): Work properly when there's only one entry.
13583
13584 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
13585
13586 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
13587 (gdb-frame-handler): Generalize frame regexp for templates.
13588
13589 2006-06-20 Glenn Morris <rgm@gnu.org>
13590
13591 * calendar/appt.el (appt-display-format): Default value must be
13592 one of the customize options.
13593
13594 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
13595
13596 * term/xterm.el (terminal-init-xterm): Update key availability info.
13597 Bind C-return.
13598
13599 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
13600
13601 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
13602
13603 * files.el (hack-local-variables): Run `hack-local-variables-hook'
13604 whether or not a local variables list is defined.
13605
13606 * msb.el (msb): Move `sit-for' hack here to handle both
13607 "mouse-down and drag" and "mouse-up and select" situations.
13608 (mouse-select-buffer): Move `sit-for' hack to `msb'.
13609
13610 2006-06-20 Kenichi Handa <handa@m17n.org>
13611
13612 * international/characters.el (word-combining-categories):
13613 Add entries for 2-byte Han characters.
13614
13615 2006-06-19 Richard Stallman <rms@gnu.org>
13616
13617 * bindings.el (mode-line-format): Save some mode line space.
13618
13619 * files.el (find-file-noselect): Improve the question wording.
13620 (basic-save-buffer-2): Mask UMASK against 666.
13621
13622 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
13623 (mouse-drag-vertical-line): Call it.
13624
13625 * cus-edit.el (customize-option, customize-option-other-window):
13626 Error if SYMBOL is nil.
13627
13628 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
13629
13630 * textmodes/org.el: Require noutline, also on XEmacs.
13631 (org-end-of-subtree): Return point.
13632 (org-dblock-start-re, org-dblock-end-re): New constants.
13633 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
13634 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
13635 (org-update-all-dblocks, org-find-dblock): New functions.
13636 (org-collect-clock-time-entries): New function.
13637 (org-html-handle-time-stamps): Never export CLOCK timeranges.
13638 (org-fixup-indentation): Modify to deal correctly with lines
13639 starting with TAB. Only one argument DIFF now.
13640 (org-demote, org-promote): Call `org-fixup-indentation' with just
13641 one argument, DIFF.
13642 (org-mode): Don't mark buffer as modified when aligning tables.
13643 (org-clock-sum): Don't mark buffer modified when adding time sum
13644 properties.
13645 (org-export-as-html): Add support for a link validation function.
13646 (org-archive-all-done): New function.
13647 (org-archive-subtree): New prefix argument. When set, archive all
13648 done subtrees in this buffer.
13649 (org-remove-clock-overlays)
13650 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
13651 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
13652 (org-put-clock-overlay): Don't swallow last headline character
13653 when displaying overlay.
13654 (org-store-link): Link to `image-mode' with just the file name.
13655
13656 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
13657
13658 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
13659 Use read-key-sequence.
13660 (viper-after-change-undo-hook): Misc enhancements.
13661 (viper-after-change-undo-hook): New hook.
13662 (viper-undo): Use viper-after-change-undo-hook.
13663 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
13664 (viper-next-line-at-bol): If point is on a widget or a button, simulate
13665 clicking on that widget/button.
13666
13667 * emulation/viper.el (viper-mode): Allow a separate cursor color
13668 in Emacs state.
13669
13670 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
13671 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
13672 (ediff-set-actual-diff-options): New function.
13673 (ediff-reset-diff-options, ediff-toggle-ignore-case):
13674 Use ediff-set-actual-diff-options.
13675 (ediff-extract-diffs): Catch errors.
13676 (ediff-whitespace): Add non-breakable space.
13677 (ediff-same-file-contents): Catch errors.
13678
13679 * ediff-mult.el (ediff-collect-custom-diffs):
13680 Save coding-system-for-read.
13681
13682 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
13683 (ediff-vc-internal, ediff-vc-merge-internal):
13684 Use ediff-delete-version-file.
13685 (ediff-delete-version-file): New function.
13686
13687 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
13688
13689 * ediff.el (ediff-directories, ediff-directory-revisions)
13690 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
13691 (ediff-directories-internal, ediff-merge-directory-revisions)
13692 (ediff-merge-directory-revisions-with-ancestor)
13693 (ediff-directories3): Use read-directory-name.
13694
13695 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
13696
13697 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
13698 Remove superfluous part of regexp for brace matching which is handled
13699 by `scan-lists' call.
13700
13701 2006-06-16 Richard Stallman <rms@gnu.org>
13702
13703 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
13704
13705 * files.el (basic-save-buffer-2): For a new precious file,
13706 use the default modes in the return value.
13707
13708 * facemenu.el (facemenu-color-alist): Doc fix.
13709
13710 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
13711
13712 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13713
13714 * cus-start.el (all): Add mac-ts-script-language-on-focus.
13715
13716 * term/mac-win.el (mac-text-encoding-ascii): New constant.
13717 (mac-utxt-to-string): Use it.
13718 (mac-ts-update-active-input-area): Use mac-ae-number.
13719
13720 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13721
13722 * term.el (term-handle-scroll, term-delete-lines)
13723 (term-insert-lines): Fix off by one errors.
13724
13725 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
13726
13727 * net/tramp.el (tramp-touch): Use UTC to express time.
13728
13729 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
13730
13731 * mail/sendmail.el (mail-send): Search explicitly for
13732 mail-header-separator when checking for corrupted header lines.
13733
13734 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
13735
13736 * progmodes/gdb-ui.el (gdb-same-frame): New option.
13737 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
13738 (gdb-init-1): Initialise them.
13739 (gdb-starting): Reset gdb-printing
13740 (gdb-starting): Save value of gud-overlay-arrow-position.
13741 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
13742 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
13743 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
13744 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
13745
13746 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
13749
13750 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
13751
13752 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
13753 (ldap-search-internal): Keep error messages, and a regexp fix.
13754
13755 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
13756
13757 * files.el (hack-local-variables-confirm):
13758 Display string value using its printed representation.
13759
13760 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
13761
13762 * server.el (server-edit): No-op if no server buffers exist.
13763
13764 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
13765
13766 * textmodes/page-ext.el (pages-directory-for-addresses):
13767 Including `pages-directory-address-mode' in the function results
13768 in the message "Buffer in which pages were found is deleted".
13769
13770 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
13771
13772 * textmodes/org.el (org-agenda-mode-map): Add bindings for
13773 clocking functions.
13774
13775 (org-agenda-clock-in, org-check-running-clock)
13776 (org-clock-out-if-current, org-remove-clock-overlays)
13777 (org-put-clock-overlay): New functions.
13778 (org-clock-marker, org-clock-file-total-minutes)
13779 (org-clock-overlays): New variables.
13780 (org-clock-display, org-clock-sum, org-clock-cancel)
13781 (org-clock-out, org-clock-in): New commands.
13782 (org-export): New function.
13783 (org-emph-re): New constant.
13784 (org-set-emph-re, org-do-emphasis-faces): New functions.
13785 (org-emphasis-regexp-components, org-emphasis-alist): New options.
13786 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
13787 (org-export-html-convert-emphasize): Use the configurable emphasis.
13788 (org-cleaned-string-for-export): Make multiline emphasis visible
13789 to the exporter. New optional argument PARAMETERS.
13790 (org-export-as-html): Specify :emph-multiline parameter to
13791 `org-cleaned-string-for-export'.
13792
13793 2006-06-10 Richard Stallman <rms@gnu.org>
13794
13795 * help.el (help-for-help-internal): Clean up help text.
13796
13797 2006-06-10 Andreas Schwab <schwab@suse.de>
13798
13799 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
13800 in doc string.
13801
13802 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
13803
13804 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
13805
13806 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
13807 spaces after the comment start.
13808
13809 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13810
13811 * play/pong.el (pong-init-buffer):
13812 Fill buffer with spaces instead of ^A.
13813
13814 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
13815 launched asynchronously, delete its process instead of being cool.
13816 (ispell-async-processp): Check for `delete-process' existence
13817 instead of `kill-process' one for consistency.
13818
13819 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
13820
13821 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
13822 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
13823 in mode line at startup.
13824
13825 2006-06-08 Kim F. Storm <storm@cua.dk>
13826
13827 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
13828 (ido-init-completion-maps): Bind them to M-SPC and M-v.
13829 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
13830 (ido-file-internal): Pass full file name to write-file.
13831 (ido-read-internal): Only pop stack elements automatically if they
13832 actually match an existing directory or file name.
13833
13834 2006-06-07 Kenichi Handa <handa@m17n.org>
13835
13836 * international/mule.el (find-auto-coding): Don't handle the short
13837 name `char-trans'.
13838
13839 * files.el (hack-local-variables-prop-line)
13840 (hack-local-variables): Cancel the previous change.
13841
13842 2006-06-06 Jesper Harder <harder@phys.au.dk>
13843
13844 * ediff-diff.el (ediff-test-utility): Protect against file-error.
13845
13846 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
13847
13848 * diff-mode.el (diff-mode): Set buffer-read-only to t when
13849 diff-default-read-only is non-nil.
13850 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
13851 (diff-refine-hunk): Set inhibit-read-only to t.
13852
13853 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
13854 modifying the *Diff* buffer.
13855 (diff-process-filter): New filter function for diff process that
13856 sets inhibit-read-only to t when modifying the *Diff* buffer.
13857
13858 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
13859
13860 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
13861 insertion point and control the number of empty lines.
13862 (org-paste-subtree): Limit the number of empty lines at the end of
13863 the inserted tree.
13864 (org-agenda): Use buffer name of current file for narrowing.
13865 (org-export-as-xml): Command removed.
13866 (org-export-xml-type): Option removed.
13867 (org-mode-map): Call `org-export-as-xoxo' directly.
13868 (org-get-indentation): New optional argument LINE.
13869 (org-fix-indentation, org-remove-tabs): New functions.
13870 (org-export-as-ascii, org-ascii-level-start): Determine and apply
13871 correct indentation for headlines that are converted it items.
13872 (org-skip-comments): Remove table lines that contain narrowing
13873 cookies but no other non-empty fields.
13874 (org-set-tags): Allow groups of mutually exclusive tags.
13875 (org-cmp-time): Sort 24:21 before items without time.
13876 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
13877 (org-open-at-point): Require double colon also for numbers.
13878
13879 2006-06-06 Kim F. Storm <storm@cua.dk>
13880
13881 * ido.el (ido-default-file-method, ido-default-buffer-method):
13882 Make choice values consistent with corresponding command names.
13883 (ido-visit-buffer): Update accordingly. Default to selected-window.
13884
13885 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
13886
13887 * progmodes/gud.el (gud-running): Fix doc string.
13888 (gud-menu-map): Use :visible instead fo :enable for debugger test.
13889 (gud-tooltip-modes): Add python-mode.
13890 (gud-tooltip-print-command): Add pdb. Remove perldb.
13891
13892 2006-06-05 Eli Zaretskii <eliz@gnu.org>
13893
13894 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
13895 Quote $(EMACS).
13896
13897 2006-06-05 Richard Stallman <rms@gnu.org>
13898
13899 * faces.el (defined-colors): Doc fix.
13900
13901 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
13902
13903 * vc.el (vc-process-filter): Inhibit undo info collection around
13904 call to insert.
13905 (vc-setup-buffer): Likewise for call to erase-buffer.
13906 (vc-do-command): Likewise for call to process-file.
13907
13908 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
13909
13910 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
13911 for gud-go.
13912 (gud-common-init): Other debuggers may trigger error.
13913
13914 2006-06-05 Kenichi Handa <handa@m17n.org>
13915
13916 * international/mule.el (find-auto-coding):
13917 Handle enable-character-translation in file header.
13918
13919 2006-06-04 Kim F. Storm <storm@cua.dk>
13920
13921 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
13922 (authors-fixed-entries): Fix spelling.
13923 (authors-canonical-file-name): Don't report error for wildcards.
13924
13925 * help.el (view-emacs-news): Rewrite to support new NEWS,
13926 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
13927 e.g. version 10 matches 1.10, and don't be confused by version 1.1
13928 being a prefix of 1.12 (etc). A numeric prefix arg also works.
13929
13930 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
13931
13932 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
13933 exec constructs like `foo bar`.
13934 (sh-quoted-subshell): New helper function to search for a possibly
13935 nested subshell (like `` or $()) within a "" quoted string.
13936 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
13937 (sh-apply-quoted-subshell): Flag quote characters inside a
13938 subshell, which is itself already in a quoted region, as
13939 punctuation, since this is the closest to what they actually are.
13940 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
13941 sh-apply-quoted-subshell.
13942 (sh-font-lock-syntactic-face-function): Apply the new face for
13943 text inside `` instead of the old font-lock-string-face.
13944
13945 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13946
13947 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
13948 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
13949 (mac-bytes-to-text-range, mac-ae-text-range-array)
13950 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
13951 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
13952 (mac-ts-unicode-for-key-event): New functions.
13953 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
13954 (mac-handle-font-selection): Use mac-ae-number.
13955 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
13956 New variables.
13957 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
13958 (mac-ts-converted-text, mac-ts-selected-converted-text)
13959 (mac-ts-block-fill-text, mac-ts-outline-text)
13960 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
13961 (mac-ts-hilite-style-faces): New constant.
13962 (mac-apple-event-map): Bind text input events.
13963 (mac-dispatch-apple-event): Use command-execute instead of
13964 call-interactively.
13965 (global-map): Don't bind mac-apple-event.
13966 (special-event-map): Bind mac-apple-event.
13967
13968 2006-06-02 Eli Zaretskii <eliz@gnu.org>
13969
13970 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
13971 file name.
13972 (emacs): Enclose the value of $(EMACS) in quotes.
13973
13974 2006-06-02 Juri Linkov <juri@jurta.org>
13975
13976 * international/mule.el (sgml-html-meta-auto-coding-function):
13977 Remove the condition `(search-forward "<html" size t)'.
13978 Replace `\"' with `[\"']?' in `re-search-forward'.
13979
13980 2006-06-02 Kenichi Handa <handa@m17n.org>
13981
13982 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
13983 as well as `coding'.
13984 (hack-local-variables): Likewise.
13985
13986 * international/mule.el (enable-character-translation):
13987 Put permanent-local and safe-local-variable properties.
13988 (find-auto-coding): Handle char-trans: tag.
13989
13990 2006-06-02 Juri Linkov <juri@jurta.org>
13991
13992 * international/mule.el (sgml-html-meta-auto-coding-function):
13993 Limit the search by the end of the HTML header (if any).
13994
13995 2006-06-01 Richard Stallman <rms@gnu.org>
13996
13997 * subr.el (with-current-buffer): Doc fix.
13998
13999 2006-06-02 Masatake YAMATO <jet@gyve.org>
14000
14001 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
14002 Almost rewrite. Underlines over all lines of gcov output are too
14003 uncomfortable to read. Suggested by Dan Nicolaescu.
14004
14005 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
14006
14007 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
14008
14009 * shell.el (shell-mode): Use shell-mode-map in docstring.
14010
14011 * comint.el (comint-send-input): Do not add help-echo and
14012 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
14013
14014 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14015
14016 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
14017
14018 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
14019
14020 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
14021 (gdb-stopped, gdb-info-stack-custom): If there is no source info
14022 look up the stack and pop up GUD buffer if necessary.
14023 (gdb-frames-select): Remove redundant call to gud-display-frame.
14024 (gdb-info-threads-custom): Keep point at start of buffer.
14025 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
14026
14027 2006-05-31 Juri Linkov <juri@jurta.org>
14028
14029 * replace.el (query-replace-read-from, query-replace-read-to):
14030 Bind `history-add-new-input' to nil. Call `add-to-history'.
14031
14032 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
14033
14034 * textmodes/table.el: Convert all HTML tags to lower case for
14035 XHTML compatibility.
14036
14037 2006-05-31 Masatake YAMATO <jet@gyve.org>
14038
14039 * progmodes/compile.el:
14040 (compilation-error-regexp-alist-alist::gcov-called-line):
14041 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
14042
14043 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
14044
14045 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
14046 Revert inadvertent changes made with last commit.
14047
14048 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
14049
14050 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
14051 New functions.
14052
14053 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
14054
14055 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
14056
14057 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
14058 only matches in the right place.
14059 (org-upcoming-deadline): New face.
14060 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
14061 (org-export-ascii-underline): Rename constant `org-ascii-underline'
14062 and make it an option.
14063 (org-export-ascii-bullets): New option.
14064 (org-export-as-html): Many changes to emit valid XHTML.
14065 (org-par-open): New variable.
14066 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
14067 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
14068 (org-timeline): Pass `org-timeline-show-empty-dates' to
14069 `org-get-all-dates'. Interpret empty dates returned by
14070 `org-get-all-dates'.
14071 (org-get-all-dates): New argument EMPTY. Add dates without
14072 entries to the list, mark large ranges of empty dates.
14073 (org-point-in-group, org-context): New functions.
14074
14075 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
14076
14077 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
14078
14079 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
14080 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
14081 to C-mouse-3 (for 2 button mice).
14082 (gdb-send): Do the right thing for C-d.
14083
14084 * speedbar.el (speedbar-detach): Delete.
14085 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
14086 it breaks things.
14087 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
14088
14089 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
14090
14091 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
14092 Makeppfile.
14093
14094 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14095 Add makepp diagnostic.
14096
14097 2006-05-29 Richard Stallman <rms@gnu.org>
14098
14099 * window.el (fit-window-to-buffer): Doc fix.
14100
14101 * help.el (temp-buffer-max-height): Doc fix.
14102
14103 * subr.el (with-current-buffer): Doc fix.
14104
14105 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14106
14107 * term/x-win.el: Bind F10 to menu-bar-start if available.
14108
14109 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
14110
14111 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
14112 uses with a simple test.
14113 (term-set-escape-char, term-mode, term-check-kill-echo-list)
14114 (term-send-raw-string, term-send-raw, term-mouse-paste)
14115 (term-char-mode, term-line-mode, term-exec, term-sentinel)
14116 (term-handle-exit, term-read-input-ring)
14117 (term-previous-matching-input-string)
14118 (term-previous-matching-input-string-position)
14119 (term-previous-matching-input-from-input)
14120 (term-replace-by-expanded-history, term-send-input)
14121 (term-skip-prompt, term-bol, term-send-invisible)
14122 (term-kill-input, term-delchar-or-maybe-eof)
14123 (term-backward-matching-input, term-check-source)
14124 (term-proc-query, term-emulate-terminal)
14125 (term-handle-colors-array, term-process-pager, term-pager-line)
14126 (term-pager-bob, term-unwrap-line, term-word)
14127 (term-dynamic-complete-filename)
14128 (term-dynamic-complete-as-filename)
14129 (term-dynamic-simple-complete): Replace one arm ifs with whens or
14130 unlesses.
14131
14132 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14133
14134 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
14135 during bootstrapping.
14136
14137 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
14138 Basically undo the change of 2006-05-26: use extra arguments instead of
14139 dynamic scoping.
14140 (ewoc-locate): Remove unused var `footer'.
14141
14142 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14143
14144 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
14145
14146 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
14147 (generate-file-autoloads): Obey it. Return whether autoloads were
14148 added at point or not.
14149 (update-file-autoloads): Use this new return value.
14150 Remove redundant test for the presence of an autoload cookie.
14151
14152 * emacs-lisp/autoload.el (autoload-find-file): New fun.
14153 This one calls hack-local-variables.
14154 (generate-file-autoloads, update-file-autoloads): Use it.
14155
14156 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
14157 (bibtex-sort-entry-class): Add safe-local-variable predicate.
14158 (bibtex-sort-entry-class-alist): Don't set the global value.
14159 (bibtex-init-sort-entry-class-alist): New fun.
14160 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
14161 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
14162 of bibtex-init-sort-entry-class.
14163
14164 2006-05-28 Richard Stallman <rms@gnu.org>
14165
14166 * subr.el (load-history-regexp): If FILE is relative, insist
14167 entire last name component must match it.
14168 (load-history-filename-element, load-history-regexp): Doc fixes.
14169
14170 2006-05-29 Kim F. Storm <storm@cua.dk>
14171
14172 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
14173 `pos' and `raw-data' for clarity, as eval forms may access these.
14174
14175 2006-05-28 Kim F. Storm <storm@cua.dk>
14176
14177 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
14178
14179 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14180
14181 * progmodes/make-mode.el (makefile-browser-map)
14182 (makefile-mode-syntax-table): Move initialization inside declaration.
14183 (makefile-fill-paragraph): Use the default comment-filling code.
14184
14185 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
14186
14187 * replace.el (query-replace-defaults): New variable.
14188 (query-replace-read-from): Use `query-replace-defaults' for
14189 default value, instead of history list.
14190 (query-replace-read-to): Update `query-replace-defaults'.
14191
14192 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
14193
14194 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
14195 with no X toolkit.
14196
14197 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
14198
14199 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
14200 (tumme-show-all-from-dir): Add autoload.
14201
14202 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
14203
14204 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
14205 (tumme-remove-tag): Fix bug.
14206
14207 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
14208
14209 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
14210 FOOTER args. Update unique caller.
14211 (ewoc-delete): Compute last node once before looping.
14212 (ewoc--node-branch): Merge into unique caller.
14213 (ewoc--node): Don't define constructor make-ewoc--node for this
14214 structure.
14215 (ewoc): Add member `hf-pp' to this structure.
14216 (ewoc--wrap): New func.
14217 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
14218 header/footer pretty-printers. Save header/footer pretty-printer.
14219 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
14220
14221 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
14222
14223 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
14224
14225 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
14226 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
14227 Tag'. Change "Compare directories..." to "Change Directories...".
14228 Move tumme commands to Operate, Regexp and Immediate menus.
14229 Change "Add Comment" to "Add Image Comment". Change "Add Image
14230 Tag" to "Add Image Tags".
14231
14232 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
14233 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
14234 `tumme-delete-tag'.
14235
14236 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
14237
14238 * shell.el (shell-mode): Call shell-dirtrack-mode after
14239 list-buffers-directory is made a local variable, to avoid setting
14240 the default value.
14241
14242 2006-05-26 Kevin Ryde <user42@zip.com.au>
14243
14244 * info.el (Info-index-next): Use where-is-internal to report
14245 actual binding of Info-index-next, rather than hard-coded `,'.
14246
14247 2006-05-26 Eli Zaretskii <eliz@gnu.org>
14248
14249 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
14250 and "Find Command in Manual" to here.
14251
14252 * buff-menu.el (list-buffers-noselect): For Info buffers, use
14253 Info-current-file as the file name.
14254
14255 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
14256
14257 * ses.el (defadvice undo-more): Delete this defadvice. The undo
14258 overrides will now be done a different way.
14259 (ses-set-parameter): Reapply this function for undo.
14260 (ses-set-header-row): Reconstruct header row during undo.
14261 (ses-widen): New function.
14262 (ses-goto-data, ses-reconstruct-all): Use new function.
14263 (ses-command-hook): Widen buffer during undo, before unupdating
14264 the cells.
14265 (ses-insert-row, ses-delete-row): Widen buffer during undo.
14266 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
14267 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
14268 formula hasn't been executed yet.
14269
14270 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
14271
14272 * comint.el (comint-kill-whole-line): Rename arg to count.
14273 Fix doc string.
14274
14275 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
14276
14277 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
14278 to copy-file.
14279
14280 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
14281
14282 * simple.el (toggle-truncate-lines): Make arg optional for
14283 backward compatibility.
14284
14285 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
14286
14287 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
14288 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
14289 DLL arg. Instead, use ewoc--current-dll. Update all callers.
14290 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
14291 (ewoc--adjust): Use ewoc--current-dll.
14292 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
14293
14294 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
14295
14296 * textmodes/org.el (org-next-item, org-previous-item): Emit more
14297 compact error message.
14298 (org-tags-view): Refresh category table in each file.
14299 (org-table-justify-field-maybe): Remove superfluous arguments to
14300 `format'.
14301 (org-export-as-html): Insert "<p>" before postamble.
14302 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
14303
14304 2006-05-26 Kenichi Handa <handa@m17n.org>
14305
14306 * textmodes/po.el (po-find-charset): Pay attention to the case
14307 FILENAME is a cons (NAME . BUFFER).
14308 (po-find-file-coding-system-guts): Likewise.
14309
14310 * arc-mode.el (archive-set-buffer-as-visiting-file):
14311 Call find-operation-coding-system with (FILENAME . BUFFER).
14312
14313 * tar-mode.el (tar-extract): Call find-operation-coding-system
14314 with (FILENAME . BUFFER).
14315
14316 * international/mule.el (decode-coding-inserted-region):
14317 Call find-operation-coding-system with (FILENAME . BUFFER).
14318
14319 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
14320
14321 * image-mode.el (image-toggle-display): Use buffer contents to
14322 generate image for a remote file.
14323
14324 2006-05-25 Juri Linkov <juri@jurta.org>
14325
14326 * replace.el (query-replace-read-from, query-replace-read-to):
14327 Remove 8th arg KEEP-ALL in read-from-minibuffer.
14328
14329 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
14330
14331 * whitespace.el (whitespace-cleanup): Change to cleanup
14332 region if one is active.
14333 * whitespace.el (whitespace-cleanup-internal): New internal method.
14334
14335 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
14336
14337 * dired.el (dired-mode-map): Add help-echo strings to tumme
14338 commands. Bind `tumme-dired-display-image' to C-t i.
14339
14340 * tumme.el (tumme-display-image): Change documentation string slightly.
14341 (tumme-dired-display-image): Add call to `display-buffer'.
14342
14343 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
14344
14345 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
14346 Signal error if RAW-DATA is a multibyte string.
14347
14348 2006-05-24 Richard Stallman <rms@gnu.org>
14349
14350 * subr.el (with-local-quit): When handling `quit' signal,
14351 make a chance for quit-flag to cause a quit.
14352
14353 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
14354 (ad-disable-advice): Add autoloads.
14355
14356 * subr.el (read-passwd): Copy PROMPT before changing its properties.
14357
14358 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
14359
14360 * dired.el (dired-mode-map): Change menu items for tumme as per
14361 suggestions in emacs-devel.
14362
14363 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
14364
14365 * dired.el (dired-mode-map): Fix breakage.
14366
14367 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
14368
14369 * tumme.el (tumme-display-dired-image): Rename to...
14370 (tumme-dired-display-image): ...this.
14371 (tumme-track-movement): Change default value to t.
14372 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
14373 used from `tumme-next-line-and-display' and similar commands.
14374
14375 * dired.el (dired-mode-map): Add Thumbnail submenu under the
14376 Immediate menu. Add some tumme commands there.
14377
14378 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
14379
14380 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
14381
14382 2006-05-24 Chong Yidong <cyd@mit.edu>
14383
14384 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
14385 menu entries that open submenus.
14386
14387 2006-05-24 Alan Mackenzie <acm@muc.de>
14388
14389 * startup.el (command-line): For names of preloaded files, don't
14390 append ".elc" (now done in Fload), and call file-truename on the
14391 lisp directory.
14392
14393 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
14394 match ANY loaded file with the right name, not just those in
14395 load-path. Put a regexp matching the file name into
14396 after-load-alist, rather than the name itself.
14397
14398 * subr.el (load-history-regexp, load-history-filename-element)
14399 (do-after-load-evaluation): New functions.
14400
14401 * international/mule.el (load-with-code-conversion): Do the
14402 eval-after-load stuff by calling do-after-load-evaluation.
14403
14404 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
14405
14406 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
14407 has not been killed.
14408
14409 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14410
14411 * term/mac-win.el: Set idle timer to clean up expired Apple events.
14412 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
14413 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
14414 Optionally set error message in reply.
14415
14416 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
14417
14418 * textmodes/org.el (org-open-at-point): Use renamed variable
14419 `org-confirm-shell-link-function'.
14420 (org-confirm-shell-link-function): Rename from
14421 `org-confirm-shell-links'.
14422 (org-export-directory): New function.
14423 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
14424 (org-export-icalendar): Use `org-export-directory'.
14425 (org-indent-item): Keep cursor position.
14426 (org-link-file-path-type): New option.
14427 (org-export-as-html): Fix bug with plain lists starting in
14428 column 0.
14429 (org-export-as-html): Remove deadline formatting, this happens
14430 now already in `org-html-handle-time-stamps'.
14431 (org-export-html-style): Deadline class removed.
14432 (org-insert-labeled-timestamps-at-point): New option.
14433 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
14434 of `hide-sublevels 1', in case the first headline is not level 1.
14435 (org-overview, org-content): New fuction.
14436 (org-cycle-global-status, org-cycle-subtree-status): Make these
14437 variables buffer-local.
14438 (org-global-cycle): New command.
14439 (org-shifttab): Use `org-global-cycle'.
14440 (org-insert-heading, org-insert-item): Go to end of new
14441 headline/item after creating it.
14442 (org-export-visible): Rename from `org-export-copy-visible'.
14443 Now creates a temporary org-file and applies an exporting command
14444 to it.
14445 (org-table-eval-formula): Support for lisp forms.
14446 (org-agenda-todo-ignore-scheduled): New option.
14447 (org-agenda-get-todos): Use new option
14448 `org-agenda-todo-ignore-scheduled'.
14449 (org-export-html-inline-images): New value `maybe'.
14450 (org-export-as-html): Inlining of images dependent on link description.
14451 (org-archive-subtree): Check for end-of-buffer before trying
14452 `kill-line'.
14453 (org-agenda-follow-mode): New option.
14454 (org-export-with-tags, org-export-with-timestamps): New options.
14455 (org-html-handle-time-stamps): New function.
14456 (org-keyword-time-regexp): New variable.
14457 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
14458 (org-agenda-todo-list-sublevels): New option.
14459 (org-html-level-start): When TITLE is nil, just close all levels.
14460 (org-parse-key-lines, org-parse-export-options): Remove functions,
14461 replaced by `org-infile-export-plist'.
14462 (org-combine-plists, org-infile-export-plist)
14463 (org-default-export-plist): New functions.
14464 (org-export-html-preamble, org-export-html-postamble)
14465 (org-export-html-auto-preamble, org-export-html-auto-postamble):
14466 New variables.
14467 (org-export-publishing-directory): New option.
14468 (org-export-as-html, org-export-as-ascii): Use the new property
14469 lists for settings.
14470 (org-export-copy-visible, org-export-as-xoxo):
14471 Respect `org-export-publishing-directory'.
14472 (org-link-search, org-store-link, org-file-apps): Support for
14473 links to BibTeX database entries..
14474 (org-get-current-options, org-set-regexps-and-options):
14475 Implement logging as a startup option.
14476 (org-store-link): Make sure context string is never empty
14477 (org-insert-link): Use relative path when possible.
14478 (org-at-item-checklet-p): New function.
14479 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
14480 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
14481 (org-metaright, org-metaup, org-metadown, org-shiftup)
14482 (org-shiftdown, org-shiftright, org-shiftleft)
14483 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
14484 Dispatch using `call-interactively'.
14485 (org-call-with-arg): New defsubst.
14486 (org-tag-alist, org-use-fast-tag-selection): New options.
14487 (org-complete): Use `org-tag-alist'.
14488 (org-fast-tag-insert, org-fast-tag-selection): New functions.
14489 (org-next-item, org-previous-item): New commands.
14490 (org-beginning-of-item, org-end-of-item): Add (interactive) to
14491 make command.
14492 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
14493
14494 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
14495
14496 * emacs-lisp/ewoc.el (ewoc-delete): New function.
14497 (ewoc-filter): Use `ewoc-delete'.
14498
14499 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
14500
14501 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14502
14503 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
14504 Signal more user-friendly error messages.
14505
14506 * complete.el (PC-do-completion): Undo the addition of implicit
14507 wildcards if they did not lead to finding any match.
14508 (read-file-name-internal): Don't add the final > if the completion is
14509 not finished.
14510
14511 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
14512
14513 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
14514 Quote safe-local-variable predicate.
14515
14516 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
14517
14518 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
14519
14520 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14521
14522 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
14523
14524 * progmodes/make-mode.el (makefile-special-targets-list)
14525 (makefile-macro-table, makefile-target-table): Mark as risky.
14526 (makefile-query-one-target-method): Make this the alias for the
14527 following variable.
14528 (makefile-query-one-target-method-function): Make this the real name.
14529
14530 * textmodes/artist.el (artist-text-renderer): Make this the alias
14531 for the following variable.
14532 (artist-text-renderer-function): Make this the real name.
14533
14534 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
14535 the alias for the following variable.
14536 (flyspell-generic-check-word-predicate): Make this the real name.
14537
14538 * textmodes/ispell.el (ispell-format-word): Make this the alias
14539 for the following variable.
14540 (ispell-format-word-function): Make this the real name.
14541 (ispell-message-text-end): Mark as risky.
14542
14543 * skeleton.el (skeleton-transformation, skeleton-filter)
14544 (skeleton-pair-filter): Make these the aliases for the following
14545 variables.
14546 (skeleton-transformation-function, skeleton-filter-function)
14547 (skeleton-pair-filter-function): Make these the real names.
14548
14549 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
14550 and skeleton-pair-filter-function.
14551
14552 * textmodes/sgml-mode.el (sgml-transformation): Make this the
14553 alias for the following variable.
14554 (sgml-transformation-function): Make this the real name.
14555 (sgml-tag-alist): Mark as risky.
14556
14557 2006-05-21 Richard Stallman <rms@gnu.org>
14558
14559 * simple.el (kill-region): Interactively, pass point, then mark.
14560
14561 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
14562
14563 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
14564
14565 2006-05-21 Romain Francoise <romain@orebokech.com>
14566
14567 * dired-x.el (dired-mode-map): Don't bind M-g.
14568
14569 2006-05-20 Richard Stallman <rms@gnu.org>
14570
14571 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
14572 (dired-goto-file): Doc fix.
14573
14574 2006-05-21 Kim F. Storm <storm@cua.dk>
14575
14576 * emulation/cua-base.el: Mention customizing cua-mode as alternative
14577 way to enable built-in cua-mode if user loads older CUA-mode package.
14578
14579 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
14580 if default-filename is specified.
14581
14582 2006-05-20 Eli Zaretskii <eliz@gnu.org>
14583
14584 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
14585
14586 * info.el (info-apropos): Make sure current-file and current-node
14587 have non-nil values. Speed up by using add-to-list instead of
14588 manual consing.
14589
14590 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14591
14592 * progmodes/make-mode.el (makefile-mode): Doc fix.
14593
14594 2006-05-20 Eli Zaretskii <eliz@gnu.org>
14595
14596 * dired-aux.el (dired-do-shell-command): Doc fix.
14597
14598 2006-05-20 Kevin Ryde <user42@zip.com.au>
14599
14600 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
14601 ``(custom-manual :tag "Foo" "(foo)Node")''.
14602
14603 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
14604
14605 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
14606 value is an integer.
14607
14608 2006-05-20 Eli Zaretskii <eliz@gnu.org>
14609
14610 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
14611 "format".
14612 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
14613
14614 2006-05-20 Martin Rudalics <rudalics@gmx.at>
14615
14616 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
14617 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
14618
14619 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14620
14621 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
14622 regexp for keywords.
14623
14624 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
14625
14626 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
14627 replace-regexp-in-string.
14628
14629 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
14630 encode, and escape file name on conversion to URL.
14631
14632 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14633
14634 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
14635 Don't unescape URL.
14636 (dnd-get-local-file-name): Unescape URL on conversion to file name.
14637
14638 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
14639 on conversion to URLs.
14640
14641 * net/browse-url.el (browse-url-file-url): Encode file name on
14642 conversion to URL.
14643
14644 * term/mac-win.el (mac-ae-open-documents): Escape file name on
14645 conversion to URL.
14646
14647 2006-05-19 Eli Zaretskii <eliz@gnu.org>
14648
14649 * progmodes/cc-styles.el (c-style-alist): Doc fix.
14650
14651 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14652
14653 * term/mac-win.el (mac-bytes-to-digits): Remove function.
14654 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
14655
14656 2006-05-19 Glenn Morris <rgm@gnu.org>
14657
14658 * calendar/diary-lib.el (diary-bahai-date)
14659 (list-bahai-diary-entries, mark-bahai-diary-entries)
14660 (mark-bahai-calendar-date-pattern): Not interactive.
14661 (add-to-diary-list): New optional arg LITERAL. Doc fix.
14662 (diary-entries-list): Change format of 4th element in each entry.
14663 (diary-list-entries): Use add-to-diary-list.
14664 (diary-goto-entry): Handle the case where the buffer visiting the
14665 diary has been killed.
14666 (fancy-diary-display): Add 'locator to button rather than 'marker.
14667 Only generate temp-face when there are marks to apply.
14668 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
14669 (diary-fancy-date-pattern): New variable.
14670 (diary-time-regexp): Doc fix.
14671 (diary-anniversary, diary-time): New faces.
14672 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
14673 diary-time-regexp. Add font-lock-multiline property where needed.
14674 Use new faces diary-anniversary and diary-time.
14675 (diary-fancy-font-lock-fontify-region-function): New function, to
14676 handle multiline font-lock pattern in fancy diary.
14677 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
14678 (diary-font-lock-keywords): Tweak time regexp. Use new face
14679 diary-time.
14680
14681 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
14682
14683 * international/code-pages.el (mik): Table corrected.
14684
14685 2006-05-18 Kim F. Storm <storm@cua.dk>
14686
14687 * progmodes/grep.el (grep-find): Don't check grep-find-command
14688 before running command (breaks non-interactive usage).
14689
14690 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
14691
14692 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
14693 (ewoc--insert-new-node): Don't insert trailing newline.
14694 Instead, adjust successor nodes's start markers.
14695 (ewoc--refresh-node): Delete all text from current node's start
14696 marker to the next one's; adjust successor nodes's start markers.
14697 (ewoc--create): Doc fixes.
14698 (ewoc--refresh): Don't insert newline.
14699 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
14700 * pcvs.el (cvs-make-cvs-buffer):
14701 Specify extra newline for ewoc's header and footer.
14702 (cvs-update-header): Update initial header recognition.
14703 Append newline to final header and footer values.
14704 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
14705
14706 2006-05-17 Richard Stallman <rms@gnu.org>
14707
14708 * files.el (file-name-extension): Doc fix.
14709
14710 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14711
14712 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
14713 we can explicitly enable/disable rather than toggle.
14714 (shell-mode): Use it.
14715 (shell-cd): Don't try to reproduce what `cd' does.
14716
14717 2006-05-17 Kim F. Storm <storm@cua.dk>
14718
14719 * ido.el (ido-read-internal): Use only nondirectory part of
14720 default item.
14721
14722 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
14723
14724 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
14725 (ewoc-nth): Doc fix.
14726
14727 (ewoc-map, ewoc-invalidate): Compute PP before looping.
14728
14729 2006-05-16 Eli Zaretskii <eliz@gnu.org>
14730
14731 * international/mule.el (auto-coding-alist): Add .lha to files
14732 read with no-conversion.
14733
14734 * files.el (auto-mode-alist): Add .lha files to archive file
14735 extensions.
14736
14737 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
14738 Convert csize to integer when computing offsets within the
14739 compressed archive file.
14740
14741 2006-05-16 Kim F. Storm <storm@cua.dk>
14742
14743 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
14744 with read-from-minibuffer.
14745
14746 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
14747
14748 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
14749 (byte-compile-warnings): Fix safe-local-variable property.
14750
14751 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
14752
14753 * allout.el (allout-show-bodies, allout-old-style-prefixes)
14754 (allout-stylish-prefixes, allout-numbered-bullet)
14755 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
14756 predicates to qualify `safe-local-variable' property, when
14757 available, else use equivalent lambda.
14758 (allout-current-topic-collapsed-p): Do the right thing regarding
14759 trailing blank lines.
14760
14761 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14762
14763 * server.el (server-start): Only create a directory if needed.
14764 (server-edit, server-unload-hook): server-start => server-mode.
14765 (kill-emacs-hook): Cleanup upon exit.
14766
14767 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14768
14769 * hexl.el (hexlify-buffer): Encode process arguments manually.
14770
14771 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
14772
14773 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
14774 call to gdb-tooltip-print.
14775
14776 2006-05-15 Romain Francoise <romain@orebokech.com>
14777
14778 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
14779 systems, default to "tar" since those systems probably have GNU tar.
14780
14781 2006-05-14 Lars Hansen <larsh@soem.dk>
14782
14783 * desktop.el (desktop-missing-file-warning): Fix docstring.
14784 (desktop-restore-file-buffer): Correct question asked on missing file.
14785
14786 2006-05-14 Kim F. Storm <storm@cua.dk>
14787
14788 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
14789 Add CUA move property.
14790
14791 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
14792
14793 * custom.el (custom-push-theme): Load the variable before checking
14794 its `standard-value'.
14795
14796 2006-05-13 Lars Hansen <larsh@soem.dk>
14797
14798 * desktop.el (desktop-save): Use with-temp-buffer.
14799
14800 2006-05-12 Glenn Morris <rgm@gnu.org>
14801
14802 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
14803 * calendar/calendar.el (calendar-mode-map):
14804 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
14805 * calendar/appt.el (appt-check, appt-make-list): Refer to
14806 diary-view-entries, diary-list-entries, diary-show-all-entries
14807 rather than obsolete aliases.
14808
14809 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
14810
14811 * simple.el (line-move-finish): Avoid calling point motion hooks
14812 while processing intangibility.
14813
14814 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
14815
14816 * term/xterm.el (terminal-init-xterm): Fix typo.
14817
14818 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
14819
14820 * allout.el (allout-view-change-hook): Mark as being deprecated,
14821 to be replaced by `allout-exposure-change-hook'.
14822 (allout-exposure-change-hook): New, replacing
14823 `allout-view-change-hook'.
14824 (allout-flag-region): Run new hook `allout-exposure-change-hook',
14825 in addition to `allout-view-change-hook'.
14826 (allout-show-bodies, allout-old-style-prefixes)
14827 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
14828 lambda forms to prevent their showing up in variable help
14829 presentations as inscrutable byte-compiled code.
14830 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
14831 Use string-or-null-p to qualify safe-local-variable values.
14832 (allout-reindent-bodies): Use memq to qualify matches against
14833 valid safe-local-variable values. Also, quote the lambda as above.
14834 (allout-use-mode-specific-leader): Add missing candidate-value
14835 symbols, use memq, and quote the lambda.
14836 (allout-overlay-interior-modification-handler): Remove unused
14837 variables `msg' and 'opened'.
14838 (allout-hidden-p): Constrain invisibility consideration to allout's
14839 invisibility spec, disregarding invisibility for other reasons.
14840
14841 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
14842
14843 * files.el (version-control): Correct safe values.
14844
14845 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
14846
14847 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
14848
14849 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
14850 (ewoc--insert-new-node): New func.
14851 Update callers of deleted funcs to use it, instead.
14852
14853 2006-05-11 Glenn Morris <rgm@gnu.org>
14854
14855 * calendar/calendar.el (diary-show-all-entries): Do not refer to
14856 obsolete alias `show-all-diary-entries'.
14857 (make-diary-entry): Not interactive.
14858 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
14859 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
14860 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
14861 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14862 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
14863 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
14864
14865 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14866
14867 * calendar/calendar.el (calendar-french-date-string)
14868 (calendar-mayan-date-string, calendar-chinese-date-string)
14869 (calendar-astro-date-string, calendar-iso-date-string)
14870 (calendar-islamic-date-string, calendar-bahai-date-string)
14871 (calendar-hebrew-date-string, calendar-coptic-date-string)
14872 (calendar-ethiopic-date-string, calendar-persian-date-string):
14873 These functions are not interactive.
14874
14875 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
14876
14877 * files.el: Balance parentheses.
14878
14879 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
14880
14881 * files.el, newcomment.el, outline.el, simple.el,
14882 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
14883 * progmodes/cc-vars.el, progmodes/compile.el:
14884 Move `safe-local-variable' declarations to the respective files.
14885
14886 * help-fns.el (describe-variable): Don't print safe-var if it is
14887 byte-code. Improve wording as suggested by Luc Teirlinck.
14888
14889 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
14890
14891 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
14892 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
14893 Use a token for pending-triggers to ensure gdb-var-update
14894 gets called once per user input again for pre-GDB 6.4.
14895 (gdb-var-delete): Match on more complex expressions.
14896 (gdb-var-list-children-handler, gdb-var-create-handler):
14897 Use a token for consistency.
14898
14899 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
14900
14901 * textmodes/org.el (org-read-date, org-goto-calendar)
14902 (org-agenda-goto-calendar):
14903 Bind `view-calendar-holidays-initially' to nil.
14904
14905 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
14906
14907 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
14908 Update all callers to do it there, instead.
14909
14910 2006-05-10 Glenn Morris <rgm@gnu.org>
14911
14912 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
14913 prefix arg case, to avoid view-diary-entries-initially error.
14914 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
14915 (calendar-date-is-legal-p): Handle dates with no day part.
14916
14917 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
14918
14919 * comint.el (comint-insert-input): Just make it when
14920 comint-use-prompt regexp is nil (default) and with the mouse.
14921 (comint-copy-old-input): Reinstate from 2004-06-23.
14922 (comint-mode-map): Bind C-c C-m to it.
14923
14924 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
14925
14926 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
14927 Remove spurious move to point-max (new comint behavior fixes).
14928
14929 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
14930 compatibility function (Emacs 18/19).
14931 (idlwave-is-continuation-line): Always return point at start of
14932 previous non-blank continuation line.
14933 (keyword-parameters): Fix continued comment font-lock matcher.
14934 (idlwave-font-lock-fontify-region): Written, use as
14935 font-lock-fontify-region-function, to fix continued keyword
14936 fontification issues.
14937
14938 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14939
14940 * term/mac-win.el (mac-font-panel-mode): Doc fix.
14941 (mac-service-selection, mac-service-open-file)
14942 (mac-service-open-selection, mac-service-mail-selection)
14943 (mac-service-mail-to, mac-service-insert-text): Rename from
14944 mac-services-*. All uses changed.
14945 (mac-apple-event-map): Rename event symbol `services' to `service'.
14946
14947 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
14948
14949 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
14950 (ewoc--node-enter-first, ewoc--node-enter-last)
14951 (ewoc--delete-node-internal): Merge funcs into unique callers.
14952
14953 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
14954
14955 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
14956 return value of read-from-minibuffer for empty input.
14957
14958 2006-05-09 Miles Bader <miles@gnu.org>
14959
14960 * comint.el (comint-insert-input): Remove redundant calls to setq
14961 and goto-char.
14962
14963 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
14964
14965 * comint.el (comint-insert-input): Make it work when
14966 comint-use-prompt-regexp is t.
14967
14968 2006-05-10 Miles Bader <miles@gnu.org>
14969
14970 * subr.el (field-at-pos): New function.
14971
14972 * comint.el (comint-insert-input): Use it.
14973
14974 2006-05-09 Juri Linkov <juri@jurta.org>
14975
14976 * battery.el (battery-linux-proc-acpi): Also try
14977 `/proc/acpi/thermal_zone/THR2/temperature'.
14978
14979 * files.el <safe-local-variable>: Remove `eval' and `let' binding
14980 for now unused lambda `string-or-null'.
14981
14982 * add-log.el (change-log-default-name): Put `string-or-null-p'
14983 instead of lambda on `safe-local-variable' property.
14984
14985 * diff-mode.el (diff-context->unified): Use `region-beginning' and
14986 `region-end' instead of `mark' and `point'.
14987 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
14988 Operate on region in Transient Mark mode when the mark is active.
14989 Use `region-beginning' and `region-end' instead of `mark' and
14990 `point'.
14991 (diff-hunk-text, diff-goto-source): Doc fix.
14992
14993 * startup.el (fancy-splash-screens, normal-splash-screen): Use
14994 face `mode-line-buffer-id' for mode-line buffer face instead of
14995 hard-coded `(:weight bold)'.
14996
14997 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
14998 buffer-undo-list to t (undo-ask is reproducible by visiting
14999 nested archives).
15000
15001 2006-05-09 Kim F. Storm <storm@cua.dk>
15002
15003 * progmodes/grep.el (rgrep): Set default directory of *grep*
15004 buffer if we start M-x rgrep in the *grep* buffer and choose
15005 a different base directory.
15006
15007 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
15008
15009 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
15010 completion also when ido is loaded.
15011
15012 2006-05-09 Masatake YAMATO <jet@gyve.org>
15013
15014 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
15015 "warning" and "import".
15016 (cpp-font-lock-keywords): Added "warning".
15017
15018 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
15019
15020 * term/xterm.el (terminal-init-xterm): Add more key bindings.
15021
15022 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15023
15024 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
15025 pages at a time, if we signal the end, we should indeed reach that end.
15026
15027 2006-05-08 David Reitter <david.reitter@gmail.com>
15028
15029 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
15030 output during execution of the body.
15031
15032 2006-05-08 Kim F. Storm <storm@cua.dk>
15033
15034 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
15035
15036 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
15037
15038 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
15039 Use with-current-buffer.
15040
15041 2006-05-07 Kim F. Storm <storm@cua.dk>
15042
15043 * subr.el (add-to-history): Remove keep-dups arg.
15044
15045 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
15046 to nil around call to add-to-history.
15047
15048 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15049
15050 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
15051 than after a buffer modification.
15052
15053 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
15054
15055 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
15056 call to...
15057 (gud-watch): ...here so speedbar is raised for already watched
15058 expressions.
15059 (gdb-speedbar-refresh): Delete function.
15060 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
15061 Use speedbar-timer-fn instead of speedbar-refresh (reverting
15062 earlier change).
15063 (gdb-var-evaluate-expression-handler)
15064 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
15065
15066 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
15067 Update localized contents for all buffers except ignored modes.
15068
15069 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15070
15071 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
15072 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
15073 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
15074 (mac-handle-font-panel-closed, mac-handle-font-selection):
15075 New functions.
15076 (mac-font-panel-mode): New minor mode.
15077 (mac-apple-event-map): Add bindings for toolbar toggle button and
15078 font panel.
15079 (menu-bar-showhide-menu): Add mac-font-panel-mode.
15080
15081 2006-05-07 John Paul Wallington <jpw@pobox.com>
15082
15083 * ibuffer.el (ibuffer-compressed-file-name-regexp):
15084 Avoid `regexp-opt'; simplify regexp for readability.
15085
15086 2006-05-06 Eli Zaretskii <eliz@gnu.org>
15087
15088 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
15089 * files.el (buffer-stale-function):
15090 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15091 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
15092 links to the main manual, not to emacs-xtra.
15093
15094 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15095
15096 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
15097 MacJapanese if text is ASCII-only.
15098
15099 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
15100
15101 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
15102 unless so nil isn't returned.
15103 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
15104
15105 2006-05-06 Kim F. Storm <storm@cua.dk>
15106
15107 * subr.el (add-to-history): New function.
15108
15109 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
15110 (ediff-merge-files-with-ancestor):
15111 * env.el (setenv):
15112 * isearch.el (isearch-update-ring):
15113 * server.el (server-visit-files):
15114 * progmodes/grep.el (lgrep, rgrep):
15115 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
15116 * progmodes/xscheme.el (xscheme-insert-expression):
15117 Use add-to-history.
15118
15119 * kmacro.el (kmacro-push-ring): Use add-to-history.
15120 (kmacro-ring-length): Remove unused defun.
15121 (kmacro-start-macro): Use kmacro-push-ring.
15122
15123 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
15124
15125 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
15126 directly instead of a lambda expression that calls it.
15127
15128 2006-05-06 Kim F. Storm <storm@cua.dk>
15129
15130 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
15131 instead of compute-motion.
15132
15133 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
15134
15135 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
15136 change.
15137
15138 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
15139
15140 * startup.el (command-line-1): Refer to "Pure Storage" on
15141 pure-space-overflow.
15142
15143 2006-05-05 Martin Rudalics <rudalics@gmx.at>
15144
15145 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
15146 provided faces once they all have been used up.
15147
15148 2006-05-05 Eli Zaretskii <eliz@gnu.org>
15149
15150 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
15151 reference to the Lisp manual to the warning about pure space
15152 overflow.
15153
15154 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
15155
15156 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
15157 argument to avoid the call to `ispell-internal-change-dictionary'
15158 when not needed.
15159 (ispell-change-dictionary): Use this argument and call
15160 `ispell-internal-change-dictionary' after the possible change
15161 to `ispell-local-dictionary'.
15162 (ispell-internal-change-dictionary): Check for a change in
15163 personal dictionary use too.
15164
15165 2006-05-05 Eli Zaretskii <eliz@gnu.org>
15166
15167 * startup.el (command-line): On MS-Windows, probe "~", not
15168 "~USER", for warning about non-existent home directory.
15169
15170 * arc-mode.el (archive-l-e): New optional argument `float' means
15171 generate a float value.
15172 (archive-arc-summarize, archive-lzh-summarize)
15173 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
15174 with 3rd argument non-nil when file's size is being computed.
15175 Format the file sizes with %8.0f instead of %8d.
15176
15177 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15178
15179 * cus-start.el (all): Add mac-dnd-known-types.
15180
15181 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
15182 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
15183 (mac-TIFF-to-string): New functions.
15184 (x-get-selection, x-selection-value)
15185 (mac-select-convert-to-string): Use them.
15186 (mac-text-encoding-mac-japanese-basic-variant): New constant.
15187 (mac-dnd-types-alist): New customization variable.
15188 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
15189 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
15190 (mac-dnd-handle-drag-n-drop-event): New functions.
15191 (mac-drag-n-drop): Remove function.
15192 (global-map): Bind drag-n-drop and M-drag-n-drop to
15193 mac-dnd-handle-drag-n-drop-event.
15194
15195 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
15196
15197 * progmodes/perl-mode.el (perl-beginning-of-function):
15198 Skip anonymous subs.
15199
15200 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
15201
15202 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
15203 regexp-opt at run time.
15204
15205 * term.el (term-handle-ansi-escape): Fix off by one error.
15206
15207 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
15208
15209 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
15210 (gdb-init-1, gdb-post-prompt): ...and references to it.
15211 (gdb-frame-handler): Strip directory name from filename if present.
15212
15213 * progmodes/gud.el (gdb-force-update): Delete defvar
15214 (gud-speedbar-buttons): ...and references to it. Use window-start
15215 to try to keep positon in watch expression.
15216
15217 2006-05-03 Richard Stallman <rms@gnu.org>
15218
15219 * simple.el (next-history-element, previous-history-element): Doc fix.
15220
15221 * isearch.el (isearch-update-ring): Doc fix.
15222
15223 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
15224
15225 * isearch.el (isearch-update-ring): Take history-delete-duplicates
15226 into consideration. Replace one arm ifs with whens.
15227
15228 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
15229
15230 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
15231 (menu): Fix typo.
15232
15233 2006-05-02 Miles Bader <miles@gnu.org>
15234
15235 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
15236
15237 2006-05-02 Jay Belanger <belanger@truman.edu>
15238
15239 * calc/calc-embed.el (calc-override-minor-modes-map)
15240 (calc-override-minor-modes): New variables.
15241 (calc-do-embedded): Make sure that Calc keystrokes aren't
15242 overwritten by minor modes.
15243
15244 2006-05-02 Chong Yidong <cyd@mit.edu>
15245
15246 * msb.el (msb): If EVENT is a down event, read and discard the up event.
15247
15248 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15249
15250 * startup.el (command-line-1): Refer to Lisp manual when
15251 pure-space-overflow occurs.
15252
15253 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
15254 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
15255 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
15256 (version-control): Don't use `t' for safe-local-variable declarations.
15257
15258 2006-05-01 Richard Stallman <rms@gnu.org>
15259
15260 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
15261 M-r, M-R, M-A, M-SPC or M-DEL.
15262 (diff-mode-map): diff-refine-hunk now on C-c C-w
15263 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
15264
15265 * help-mode.el (help-mode): view-exit-action calls delete-window
15266 only when it is safe and possible.
15267
15268 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
15269 in messages.
15270
15271 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
15272
15273 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
15274 in the default tool-bar-map.
15275
15276 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
15277
15278 * net/tramp.el (tramp-completion-file-name-handler-alist)
15279 (tramp-run-real-handler, tramp-completion-run-real-handler)
15280 (tramp-completion-handle-file-name-all-completions)
15281 (tramp-completion-handle-file-name-completion): Autoload them.
15282 (tramp-completion-handle-file-exists-p)
15283 (tramp-completion-handle-file-name-directory)
15284 (tramp-completion-handle-file-name-nondirectory)
15285 (tramp-completion-handle-expand-file-name): Remove them.
15286 (tramp-handle-file-name-directory): Return the real directory name.
15287 Returning "/" only doesn't need to be necessary any longer.
15288 (tramp-file-name-handler): Make special attention when in hostname
15289 completion mode.
15290 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
15291 (tramp-register-file-name-handlers):
15292 Register `tramp-completion-file-name-handler' only when
15293 `partial-completion-mode' is enabled.
15294 (tramp-completion-handle-file-name-all-completions):
15295 Delete directory part from results.
15296 (tramp-get-completion-methods, tramp-get-completion-user-host):
15297 Discard deleting "/", it doesn't work after the change of
15298 `tramp-handle-file-name-directory' above.
15299
15300 2006-05-01 Kim F. Storm <storm@cua.dk>
15301
15302 * progmodes/grep.el (grep-expand-template): Use save-match-data
15303 and symbol-value.
15304
15305 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15306
15307 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
15308 Use select-frame-set-input-focus instead of raise-frame.
15309 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
15310
15311 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
15312
15313 * progmodes/gud.el (gud-def): Add %c case.
15314 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
15315 (gud-format-command): Make match case sensitive. Match on %F.
15316
15317 2006-04-30 Glenn Morris <rgm@gnu.org>
15318
15319 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
15320 (cal-tex-preamble): Use cal-tex-preamble-extra.
15321 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
15322 than alias `list-diary-entries'.
15323
15324 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
15325
15326 * help-fns.el (describe-variable): Add info about safe local variables.
15327
15328 2006-04-29 Richard Stallman <rms@gnu.org>
15329
15330 * bindings.el (mode-line-format): help-echo doc fixes.
15331
15332 * net/tramp.el (tramp-file-name-handler-alist): Delete
15333 expand-file-name and other operations that can cause spurious loading.
15334
15335 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15336
15337 * files.el (safe-local-variable-p): Remove support for the special
15338 value t.
15339
15340 * textmodes/paragraphs.el (sentence-end-without-space):
15341 Fix safety predicate.
15342 (sentence-end-double-space, sentence-end-without-period)
15343 (paragraph-ignore-fill-prefix):
15344 * textmodes/fill.el (colon-double-space):
15345 * abbrev.el (abbrev-mode): Tighten the safety predicate.
15346
15347 * subr.el (booleanp): New fun.
15348
15349 * textmodes/reftex-vars.el (reftex-guess-label-type):
15350 Tighten the safety predicate.
15351
15352 2006-04-28 Kim F. Storm <storm@cua.dk>
15353
15354 * progmodes/grep.el (defgroup grep): Doc fix.
15355 (grep-auto-highlight): Remove.
15356 (grep-template): New defcustom.
15357 (grep-find-template): Rename from grep-tree-template.
15358 (grep-files-aliases): Rename from grep-tree-files-aliases.
15359 Remove "all" alias, add "l" alias.
15360 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
15361 (grep-find-ignored-directories): New defcustom to replace
15362 grep-tree-ignore-CVS-directories, to facilitate ignoring
15363 subdirectories for multiple version control systems.
15364 (grep-mode-map): Add Recursive grep item to GREP menu.
15365 (grep-regexp-history, grep-files-history): New defvars.
15366 (grep-probe): New helper function.
15367 (grep-compute-defaults): Use it to simplify code.
15368 Adapt to name changes.
15369 Use `.' as base in grep-find-template rather than <D>.
15370 (grep): Remove superfluous highlight-regexp arg. Fix doc.
15371 Call grep-compute-defaults unconditionally.
15372 (grep-expand-keywords): New defconst.
15373 (grep-expand-template): Rename from grep-expand-command-macros.
15374 Simplify via grep-expand-keywords. Look at case-fold-search instead
15375 of grep-tree-ignore-case to add -i option.
15376 Bind case-fold-search to nil while matching keywords.
15377 (grep-tree-last-regexp, grep-tree-last-files): Remove.
15378 (grep-read-regexp, grep-read-files): New helper functions.
15379 (rgrep): Rename from grep-tree. Rework to use proper histories.
15380 Adapt to changes in defcustoms and functions above.
15381 (lgrep): New command, as grep, but using same interactive UI as rgrep.
15382
15383 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
15384
15385 * net/tramp.el (tramp-completion-file-name-handler):
15386 Disable Tramp's functionality while loading Tramp itself.
15387 (tramp-register-file-name-handlers): That's a defsubst now.
15388 Code from `tramp-repair-jka-compr' moved here. Apply it via
15389 `after-init-hook'.
15390 (tramp-repair-jka-compr): Remove.
15391
15392 2006-04-27 Jay Belanger <belanger@truman.edu>
15393
15394 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
15395 read expression when `math-read-big-expr' doesn't work.
15396
15397 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
15398
15399 * startup.el (command-line-1): Display warning when
15400 pure-space-overflow is non-nil.
15401
15402 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15403
15404 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
15405 risky.
15406
15407 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15408
15409 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
15410 Return the URL or nil if none can be generated.
15411
15412 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
15413
15414 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
15415 byte compiler warnings.
15416 (gud-basic-call, gud-find-expr): Let user select an expression
15417 for printing. Print expression as well as value in GUD buffer.
15418
15419 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
15420
15421 * allout.el: Remove local autoload declaration for
15422 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
15423 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
15424 (allout-plain-bullets-string, allout-distinctive-bullets-string)
15425 (allout-use-mode-specific-leader, allout-old-style-prefixes)
15426 (allout-stylish-prefixes, allout-numbered-bullet)
15427 (allout-file-xref-bullet, allout-presentation-padding)
15428 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
15429 safe-local-variable with suitable value spec, and add autoload
15430 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
15431 (move-beginning-of-line, move-end-of-line): Repair so these compat
15432 functions now actually resituate the point, when appropriate.
15433
15434 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15435
15436 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
15437
15438 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
15439 (add-log-iso8601-time-string): Fix call to format-time-string.
15440
15441 2006-04-26 Kim F. Storm <storm@cua.dk>
15442
15443 * subr.el (posn-string, posn-image, posn-object): Doc fix.
15444
15445 2006-04-26 Masatake YAMATO <jet@gyve.org>
15446
15447 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
15448 Add support for "//" style comments. Remove `b' flag
15449 from ?* in `asm-mode-syntax-table'.
15450
15451 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15452
15453 * follow.el: Use (featurep 'xemacs) everywhere.
15454 (follow-mode): Use define-minor-mode.
15455 (follow-mode-map): Move initialization into the declaration.
15456 Use command remapping.
15457 (follow-emacs-version-xemacs-p): Remove.
15458 (follow-submit-feedback): Remove.
15459
15460 * allout.el (allout-layout, allout-passphrase-verifier-string)
15461 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
15462
15463 * textmodes/reftex-vars.el (reftex-vref-is-default)
15464 (reftex-fref-is-default, reftex-guess-label-type):
15465 Tighten up a bit the safety predicate.
15466
15467 * textmodes/paragraphs.el (sentence-end-double-space)
15468 (sentence-end-without-period, sentence-end-without-space)
15469 (page-delimiter, paragraph-ignore-fill-prefix):
15470 Tighten up a bit the safety predicate.
15471
15472 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
15473
15474 * progmodes/python.el (python-continuation-line-p)
15475 (python-beginning-of-statement): syntax-ppss may return
15476 a negative depth.
15477 (python-mode): Don't forcefully enable font-lock.
15478
15479 * time-stamp.el (time-stamp-start, time-stamp-end)
15480 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
15481
15482 * add-log.el: Remove spurious * in docstrings.
15483 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
15484 (add-change-log-entry): Use it here, since it's not specific
15485 to iso8601.
15486 (add-log-iso8601-time-string): Don't use it here any more.
15487 (change-log-indent-text, change-log-indent): Rename from add-log-*.
15488
15489 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
15490
15491 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
15492
15493 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
15494 (rcirc-toggle-low-priority): Doc fix.
15495 (rcirc-handler-NOTICE): Remove beginning of line anchor in
15496 ChanServ regexp.
15497 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
15498 #emacs.
15499 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
15500 (rcirc-decode-coding-system): Use utf-8 as the default.
15501 (rcirc-multiline-minor-mode): Set the fill-column.
15502 (rcirc-format-response-string): Display bright and dim nicks.
15503 (rcirc-browse-url): Update interactive spec to fill ARG.
15504 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
15505 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
15506
15507 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
15508
15509 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
15510 case for @Article, etc.
15511
15512 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
15513
15514 * net/tramp.el (tramp-register-file-name-handlers): New defun.
15515 Added with autoload cookie.
15516 (tramp-unload-file-name-handlers): Rename from
15517 `tramp-unload-file-name-handler-alist'.
15518
15519 2006-04-23 Romain Francoise <romain@orebokech.com>
15520
15521 * comint.el (comint-match-partial-filename): Doc fix.
15522
15523 2006-04-21 Glenn Morris <rgm@gnu.org>
15524
15525 * calendar/cal-menu.el (calendar-mode-map): Refer to
15526 `diary-view-entries' rather than alias `view-diary-entries'.
15527 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
15528
15529 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
15530
15531 * progmodes/antlr-mode.el (antlr-default):
15532 * cus-edit.el (custom-documentation):
15533 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
15534 in defface.
15535
15536 2006-04-21 Kim F. Storm <storm@cua.dk>
15537
15538 * image.el (image-type): New defun split out of create-image.
15539 (create-image): Use it.
15540
15541 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
15542
15543 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
15544 (org-open-at-point): Remove the "...done" message to keep output
15545 in the echo area visible.
15546 (org-export-as-xoxo): Fix call to `indent-region'.
15547
15548 2006-04-21 Kevin Ryde <user42@zip.com.au>
15549
15550 * international/mule.el (keyboard-coding-system): defcustom
15551 info-link fixes: "Specify Coding" has been split, keyboard now in
15552 "Terminal Coding", and "Single-Byte Character Support" is now
15553 "Unibyte Mode".
15554
15555 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
15556
15557 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
15558 Use font-lock-warning-face for any errors e.g. no stack.
15559 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
15560
15561 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
15562
15563 * progmodes/sh-script.el (sh-shell): Mark as safe.
15564
15565 * newcomment.el (comment-start, comment-start-skip)
15566 (comment-end-skip, comment-end): Mark as safe.
15567
15568 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
15569
15570 * textmodes/org.el (org-deadline-announce): Face removed.
15571 (org-level-faces, org-n-levels): Convert to constant.
15572 (org-compatible-face): New function.
15573 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
15574 (org-level-5, org-level-6, org-level-7, org-level-8)
15575 (org-special-keyword, org-warning, org-headline-done, org-link)
15576 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
15577 (org-scheduled-today, org-scheduled-previously, org-time-grid):
15578 Face definition revised for better color tty support.
15579 (org-bold-re, org-italic-re, org-underline-re): New constants.
15580 (org-set-font-lock-defaults): Use the new constants.
15581 (org-agenda-highlight-todo): New function.
15582 (org-agenda-todo): Fix bug with point at end of line.
15583 (org-agenda-change-all-lines, org-finalize-agenda-entries):
15584 Fontify TODO keywords.
15585 (org-insert-link): Preserve relative path in ../ links.
15586 (org-export-as-html): Convert links pointing to .org files into
15587 links that will work beteen the exported HTML files.
15588 (org-todo-list): Fix bug when arg=0.
15589 (org-insert-heading): More fine-tuning.
15590
15591 2006-04-19 Romain Francoise <romain@orebokech.com>
15592
15593 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
15594 from `rmail-mime-charset-pattern'.
15595
15596 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
15597
15598 * progmodes/python.el (python-mode): Fix typo.
15599
15600 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
15601
15602 * comint.el (comint-previous-input): Don't clobber input line
15603 when moving off either end of the input history ring.
15604 (comint-delete-input): New function, used by
15605 `comint-previous-input' and others.
15606 (comint-previous-matching-input):
15607 Use `coming-delete-input'. Save the partial input if leaving the
15608 edit line. Goto point-max before deleting input to avoid
15609 partial input fragments hanging around.
15610 (comint-restore-input): New function, used by `comint-previous-input'.
15611
15612 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
15613
15614 * imenu.el (imenu--index-alist): Balance parentheses.
15615
15616 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
15617
15618 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
15619
15620 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
15621
15622 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
15623 file is nil.
15624
15625 2006-04-18 Richard Stallman <rms@gnu.org>
15626
15627 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
15628
15629 * imenu.el (imenu-create-index-function, imenu--index-alist)
15630 (imenu--last-menubar-index-alist, imenu--make-index-alist)
15631 (imenu-default-create-index-function, imenu--generic-function):
15632 Doc fixes.
15633
15634 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
15635
15636 * help-mode.el (help-mode): Set view-exit-action to delete window.
15637
15638 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
15639 now works by passing nil as arg.
15640
15641 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
15642
15643 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
15644 (read-abbrev-file): Provide default when reading filename.
15645
15646 * files.el (enable-local-variables): Allow :all as value.
15647 (hack-local-variables): Implement that value.
15648 (safe-local-variable-values, safe-local-eval-forms)
15649 (enable-local-variables): Mark as risky.
15650 (find-file-visit-truename, kept-old-versions): Mark safe.
15651
15652 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
15653 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
15654 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
15655
15656 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15657
15658 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
15659 Use forward-line so as to get to BOL even in the presence of fields.
15660 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
15661 in return.
15662 (inferior-tcl): Tell tclsh to work in interactive mode.
15663
15664 * complete.el (partial-completion-mode):
15665 Use 'choose-completion-string-functions to make sure that
15666 choose-completion fills the minibuffer properly.
15667
15668 * complete.el (PC-old-read-file-name-internal): Remove.
15669 (PC-read-include-file-name-internal): Remove. Turn it into an advice
15670 of read-file-name-internal.
15671 (partial-completion-mode): Enable/disable this advice.
15672
15673 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
15674
15675 * net/tramp.el (tramp-completion-file-name-handler): Revert change
15676 of 2006-04-17.
15677
15678 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
15679
15680 * textmodes/org.el (org-insert-heading): Insert heading before
15681 current if at beginning of line.
15682 (org-todo, org-date): New faces.
15683 (org-table-align): Make sure tooltip window contains full text.
15684 (org-no-properties): New defsubst.
15685 (org-set-font-lock-defaults): Use new faces.
15686
15687 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
15688
15689 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
15690 for root variables.
15691
15692 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
15693 (gdb-frame-address): Re-use to identify frame for watch expression.
15694 (gdb-var-list, gdb-var-create-handler): Add frame address for root
15695 variables.
15696 (gdb-init-1, gdb-source, gdb-post-prompt)
15697 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
15698 (gdb-frame-handler): Get gdb-frame-address.
15699
15700 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
15701
15702 Sync with Tramp 2.0.53.
15703
15704 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
15705 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
15706 (tramp-completion-file-name-handler): Add autoload cookie for
15707 adding to `file-name-handler-alist'.
15708
15709 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
15710 the prompt. If it returns earlier (when detecting an error
15711 message), the rest of the output will merge accidently with the
15712 output of the next command. Reported by M Jared Finder
15713 <jared@hpalace.com>.
15714
15715 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15716 for `process-file', in order to let it work for older Emacsen too.
15717
15718 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
15719
15720 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
15721 (tex-font-lock-keywords-3): Use it.
15722
15723 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15724
15725 * newcomment.el (comment-add): New function.
15726 (comment-region-default, comment-dwim): Use it.
15727
15728 2006-04-15 Michael Olson <mwolson@gnu.org>
15729
15730 * emacs-lisp/tq.el: Improve comments.
15731 (tq-queue-head-question): New accessor function.
15732 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
15733 Update for modified queue structure.
15734 (tq-queue-add): Accept `question' argument.
15735 (tq-queue-pop): If a question is pending, send it.
15736 (tq-enqueue): Accept new optional argument `delay-question'.
15737 If this is non-nil, and at least one other question is pending a
15738 response, queue the question rather than sending it immediately.
15739
15740 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15741
15742 * calendar/appt.el (appt-add): Check whether an appointment is
15743 already present in appt-time-msg-list. Simplify code.
15744
15745 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15746
15747 * progmodes/cc-langs.el (c-mode-menu):
15748 Don't presume c-subword-mode is bound.
15749
15750 2006-04-13 Bill Wohler <wohler@newt.com>
15751
15752 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
15753 (customize-package-emacs-version): Use cdr instead of cadr now
15754 that alists use dotted pairs.
15755
15756 * custom.el (defcustom): Fix docstring for :package-version.
15757
15758 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
15759
15760 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
15761 (tramp-handle-shell-command): Display output buffer only when
15762 `tramp-display-shell-command-buffer' is true.
15763 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
15764
15765 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
15766
15767 * textmodes/org.el (org-set-autofill-regexps): Set only the local
15768 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
15769
15770 2006-04-13 Romain Francoise <romain@orebokech.com>
15771
15772 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
15773 leaving temporary .cvsignore buffers behind.
15774
15775 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
15776
15777 * textmodes/org.el (org-set-regexps-and-options)
15778 (org-get-current-options): Better names for the startup folding
15779 options.
15780
15781 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
15782
15783 * vc.el (vc-annotate): Arrange for point to end up at the same
15784 line number as in the original, but only when using a new buffer.
15785
15786 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
15787
15788 * files.el (hack-one-local-variable-eval-safep):
15789 Recognize `edebug-form-spec' for `put', but only if it passes
15790 `edebug-basic-spec'. Generalize `put' handling.
15791
15792 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
15793 vetting file-local form specs.
15794
15795 * allout.el (allout-layout): Autoload its `safe-local-variable'
15796 property.
15797
15798 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
15799
15800 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
15801 (org-agenda-mouse-1-follows-link)
15802 (org-mouse-1-follows-link): New options.
15803 (org-format-agenda-item): Fix bug if TAGS is nil.
15804 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
15805
15806 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
15807
15808 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
15809 GDB 6.1+ gives full filename for "info sources" so use
15810 file-name-nondirectory.
15811
15812 2006-04-12 Romain Francoise <romain@orebokech.com>
15813
15814 * subr.el (read-passwd): Bind `message-log-max' to nil.
15815
15816 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15817
15818 * progmodes/perl-mode.el (perl-indent-new-calculate):
15819 Recompute parse-start after jumping backward by a whole sexp.
15820
15821 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15822
15823 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
15824 window configuration.
15825 (vc-annotate-display-select): Select the buffer so that current-buffer
15826 (and selected-window) is the output buffer at the end of vc-annotate.
15827
15828 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
15829
15830 * vc.el (vc-annotate-color-map): Add custom TTY color map for
15831 8-color terminals, to use all of the colors in a sensible order.
15832 256-color terminals work well with the standard map.
15833 (vc-annotate-lines): Only strip the first color character if it
15834 is "#", to allow for terminal-style named colors.
15835 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
15836 the correct buffer is scrolled.
15837
15838 2006-04-11 Richard Stallman <rms@gnu.org>
15839
15840 * emacs-lisp/bytecomp.el (byte-compile-file):
15841 Bind enable-local-variables to :safe, and make normal-mode obey it.
15842
15843 * files.el (enable-local-variables): Allow value :safe.
15844 (normal-mode): Doc fix.
15845 (hack-local-variables): Implement enable-local-variables = :safe.
15846 (hack-local-variables-confirm): Don't prevent quitting.
15847
15848 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15849
15850 * loadhist.el (unload-feature): A bit of sanity check of
15851 load-history entries. Cancel timer-vars before unbinding them.
15852
15853 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
15854 quote special chars, and make the trick work on the hex part of the
15855 buffer as well.
15856 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
15857 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
15858
15859 * startup.el (normal-splash-screen): Fix last change so we don't wait
15860 2 minutes if we don't show the splash screen.
15861
15862 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
15863
15864 * textmodes/org.el (org-export-plain-list-max-depth)
15865 (org-table-spaces-around-separators)
15866 (org-radio-targets, org-activate-camels)
15867 (org-table-spaces-around-invisible-separators): Options removed.
15868 (org-time-stamp-rounding-minutes, org-remember-templates)
15869 (org-ellipsis, org-activate-links, org-descriptive-links):
15870 New options.
15871 (org-remember-apply-template, org-current-time)
15872 (org-finish-edit-table-field)
15873 (org-link-unescape, org-link-escape)
15874 (org-string-width, org-table-clean-line, org-html-do-expand)
15875 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
15876 (org-read-agenda-file-list): New functions.
15877 (org-table-edit-field)
15878 (org-table-create-or-convert-from-region): New commands
15879 (org-table-toggle-vline-visibility): Command removed.
15880 (org-table-convert-region): Made a command.
15881 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
15882 Replace with the normal org- functions.
15883 (org-self-insert-command): Don't trigger realign unnecessarily
15884 when blanking a field that is not full.
15885 (org-mode): `Set buffer-invisibility-spec' for links.
15886 (org-activate-links2): Hide link part and only show descriptive
15887 part of the link.
15888 (org-insert-link): Modify for new linking system.
15889 (org-store-link): Store description separately, for use by
15890 `org-insert-link'.
15891 (org-table-align): Use `org-string-width'.
15892 (defgroup): Completely new group structure for custom variables.
15893 (org-agenda-files): Option: Single file name allowed. Function:
15894 Optional argument unrestrited means ignore any restricitons.
15895 (org-install-agenda-files-menu): Find a buffer in Org-mode before
15896 trying to modify the menu. Use generalized access to
15897 `org-agenda-files.'
15898 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
15899 (org-agenda-file-to-front, org-remove-file, org-diary)
15900 (org-tags-view, org-export-icalendar-all-agenda-files)
15901 (org-export-icalendar-combine-agenda-files): Use generalized
15902 access to `org-agenda-files'.
15903 (org-remember-handler): Correctly preserve heading if present.
15904 (org-table-insert-row, org-table-insert-hline): Deal with
15905 invisible characters.
15906
15907 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
15908
15909 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
15910 (vc-annotate-color-map): New 18 element constant
15911 value/saturation, rotating hue colormap, from red->blue.
15912 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
15913 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
15914 (vc-annotate): To avoid killing the required local variables,
15915 set them before the end of `with-output-to-temp-buffer', and
15916 after first switching to annotate-mode.
15917 (vc-annotate-warp-version): Add buffer argument in goto-line to
15918 ensure annotation, not source, is scrolled.
15919
15920 2006-04-10 Bill Wohler <wohler@newt.com>
15921
15922 * custom.el (defcustom, custom-handle-keyword):
15923 Add :package-version keyword.
15924 (custom-add-package-version): New function. Sets value of new
15925 property 'custom-package-version from :package-version keyword.
15926 (defcustom): Create Common Keywords section in docstring.
15927 (defface, defgroup): Replace definitions of a select few keywords
15928 with a reference to the Common Keywords in defcustom.
15929 (defcustom, defface, defgroup): Replace reference to Customization
15930 chapter in manual with hyperlink.
15931
15932 * cus-edit.el (customize-package-emacs-version-alist): New variable.
15933 (customize-changed-options): Add check for custom-package-version.
15934 (customize-package-emacs-version): New function to look up Emacs
15935 version corresponding to the given package version.
15936
15937 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
15938 defun name, in similar fashion to find-variable-regexp.
15939
15940 2006-04-10 Eli Zaretskii <eliz@gnu.org>
15941
15942 * international/mule-cmds.el (set-locale-environment): Fix last
15943 change for when the locale's preferences don't specify any encoding.
15944
15945 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15946
15947 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
15948 so the defined var/fun doesn't need to be quoted.
15949
15950 2006-04-10 Richard Stallman <rms@gnu.org>
15951
15952 * finder.el (finder-mode-map): Add n and p bindings.
15953
15954 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
15955
15956 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
15957 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
15958 (gdb-setup-windows): Put something in source window if we can't find
15959 the source file.
15960 (gdb-frame-handler): Make it work again with just assembly.
15961 (gdb-data-list-register-values-handler): Make it work when there is
15962 no stack.
15963
15964 2006-04-09 Richard Stallman <rms@gnu.org>
15965
15966 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
15967 specs while looking for charset.
15968
15969 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
15970
15971 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
15972 Make them faces.
15973 (lm-font-lock-keywords): Update appropriately.
15974
15975 2006-04-10 Kim F. Storm <storm@cua.dk>
15976
15977 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
15978 it can also replace buffer-substring-no-properties.
15979
15980 * emulation/cua-base.el (cua-delete-region, cua-paste)
15981 (cua-repeat-replace-region): Use filter-buffer-substring.
15982
15983 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
15984 (cua-cut-region-to-global-mark): Likewise.
15985
15986 * emulation/cua-rect.el (cua--extract-rectangle)
15987 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
15988
15989 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15990
15991 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
15992 entry-type. Add field delimiters to numerical fields if they are
15993 not present.
15994
15995 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15996
15997 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
15998 string-const to return value.
15999 (bibtex-remove-delimiters): Use it.
16000
16001 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16002
16003 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
16004 cl-byte-compile-compiler-macro unless it exists.
16005
16006 2006-04-08 Eli Zaretskii <eliz@gnu.org>
16007
16008 * files.el (hack-local-variables-confirm) <offer-save>:
16009 Clarify message text. Suggested by Ralf Angeli.
16010
16011 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
16012
16013 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
16014 (delete-extract-rectangle-line): Use `filter-buffer-substring'
16015 instead of `buffer-substring' and `delete-region'. (Most of the
16016 code actually copied from `kill-region'.)
16017
16018 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
16019
16020 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
16021 (rcirc-default-port): Rename from rcirc-port.
16022 (rcirc-default-nick): Rename from rcirc-nick.
16023 (rcirc-default-user-name): Rename from rcirc-user-name.
16024 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
16025 (rcirc-low-priority-flag): New variable.
16026 (rcirc-decode-coding-system): New defcustom.
16027 (rcirc-encode-coding-system): New defcustom.
16028 (rcirc-coding-system-alist): New defcustom.
16029 (rcirc-multiline-major-mode): New defcustom.
16030 (rcirc-nick): New internal variable.
16031 (rcirc-process): Remove variable.
16032 (rcirc-server-buffer): New variable.
16033 (rcirc): Update to use rcirc-default-* variables above.
16034 (rcirc-connect): Do not add window-configuration-hook-here.
16035 (rcirc-server): New internal variable.
16036 (rcirc-connect): Do not send keepalive pings if
16037 rcirc-keepalive-seconds is nil.
16038 (with-rcirc-server-buffer): New macro.
16039 (rcirc-send-string): Encode with rcirc-encode-coding-system.
16040 (rcirc-server-name): Rename from rcirc-server.
16041 (rcirc-buffer-process): New function.
16042 (rcirc-buffer-nick): New function.
16043 (rcirc-buffer-target): Remove function.
16044 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16045 New commands.
16046 (rcirc-mode-map): Change binding of C-c C-l to
16047 rcirc-toggle-low-priority.
16048 (rcirc-mode): Initialize coding system based on
16049 rcirc-coding-system-alist. New change-major-mode-hook to part the
16050 channel on a mode change. Make kill-buffer-hook buffer-local.
16051 (rcirc-change-major-mode-hook): New function.
16052 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
16053 (rcirc-last-post-time): New variable.
16054 (rcirc-process-message): Store the last time user posted a message
16055 to this target.
16056 (rcirc-multiline-minor-mode): New mode.
16057 (rcirc-multiline-minor-mode-map): New mode map.
16058 (rcirc-edit-multiline): Put multiline-edit buffer in
16059 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
16060 (rcirc-print): Ignore any line starting with an ignored nick.
16061 (rcirc-print): Decode using rcirc-decode-coding-system.
16062 (rcirc-track-minor-mode): Update global-mode-string when disabling
16063 this mode.
16064 (minor-mode-alist): Add LowPri indicator.
16065 (rcirc-toggle-low-priority): New function.
16066 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
16067 next lowpriority buffer with activity.
16068 (rcirc-record-activity): Sort buffers in rcirc-activity by the
16069 last time the user posted a message in to the target.
16070 (rcirc-update-activity-string): New formatting for low priority
16071 buffers.
16072 (rcirc-split-activity): New function.
16073 (rcirc-handler-PART, rcirc-handler-KICK)
16074 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
16075 (rcirc-nick-away-alist): New variable.
16076 (rcirc-handler-301): New handler. Away messages are printed once
16077 per change.
16078
16079 2006-04-08 Eli Zaretskii <eliz@gnu.org>
16080
16081 * info.el (Info-follow-nearest-node): Doc fix.
16082
16083 * international/mule-cmds.el (set-locale-environment): Make sure
16084 the coding-system preferred by the locale's language has the same
16085 EOL conversion type as the original buffer-file-coding-system.
16086 (locale-language-names): Add a few MS Windows language codes.
16087
16088 2006-04-07 Richard Stallman <rms@gnu.org>
16089
16090 * simple.el (eval-expression): Doc fix.
16091
16092 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
16093 (eval-defun): Doc fixes.
16094
16095 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
16096
16097 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
16098
16099 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
16100
16101 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
16102 GDB list command without argument for greater generality.
16103
16104 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
16105
16106 * subr.el (string-or-null-p): New function.
16107
16108 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
16109
16110 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
16111
16112 * files.el: Update comment about safe-local-variable declarations.
16113
16114 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
16115
16116 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
16117 See idlwave.org.
16118
16119 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
16120 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
16121
16122 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
16123 See idlwave.org.
16124
16125 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
16126 version 6.0 (minimal changes). See idlwave.org.
16127
16128 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
16129 6.0 (minimal changes). See idlwave.org.
16130
16131 * progmodes/idlw-rinfo.el: File obsoleted and removed.
16132
16133 2006-04-06 Romain Francoise <romain@orebokech.com>
16134
16135 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
16136 symmetric encryption features and a new asynchronous interface to
16137 GnuPG. This new version is version 1.4, plus whitespace changes.
16138
16139 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
16140
16141 * files.el: Move some `safe-local-variable' declarations to the
16142 respective files.
16143
16144 * textmodes/ispell.el (ispell-check-comments)
16145 (ispell-local-dictionary): Mark as safe.
16146
16147 * abbrev.el (abbrev-mode): Mark as safe.
16148
16149 * add-log.el (change-log-default-name): Mark as safe.
16150
16151 * textmodes/reftex-vars.el (reftex-vref-is-default)
16152 (reftex-fref-is-default, reftex-level-indent)
16153 (reftex-guess-label-type): Mark as safe.
16154
16155 * textmodes/fill.el (colon-double-space): Mark as safe.
16156
16157 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
16158 (sentence-end-double-space, sentence-end-without-period)
16159 (sentence-end-without-space, sentence-end, sentence-end-base)
16160 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
16161
16162 2006-04-06 Kim F. Storm <storm@cua.dk>
16163
16164 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
16165 the :set-after list.
16166 (ido-downcase-unc-hosts): New user option. Default on.
16167 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
16168 when it is set, as regexps are now applied on the fly.
16169 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
16170 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
16171 on the fly, but only when ido-process-ignore-lists is set.
16172 Do case insensitive filtering if ido-downcase-unc-hosts is set.
16173 Only downcase names if ido-downcase-unc-hosts is set.
16174
16175 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
16176
16177 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
16178
16179 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
16180
16181 2006-04-05 Kim F. Storm <storm@cua.dk>
16182
16183 * ido.el (ido-mode): Set after ido-unc-hosts and
16184 ido-ignore-unc-host-regexps.
16185 (ido-save-history): Save ido-unc-hosts-cache.
16186 (ido-load-history): Load ido-unc-hosts-cache.
16187 (ido-reread-directory): Refresh unc hosts cache in // dir.
16188
16189 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
16190 to nil while displaying slash screen.
16191
16192 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16193
16194 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16195 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16196
16197 2006-04-05 Kenichi Handa <handa@m17n.org>
16198
16199 * international/characters.el: Setup cases of Latin, Greek, and
16200 Cyrillic characters in CJK charsets.
16201
16202 2006-03-29 Daiki Ueno <ueno@unixuser.org>
16203
16204 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16205 default-enable-multibyte-characters. This reverts the change from
16206 revision 6.17 which is no longer necessary because the passphrase
16207 is sent separately now. GnuPG messages are unreadable under
16208 multibyte locales with default-enable-multibyte-characters set to nil.
16209
16210 2006-04-04 Andreas Schwab <schwab@suse.de>
16211
16212 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
16213 and `byte-compile-warnings' as `safe-local-variable'.
16214
16215 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
16216
16217 * man.el (Man-mode-map): Restore the \r binding.
16218 (Man-abstract-xref-man-page): If Man-target-string is a function,
16219 call it.
16220 (Man-highlight-references): Use Man-default-man-entry to get the
16221 target. Deal with xrefs too.
16222 (Man-highlight-references0): Don't call the target function.
16223
16224 * woman.el (WoMan-xref-man-page): Strip the section number, woman
16225 cannot deal with it.
16226
16227 2006-04-04 Daiki Ueno <ueno@unixuser.org>
16228
16229 * pgg-gpg.el: Clean up process buffers every time gpg processes
16230 complete.
16231
16232 2006-04-04 Kenichi Handa <handa@m17n.org>
16233
16234 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
16235 here.
16236 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
16237 Temporarily bind inhibit-field-text-motion to t.
16238
16239 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16240
16241 * startup.el (normal-splash-screen): Only set mode-line-format in the
16242 splash buffer, so as not to interfere when debugging the code.
16243 Ignore errors when switching buffer.
16244
16245 2006-04-03 Romain Francoise <romain@orebokech.com>
16246
16247 * dired.el (dired-dnd-protocol-alist): Fix typo.
16248
16249 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
16250
16251 * savehist.el (savehist): Add :version.
16252 (savehist-ignored-variables): New variable.
16253 (savehist-minibuffer-hook): Don't save variables listed in
16254 `savehist-ignored-variables'.
16255
16256 * dired.el (dired-dnd-protocol-alist): Mention that change does
16257 only apply to new buffers in doc string.
16258
16259 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16260
16261 * recentf.el (recentf-open-files-item): Include newline in button
16262 field, so opening a file will work, when the point is at the end
16263 of the file name. Allow, for example, to [i]search a file by
16264 extension and just push RET to open it.
16265
16266 2006-04-03 Daiki Ueno <ueno@unixuser.org>
16267
16268 * pgg-gpg.el (pgg-gpg-process-filter)
16269 (pgg-gpg-wait-for-completion): Check if buffer is alive.
16270
16271 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16272 lines, temporary fix.
16273
16274 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
16275
16276 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
16277
16278 2006-04-02 Richard Stallman <rms@gnu.org>
16279
16280 * progmodes/compile.el (compilation-message-face): Make it defcustom.
16281
16282 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
16283
16284 * ibuf-macs.el (define-ibuffer-column): Add a new key:
16285 header-mouse-map.
16286
16287 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
16288 (ibuffer-mode-header-map): New keymaps.
16289 (ibuffer-update-title-and-summary): Enable mouse face highlighting
16290 and keybindings for column headers.
16291 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
16292 property.
16293
16294 2006-04-02 Drew Adams <drew.adams@oracle.com>
16295
16296 * speedbar.el (speedbar-after-create-hook): Doc fix.
16297
16298 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
16299
16300 * shell.el (shell-directory-tracker)
16301 (shell-dynamic-complete-command): Doc fixes.
16302
16303 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
16304
16305 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
16306 terminals.
16307
16308 2006-04-01 Kim F. Storm <storm@cua.dk>
16309
16310 * ido.el (ido-unc-hosts-cache): New defvar.
16311 (ido-unc-hosts): If value of defcustom is a function, call it to
16312 get list of UNC hosts. Add function-item choices to specify
16313 ido-unc-hosts-net-view or user function.
16314 (ido-ignore-unc-host-regexps): New defcustom.
16315 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
16316 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
16317 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
16318
16319 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16320
16321 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
16322 wwidth.
16323
16324 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
16325
16326 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
16327 (ido-max-work-file-list, ido-switch-buffer)
16328 (ido-read-file-name-as-directory-commands):
16329 Fix typos in docstrings.
16330
16331 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16332
16333 * term/mac-win.el (mac-system-coding-system): Define and use after
16334 Mac-specific coding systems are ready.
16335
16336 2006-03-27 Romain Francoise <romain@orebokech.com>
16337
16338 * net/rcirc.el (rcirc-connect): Add autoload cookie.
16339
16340 * ldefs-boot.el: Update.
16341
16342 2006-03-27 Daiki Ueno <ueno@unixuser.org>
16343
16344 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16345 passphrases when it is not needed.
16346 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16347 passphrase stuff from gpg, should only be necessary when you use
16348 gpg with a smartcard.
16349
16350 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
16351
16352 * comint.el (comint-dynamic-list-completions): Allow user to
16353 select *Completions* buffer.
16354
16355 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
16356
16357 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
16358
16359 2006-03-26 Andreas Schwab <schwab@suse.de>
16360
16361 * progmodes/gud.el (gdb): Only complain about multiple debugging
16362 when the gdb process is still running.
16363
16364 2006-03-25 Eli Zaretskii <eliz@gnu.org>
16365
16366 * mail/rmail.el (tool-bar-map): Defvar it.
16367 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
16368 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
16369
16370 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
16371
16372 * help.el (print-help-return-message): Suggest to use
16373 display-buffer instead of switch-to-buffer-other-window to restore
16374 the previous window without selecting it.
16375
16376 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16377
16378 * frame.el (select-frame-by-name): Call x-focus-frame also when
16379 window-system is mac.
16380
16381 * term/mac-win.el: Adjust Courier font specifications in
16382 x-fixed-font-alist.
16383 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
16384 when directly encoding to UTF-16 in native byte order, no BOM.
16385
16386 2006-03-25 Kim F. Storm <storm@cua.dk>
16387
16388 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
16389 (cua--init-keymaps): Use it instead of fixed C-return.
16390 (cua-mode): Set after it.
16391
16392 * emulation/cua-rect.el (cua--init-rectangles):
16393 Use cua-rectangle-mark-key instead of fixed C-return.
16394
16395 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
16396
16397 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
16398 "run" in .gdbinit.
16399 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
16400
16401 2006-03-24 Romain Francoise <romain@orebokech.com>
16402
16403 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
16404 `display-buffer-other-frame'.
16405
16406 2006-03-24 Kim F. Storm <storm@cua.dk>
16407
16408 * apropos.el (apropos-synonyms): Add selection => region.
16409
16410 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
16411
16412 * progmodes/gdb-ui.el (gdb-var-create-regexp)
16413 (gdb-var-list-children-regexp, gdb-var-update-regexp)
16414 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
16415 (gdb-data-list-register-values-regexp)
16416 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
16417 Future proof against new fields being added to MI output.
16418 (gdb-send): Don't treat backslashes for program input as
16419 continuations.
16420 (gdb-assembler-handler): Don't use window-start for this handler.
16421 (gdb-frame-handler): Don't change to hollow arrow if overlay
16422 arrow doesn't move to new frame.
16423
16424 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
16425
16426 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
16427 prevent compiler warnings.
16428 (gdb-stopped): Check for gud-last-last-frame (case: signal).
16429 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
16430 (gdb-assembler-custom): Use hollow-right-triangle for assembler
16431 buffer too.
16432
16433 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
16434
16435 * pgg-gpg.el (pgg-gpg-update-agent): Check for
16436 make-network-process, so we can use the same code in Gnus v5-10
16437 too and have this file fully synchronized with that release.
16438
16439 2006-03-23 Romain Francoise <romain@orebokech.com>
16440
16441 * ibuf-ext.el (ibuffer-read-filter-group-name):
16442 Use `ibuffer-generate-filter-groups' to make completion list match
16443 the filter groups that are really displayed in the Ibuffer buffer.
16444 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
16445
16446 2006-03-23 Kenichi Handa <handa@m17n.org>
16447
16448 * international/mule-cmds.el (sort-coding-systems): Describe that
16449 the argument is modified in docstring.
16450
16451 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
16452
16453 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16454 (pgg-gpg-update-agent): New function.
16455 (pgg-gpg-use-agent-p): New function.
16456 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16457 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16458 (pgg-gpg-sign-region): Use it.
16459
16460 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
16461
16462 * cus-edit.el (custom-face-set): Call custom-push-theme before
16463 face-spec set so that `changed' theme is correctly saved.
16464 (custom-face-reset-standard): Reset to recalculated face rather
16465 than defface spec.
16466
16467 * custom.el (custom-push-theme): Only save `changed' theme if the
16468 current face does not match the defface specs.
16469
16470 2006-03-21 Simon Josefsson <jas@extundo.com>
16471
16472 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16473 <wilde@sha-bang.de>.
16474 (pgg-gpg-use-agent): New variable.
16475 (pgg-gpg-process-region): Use it.
16476 (pgg-gpg-encrypt-region): Likewise.
16477 (pgg-gpg-encrypt-symmetric-region): Likewise.
16478 (pgg-gpg-decrypt-region): Likewise.
16479 (pgg-gpg-sign-region): Likewise.
16480 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16481
16482 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
16483
16484 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
16485 bracket links.
16486
16487 2006-03-21 Kim F. Storm <storm@cua.dk>
16488
16489 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
16490 fringe-indicator-alist instead of modifying global value.
16491 (gdb-frame-handler): Likewise.
16492
16493 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
16494
16495 * diff-mode.el (diff-function): Make it inherit from diff-header
16496 instead of diff-context.
16497
16498 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
16499 bitmap.
16500 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
16501 change names in macro above for consistency.
16502 (gdb-frame-handler): Use hollow-right-triangle for all selected
16503 frames which except the innermost (where execution has stopped).
16504 (gdb-reset): Reset buffer-local values of overlay-arrow.
16505
16506 2006-03-20 Richard Stallman <rms@gnu.org>
16507
16508 * simple.el (set-mark-command): Doc fix.
16509
16510 * files.el (display-buffer-other-frame): New command.
16511 (ctl-x-4-map): Bind C-x 5 C-o to it.
16512
16513 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16514
16515 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
16516 rather than just defer-time, in case defer-time has been changed but
16517 the timer isn't running yet.
16518 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
16519
16520 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
16521
16522 * help-mode.el (help-follow-symbol): New function.
16523 Essentially identical to the old `help-follow', but do not let
16524 `push-button' do the work when on an xref.
16525 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
16526
16527 2006-03-19 Richard Stallman <rms@gnu.org>
16528
16529 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
16530 preceded by the word `program'.
16531 (help-follow-mouse, help-follow): Throw error if not on xref.
16532 Delete no longer used args.
16533
16534 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
16535
16536 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
16537 annotation ensure gud-overlay-arrow-position is redisplayed.
16538
16539 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16540
16541 * textmodes/bibtex.el (bibtex-include-OPTkey)
16542 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
16543 (bibtex-autokey-name-case-convert)
16544 (bibtex-autokey-titleword-case-convert): Make these the aliases
16545 for the following two variables.
16546 (bibtex-autokey-name-case-convert-function)
16547 (bibtex-autokey-titleword-case-convert-function): Make these the
16548 real names.
16549 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
16550 bibtex-font-lock-crossref sublists.
16551 (bibtex-mode): Revert 2005-12-30 change (which made
16552 completion-ignore-case buffer-local).
16553 (bibtex-url): Simplify.
16554
16555 2006-03-19 Kim F. Storm <storm@cua.dk>
16556
16557 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
16558 cursor property value to 2 (to align with C level change).
16559
16560 2006-03-19 Bill Wohler <wohler@newt.com>
16561
16562 * image.el (image-load-path-for-library): Shorten first line in
16563 docstring.
16564
16565 2006-03-18 Richard Stallman <rms@gnu.org>
16566
16567 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
16568
16569 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
16570
16571 * isearch.el (isearch-other-meta-char): Handle user bindings for
16572 shifted control characters.
16573
16574 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
16575
16576 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
16577 part that matches email addresses, file names, etc.
16578
16579 2006-03-18 Eli Zaretskii <eliz@gnu.org>
16580
16581 * term/w32-win.el (mouse-set-font):
16582 Mention w32-list-proportional-fonts in the doc string.
16583
16584 2006-03-18 Kim F. Storm <storm@cua.dk>
16585
16586 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
16587 (ido-unc-hosts): New user option to explicitly define list of know
16588 UNC-style hosts for completion.
16589 (ido-cache-unc-host-shares-time): New user option.
16590 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
16591 New helper functions for UNC file-name support.
16592 (ido-may-cache-directory): Check for UNC host. Simplify.
16593 (ido-wash-history): Clean out old UNC hosts.
16594 (ido-nonreadable-directory-p): UNC hosts are always readable.
16595 (ido-directory-too-big-p): UNC hosts are never too big.
16596 (ido-set-current-directory): Handle UNC root path.
16597 (ido-file-name-all-completions): Complete UNC host names from
16598 ido-unc-hosts list. Cache UNC host shares.
16599 (ido-make-file-list-1): Don't filter UNC root.
16600 (ido-exhibit): Check for // in root directory, and switch to UNC
16601 mode by setting ido-current-directory to //.
16602
16603 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
16604
16605 * cus-edit.el (customize-changed-options): Mention explicit
16606 version number as default in prompt.
16607
16608 2006-03-17 Bill Wohler <wohler@newt.com>
16609
16610 * image.el (image-load-path-for-library): Minor docstring fix.
16611
16612 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
16613
16614 * textmodes/org.el (org-read-date): Include subgroup 5 into
16615 replacement text.
16616 (org-popup-calendar-for-date-prompt): Fix customization type.
16617
16618 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
16619
16620 * progmodes/gdb-ui.el (gud-watch): Provide completion.
16621 (gdb-continuation): New variable.
16622 (gdb-send): Deal with continuation lines.
16623
16624 * progmodes/gud.el (gud-gdb-complete-command)
16625 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
16626 expressions.
16627 (gud-tooltip-mode): Use buffer-local value.
16628
16629 2006-03-16 Kim F. Storm <storm@cua.dk>
16630
16631 * ido.el (ido-edit-input): Use selected match, if any.
16632
16633 2006-03-16 Bill Wohler <wohler@newt.com>
16634
16635 * image.el (image-load-path-for-library): Prefer user's images in
16636 image-load-path.
16637
16638 2006-03-16 Martin Rudalics <rudalics@gmx.at>
16639
16640 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
16641 when checking for attempt to drag leftmost or rightmost scrollbar.
16642
16643 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
16644
16645 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
16646 (gdb-force-mode-line-update): New function.
16647 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
16648 (gdb-exited): Use them.
16649 (gdb-signal): New function.
16650 (gdb-annotation-rules): Provide a rule for it.
16651
16652 2006-03-16 Kenichi Handa <handa@m17n.org>
16653
16654 * international/mule.el (auto-coding-regexp-alist): Add entries
16655 for Unicode BOM.
16656
16657 * sort.el (sort-build-lists): Temporarily bind
16658 inhibit-field-text-motion to t.
16659
16660 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
16661
16662 * locate.el (locate-command, locate-make-command-line)
16663 (locate-fcodes-file, locate-update-command)
16664 (locate-prompt-for-command, locate, locate-with-filter)
16665 (locate-get-file-positions): Doc fixes.
16666 (locate-buffer-name, locate-header-face): Remove leading `*' in
16667 defcustom.
16668 (locate-filter-output): Use `keep-lines' instead of its alias
16669 `delete-non-matching-lines'.
16670 (locate-get-filename, locate-get-dirname): Add introductory comment.
16671 (locate-find-directory-other-window): Give appropriate error
16672 message if used outside main listing.
16673
16674 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16675
16676 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
16677 the new extend-region feature.
16678 (font-lock-after-change-function): Update correspondingly.
16679 * jit-lock.el (jit-lock-after-change): Update correspondingly.
16680 * progmodes/grep.el (font-lock-lines-before): Don't disable.
16681
16682 2006-03-15 Bill Wohler <wohler@newt.com>
16683
16684 * image.el (image-load-path-for-library): Fix example by not
16685 recommending that one binds image-load-path. Just defvar it to
16686 placate compiler and only use it if previously defined.
16687
16688 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
16689
16690 * textmodes/org.el (org-insert-centered): Use `string-width' to
16691 make underlining work for wide characters.
16692 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
16693 TAB to `org-cycle', to make sure that no binding in
16694 `outline-mode-map' can supercede it.
16695
16696 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
16697
16698 * allout.el: Increment version to 2.2.1 in file commentary.
16699
16700 (allout-version): Increment to 2.2.1.
16701
16702 (allout-default-layout): New customization variable, used when the
16703 file lacks a specific allout-layout. Uses allout-layout-type for
16704 recursively nested definition.
16705
16706 (allout-layout-type): Widget defining allout layouts, necessary for
16707 self-recursive definition.
16708
16709 (allout-mode): Incorporate allout-default-layout as fallback for
16710 allout-layout.
16711
16712 (allout-layout): Mark as 'safe-local-variable', and refer mention
16713 fallback to `allout-default-layout' in absence of a specified value.
16714 (allout-passphrase-verifier-string)
16715 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
16716
16717 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
16718
16719 (allout-get-encryption-passphrase-verifier): Use correct name of
16720 passphrase verifier in docstring.
16721
16722 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
16723
16724 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
16725 elements.
16726 (gdb-find-watch-expression): Make it work for arrays too.
16727 Follow change to gdb-var-list.
16728 (gud-watch): Allow the user to enter variable name with a prexix
16729 arg. Create keybindings.
16730 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16731 (gdb-var-list-children-handler, gdb-var-update-handler)
16732 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
16733 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
16734 Follow change to gdb-var-list.
16735 (gdb-starting): Don't show the overlay arrows when program is running.
16736
16737 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
16738 gdb-var-list.
16739
16740 2006-03-14 Bill Wohler <wohler@newt.com>
16741
16742 * image.el (image-load-path-for-library): Pass value of path
16743 rather than symbol. Always return list of directories.
16744 Guarantee that image directory comes first.
16745
16746 2006-03-14 Alan Mackenzie <acm@muc.de>
16747
16748 * font-core.el (font-lock-extend-region\(-function\)?.):
16749 New function/variable.
16750
16751 * font-lock.el (font-lock-after-change-function):
16752 Call font-lock-extend-region. Obey font-lock-lines-before.
16753 (font-lock-default-fontify-region): Remove reference to
16754 font-lock-lines-before.
16755
16756 * jit-lock.el (jit-lock-after-change):
16757 Call font-lock-extend-region. Obey font-lock-lines-before.
16758
16759 2006-03-14 David Ponce <david@dponce.com>
16760
16761 * tree-widget.el (tree-widget-themes-load-path)
16762 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
16763
16764 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
16765
16766 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
16767 (rcirc-print): Mark the start of text at the end of the prompt.
16768 (rcirc-track-minor-mode): Add autoload cookie.
16769 (rcirc-update-activity-string): Add space to front of mode-line
16770 indicator.
16771
16772 2006-03-13 Miles Bader <miles@gnu.org>
16773
16774 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
16775 (rcirc-abbrev-nick): Remove function.
16776 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
16777
16778 2006-03-13 David Ponce <david@dponce.com>
16779
16780 * tree-widget.el: Handle themes across all occurrences of the main
16781 themes sub-directory found in tree-widget-themes-load-path.
16782 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
16783 (tree-widget--locate-sub-directory): Return all occurrences.
16784 (tree-widget-themes-path): New function.
16785 Replace tree-widget-themes-directory, and return a list of directories.
16786 (tree-widget-set-parent-theme)
16787 (tree-widget-lookup-image): Use it.
16788
16789 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
16790
16791 * textmodes/org.el (org-link-search): Avoid self-matching of
16792 links, allow target text to be distributed over several lines.
16793 (org-search-not-link): New function.
16794 (org-set-regexps-and-options, org-get-current-options):
16795 New startup options.
16796 (org-export-as-html): Take odd-level setting from local variable.
16797 (org-fontify-emphasized-text): New option.
16798 (org-set-font-lock-defaults): Include emphasized text.
16799 (org-follow-mhe-link): Allow folder-only links, fix folder name.
16800 (org-font-lock): Customize group renamed from `org-faces'.
16801
16802 2006-03-13 John Paul Wallington <jpw@pobox.com>
16803
16804 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
16805 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
16806
16807 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
16808
16809 * cus-start.el (all): Delete :version keyword for members of the
16810 fringe group, since the entire group is new in 22.1.
16811
16812 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
16813
16814 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
16815 map if value is hexadecimal (an address).
16816 (gud-watch): Only search roots for existing watch expressions.
16817 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
16818 prevent caching problems with speedbar-update-directory-contents.
16819
16820 2006-03-12 Juri Linkov <juri@jurta.org>
16821
16822 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
16823 before comparing with `low' and `warn'.
16824
16825 * info.el (Info-dir-remove-duplicates): Move point to the
16826 beginning of the current line after deleting the entries from
16827 redundant heading. Use marker for `limit' and compare it with
16828 point before calling `re-search-forward'.
16829
16830 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
16831
16832 * simple.el (yank): Fix typo in docstring.
16833
16834 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
16835
16836 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
16837 messages, where "D" is the 6th character.
16838
16839 2006-03-11 Eli Zaretskii <eliz@gnu.org>
16840
16841 * simple.el (yank): Fix last change.
16842
16843 2006-03-11 David Ponce <david@dponce.com>
16844
16845 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
16846 before merging elements from the standard ispell-dictionary-alist.
16847 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
16848 alist, and return the new alist.
16849
16850 2006-03-11 Richard Stallman <rms@gnu.org>
16851
16852 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
16853
16854 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
16855 the way it is implemented is too unclean.
16856
16857 * simple.el (kill-region, yank): Doc fix.
16858
16859 * battery.el (battery-echo-area-format): Doc fix.
16860 (battery-mode-line-format): Likewise.
16861 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
16862 (battery-linux-proc-acpi): Ignore batteries that say "charged".
16863
16864 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
16865
16866 * progmodes/octave-mod.el (octave-indent-for-comment):
16867 Behave according to do string.
16868
16869 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
16870
16871 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
16872 Be visible only if major mode is Mail Mode.
16873
16874 * textmodes/flyspell.el (flyspell-external-point-words)
16875 (flyspell-process-localwords): Fix last changes.
16876
16877 2006-03-11 Eli Zaretskii <eliz@gnu.org>
16878
16879 * calendar/holidays.el (list-holidays): Doc fix.
16880
16881 * international/mule.el (auto-coding-alist): Add .odt
16882 (OpenOffice's open document) files.
16883
16884 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
16885 document) files. Mention in the doc string the need to sync with
16886 auto-coding-alist.
16887
16888 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
16889
16890 * files.el (hack-local-variables-confirm): Don't prompt for ! if
16891 enable-local-variables is set to always query, or there is no
16892 savable variable.
16893
16894 2006-03-10 Bill Wohler <wohler@newt.com>
16895
16896 * image.el (image-load-path-for-library): Merge at least three
16897 functions from Gnus and MH-E into this one function that can now
16898 be shared.
16899
16900 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
16901
16902 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
16903 gdb-remove-mouse-face and remove help-echo too.
16904 (gdb-enqueue-input): Correct conditional clause.
16905
16906 2006-03-10 Glenn Morris <rgm@gnu.org>
16907
16908 * calendar/calendar.el (calendar-holidays): Doc fix.
16909 * calendar/holidays.el (list-holidays): Doc fix.
16910
16911 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
16912
16913 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
16914 it gets called in gdb-prompt anyway.
16915 (gdb-use-separate-io-buffer): Only restore window arrangement for
16916 gdb-many-windows.
16917 (gdb-enqueue-input): Make it harder to send GDB input when program
16918 is running.
16919 (gdb-buffer-list): New variable.
16920 (gdb-remove-mouse-face): New function.
16921 (gdb-starting): Use it when GDB input won't get sent.
16922
16923 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
16924
16925 * help.el (view-lossage): Remove trailing whitespace before
16926 inserting "\n".
16927
16928 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
16929
16930 * files.el (hack-local-variables-confirm):
16931 Set coding-system-for-read to nil before writing to .emacs.
16932
16933 * arc-mode.el (archive-extract): Check if an existing buffer name
16934 comes from a different archive.
16935
16936 * help.el (describe-key-briefly): If KEY is a down event, read and
16937 discard the up event.
16938
16939 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
16940
16941 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
16942 be edited and use font-lock-warning-face for any changes.
16943
16944 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
16945 (gdb-edit-value): Use it to report any errors.
16946
16947 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
16948
16949 * help.el (describe-key): Remove leftover test code.
16950
16951 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
16952
16953 * textmodes/org.el: Move defvars out of eval-when-compile.
16954 Use buffer-file-name variable.
16955 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
16956 arg `file'.
16957 (org-level-faces): Remove startup dependency.
16958 (org-cycle, org-map-tree, org-scan-tags)
16959 (org-remember-handler): Don't call `outline-level' directly.
16960 (org-mhe-search-all-folders): New option.
16961 (org-mhe-get-message-folder-from-index)
16962 (org-mhe-get-message-folder): Fix indexing search.
16963 (org-format-agenda-item): Handle nil TAGS argument.
16964 (org-cleaned-string-for-export, org-activate-target-links)
16965 (org-make-target-link-regexp): Deal with empty radio target list.
16966 (org-tag): New face.
16967 (org-get-level-face): New function.
16968 (org-set-font-lock-defaults): Simplify setup for headlines.
16969 (org-complete): Pass common substring to `display-completion-list'.
16970
16971 2006-03-06 David Ponce <david@dponce.com>
16972
16973 * tree-widget.el: Update Commentary header.
16974 (tree-widget-theme-name): Ignore parent themes.
16975 (tree-widget-set-parent-theme): New function.
16976 (tree-widget-set-theme): Use it.
16977 (tree-widget-set-image-properties): Move definition. Does nothing
16978 if image properties have already been set.
16979 (tree-widget-image-properties): Move definition. Receive an image
16980 name. Set the :pointer property.
16981 (tree-widget-lookup-image): Doc fix. Search in parent themes.
16982 Don't set the :pointer image property.
16983 (tree-widget-convert-widget): New function. Handle :dynargs
16984 compatibility here.
16985 (tree-widget): Use it to :convert-widget. Add the :expander-p
16986 predicate to control when the :expander function is entered.
16987 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
16988 (tree-widget-value-create): Handle :expander-p. widget-apply
16989 :expander.
16990 (tree-widget-expander-p): New function. Default value of the
16991 :expander-p property.
16992
16993 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
16994
16995 * help.el (describe-key): Properly handle the return value of
16996 read-key-sequence when grabbing an up-event. Cleanup mouse-1
16997 remaps. Handle string and vector `follow-link' values.
16998
16999 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
17000
17001 * complete.el (PC-expand-many-files): Try be more careful when parsing
17002 the shell's output.
17003
17004 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17005
17006 * outline.el (hide-sublevels): Provide better interactive default.
17007
17008 2006-03-06 Kenichi Handa <handa@m17n.org>
17009
17010 * international/fontset.el (create-fontset-from-fontset-spec):
17011 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
17012
17013 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
17014
17015 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
17016 backslashes instead of one in regexp.
17017 (gud-tooltip-dereference): Add missing optional argument.
17018
17019 2006-03-04 John Paul Wallington <jpw@pobox.com>
17020
17021 * wdired.el (toplevel): Require `cl' at compile-time.
17022
17023 2006-03-04 Andreas Schwab <schwab@suse.de>
17024
17025 * server.el (server-process-filter): Handle errors during
17026 evaluation of the argument.
17027
17028 2006-03-03 John Paul Wallington <jpw@pobox.com>
17029
17030 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
17031 escape parentheses at beginning of line.
17032 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
17033 (t-mouse-mode): Remove period from end of error message.
17034
17035 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
17036
17037 * textmodes/flyspell.el (flyspell-process-localwords):
17038 Be case-sensitive.
17039
17040 2006-03-03 Martin Rudalics <rudalics@gmx.at>
17041
17042 * cus-edit.el (custom-quote): Remove function, since it has been
17043 moved to custom.el.
17044
17045 * font-lock.el (lisp-font-lock-keywords-2)
17046 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
17047 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
17048 they have no special meaning.
17049
17050 * midnight.el (clean-buffer-list): Handle case where base-buffer of
17051 indirect buffer gets killed before indirect buffer. Use dolist.
17052
17053 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
17054
17055 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
17056 value instead of a literal constant (1) on more pauses.
17057
17058 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
17059
17060 * textmodes/flyspell.el (flyspell-external-point-words):
17061 Be case-sensitive.
17062
17063 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
17064
17065 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
17066 with "www".
17067
17068 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
17069
17070 * allout.el: Restablish intermediate missing comment header to
17071 preserve outline structure.
17072 (allout-beginning-of-current-entry): Skip invisible text.
17073 (allout-open-topic): Fix opening a topic at end-of-buffer.
17074 (allout-minor-mode): Move nearer to allout-mode function.
17075
17076 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
17077
17078 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
17079
17080 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
17081
17082 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
17083 is nil.
17084
17085 * progmodes/gud.el (gud-speedbar-menu-items):
17086 Use buffer-local-value and add missing :visible keyword.
17087
17088 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
17089
17090 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
17091
17092 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
17093 must be `follow-link'.
17094
17095 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
17096
17097 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
17098 formatting: No nested anchors.
17099 (org-all-targets): Fix bug with XEmacs compatibility.
17100 (org-read-date): Add (require 'parse-time).
17101 (org-set-tags): Fix bug with extra inserted space.
17102 (org-export-html-style): Define a style class for targets.
17103 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
17104 (org-hide-leading-stars): New option.
17105 (org-hide): New face.
17106 (org-set-font-lock-defaults): Allow to hide leading stars.
17107 (org-get-legal-level, org-tr-level): New functions.
17108 (org-odd-levels-only): New option.
17109 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
17110 (org-demote, org-promote): Deal with double-star levels.
17111 (org-convert-to-odd-levels): New command.
17112
17113 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
17114
17115 * speedbar.el (speedbar-update-localized-contents): Try to
17116 preserve window-start.
17117 (speedbar-update-directory-contents): Try to preserve window-start
17118 and window-point.
17119 (speedbar-update-special-contents): Don't move back to start of window.
17120
17121 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
17122 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
17123 speedbar-timer-fn.
17124 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
17125 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
17126 instead of gdb-speedbar-timer-fn.
17127
17128 2006-02-28 Jay Belanger <belanger@truman.edu>
17129
17130 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
17131 (math-compose-expr): Use latex option when calling
17132 `math-compose-tex-matrix' for latex mode.
17133
17134 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
17135
17136 * speedbar.el: Re-instate comments about developing for speedbar
17137 [this is what info and gdb-ui use even if better methods exist now].
17138
17139 * t-mouse.el: New file.
17140 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
17141 (t-mouse-lispy-buffer-posn-from-coords): Remove.
17142 (t-mouse-make-event-element): Use posn-at-x-y instead.
17143 (t-mouse-make-event): Deal with Fedora Core 3.
17144 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
17145 (t-mouse-mouse-position-function): New function. Use it instead
17146 of advising mouse-position.
17147 (t-mouse-mode): New minor mode.
17148 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
17149
17150 2006-02-27 Glenn Morris <rgm@gnu.org>
17151
17152 * calendar/calendar.el (calendar-holidays): Doc fix.
17153
17154 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
17155
17156 * progmodes/gdb-ui.el (gdb-source-window): New variable.
17157 Re-introduce the concept of a source window.
17158 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
17159 consistency with get-buffer-create.
17160 (def-gdb-auto-update-handler, gdb-info-locals-handler)
17161 (gdb-data-list-register-values-handler)
17162 (gdb-stack-list-locals-handler): Try to preserve window-start as
17163 well as window-point.
17164 (gdb-display-source-buffer): New function (old concept).
17165 (gdb-goto-breakpoint): Use it.
17166
17167 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
17168 for gdb-ui/gdb-mi (old concept).
17169
17170 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
17171
17172 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
17173 binding.
17174
17175 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
17176
17177 * textmodes/reftex-sel.el (reftex-select-label-map)
17178 (reftex-select-bib-map): Add `follow-mouse' binding.
17179
17180 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
17181
17182 * jka-cmpr-hook.el (jka-compr-compression-info-list)
17183 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
17184 Give :set functions to provide automatic updating.
17185 Update docstring. Give compiler defvars early in the file
17186 and move the defcustoms to a later spot where all called functions
17187 are defined.
17188 (jka-compr-file-name-handler-entry): Doc fix.
17189 (jka-compr-compression-info-list--internal)
17190 (jka-compr-mode-alist-additions--internal)
17191 (jka-compr-load-suffixes--internal): New variables.
17192 (jka-compr-install): Set the three above variables.
17193 Update `load-file-rep-suffixes' instead of `load-suffixes'.
17194 (jka-compr-update, jka-compr-set): New functions.
17195 (auto-compression-mode): Doc fix.
17196
17197 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
17198 Update `load-file-rep-suffixes' instead of `load-suffixes'.
17199 Use jka-compr-compression-info-list--internal,
17200 jka-compr-mode-alist-additions--internal and
17201 jka-compr-load-suffixes--internal.
17202
17203 * files.el (load-library):
17204 * loadhist.el (file-loadhist-lookup):
17205 * startup.el (command-line):
17206 * subr.el (locate-library):
17207 * emacs-lisp/autoload.el (update-directory-autoloads):
17208 * emacs-lisp/find-func.el (find-library-suffixes):
17209 Use `get-load-suffixes' instead of `load-suffixes'.
17210
17211 * subr.el (locate-library):
17212 * emacs-lisp/find-func.el (find-library-name):
17213 Use `load-file-rep-suffixes' instead of '("").
17214
17215 2006-02-26 Kim F. Storm <storm@cua.dk>
17216
17217 * ido.el (ido-save-history, ido-load-history): Simplify.
17218 Don't use find-file-noselect to avoid interference from other modes.
17219
17220 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
17221
17222 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
17223 to use the default shell if filename is not available.
17224 Reported by Giorgos Keramidas.
17225
17226 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
17227
17228 * progmodes/etags.el (tags-completion-table): Do completion from
17229 all the tables in the current list, as documented in the manual.
17230
17231 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17232
17233 * CC Mode Update to 5.31.3.
17234
17235 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17236
17237 * progmodes/cc-mode.el (c-postprocess-file-styles):
17238 Bind inhibit-read-only to t, around the call to
17239 c-remove-any-local-eval-or-mode-variables, so that it works on a
17240 RO file.
17241
17242 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17243
17244 * progmodes/cc-awk.el: Correct a typo.
17245
17246 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17247
17248 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
17249 c-hungry-delete-backwards, at the request of RMS. Leave the old
17250 name as an alias.
17251
17252 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17253
17254 * progmodes/cc-mode.el: Correct a typo.
17255
17256 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17257
17258 * progmodes/cc-defs.el: Update the version number to 5.31.3.
17259
17260 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17261
17262 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
17263 brace-else-brace (error due to mbeg, mend being undefined).
17264
17265 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17266
17267 * progmodes/cc-mode.el: File Local variables: Solve the problem
17268 where both `mode' and c-file-offsets are specified: `mode' will
17269 overwrite c-f-o's settings:
17270 (c-remove-any-local-eval-or-mode-variables): New function.
17271 (c-postprocess-file-styles): Call the above new function, within
17272 c-tentative-buffer-change, to splat `mode' and `eval' before the
17273 second hack-local-variables.
17274
17275 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17276
17277 * progmodes/cc-mode.el:
17278 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
17279 (c-after-change): Protect the match data with save-match-data.
17280 It was getting corrupted by c-after-change-check-<>-operators.
17281
17282 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
17283 (top level): Check for a buggy font-lock-compile-keywords ONLY in
17284 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
17285
17286 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
17287 with save-match-data. It was being corrupted when Font Lock was
17288 not enabled.
17289
17290 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17291
17292 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
17293 Mode and Subword Mode.
17294
17295 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
17296 real labels ("case 1:" or "foo:") from non-labels ("public:").
17297 (c-forward-objc-directive): Replace c-forward-token-2 with crude
17298 coding; c-f-t-2 doesn't move over a token at EOB.
17299
17300 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
17301
17302 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
17303 (c-update-modeline): Concatenate the minor mode indicators
17304 directly onto mode-name, removing c-submode-indicators.
17305 Sometimes, c-s-i got separated from the mode name on the mode line.
17306
17307 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
17308 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
17309
17310 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17311
17312 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
17313 error message when there's an evaluation error to show whether
17314 it's loaded from source or not.
17315 (c-filter-ops): Make it available at runtime too to work when
17316 `c-make-init-lang-vars-fun' needs to evaluate from source.
17317
17318 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
17319
17320 * help.el (help): Revert last part of 2006-02-23 change (deletion
17321 of the `provide' call).
17322
17323 2006-02-23 Juri Linkov <juri@jurta.org>
17324
17325 * compare-w.el (compare-windows-highlight): Add new value
17326 `persistent' and change :type from `boolean' to `choice'.
17327 (compare-windows-overlays1, compare-windows-overlays2):
17328 New internal variables.
17329 (compare-windows-highlight): If compare-windows-highlight is
17330 `persistent', add current overlays to compare-windows-overlays[12]
17331 instead of adding compare-windows-dehighlight to pre-command-hook.
17332 (compare-windows-dehighlight): Delete all overlays from
17333 compare-windows-overlays[12].
17334
17335 * info.el (Info-search): Don't bind search-spaces-regexp to
17336 Info-search-whitespace-regexp in non-regexp isearch mode.
17337
17338 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17339
17340 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
17341
17342 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
17343
17344 * textmodes/org.el (org-xemacs-p)
17345 (org-export-html-show-new-buffer, org-table-may-need-update)
17346 (org-insert-item, org-mhe-get-message-real-folder)
17347 (org-mhe-get-message-folder-from-index)
17348 (org-mhe-get-message-folder, org-mhe-get-message-num)
17349 (org-mhe-get-header, org-make-org-heading-search-string)
17350 (org-make-org-heading-camel, org-table-sort-lines)
17351 (org-format-org-table-html, org-format-table-table-html):
17352 Fix typos in docstrings.
17353
17354 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
17355
17356 * textmodes/org.el (org-cleaned-string-for-export)
17357 (org-solidify-link-text): New function.
17358 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
17359 XEmacs, just to silence the compiler.
17360 (org-export-as-ascii, org-export-as-html-and-open):
17361 Use `org-cleaned-string-for-export' and create internal links.
17362 (org-follow-mhe-link): Require mh-e, use folder.
17363
17364 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
17365
17366 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
17367
17368 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
17369 gdb-debug-log-length.
17370 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
17371 it a real ring but...
17372 (gud-gdba-marker-filter): ...make it work like mark-ring.
17373 (gdb-enable-debug): Rename from gdb-enable-debug-log.
17374 (gdb-mouse-jump): New function. Add bindings.
17375
17376 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
17377
17378 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
17379 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
17380 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
17381 (gdb-debug-log-length): Customize it's length.
17382 (gud-watch, gdb-var-create-handler): Display function::var format
17383 but don't use to create variable object.
17384 (gdb-var-create-handler): Use message-box in place of message.
17385 (gdb-stopped): Call gdb-exited if signalled.
17386
17387 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
17388
17389 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
17390
17391 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
17392
17393 * textmodes/reftex.el (reftex-locate-file): Search all extensions
17394 if `reftex-try-all-extensions' is set.
17395
17396 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
17397 fail silently when there is no valid argument at point.
17398 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
17399 `fail-silently' argument. From a patch by David Reiter.
17400
17401 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
17402 New commands.
17403 (org-mark-ring): New variable.
17404 (org-mark-ring-length): New option.
17405 (org-open-at-point, org-goto, org-open-file): Push old position
17406 onto the mark ring.
17407 (org-add-hook): New function.
17408 (org-export-table-remove-special-lines): New option.
17409 (org-skip-comments, org-format-org-table-html): Respect new
17410 option `org-export-table-remove-special-lines'.
17411 (org-open-file): Allow special command configuration for
17412 directory link.
17413 (org-file-apps): Fix bugs in customize type, added setting
17414 for directories.
17415 (org-activate-tags, org-format-agenda-item, org-complete)
17416 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
17417 (org-get-tags, org-get-buffer-tags, org-open-at-point)
17418 (org-link-search, org-make-org-heading-search-string)
17419 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
17420 (org-radio-targets, org-file-link-context-use-camel-case)
17421 (org-activate-camels): New options.
17422 (org-update-radio-target-regexp, org-all-targets)
17423 (org-make-target-link-regexp, org-activate-target-links):
17424 New functions.
17425 (org-make-org-heading-search-string): New function.
17426 (org-store-link, org-insert-link): Use new option
17427 `org-file-link-context-use-camel-case'.
17428 (org-activate-camels): Use new option `org-activate-camels'.
17429 (org-link-regexp): Add mhe prefix.
17430 (org-open-at-point, org-store-link): Support for mhe links.
17431 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
17432 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
17433 (org-mhe-get-header, org-follow-mhe-link): New functions.
17434 (org-remove-angle-brackets, org-add-angle-brackets):
17435 New functions.
17436 (org-bracket-link-regexp): New constant.
17437 (org-read-date): Fix bug that was rejecting all typed dates.
17438 (org-link-search): Make hierarchy above visible after a match.
17439 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
17440 (org-store-link): Fix bug with link creation when cursor is in
17441 an empty line.
17442 (org-open-at-point): Fix bug with matching a link.
17443 Fixed buggy argument sequence in call to `org-view-tags'.
17444 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17445 (org-prefix-has-tag): New variable.
17446 (org-format-agenda-item): Remove tags from headline
17447 if appropriate.
17448 (org-agenda-remove-tags-when-in-prefix): New option.
17449
17450 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
17451
17452 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
17453 Fix the regular expressions.
17454
17455 2006-02-21 Richard M. Stallman <rms@gnu.org>
17456
17457 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
17458 if there's no other specific basis.
17459
17460 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
17461 as variables at all.
17462 (unsafep-variable): Rename arg; doc fix.
17463
17464 * abbrevlist.el (list-one-abbrev-table): Add autoload.
17465
17466 * calendar/appt.el (diary-selective-display): Add defvar.
17467
17468 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
17469
17470 * isearch.el (search-whitespace-regexp): Fix custom type.
17471
17472 * help.el (describe-key-briefly): Compute interactive args
17473 in same was as before previous change.
17474
17475 * files.el (enable-local-variables): Doc fix.
17476
17477 2006-02-21 Kim F. Storm <storm@cua.dk>
17478
17479 * fringe.el: Cleanup as file is now pre-loaded.
17480 (fringe-bitmaps): Initialize unconditionally.
17481 (fringe-mode, set-fringe-style): Remove autoload cookies.
17482
17483 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
17484
17485 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
17486 `horizontal-bar'.
17487 (fringe-cursor-alist): Use `horizontal-bar'.
17488
17489 2006-02-20 Kim F. Storm <storm@cua.dk>
17490
17491 * fringe.el (fringe-bitmaps): Update to new bitmap names.
17492 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
17493
17494 * loadup.el: Load "fringe" on window systems.
17495
17496 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
17497
17498 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
17499 out of scope components.
17500
17501 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
17502 default.
17503
17504 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
17505
17506 * custom.el (customize-mark-to-save, customize-mark-as-set):
17507 Load the symbol first.
17508
17509 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
17510
17511 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
17512 strech spec so it doesn't display as "^J" on the header line
17513 when `Buffer-menu-use-header-line' is t.
17514
17515 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
17516
17517 * speedbar.el (speedbar-make-button): Keep text properties
17518 of string arguments if desired.
17519
17520 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
17521 expessions.
17522
17523 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
17524 of speedbar.
17525
17526 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
17527
17528 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
17529 to value of `read-file-name-completion-ignore-case'.
17530
17531 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
17532
17533 * custom.el (customize-mark-as-set): Push to `user' theme.
17534
17535 * cus-edit.el (custom-save-variables): Allow unthemed values.
17536 (customize-set-variable): Push setting to `user' theme.
17537
17538 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
17539
17540 * progmodes/gud.el: Don't require font-lock as it's now
17541 automatically loaded.
17542 (gud-speedbar-buttons): Replace gdb-var-changed with
17543 gdb-force-update.
17544
17545 * progmodes/gdb-ui.el (gdb-force-update): Rename from
17546 gdb-var-changed.
17547 (gdb-post-prompt): Use it.
17548 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
17549 (gdb-var-update-handler, gdb-var-delete)
17550 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
17551 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
17552 gdb-force-update in gdb-post-prompt.
17553 (gdb-reset): Clear watch expressions from speedbar when quitting.
17554
17555 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17556
17557 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17558 (viper-change-state-to-vi, viper-change-state-to-emacs):
17559 Make aware of cursor coloring in the Emacs state.
17560 (viper-special-read-and-insert-char): Use read-char-exclusive.
17561 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
17562
17563 * emulation/viper-init.el (viper-emacs-state-cursor-color):
17564 New variable.
17565
17566 * emulation/viper-util.el (viper-save-cursor-color)
17567 (viper-get-saved-cursor-color-in-replace-mode)
17568 (viper-get-saved-cursor-color-in-insert-mode)
17569 (viper-restore-cursor-color): Make aware of the cursor color
17570 in Emacs state.
17571 (viper-get-saved-cursor-color-in-emacs-mode): New function.
17572
17573 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
17574 (ediff-ignore-case-option3, ediff-actual-diff-options)
17575 (ediff-actual-diff3-options): New variables to control case sensitivity.
17576 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
17577 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
17578 (ediff-toggle-ignore-case): New function.
17579 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
17580
17581 * ediff-help.el (ediff-long-help-message-narrow2)
17582 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
17583 (ediff-long-help-message-word-mode): Add ignore-case command.
17584 (ediff-help-for-quick-help): Add ignore-case command.
17585
17586 * ediff-merg.el: Move provide to the end.
17587
17588 * ediff-ptch.el: Move provide to the end.
17589
17590 * ediff-wind.el: Move provide to the end.
17591
17592 * ediff-mult.el: Move provide to the end.
17593 (ediff-set-meta-overlay): Enable follow-link.
17594
17595 * ediff.el: Move provide to the end.
17596 Break recursive load cycle in eval-when-compile.
17597 (ediff-patch-buffer): Better heuristics.
17598
17599 * ediff-util.el: Move provide to the end.
17600 Break recursive load cycle in eval-when-compile.
17601 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
17602 defuns.
17603 (ediff-submit-report): Pass the values of ediff-diff3-program,
17604 ediff-diff3-options.
17605
17606 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
17607
17608 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
17609 the opening bracket of the following bracketing pairs: {}, [], (), <>,
17610 `' (for example, in the docstring of `windmove-default-keybindings').
17611
17612 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
17613
17614 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
17615 shadow face. Don't provide binding to edit variable when it is
17616 out of scope.
17617
17618 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17619 (gdb-var-update-handler): Detect out of scope variables with pre
17620 GDB 6.4 too.
17621 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
17622 Reset status of variable objects to nil in update handlers.
17623 (gdb-var-update-handler-1): Detect when a variable object comes
17624 in scope. setcar on var changes gdb-var-list directly.
17625
17626 2006-02-17 Juri Linkov <juri@jurta.org>
17627
17628 * ffap.el (ffap) <defface>: Add explicit face declaration.
17629 (ffap-highlight): Use face `ffap' directly instead of checking
17630 for its existence.
17631
17632 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
17633 `visible-ok' of `other-buffer' to find the right original buffer.
17634
17635 * info.el (Info-search): Skip `Local Variables' node.
17636
17637 2006-02-17 Juri Linkov <juri@jurta.org>
17638
17639 * info.el (Info-find-file): Check for symbols `apropos', `history',
17640 `toc' in the input filename, and return these symbols as is.
17641 (Info-find-node-2): Set Info-current-file to symbols `apropos',
17642 `history', `toc' instead of strings.
17643 (Info-set-mode-line): For non-string Info-current-file use the
17644 symbol's name inside **.
17645 (Info-isearch-push-state): Add quote before Info-current-file and
17646 Info-current-node.
17647 (Info-isearch-pop-state): Use `equal' instead of `string='.
17648 (Info-extract-pointer, Info-following-node-name): Use
17649 `match-string-no-properties' instead of `match-string'.
17650 (Info-up): Check `old-file' for `stringp'.
17651 (Info-history): Use `equal' instead of `string-equal'.
17652 Check `file' for `stringp'.
17653 (Info-history): Use symbol `history' instead of string as first arg
17654 of `Info-find-node'.
17655 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
17656 `toc' instead of string.
17657 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
17658 instead of `buffer-substring', and `match-string-no-properties'
17659 instead of `match-string'.
17660 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
17661 instead of strings.
17662 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
17663 Use symbol `apropos' instead of string.
17664 (Info-copy-current-node-name): Check `Info-current-file' for
17665 `stringp' and construct a command with `Info-find-node' from it.
17666 (Info-fontify-node): Use `match-string-no-properties' instead of
17667 `match-string' and check file names for `stringp'.
17668 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
17669 `history', `toc' instead of strings.
17670
17671 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
17672
17673 * files.el: Rearrange functions and variables in the file local
17674 variables section.
17675
17676 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
17677
17678 * files.el: Add truncate-lines, ispell-check-comments and
17679 ispell-local-dictionary as safe local variables.
17680
17681 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
17682
17683 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
17684 out of scope variables.
17685 (gud-speedbar-buttons): Use unless.
17686
17687 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
17688 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
17689 (gdb-show-changed-values): Also use for out of scope variables.
17690 (gdb-var-update-handler-1): Note if variable goes out of scope.
17691
17692 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
17693
17694 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
17695 default to global variable values for unsupplied args.
17696 (rcirc-get-buffer-create): Fix bug with setting the target.
17697 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
17698 test for rcirc-always-use-server-buffer-flag here.
17699 (rcirc-response-formats): Add %N, which is a facified nick. %n
17700 uses the default face. Change the ACTION format string. If the
17701 "nick" is the server, don't print anything for that field.
17702 Comment fixes.
17703 (rcirc-target-buffer): Don't test
17704 rcirc-always-use-server-buffer-flag here.
17705 (rcirc-print): Squeeze extra spaces out of the text before message.
17706 (rcirc-put-nick-channel): Strip potential "@" char from nick
17707 before adding them to nick table.
17708 (rcirc-url-regexp): Improve to match address like "foo.com".
17709
17710 2006-02-17 Eli Zaretskii <eliz@gnu.org>
17711
17712 * allout.el (allout-hidden-p): Move this defsubst before
17713 allout-overlay-interior-modification-handler, where it is first
17714 used.
17715
17716 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
17717
17718 * allout.el: Use allout invisible-text overlays instead of
17719 selective display for concealed text. Also, lots of general
17720 cleanup, and improved compatibility code.
17721
17722 (allout-version): Incremented, corrected, revised, and refined
17723 module commentary.
17724
17725 (provide 'allout): Moved to the bottom, added a require of overlay.
17726
17727 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
17728 `except-current'.
17729 (allout-write-file-hook-handler): Minimize delay.
17730 (count-trailing-whitespace-region): New function so
17731 auto-encryption of current topic can resituate cursor exactly.
17732 PGP/GPG encryption trims trailing whitespace from lines, which
17733 must be accounted for across encryption then decryption.
17734
17735 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
17736 just plain "\C-c", to avoid intruding on user's keybinding space.
17737
17738 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
17739 parameter, so user request to provide a new password is done.
17740
17741 (allout-outside-normal-auto-fill-function, allout-auto-fill):
17742 Refined mechanism for auto-filling behavior while in allout mode.
17743
17744 (allout-mode): Explicitly specify the mode map in the docstring.
17745 Clarify provision for various write-file hook var names.
17746 Adjusted for invisible-text overlays instead of selective-display.
17747
17748 (allout-depth): Really return 0 if not within any topic. This
17749 rectifies `allout-beginning-of-level' and sequence numbering
17750 errors that occur when cutting and pasting numbered topics.
17751 Changed from a in-line subst to a regular function, as well.
17752
17753 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
17754
17755 (allout-end-of-subtree, allout-end-of-subtree)
17756 (allout-end-of-entry, allout-end-of-current-heading)
17757 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
17758 (allout-show-children, allout-show-to-offshoot)
17759 (allout-hide-current-entry, allout-show-current-entry): Rectified
17760 handling of trailing blank lines between items.
17761
17762 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
17763 (allout-current-depth, allout-unprotected, allout-hidden-p)
17764 (allout-on-current-heading-p, allout-listify-exposed)
17765 (allout-chart-subtree, allout-goto-prefix)
17766 (allout-back-to-current-heading, allout-get-body-text)
17767 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
17768 (allout-hide-region-body, allout-toggle-subtree-encryption)
17769 (allout-encrypt-string, allout-encrypted-key-info)
17770 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
17771 (allout-file-vars-section-data): Adjusted for use with
17772 invisible-text overlays instead of selective-display.
17773
17774 (allout-kill-line, allout-kill-topic, allout-yank-processing):
17775 Reworked for use with invisible text overlays.
17776
17777 (allout-current-topic-collapsed-p): New function.
17778
17779 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
17780 to know when to close the containing topic.
17781
17782 (allout-pre-command-business, allout-post-command-business):
17783 Simplify undo-batching and dynamic isearch exposure.
17784
17785 (allout-set-overlay-category): New for invisible-text overlays.
17786 Sets properties of allout-overlay-category, used by
17787 allout-flag-region to set invisible-text overlay properties.
17788 (allout-get-invisibility-overlay): Get the first qualifying
17789 invisibility overlay, so we can find the extent of it.
17790 (allout-back-to-visible-text): Get to just before the beginnining
17791 of the current invisibility overlay, if any.
17792
17793 (allout-overlay-insert-in-front-handler)
17794 (allout-overlay-interior-modification-handler)
17795 (allout-before-change-handler, allout-isearch-end-handler): New
17796 functions to handle extraordinary actions affecting concealed
17797 text.
17798
17799 (allout-flag-region): Use overlays instead of selective-display
17800 for invisible text - by inheritence from the properties of
17801 allout-overlay-category in mainline Emacs, and applied
17802 property-by-property in XEmacs, some recent versions of which
17803 don't inherit the properties from the category. Provisions to
17804 respond to concealed-text edits simplified drastically.
17805
17806 (allout-isearch-rectification, allout-isearch-was-font-lock)
17807 (allout-isearch-expose, allout-enwrap-isearch)
17808 (allout-isearch-abort, allout-pre-was-isearching)
17809 (allout-isearch-prior-pos, allout-isearch-did-quit)
17810 (allout-isearch-dynamic-expose)
17811 (allout-hide-current-entry-completely): Functions deleted.
17812
17813 (allout-undo-aggregation): Explicit undo aggregation no longer
17814 necessary due to transition away from selective-display.
17815
17816 (set-allout-regexp, allout-up-current-level)
17817 (allout-next-visible-heading, allout-forward-current-level)
17818 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
17819 (allout-kill-line, allout-yank-processing, allout-show-children)
17820 (allout-expose-topic, allout-old-expose-topic)
17821 (allout-listify-exposed, allout-insert-latex-header)
17822 (allout-toggle-subtree-encryption, allout-encrypt-string)
17823 (remove-from-invisibility-spec, allout-hide-current-subtree):
17824 Ditched unused variables.
17825
17826 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
17827
17828 * textmodes/ispell.el (ispell-change-dictionary): Call
17829 ispell-buffer-local-dict instead of
17830 ispell-accept-buffer-local-defs.
17831 (ispell-local-dictionary-alist): Accept as valid any coding-system
17832 supported by Emacs.
17833 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
17834 changed to iso-8859-3.
17835
17836 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
17837
17838 * speedbar.el (speedbar-frame-width): Make an inline function
17839 instead of a macro. Use frame-width.
17840 (speedbar-try-completion, speedbar-update-contents)
17841 (speedbar-timer-fn): Use consp.
17842 (speedbar-update-localized-contents): Try to preserve point.
17843
17844 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
17845 (menu): Re-order menu items.
17846 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
17847 field.
17848 (gdb-var-update-handler-1): Use it for GDB 6.4+.
17849 (gdb-post-prompt): Speed things by not forcing update.
17850
17851 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
17852
17853 * wid-edit.el (widget-button-click): For mouse-1, cancel button
17854 press and perform default action if we get a mouse movement event.
17855
17856 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
17857
17858 * calendar/icalendar.el (icalendar--get-event-property)
17859 (icalendar--get-event-property-attributes): Fix typos in
17860 docstrings.
17861
17862 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
17863 docstring.
17864
17865 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
17866
17867 * bs.el (bs-mode): Use `buffer-disable-undo'.
17868 (bs--get-file-name): Simplify.
17869 (bs-show-in-buffer): Mark the buffer as not modified.
17870
17871 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
17872
17873 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
17874 widget-button-click.
17875
17876 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
17877 (custom-mode): Update docstring.
17878
17879 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
17880 binding.
17881
17882 * files.el (hack-local-variables-confirm): Allow scrolling if the
17883 file variable list is too long. Kill temp buffer after use.
17884
17885 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
17886
17887 * progmodes/gud.el (gdb): Improve doc string.
17888 (gdb-script-font-lock-keywords): Expand allowed character set.
17889
17890 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
17891 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
17892 (gdb-separate-io-interrupt, gdb-separate-io-quit)
17893 (gdb-separate-io-stop, gdb-separate-io-eof):
17894 Rename from gdb-inferior-* to gdb-separate-*.
17895 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
17896
17897 2006-02-14 Jay Belanger <belanger@truman.edu>
17898
17899 * calc/calc-arith.el (math-check-known-scalarp): Make sure
17900 expression is a symbol before checking that it is bound.
17901
17902 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
17903 test to see if equation can be solved.
17904
17905 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
17906
17907 * wid-edit.el (widget-button-click): Use :pressed-face property
17908 for overlay face, if it exists.
17909
17910 * cus-edit.el (custom-manual, custom-add-see-also)
17911 (custom-add-parent-links, custom-group-link): Add :pressed-face
17912 property to links.
17913
17914 * files.el (hack-local-variables): Remove ignored variables before
17915 checking if any variables need setting.
17916
17917 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17918
17919 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
17920
17921 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
17922
17923 * help.el (where-is): Fix message for remapped commands.
17924
17925 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
17926 Fix typos in docstrings.
17927
17928 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
17929
17930 * files.el (safe-local-variable-values): New option.
17931 (hack-local-variables-prop-line): Return a list of variable-value
17932 pairs if MODE-ONLY is non-nil.
17933 (hack-local-variables): Construct list of variable-value pairs,
17934 and apply or reject them in one go. Ask for confirmation if
17935 variables are not known safe.
17936 (hack-local-variables-confirm): Complete rewrite. Support
17937 `safe-local-variable-values'.
17938 (enable-local-variables): Update docstring to reflect new
17939 behavior.
17940 (ignored-local-variables): Ignore ignored-local-variables and
17941 safe-local-variable-values.
17942 (safe-local-variable-p): New function.
17943 (risky-local-variable-p): `safe-local-variable' property check
17944 moved to safe-local-variable-p.
17945 (hack-one-local-variable): Checks moved to hack-local-variables.
17946
17947 (byte-compile-dynamic, c-basic-offset, c-file-style)
17948 (c-indent-level, comment-column, fill-column, fill-prefix)
17949 (indent-tabs-mode, kept-new-versions, no-byte-compile)
17950 (no-update-autoloads, outline-regexp, page-delimiter)
17951 (paragraph-start, paragraph-separate, sentence-end)
17952 (sentence-end-double-space tab-width, version-control):
17953 Add `safe-local-variable' property.
17954
17955 * find-lisp.el: Delete nonexistent `autocompile' file variable.
17956
17957 * icomplete.el, play/landmark.el: Change nonexistent
17958 `outline-layout' file variable to `allout-layout'.
17959
17960 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
17961
17962 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
17963 (gdb-get-changed-registers): Test value of gud-minor-mode relative
17964 to gud-comint-buffer.
17965 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
17966 gdb-ui.el for gdb-mi.el.
17967 (gdb-post-prompt, gdb-get-changed-registers): Move test for
17968 registers buffer to gdb-get-changed-registers.
17969 (gdb-breakpoint-regexp): New regexp. Allow toggling and
17970 deletion of catchpoints (throw and catch).
17971 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
17972 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
17973 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
17974 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
17975 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
17976
17977 2006-02-13 Jay Belanger <belanger@truman.edu>
17978
17979 * calc/calc-arith.el (math-check-known-matrixp): Make sure
17980 expression is a symbol before checking that it is bound.
17981
17982 2006-02-13 Richard M. Stallman <rms@gnu.org>
17983
17984 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
17985 for the minibuffer too, but not if resize-mini-windows will interfere.
17986
17987 * help.el (describe-key-briefly, describe-key): Do all arg-reading
17988 inside `interactive' spec.
17989 (describe-key-briefly-internal, describe-key-internal):
17990 Functions merged back into their callers.
17991
17992 2006-02-13 Martin Rudalics <rudalics@gmx.at>
17993
17994 * info.el (info-xref-visited): Inherit from info-xref too.
17995 (Info-set-mode-line): Replace occurrences of `%' by `%%'
17996 when propertizing Info-current-file and Info-current-node.
17997
17998 2006-02-13 Juri Linkov <juri@jurta.org>
17999
18000 * tumme.el (tumme-thumbnail-storage): Fix docstring.
18001 (tumme-thumb-name): Fix per-directory format.
18002
18003 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
18004
18005 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
18006
18007 2006-02-12 Miles Bader <miles@gnu.org>
18008
18009 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
18010
18011 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
18012
18013 * tumme.el: Remove history section. If someone needs the it, it
18014 can always be found in CVS.
18015
18016 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
18017
18018 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
18019 about the Thumbnail Managing Standard option.
18020
18021 2006-02-12 Richard M. Stallman <rms@gnu.org>
18022
18023 * subr.el (substitute-key-definition): Doc fix.
18024
18025 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
18026
18027 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
18028
18029 * info.el (Info-mode): Doc fix.
18030
18031 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
18032
18033 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
18034
18035 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
18036 because on Solaris a POSIX compatible "id" is needed. Reported by
18037 Magnus Henoch <mange@freemail.hu>.
18038
18039 2006-02-12 Juri Linkov <juri@jurta.org>
18040
18041 * tumme.el: Remove todo item about Thumbnail Managing Standard.
18042 (tumme) <defgroup>: Change :group to `multimedia'.
18043 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
18044 Managing Standard.
18045 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
18046 Fix dostring.
18047 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
18048 and %y. Fix docstring.
18049 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
18050 (tumme-cmd-create-standard-thumbnail-command): New user options.
18051 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
18052 is `standard'. Fix docstring.
18053 (tumme-thumb-width, tumme-thumb-height): New user options.
18054 (tumme-external-viewer): Try to find various viewers.
18055 (tumme-get-thumbnail-image): Use `create-image' instead of
18056 constructing the `image' structure.
18057 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
18058 `standard'.
18059 (tumme-thumb-name): Add file name generation for standard storage.
18060 Simplify code for other storages.
18061 (tumme-thumb-name): Use width %w and height %h instead of size %s.
18062 Add modification time %m and thumbnail-nq8 %q.
18063 Use `tumme-cmd-create-standard-thumbnail-command' if
18064 tumme-thumbnail-storage is `standard'.
18065 (tumme-dired-insert-marked-thumbs): New autoload command.
18066 (tumme-dired-after-readin-hook): New function.
18067 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
18068 `tumme-thumb-size'.
18069 (tumme-display-image): Replace size-x %x and size-y %y with
18070 width %w and height %h.
18071
18072 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
18073 `tumme-dired-insert-marked-thumbs'.
18074
18075 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
18076
18077 * tumme.el (tumme-write-tag): Fix small bug (file name did not
18078 include path).
18079 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
18080 matching tag.
18081
18082 2006-02-12 Miles Bader <miles@gnu.org>
18083
18084 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
18085 New variables.
18086 (rcirc-abbrev-nick): New function.
18087 (rcirc-format-response-string): Rewrite to use the formats in
18088 `rcirc-response-formats' and expand escape sequences therein.
18089 A text-property `rcirc-text' is added over the actual response
18090 text to make easy to find inside the returned string.
18091 (rcirc-print): When filling, just look for the `rcirc-text'
18092 text-property to find the appropriate fill prefix, instead of
18093 using hardwired patterns.
18094
18095 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
18096
18097 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
18098 Managing Standard.
18099
18100 2006-02-11 Kim F. Storm <storm@cua.dk>
18101
18102 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
18103 Don't use insert-buffer; do insert-buffer-substring directly.
18104 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
18105
18106 2006-02-11 Martin Rudalics <rudalics@gmx.at>
18107
18108 * files.el (revert-buffer, recover-file): Replace buffer-read-only
18109 with inhibit-read-only. Suggested by Stefan Monnier.
18110 (revert-buffer): Let insert-file-contents discard
18111 buffer-undo-list. Simplify code.
18112 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
18113
18114 2006-02-11 Eli Zaretskii <eliz@gnu.org>
18115
18116 * menu-bar.el (menu-bar-select-yank): Add a doc string.
18117
18118 * help.el (describe-key-briefly): Now a wrapper for
18119 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
18120 to t. Populate yank-menu if empty.
18121 (describe-key-briefly-internal): Renamed from describe-key-briefly.
18122 (describe-key): Now a wrapper for describe-key-internal. Bind
18123 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
18124 (describe-key-internal): Renamed from describe-key.
18125
18126 2006-02-11 Milan Zamazal <pdm@zamazal.org>
18127
18128 * progmodes/glasses.el (glasses-separator): Doc fix.
18129 (glasses-original-separator): New defcustom.
18130 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
18131
18132 2006-02-11 Martin Rudalics <rudalics@gmx.at>
18133
18134 * mwheel.el (mouse-wheel-up-event): Doc fix.
18135
18136 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
18137
18138 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
18139 (tumme-dir): New function. Copied from thumbs.el.
18140
18141 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
18142
18143 * desktop.el (desktop-outvar): Fix typo.
18144 (desktop-save-buffer-p): Doc fix.
18145
18146 * subr.el (substitute-key-definition): Fix typo.
18147
18148 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18149
18150 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
18151 when window-system is mac.
18152
18153 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
18154
18155 2006-02-10 Kim F. Storm <storm@cua.dk>
18156
18157 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
18158 indirect-function instead of using condition-case.
18159
18160 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
18161
18162 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
18163 less `colloquial'...
18164
18165 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
18166
18167 * tumme.el: Add a couple of todo items.
18168
18169 2006-02-09 Lars Hansen <larsh@soem.dk>
18170
18171 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
18172 (highlight-changes-mode): Don't change desktop-locals-to-save.
18173
18174 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
18175
18176 * image-mode.el (image-toggle-display): Clear image cache if using
18177 filename.
18178
18179 2006-02-09 Masatake YAMATO <jet@gyve.org>
18180
18181 * dired-x.el (dired-guess-shell-alist-default): Add .man as
18182 a `dired-man' target.
18183
18184 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
18185 boundary of symbols.
18186
18187 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
18188
18189 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
18190
18191 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
18192
18193 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
18194 `mapcar'; return nil.
18195
18196 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
18197
18198 * mouse.el (mouse-drag-track): Don't change window if we rebind to
18199 some other event.
18200
18201 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
18202
18203 * net/rcirc.el (rcirc-startup-channels-alist):
18204 Add irc.freenode.net and #emacs as defaults.
18205 (rcirc-ignore-all-activity-flag): Remove variable.
18206 (rcirc-authinfo): New variable.
18207 (rcirc-authinfo-filename): Remove variable.
18208 (rcirc-always-use-server-buffer-flag): New flag.
18209 (rcirc): M-x rcirc will automatically connect without prompting.
18210 C-u M-x rcirc will prompt. Use rcirc-connect to create a
18211 connection in lisp.
18212 (rcirc-process-server-response-1): Remove everything but the nick
18213 portion of the sender so it doesn't need to be done everywhere
18214 else. Update related code.
18215 (global-map): Remove global keybindings.
18216 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
18217 (rcirc-send-input): Split into several functions.
18218 (rcirc-process-input-line, rcirc-process-message)
18219 (rcirc-process-command): New functions.
18220 (rcirc-target-buffer): New function to determine where to route
18221 messages.
18222 (rcirc-user-nick): Save match data.
18223 (rcirc-toggle-ignore-buffer-activity)
18224 (rcirc-update-activity-string): Remove global ignore functionality,
18225 which can be done now by toggling rcirc-track-minor-mode.
18226 (rcirc-track-minor-mode-map): New keymap.
18227 (rcirc-track-minor-mode): New minor-mode.
18228 (ignore): Make the ignore output nicer. Always print it when
18229 adding or removing nicks.
18230 (rcirc-url-regexp): Improve.
18231 (rcirc-mangle-text): Remove properties before using text in the
18232 modeline.
18233 (rcirc-authenticate): Authentication data comes from
18234 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
18235 (rcirc-server-prefix): Inherit from rcirc-server.
18236
18237 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
18238
18239 * Makefile.in (compile): Append "|| true" to the end of the `find'
18240 command, like compile-always does.
18241
18242 2006-02-08 Sam Steingold <sds@gnu.org>
18243
18244 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
18245 output from a dead connection.
18246
18247 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
18248
18249 * dired.el (dired-mode-map): Add more bindings for tumme.
18250
18251 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
18252
18253 * wdired.el (wdired-mode-map): Use remap.
18254 (wdired-get-filename): Massage.
18255 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
18256 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
18257 `keymap' property rather than `local-map'.
18258
18259 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
18260
18261 * tumme.el (tumme-get-thumbnail-image): New utility function.
18262 Suggested by from Chong Yidong.
18263 (tumme-dired-with-window-configuration): Rename from
18264 `tumme-dired'. Add code to save window configuration.
18265 (tumme-restore-window-configuration): New command to restore the
18266 window configuration that `tumme-dired-with-window-configuration'
18267 saves before it changes the window configuration.
18268 (tumme-show-all-from-dir): New command to display thumbnails for
18269 all files in a directory entered by the user, like M-x thumbs.
18270 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
18271 have been created.
18272 (tumme-display-thumbnail-original-image): Call `display-buffer'.
18273 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
18274 Remove obsolete test function.
18275
18276 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
18277
18278 * vc.el (small-temporary-file-directory): Remove defvar; there's
18279 a defcustom for it in files.el.
18280
18281 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
18282 Fix typo in message.
18283 (tumme-gallery-generate): Fix typo in `error' message.
18284 (tumme-display-window-height-correction)
18285 (tumme-display-window-width-correction, tumme-line-up-dynamic)
18286 (tumme-line-up-interactive): Dox fixes.
18287 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
18288 (tumme-restore-window-configuration, tumme-format-properties-string)
18289 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
18290 Fix typos in docstrings.
18291
18292 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
18293
18294 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
18295
18296 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
18297
18298 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
18299 User should use hook if desired.
18300
18301 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
18302 buffer if necessary.
18303 (gdb-delete-frame-or-window): New function.
18304 (gdb-breakpoints-mode-map): Bind "q" to it.
18305
18306 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18307
18308 * textmodes/nroff-mode.el: Clean up name space.
18309 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
18310 (nroff-mode): Obey the global setting of nroff-electric-mode.
18311 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
18312
18313 * calendar/calendar.el (calendar-increment-month): Typo in last change.
18314
18315 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
18316
18317 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
18318
18319 2006-02-06 Lars Hansen <larsh@soem.dk>
18320
18321 * generic-x.el (etc-fstab-generic-mode): Add file system types
18322 cifs and usbdevfs. Allow special chars in file names.
18323
18324 2006-02-05 Jay Belanger <belanger@truman.edu>
18325
18326 Update copyright notices of the files in lisp/calc.
18327
18328 2006-02-05 Romain Francoise <romain@orebokech.com>
18329
18330 Update copyright notices of all files in the lisp/play directory.
18331
18332 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
18333
18334 * ldefs-boot.el: Regenerate.
18335
18336 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
18337
18338 2006-02-05 Kim F. Storm <storm@cua.dk>
18339
18340 * files.el (magic-mode-regexp-match-limit): New defvar.
18341 (set-auto-mode): Use it to limit magic-mode-alist matching.
18342
18343 2006-02-04 Eli Zaretskii <eliz@gnu.org>
18344
18345 * info.el (Info-index, Info-mode): Improve the description of the
18346 `i' command.
18347
18348 * ldefs-boot.el: Regenerate.
18349
18350 2006-02-03 Werner Lemberg <wl@gnu.org>
18351
18352 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
18353 greedy to find the closing bracket in \*[...] and similar
18354 expressions. This is a first rough fix -- many additional
18355 refinements are necessary to make nroff mode really usable with groff.
18356
18357 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
18358
18359 * international/mule-cmds.el (set-locale-environment):
18360 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
18361 libX11.
18362
18363 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
18364
18365 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
18366 archive are created in archive-tmpdir.
18367
18368 2006-02-02 John Paul Wallington <jpw@pobox.com>
18369
18370 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
18371 (ibuffer-fontification-alist): Use it.
18372 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
18373 to "* z" and the Ibuffer Mark menu.
18374
18375 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
18376
18377 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18378
18379 * textmodes/table.el (*table--cell-describe-mode)
18380 (*table--cell-describe-bindings): Undo last change since
18381 print-help-return-message is not obsoleted by anything at all.
18382
18383 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
18384
18385 * emulation/cua-base.el (cua-mode): Doc fix.
18386
18387 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
18388
18389 * dframe.el (dframe-handle-make-frame-visible)
18390 (dframe-handle-iconify-frame, dframe-get-focus)
18391 (dframe-select-attached-frame, dframe-power-click)
18392 (dframe-frame-mode): Fix typos in docstrings.
18393
18394 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
18395 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
18396 Fix typos in docstrings.
18397
18398 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
18399 (hi-lock-face-buffer, hi-lock-font-lock-hook)
18400 (hi-lock-archaic-interface-message-used)
18401 (hi-lock-file-patterns-range): Fix typos in docstrings.
18402
18403 * savehist.el (savehist-loaded, savehist-load, savehist-install)
18404 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
18405
18406 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
18407 Fix typo in docstring.
18408
18409 * net/newsticker.el (newsticker--decode-iso8601-date)
18410 (newsticker--set-customvar, newsticker--buffer-insert-item)
18411 (newsticker--do-run-auto-mark-filter)
18412 (newsticker--parse-generic-feed): Doc fixes.
18413 (newsticker--retrieval-timer-list, newsticker-url-list)
18414 (newsticker-hide-immortal-items-in-echo-area)
18415 (newsticker-hide-obsolete-items-in-echo-area)
18416 (newsticker-new-item-face, newsticker--enclosure)
18417 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
18418 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
18419 (newsticker--parse-generic-feed, newsticker--cache-contains)
18420 (newsticker--stat-num-items, newsticker-download-enclosures):
18421 Fix typos in docstrings.
18422
18423 * net/rcirc.el (rcirc-debug): Doc fix.
18424 (rcirc-fill-column, rcirc-receive-message-hooks)
18425 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
18426 (rcirc-mode, rcirc-generate-new-buffer-name)
18427 (rcirc-startup-channels, rcirc-ignore-update-automatic)
18428 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
18429 Fix typos in docstrings.
18430 (rcirc-print): "?\ " -> "?\s".
18431 (rcirc-cmd-join): Improve argument/docstring consistency.
18432
18433 2006-02-01 Mark A. Hershberger <mah@everybody.org>
18434
18435 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
18436 before narrow-to-region.
18437
18438 2006-02-01 Richard M. Stallman <rms@gnu.org>
18439
18440 * simple.el (move-beginning-of-line): Scan properly for invis change.
18441
18442 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
18443
18444 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
18445
18446 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
18447 change bit only when id-format is 'integer. Reported by Matt
18448 Hodges <M.P.Hodges@rl.ac.uk>.
18449
18450 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
18451
18452 * hilit-chg.el (highlight-changes-initial-state)
18453 (highlight-changes-global-initial-state): Doc fixes.
18454 (highlight-changes-global-modes, global-highlight-changes):
18455 Fix typos in docstrings.
18456
18457 2006-02-01 Kim F. Storm <storm@cua.dk>
18458
18459 * emulation/cua-base.el (cua-mode): Mention that CUA enables
18460 transient-mark-mode in doc string.
18461
18462 2006-01-31 Richard M. Stallman <rms@gnu.org>
18463
18464 * replace.el (multi-occur): Doc fix.
18465 (multi-occur-in-matching-buffers): Rename from
18466 multi-occur-by-filename-regexp. Prefix arg says match
18467 buffer names instead of file names.
18468
18469 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
18470
18471 * bs.el: Allow non-default values of `bs-header-lines-length'.
18472 (bs--running-in-xemacs): Remove (not needed anymore).
18473 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
18474 instead of `shrink-window', thus avoiding having to compute the
18475 height of the window.
18476 (bs--up): Wrap around even when there's no header.
18477 (bs--down): Use `forward-line' instead of `next-line'.
18478
18479 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
18480
18481 * image-mode.el (image-toggle-display): Use file name if possible,
18482 instead of unnecessarily allocating a (possibly huge) lisp string.
18483
18484 2006-01-30 John Paul Wallington <jpw@pobox.com>
18485
18486 * subr.el (toplevel): Define `cl-assertion-failed' condition here
18487 because the `assert' macro signals it at runtime.
18488
18489 * emacs-lisp/cl.el (toplevel): Remove definition of
18490 `cl-assertion-failed' condition.
18491
18492 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
18493
18494 * thumbs.el (thumbs-marked-list): Make buffer-local and
18495 permanent-local.
18496 (thumbs-insert-thumb): Make help-echo non-sticky.
18497 (thumbs-file-alist): Use eolp as check for (non)-image.
18498
18499 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
18500
18501 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
18502 (ediff-before-session-group-setup-hooks)
18503 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
18504 Fix typos in docstrings.
18505
18506 * window.el (bw-dir, bw-eqdir, balance-windows)
18507 (split-window-keep-point): Fix typos in docstrings.
18508
18509 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
18510 (org-quote-string, org-calendar-to-agenda-key)
18511 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
18512 (org-show-following-heading, org-tags-column)
18513 (org-use-tag-inheritance, org, org-allow-space-in-links)
18514 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
18515 (org-enable-table-editor, org-calc-default-modes)
18516 (org-table-allow-automatic-line-recalculation)
18517 (org-export-html-style, org-export-with-fixed-width)
18518 (org-export-with-sub-superscripts, org-special-keyword)
18519 (org-formula, org-time-grid, org-table-may-need-update)
18520 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
18521 (org-goto-quit, org-get-indentation, org-end-of-item)
18522 (org-move-item-down, org-move-item-up)
18523 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
18524 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
18525 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
18526 (org-agenda-log-mode, org-agenda-toggle-diary)
18527 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
18528 (org-agenda-file-to-end, org-agenda-no-heading-message)
18529 (org-agenda-get-closed, org-format-agenda-item)
18530 (org-cmp-priority, org-cmp-category, org-cmp-time)
18531 (org-agenda-change-all-lines, org-agenda-diary-entry)
18532 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
18533 (org-link-search, org-camel-to-words, org-open-file)
18534 (org-remember-handler, org-table-convert-region)
18535 (org-table-move-row-down, org-table-move-row-up)
18536 (org-table-copy-region, org-table-wrap-region)
18537 (org-table-toggle-vline-visibility)
18538 (org-table-get-vertical-vector, org-table-modify-formulas)
18539 (org-table-get-specials, org-recalc-commands)
18540 (org-table-rotate-recalc-marks, org-table-eval-formula)
18541 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
18542 (org-level-color-stars-only, org-insert-heading):
18543 Fix typos in docstrings.
18544 (last-arg): Add defvar.
18545
18546 * makefile.w32-in (WINS): Add erc.
18547 (MH_E_SRC): Update (copied from lisp/Makefile.in).
18548
18549 2006-01-29 Bill Wohler <wohler@newt.com>
18550
18551 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
18552 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
18553 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
18554 (mh-autoloads): Don't use comments on otherwise empty lines.
18555
18556 2006-01-29 Edward O'Connor <ted@oconnor.cx>
18557
18558 * emulation/viper.el (viper-major-mode-modifier-list):
18559 Add insert-state and vi-state entries for erc-mode.
18560 (viper-go-away, viper-set-hooks): Add and remove
18561 viper-comint-mode-hook from erc-mode-hook as appropriate.
18562
18563 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
18564
18565 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
18566
18567 * bs.el (bs--format-aux): Implement `middle' alignment as
18568 described in the docstring for `bs-attributes-list'.
18569 (bs--get-name): Simplify. Don't pad the buffer name.
18570
18571 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
18572
18573 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
18574 English aspell dictionary is installed, use the first entry of
18575 ispell-dictionary-alist-1.
18576
18577 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18578
18579 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18580 Doc fix.
18581
18582 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
18583
18584 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
18585 for `process-file', in order to let it work for older Emacsen too.
18586
18587 2006-01-27 Eli Zaretskii <eliz@gnu.org>
18588
18589 * international/latexenc.el: Add a suitable `coding:' tag.
18590 (latexenc-find-file-coding-system): Undo last change.
18591
18592 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18593
18594 * international/latexenc.el (latexenc-find-file-coding-system):
18595 Make sure latexenc-main-file is a regular file and is readable.
18596
18597 2006-01-27 Andre Spiegel <spiegel@gnu.org>
18598
18599 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
18600 Pass FILE to vc-user-login-name.
18601
18602 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
18603
18604 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
18605
18606 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
18607 there are no more images to display.
18608 (thumbs-mark, thumbs-unmark): Revert change so that they move to
18609 the next image.
18610
18611 2006-01-26 Richard M. Stallman <rms@gnu.org>
18612
18613 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
18614
18615 * wid-edit.el (advertised-widget-backward): New alias.
18616 (widget-keymap): Use advertised-widget-backward for S-TAB.
18617
18618 * tumme.el: Correct the keywords.
18619 (tumme-dir-max-size): Use defvar.
18620 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
18621
18622 * simple.el (move-beginning-of-line): Take account of fields.
18623 (clone-indirect-buffer-other-window): Take args like
18624 clone-indirect-buffer, and work like it.
18625
18626 * help-fns.el (describe-function): Don't pass `nil' as default.
18627
18628 * files.el (risky-local-variable-p): Follow var aliases.
18629
18630 * subr.el (lazy-completion-table): Doc fix.
18631
18632 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
18633 global binding of `line'.
18634
18635 2006-01-25 Andre Spiegel <spiegel@gnu.org>
18636
18637 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
18638 Tramp.
18639
18640 * vc.el (vc-default-dired-state-info): Pass FILE to
18641 vc-user-login-name.
18642 (vc-default-update-changelog): Don't use vc-user-login-name, we
18643 don't need it here.
18644
18645 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
18646 no longer necessary.
18647
18648 2006-01-25 Kenichi Handa <handa@m17n.org>
18649
18650 * international/mule.el (decode-char): Avoid the overhead of
18651 calling utf-lookup-subst-table-for-decode if
18652 utf-translate-cjk-mode is nil.
18653 (encode-char): Avoid the overhead of calling
18654 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
18655 nil.
18656
18657 2006-01-22 Kenichi Handa <handa@m17n.org>
18658
18659 * international/mule.el (make-subsidiary-coding-system): Reset
18660 `coding-system-define-form' property of subsidiaries to nil.
18661 Avoid duplicated entry in coding-system-alist.
18662 (make-coding-system): Avoid duplicated entry in
18663 coding-system-alist.
18664 (define-coding-system-alias): Likewise.
18665
18666 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
18667
18668 * completion.el: Minor fixes in introductory comment.
18669 (completion-def-wrapper): Fix alist.
18670
18671 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
18672
18673 * thumbs.el (thumbs-new-image-size): New function.
18674 (thumbs-increment-image-size-element)
18675 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
18676 (thumbs-decrement-image-size): Delete.
18677 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
18678 temp files and use to resize.
18679 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
18680 Use increment argument to enlarge/shrink. Preserve point.
18681 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
18682 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
18683 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
18684 (thumbs-mark, thumbs-unmark): Preserve point.
18685 (thumbs-modify-image): Keep old temp files and use to modify.
18686 Cleanup old temp files at load time. Preserve point.
18687 (thumbs-view-image-mode-map): Use new command names.
18688
18689 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
18690
18691 * log-view.el (log-view-minor-wrap): First rev is the one at point.
18692
18693 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
18694 the nastiest part of the cyclic dependency.
18695 (cal-menu-update): Use dotimes and calendar-increment-month.
18696
18697 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
18698 (calendar-week-start-day): Add an :initializer.
18699 (calendar-mode-map): Use suppress-keymap, and command remapping.
18700 (describe-calendar-mode): Setup xref-stack info for the back button.
18701 (calendar-star-date): Insert before delete.
18702 (calendar-set-mode-line): Add file-modified info if applicable.
18703 (calendar-increment-month): New function.
18704
18705 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
18706
18707 * font-lock.el (lisp-font-lock-keywords-2):
18708 Recognize "& keywords" only at word boundaries.
18709
18710 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
18711
18712 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
18713 and permanent-local.
18714 (thumbs-max-image-number): New variable.
18715 (thumbs-do-thumbs-insertion): Use them.
18716 (thumbs-per-line): Change default to 4.
18717 (thumbs-marked-list): Rename from thumbs-markedL.
18718 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
18719 (thumbs-rename-images): Use -list instead of L for internal variables.
18720 (thumbs-call-convert): Use call-process instead of shell-command.
18721 (thumbs-insert-thumb): Add filename as help-echo to each image.
18722 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
18723 Give dir to thumbs-show-thumbs-list.
18724 (thumbs-show-thumbs-list): Set default-directory to that of images.
18725 (thumbs-dired-show): Rename from thumbs-dired-show-all.
18726 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
18727 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
18728 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
18729
18730 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
18731
18732 * ses.el (ses-read-cell): Provide a default value.
18733
18734 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
18735
18736 * term/w32-win.el (image-library-alist): Add additional names for
18737 GIF library.
18738
18739 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18740
18741 * international/latexenc.el (latexenc-find-file-coding-system):
18742 Add file-regular-p check.
18743
18744 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
18745
18746 * simple.el (clone-buffer): Don't show the new buffer in the same
18747 window.
18748
18749 2006-01-23 Juri Linkov <juri@jurta.org>
18750
18751 * faces.el (link, link-visited): New faces based on default values
18752 of `info-xref' and `info-xref-visited'.
18753
18754 * info.el (info-xref): Inherit from `link'.
18755 (info-xref-visited): Inherit from `link-visited'.
18756
18757 * cus-edit.el (custom-buffer-create-internal): Use widget type
18758 `custom-manual' instead of `info-link' and don't set properties
18759 `button-face' and `mouse-face' explicitly.
18760 (custom-browse-group-tag, custom-browse-variable-tag)
18761 (custom-browse-face-tag): Inherit from widget class
18762 `custom-group-link' instead of `push-button'.
18763 (custom-button-unraised): Inherit from `underline' face.
18764 (custom-link): Inherit from `link' face. Fix doc and group.
18765 (custom-add-parent-links, custom-group-value-create): Don't set
18766 properties `button-face' and `mouse-face' explicitly for
18767 `custom-group-link' widget.
18768 (custom-group-link): Add properties `button-face' and `mouse-face'
18769 to widget definition.
18770 (custom-field-keymap): New variable. Put `custom-field-keymap' to
18771 editable-field's :keymap property.
18772 (custom-mode): Fix docstring: substitute keybindings for
18773 `widget-forward' and `widget-backward' from `widget-keymap',
18774 `widget-complete' from `custom-field-keymap', replace old
18775 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
18776
18777 * desktop.el (desktop-load-file): Check for `fboundp' before
18778 calling `symbol-function'.
18779
18780 * simple.el (clone-buffer, clone-indirect-buffer)
18781 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
18782 `read-string'. Fix prompts.
18783
18784 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
18785
18786 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
18787
18788 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
18789
18790 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
18791
18792 * startup.el (inhibit-splash-screen, initial-scratch-message):
18793 Doc fixes.
18794
18795 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
18796
18797 Sync with Tramp 2.0.52.
18798
18799 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
18800 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
18801 `tramp-unload-tramp' for checklist.
18802
18803 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
18804 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
18805 (tramp-unload-file-name-handler-alist)
18806 (tramp-unload-tramp): New defuns.
18807 (tramp-advice-PC-expand-many-files): New defadvice.
18808 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
18809 removed.
18810 (tramp-handle-expand-file-name): Remove double slash.
18811 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
18812 It doesn't matter, because it will be converted later on.
18813 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
18814 implementation was just heuristic.
18815 (tramp-post-connection): Set uid and gid properties.
18816 (tramp-convert-file-attributes): Set file's gid change bit.
18817 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
18818 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
18819 in case of su(do)? methods. The home directory of the local user
18820 will be taken else.
18821 (tramp-open-connection-telnet)
18822 (tramp-open-connection-rsh, tramp-open-connection-su)
18823 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
18824 local shell prompt could hurt. Reported by Romain Francoise
18825 <romain@orebokech.com>.
18826 (tramp-let-maybe): Add `edebug-form-spec' property.
18827 (tramp-handle-expand-file-name): Bind `default-directory' locally
18828 to "/" in order to avoid problems with UNC shares or Cygwin
18829 mounts.
18830 (tramp-md5-function): Fix typo in error message.
18831
18832 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
18833
18834 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
18835 for byte-compiler pacification.
18836
18837 2006-01-22 Andre Spiegel <spiegel@gnu.org>
18838
18839 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
18840 ID-FORMAT `string'. This allows us to get rid of
18841 `vc-user-login-name UID'.
18842
18843 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
18844
18845 2006-01-22 John Paul Wallington <jpw@pobox.com>
18846
18847 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
18848
18849 2006-01-21 Martin Rudalics <rudalics@gmx.at>
18850
18851 * emacs-lisp/find-func.el (find-definition-noselect)
18852 (find-variable-noselect): Search variables in C source code too.
18853 (find-function-C-source, find-function-noselect, find-function)
18854 (find-function-other-frame, find-variable-noselect, find-variable)
18855 (find-variable-other-frame, find-variable-at-point):
18856 Fix docstrings.
18857
18858 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
18859
18860 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
18861
18862 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
18863
18864 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
18865 Default to disabling the "Save affix" question.
18866
18867 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
18868
18869 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
18870 the first arg to run-python.
18871
18872 2006-01-21 Eli Zaretskii <eliz@gnu.org>
18873
18874 * startup.el (command-line-1): Handle --no-desktop if desktop.el
18875 is not loaded.
18876
18877 2006-01-20 Jay Belanger <belanger@truman.edu>
18878
18879 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
18880 limit is 0.
18881
18882 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
18883 the correct variable.
18884
18885 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
18886
18887 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
18888 link. Fixed buggy argument sequence in call to `org-view-tags'.
18889 (org-compile-prefix-format): Set `org-prefix-has-tag'.
18890 (org-prefix-has-tag): New variable.
18891 (org-format-agenda-item): Remove tags from headline if
18892 appropriate.
18893 (org-agenda-remove-tags-when-in-prefix): New option.
18894 (org-get-tags-at): New function.
18895
18896 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
18897
18898 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
18899 (thumbs-find-image): Move image name and number from buffer name
18900 to mode name. Set thumbs-buffer. Preserve point so that large
18901 images remain visible.
18902 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
18903 order.
18904 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
18905 mode name.
18906 (thumbs-next-image, thumbs-previous-image): Make them work.
18907
18908 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
18909
18910 * cus-edit.el (custom-buffer-create-internal): State in the text above
18911 the whole buffer buttons that they do not operate on hidden items.
18912 (custom-face-menu): Use `custom-face-save' instead of
18913 `custom-face-save-command'.
18914 (custom-face-save-command): Make it an alias for `custom-face-save'
18915 and declare it obsolete.
18916 (custom-face-save): Doc fix.
18917
18918 * dired.el (dired-no-confirm): Add quote.
18919 (dired-subdir-alist-pre-R): Add quote in
18920 `make-variable-buffer-local' form and remove unbalanced parenthesis.
18921
18922 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18923
18924 * textmodes/table.el (table-mode-indicator): Typo in last change.
18925
18926 2006-01-19 Richard M. Stallman <rms@gnu.org>
18927
18928 * outline.el (hide-leaves): Don't call outline-end-of-heading.
18929 Fixes bug reported in Nov 2005.
18930
18931 * isearch.el (isearch-forward): Doc fix.
18932
18933 * dired.el (dired-move-to-filename-regexp): Define as alias.
18934 (dired-no-confirm): Use defcustom.
18935 (dired-subdir-alist-pre-R): Put defvar at top level.
18936
18937 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
18938
18939 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18940 Mark as risky.
18941
18942 * simple.el (set-mark-command): Doc fix.
18943 (clone-indirect-buffer-other-window):
18944 Read arg like clone-indirect-buffer.
18945 (move-beginning-of-line): Skip invisible newlines.
18946
18947 2006-01-19 Masatake YAMATO <jet@gyve.org>
18948
18949 * progmodes/cpp.el (cpp-edit-load): Make the order of
18950 listed conditions in a base C code buffer and its associate
18951 CPP Edit buffer the same.
18952
18953 2006-01-19 Kenichi Handa <handa@m17n.org>
18954
18955 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
18956 (rmail-mime-feature): Likewise.
18957 (rmail-require-mime-maybe): Use display-warning to show a warning
18958 message.
18959
18960 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
18961 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
18962
18963 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
18964
18965 * array.el: Move defvars out of eval-when-compile.
18966 (array-make-template): Replace undeclared global var with a local one.
18967 (array-mode): Inline initialization functions.
18968 (array-init-local-variables, array-init-max-row)
18969 (array-init-max-column, array-init-columns-per-line)
18970 (array-init-field-width, array-init-rows-numbered)
18971 (array-init-line-length, array-init-lines-per-row): Remove.
18972
18973 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
18974 (doc-mode-map): Define explicitly.
18975 (doctor-txtype): Use mapc.
18976
18977 * textmodes/table.el: Move defvars out of eval-when-compile.
18978 Remove harmful code meant to avoid byte-compiler warnings.
18979 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
18980 specification that checks table-fixed-width-mode directly.
18981 (table-recognize-region, table-recognize-cell):
18982 Use restore-buffer-modified-p.
18983 (table-fixed-width-mode): Remove code that refreshes
18984 table-fixed-mode-indicator.
18985 (*table--cell-describe-bindings, *table--cell-describe-mode):
18986 Avoid obsolete name print-help-return-message.
18987 (table--test-cell-list): Don't use replace-regexp from elisp.
18988 (table--point-entered-cell-function, table--point-left-cell-function):
18989 Don't set table-fixed-mode-indicator, use force-mode-line-update.
18990
18991 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
18992 that was after the end of file. Use buffer-file-name variable.
18993 (org-timestamp-change): Use with-current-buffer.
18994 (org-todo-list): Don't unnecessarily define a new buffer-local var.
18995 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
18996 `file'.
18997
18998 * progmodes/fortran.el: Move defvars out of eval-when-compile.
18999 (fortran-break-line): Remove unused var `opoint'.
19000 (fortran-abbrev-start): Obey help-event-list.
19001
19002 2006-01-18 Jesper Harder <harder@phys.au.dk>
19003
19004 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
19005
19006 2006-01-18 Masatake YAMATO <jet@gyve.org>
19007
19008 * progmodes/make-mode.el (makefile-imake-mode): New mode
19009 derived from makefile-mode.
19010 (makefile-imake-mode-syntax-table): New syntax table
19011 derived from makefile-mode-syntax-table.
19012 (makefile-mode): Write about makefile-imake-mode in doc string.
19013 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
19014 (makefile-imake-font-lock-keywords): New font lock keywords.
19015
19016 * files.el (auto-mode-alist): Add Imakefile.
19017
19018 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
19019
19020 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
19021 loading the file rather than when turning on flyspell-mode.
19022
19023 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
19024
19025 * cus-edit.el (customize-rogue): Minor doc fix.
19026
19027 2006-01-17 Juri Linkov <juri@jurta.org>
19028
19029 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
19030 instead of the file at the mark as default if the file at the mark
19031 is the same as the file at point or if dired-dwim-target-directory
19032 is not the same as the current directory and the mark is not active.
19033
19034 * log-view.el (log-view-minor-wrap): Use the same logic to get
19035 revisions as `log-view-diff'.
19036
19037 * info.el (Info-revert-find-node): Check for Info-current-file
19038 before preserving new-history.
19039
19040 * man.el (Man-heading-regexp): Add `/'.
19041
19042 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
19043 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
19044
19045 2006-01-16 Juri Linkov <juri@jurta.org>
19046
19047 * faces.el (mode-line-faces): New defgroup.
19048 (mode-line-highlight): Move definition after new defgroup.
19049 (mode-line, mode-line-inactive, mode-line-highlight):
19050 Replace :group `modeline' with `mode-line-faces'.
19051 (mode-line-buffer-id): New face.
19052 (modeline-buffer-id): New face alias.
19053 (vertical-border): Remove :group `modeline'.
19054
19055 * bindings.el (propertized-buffer-identification): Use face
19056 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
19057 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
19058 (mode-line-buffer-identification-keymap): For mouse-1 replace
19059 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
19060 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
19061 mouse-3.
19062
19063 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
19064 Buffer-menu-buffer. Doc fix.
19065 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
19066 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
19067 `Buffer-menu-buffer'.
19068
19069 * info.el (Info-mode-line-node-keymap): New defvar.
19070 (Info-set-mode-line): Use `stringp' to check Info-current-file.
19071 Propertize Info-current-node with `mode-line-buffer-id' and
19072 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
19073
19074 * time.el (display-time-mail-face): Replace :group `faces' with
19075 `mode-line-faces'.
19076
19077 2006-01-16 Kenichi Handa <handa@m17n.org>
19078
19079 * international/code-pages.el: Add autoload cookies for cp125[0345678].
19080
19081 * language/european.el (cp1252): New alias for windows-1252.
19082
19083 * international/mule.el (autoload-coding-system): Prepare for EOL
19084 variants.
19085
19086 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
19087
19088 * term.el (term-raw-map): Add mapping for insert.
19089 (term-send-insert): New.
19090 (term-mode): Make variables local here instead of doing it in
19091 `term-emulate-terminal'.
19092 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
19093 Scroll reverse needs to take into account the scroll region.
19094 Saving and restoring the cursor should save the color attributes too.
19095 (term-reset-terminal): Reset the scroll region.
19096 (term-handle-ansi-escape): Cursor up and down should take into
19097 account the scroll region.
19098 (term-set-scroll-region): Rename from `term-scroll-region'.
19099 Move to 0,0 after setting the region.
19100 (term-handle-scroll): Handle scroll up.
19101 (term-down): Fix off by one error.
19102 (term-delete-lines): Do not delete outside the scroll region.
19103 (term-insert-lines): Take into account the scroll region.
19104
19105 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
19106
19107 * textmodes/ispell.el (ispell-internal-change-dictionary)
19108 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
19109 (start, end): Move declaration outside of eval-when-compile.
19110
19111 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
19112 (flyspell-mode-on): Use it.
19113
19114 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
19115 ispell-kill-ispell-hook.
19116
19117 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
19118
19119 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19120 (Custom-reset-saved): Do not ask for confirmation in single option
19121 buffers.
19122
19123 2006-01-13 Richard M. Stallman <rms@gnu.org>
19124
19125 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
19126
19127 2006-01-13 Romain Francoise <romain@orebokech.com>
19128
19129 * add-log.el (add-change-log-entry, change-log-merge):
19130 Conditionally use `hard-newline'.
19131
19132 2006-01-13 Martin Rudalics <rudalics@gmx.at>
19133
19134 * wid-edit.el (widget-field-end): If the overlay is no longer
19135 associated with a buffer, behave as if the overlay didn't exist.
19136
19137 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
19138 Make sure the links use the `custom-link' face.
19139
19140 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
19141
19142 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
19143 (ld-script-mode): Don't set indent-line-function since we don't
19144 have one.
19145
19146 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
19147
19148 * textmodes/org.el (org-open-file): Use mailcap for selecting an
19149 application.
19150 (org-file-apps-defaults-gnu): Use mailcap as the default for
19151 selecting an application on a UNIX system.
19152 (org-agenda-show-tags): New command.
19153 (org-table-insert-hline): Keep cursor in current table line.
19154 (org-table-convert): Offset effect of modifying
19155 `org-table-insert-hline'.
19156 (org-format-agenda-item): New optional argument TAG.
19157 (org-compile-prefix-format): Handle %T format for the tag.
19158 (org-expand-wide-chars): New function.
19159 (org-table-insert-row, org-table-insert-hline):
19160 Use `org-expand-wide-chars'.
19161 (org-open-file): Fix bug in program launch.
19162 (org-get-time-of-day): Fix bug with times before 1am.
19163 (org-agenda-menu): Add tags commands.
19164
19165 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
19166
19167 * textmodes/ispell.el (ispell-init-process): Include the used
19168 dictionary in ispell process start message.
19169 (ispell-internal-change-dictionary): When flyspell-mode is active
19170 and dictionary is changed, make sure ispell process is restarted
19171 and flyspell word cache cleared out for the current buffer.
19172 (ispell-change-dictionary): Make sure flyspell word cache is
19173 cleared out in all buffers with active flyspell mode when
19174 dictionary is globally changed.
19175 Call ispell-internal-change-dictionary after dictionary change.
19176
19177 2006-01-13 Eli Zaretskii <eliz@gnu.org>
19178
19179 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
19180
19181 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
19182 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
19183 years. Fix small differences wrt Makefile.in.
19184 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
19185 Makefile.in does.
19186
19187 2006-01-12 Bill Wohler <wohler@newt.com>
19188
19189 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
19190 mh-search.el.
19191
19192 2006-01-12 Masatake YAMATO <jet@gyve.org>
19193
19194 * progmodes/ld-script.el: Update copyright year.
19195
19196 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
19197
19198 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
19199 Don't add widget if setting undefined.
19200
19201 2006-01-12 John Paul Wallington <jpw@pobox.com>
19202
19203 * help-fns.el (describe-variable): Remove newlines from void
19204 variable output.
19205
19206 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
19207
19208 * wdired.el (wdired-mode-map): Add help echo for
19209 wdired-abort-changes.
19210
19211 * man.el (Man-file-name-regexp): Adjust for a list of files.
19212
19213 2006-01-12 Masatake YAMATO <jet@gyve.org>
19214
19215 * progmodes/ld-script.el (auto-mode-alist): Support
19216 suffix conventions used in netbsd and eCos.
19217
19218 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
19219
19220 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
19221 (custom-variable-menu, custom-face-menu, custom-group-menu)
19222 (Custom-mode-menu): Change names of menu items. (As discussed on
19223 emacs-devel.)
19224 (custom-face-menu): Add "Undo Edits" item.
19225
19226 * startup.el (init-file-user): defcustom -> defvar.
19227
19228 * tooltip.el (tooltip-mode): Doc fix.
19229
19230 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
19231
19232 * reveal.el (reveal-post-command): window-buffer signals an error on
19233 dead windows rather than returning nil.
19234 (reveal-open-new-overlays): An overlay might die while we open others.
19235
19236 2006-01-11 Bill Wohler <wohler@newt.com>
19237
19238 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
19239 phrasing in docstring.
19240
19241 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
19242 can give some systems gas. Add new file mh-buffers.el.
19243
19244 2006-01-06 Masatake YAMATO <jet@gyve.org>
19245
19246 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
19247 C preprocessor forward ported from GNU Emacs 21.2.
19248
19249 * progmodes/asm-mode.el (asm-font-lock-keywords):
19250 Use `cpp-font-lock-keywords'.
19251
19252 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
19253
19254 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
19255 of $ for "\\.ld[s]?".
19256
19257 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
19258
19259 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
19260 (tcl-indent-line): Return `noindent' if inside a string.
19261
19262 * progmodes/flymake.el (flymake-split-string): Remove more than one
19263 empty string at beg/end of the result.
19264 (flymake-find-buildfile, flymake-find-possible-master-files):
19265 Use expand-file-name.
19266 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
19267 since expand-file-name does it for us. Use directory-file-name.
19268 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
19269 (flymake-ler-get-type, flymake-ler-get-text)
19270 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
19271 (flymake-current-line-no): Remove spurious interactive spec.
19272 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
19273 (flymake-check-include): Remove arg inc-path merged into inc-name.
19274 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
19275 Arg regexp-list replaced by a simple regexp.
19276 (flymake-master-make-header-init, flymake-master-tex-init):
19277 Correspondingly replace regexp-list with a regexp. Fix regexp.
19278
19279 2006-01-10 Simon Josefsson <jas@extundo.com>
19280
19281 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
19282 describing AUTH PLAIN fix.
19283
19284 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
19285
19286 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
19287 (report-emacs-bug): Don't record initial prompt text.
19288 Instead, add text properties to prompting text.
19289 (report-emacs-bug-hook): Delete prompting text.
19290
19291 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
19292
19293 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
19294 `dirs'. Adjust callers.
19295
19296 2006-01-09 John Paul Wallington <jpw@gnu.org>
19297
19298 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
19299
19300 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
19301
19302 * reveal.el (reveal-open-new-overlays): New extracted fun.
19303 (reveal-close-old-overlays): Idem. Check overlays's liveness before
19304 using them. Simplify the code.
19305 (reveal-post-command): Use them. Fix up obsolete windows in
19306 reveal-open-spots.
19307
19308 * progmodes/flymake.el: Use `require' rather than autoload for
19309 XEmacs's overlays.
19310 (flymake-get-common-file-prefix, flymake-build-relative-filename):
19311 Delete. Use file-relative-name instead.
19312 (flymake-get-syntax-check-program-args, flymake-perl-init):
19313 Simplify the resulting code.
19314
19315 * log-view.el (log-view-file-re, log-view-message-re): Add support
19316 for DaRCS output.
19317
19318 2006-01-09 Alex Schroeder <alex@gnu.org>
19319
19320 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
19321 identifiers sometimes added in square brackets at the beginning of
19322 subject lines.
19323
19324 2006-01-07 Richard M. Stallman <rms@gnu.org>
19325
19326 * cus-edit.el (Custom-set, Custom-save): Doc fix.
19327 (Custom-reset-current, Custom-reset-saved): Change question text.
19328 (Custom-reset-standard): Likewise.
19329 (custom-variable-reset-saved): Doc fix.
19330
19331 2006-01-07 Eli Zaretskii <eliz@gnu.org>
19332
19333 * startup.el (init-file-user): Doc fix.
19334
19335 2006-01-07 Alex Schroeder <alex@gnu.org>
19336
19337 * mail/rmail.el (rmail-current-subject): New function.
19338 (rmail-current-subject-regexp): New function.
19339 (rmail-next-same-subject): Use it.
19340
19341 * mail/rmailsum.el (rmail-summary-by-topic):
19342 Use rmail-current-subject and rmail-current-subject-regexp.
19343 (rmail-summary-next-same-subject): Ditto.
19344
19345 * net/rcirc.el (rcirc-send-input): No longer check whether the
19346 process is open, since not all commands need an open process.
19347 (rcirc-send-string): Check whether the process is open before
19348 sending anything.
19349 (rcirc-ignore-list): New option.
19350 (rcirc-ignore-list-automatic): New variable.
19351 (rcirc-print): Take rcirc-ignore-list into account.
19352 (rcirc-cmd-ignore): New command.
19353 (rcirc-ignore-update-automatic): New function.
19354 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
19355 list if ignored nicks.
19356 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
19357
19358 2006-01-06 David Reitter <david.reitter@gmail.com>
19359
19360 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
19361 reflect the address to which the report will be sent.
19362
19363 2006-01-06 Eli Zaretskii <eliz@gnu.org>
19364
19365 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
19366 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
19367
19368 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
19369
19370 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
19371
19372 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
19373 the doc string: "functoin" => "function".
19374 * ldefs-boot.el: Likewise.
19375
19376 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
19377 message text: "Duplicat" => "Duplicate".
19378
19379 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
19380
19381 * files.el (basic-save-buffer-2): If backing-up failed, reset
19382 buffer-backed-up to nil.
19383
19384 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
19385
19386 * progmodes/gud.el (gdb-script-skip-to-head)
19387 (gdb-script-calculate-indentation): Indent for breakpoint command
19388 lists also.
19389
19390 2006-01-05 Bill Wohler <wohler@newt.com>
19391
19392 * Makefile.in (compile-always): Add mh-autoloads dependency.
19393 (bootstrap): Remove mh-autoloads dependency, as compile dependency
19394 provides it.
19395 (updates): Remove mh-autoloads dependency, since it probably has
19396 already run recently (via recompile).
19397
19398 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
19399
19400 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
19401 argument `force' to disable the flyspell-last-buffer optimization.
19402 (flyspell-mode-on): Use it.
19403
19404 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
19405 flymake-simple-cleanup.
19406 (flymake-allowed-file-name-masks): Use this new default.
19407 All the functions are now called in the right buffer rather than
19408 passing the buffer as argument.
19409 (flymake-process-sentinel): Switch to buffer before calling cleanup.
19410 (flymake-parse-err-lines): Remove redundant buffer arg.
19411 (flymake-get-program-dir): Comment out unused function.
19412 (flymake-start-syntax-check, flymake-start-syntax-check-process):
19413 Remove redundant buffer argument.
19414 (flymake-get-real-file-name, flymake-simple-java-cleanup)
19415 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
19416
19417 2006-01-05 Richard M. Stallman <rms@gnu.org>
19418
19419 * info.el (Info-find-node): Don't record previous node if have none.
19420 (info): Go to directory only if history is empty.
19421
19422 * simple.el (mark): Doc fix.
19423
19424 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19425
19426 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
19427 already of desired type.
19428 (mac-ae-list): Coerce parameter to "list" type.
19429 (mac-dispatch-apple-event): Replace cadr part of event with a
19430 dummy position so that event-start returns it.
19431
19432 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
19433
19434 * textmodes/org.el (org-end-of-subtree): New function.
19435 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
19436 Use `org-end-of-subtree'.
19437 (org-agenda, org-agenda-convert-date): Protect calls to
19438 `fit-window-to-buffer'.
19439 (org-tags-view): Force matching of sublevels when doing a
19440 todo-only search. Define the correct redo command, including the
19441 arguments.
19442 (org-agenda-redo): Display message.
19443 (org-check-for-org-mode): New function.
19444 (org-agenda-type): New variable.
19445 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
19446 Set `org-agenda-type'.
19447 (org-agenda-check-type): New function.
19448 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
19449 (org-agenda-week-view, org-agenda-day-view)
19450 (org-agenda-next-date-line, org-agenda-previous-date-line)
19451 (org-agenda-log-mode, org-agenda-toggle-diary)
19452 (org-agenda-toggle-time-grid, org-agenda-date-later)
19453 (org-agenda-date-prompt, org-agenda-diary-entry)
19454 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
19455 (org-agenda-convert-date, org-agenda-menu):
19456 Use `org-agenda-check-type'.
19457 (org-make-overlay, org-delete-overlay)
19458 (org-detatch-overlay, org-move-overlay, org-overlay-put):
19459 New compatibility functions.
19460 (org-calendar-select-mouse): New command.
19461
19462 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
19463
19464 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
19465 (Custom-reset-standard): Fix y-or-n-p messages.
19466 (custom-link): New face for links.
19467 (custom-buffer-create-internal, custom-manual): Use it.
19468 (custom-face-save): Push to theme-face before setting face spec.
19469
19470 * wid-edit.el (widget-default-mouse-face-get): New function.
19471 (widget-specify-button): Handle mouse-face like button-face.
19472
19473 * custom.el (load-theme): Clear old theme settings if reloading.
19474
19475 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
19476
19477 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
19478 "Erase Customization" button back to same position it occupies in
19479 the individual State menus.
19480
19481 2006-01-04 Kim F. Storm <storm@cua.dk>
19482
19483 * wid-edit.el (key-sequence): Rework widget to read key binding
19484 using `kbd' syntax. Use C-q to insert literal key, event, or code.
19485 (widget-key-sequence-default-value): Default value for empty sequence.
19486 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
19487 (widget-key-sequence-read-event): New command for C-q.
19488 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
19489 (widget-key-sequence-value-to-external): New functions.
19490
19491 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
19492
19493 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
19494 Use expand-file-name.
19495 (flymake-delete-temp-directory): Use expand-file-name,
19496 file-name-directory, and directory-file-name.
19497 (flymake-strrchr): Delete.
19498 (flymake-start-syntax-check): Don't pass the redundant buffer argument
19499 to the init-f function.
19500 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
19501 (flymake-init-find-buildfile-dir)
19502 (flymake-init-create-temp-source-and-master-buffer-copy)
19503 (flymake-simple-make-init-impl, flymake-simple-make-init)
19504 (flymake-master-make-init, flymake-master-make-header-init)
19505 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
19506 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
19507 (flymake-xml-init): Remove corresponding redundant buffer argument.
19508 (flymake-allowed-file-name-masks): Remove last elems that are equal to
19509 the default anyway. Clean up regexps.
19510
19511 * progmodes/flymake.el (flymake-temp-source-file-name)
19512 (flymake-master-file-name, flymake-temp-master-file-name)
19513 (flymake-base-dir): New buffer-local vars.
19514 (flymake-buffer-data, flymake-get-buffer-value)
19515 (flymake-set-buffer-value): Replace those hash-tables by the new
19516 buffer-local vars. Update callers.
19517
19518 * progmodes/flymake.el (flymake-check-start-time)
19519 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
19520 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
19521 Move definition, so we can remove redundant earlier declaration.
19522 (flymake-replace-regexp-in-string, flymake-split-string)
19523 (flymake-get-temp-dir): Use defalias.
19524 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
19525 (flymake-xemacs-window-edges): Remove unused function.
19526 (flymake-get-point-pixel-pos): Move.
19527 (flymake-pid-to-names, flymake-reg-names)
19528 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
19529 Replace by a simple list flymake-processes and by process-buffer.
19530 Update callers. Other than simplify the code, it uses buffers rather
19531 than buffer-names so it doesn't get confused by uniquify.
19532 (flymake-buffer-data): The global value should just be nil.
19533
19534 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
19535 Optimize the body of a defalias like any other code.
19536
19537 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
19538 Make sure we've setup font-lock's vars. It may influence which
19539 function we then call.
19540 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
19541 here since it's too late anyway.
19542
19543 2006-01-03 Romain Francoise <romain@orebokech.com>
19544
19545 * startup.el (fancy-splash-tail, normal-splash-screen):
19546 Update copyright year.
19547
19548 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
19549
19550 * mouse.el (mouse-drag-track): Rename, from
19551 `mouse-drag-region-1'. Includes optional argument required to
19552 enable post-drag event processing (e.g. delete region keys).
19553 Can be used without this argument to track a mouse region and operate
19554 on it as soon as the drag completes.
19555 (mouse-drag-region): Use `mouse-drag-track'.
19556
19557 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
19558
19559 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
19560 Move to `custom-buffer' group.
19561
19562 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
19563 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
19564 (custom-theme-insert-face-marker, custom-theme-variable-menu)
19565 (custom-theme-face-menu): New variables.
19566 (custom-theme-add-variable, custom-theme-variable-action)
19567 (custom-variable-reset-theme, custom-theme-delete-variable)
19568 (custom-face-reset-theme, custom-theme-face-action)
19569 (custom-theme-delete-face, custom-theme-merge-theme)
19570 (custom-theme-add-face, custom-theme-visit-theme): New functions.
19571
19572 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
19573
19574 * custom.el: Move Custom Themes commentary to start of theme code.
19575 (custom-known-themes): Rename `standard' theme to `changed'.
19576 (custom-push-theme): Caller no longer specifies what theme to use
19577 when doing `reset'---the setting is simply removed from the theme.
19578 Delete MODE from `theme-value' and `theme-settings' properties.
19579 (custom-declare-theme): Ignore &rest args since we don't use them.
19580
19581 (custom-loaded-themes): Delete variable.
19582 (custom-theme-load-themes, custom-theme-loaded-p)
19583 (custom-theme-value): Delete functions.
19584
19585 (custom-declare-theme): Signal error on invalid theme names.
19586 (provide-theme): custom-loaded-themes was deleted.
19587 (load-theme): Load the file unconditionally.
19588 (enable-theme): Call `load-theme' if theme is undefined.
19589 (custom-enabled-themes): Only update value for successful loads.
19590 (disable-theme): Complete from enabled themes when interactive.
19591 (custom-variable-theme-value): Calculate theme value directly.
19592
19593 (custom-theme-reset-variables, custom-reset-variables): Mark as
19594 XEmacs compatibility functions. We don't actually use these.
19595
19596 * cus-edit.el (custom-variable-state-set):
19597 Use custom-variable-theme-value instead of custom-theme-value.
19598 (custom-face-state-set): Rename `standard' theme to `changed'.
19599 (custom-save-variables, custom-save-faces): Delete unneeded
19600 references to custom-reset-variables.
19601 (custom-save-resets): Delete function.
19602 (custom-save-variables, custom-save-faces): MODE argument deleted.
19603 (custom-save-variables, custom-save-faces): Ignore theme values.
19604
19605 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
19606 compatibility function.
19607
19608 2006-01-01 Richard M. Stallman <rms@gnu.org>
19609
19610 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
19611 (Custom-reset-current, Custom-reset-saved): Likewise.
19612 (Custom-reset-standard): Show message if aborted.
19613 (custom-mode): Doc fix, describing those commands.
19614
19615 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
19616 put on event-kind property.
19617
19618 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
19619
19620 * custom.el (provide-theme): Ban `user' theme name.
19621 (custom-enabling-themes): New variable.
19622 (enable-theme): Don't enable user if custom-enabling-themes is t.
19623 (custom-enabled-themes): Make it a defcustom.
19624 (custom-theme-recalc-face): No-op if face is undefined.
19625
19626 * cus-edit.el (custom-button-mouse): New variable.
19627 (custom-button-mouse): New face.
19628 (custom-raised-buttons, custom-mode): Use it.
19629
19630 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
19631
19632 2005-12-31 Eli Zaretskii <eliz@gnu.org>
19633
19634 * progmodes/gud.el (gud-display-line): Support hl-line in the
19635 source buffer.
19636
19637 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
19638
19639 * mouse.el (mouse-drag-window-above): Verify that the found window
19640 overlaps with the given window in the horizontal dimension.
19641
19642 2005-12-31 Eli Zaretskii <eliz@gnu.org>
19643
19644 * Makefile.in (cvs-update): New target.
19645
19646 * makefile.w32-in (cvs-update): Ditto.
19647
19648 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
19649
19650 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
19651 (custom-new-theme-mode-map): New variable.
19652
19653 2005-12-30 Richard M. Stallman <rms@gnu.org>
19654
19655 * custom.el (custom-load-themes): Function deleted.
19656
19657 * cus-edit.el (custom-save-loaded-themes): Function deleted.
19658 (custom-save-variables): Don't delete or add custom-load-themes call.
19659
19660 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
19661
19662 * cus-start.el: Add `visible-cursor'.
19663
19664 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
19665 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
19666 (flymake-process-filter): Switch to buffer before calling it instead.
19667 (flymake-post-syntax-check, flymake-highlight-err-lines)
19668 (flymake-delete-own-overlays, flymake-parse-err-lines)
19669 (flymake-start-syntax-check, flymake-start-syntax-check-process)
19670 (flymake-count-lines, flymake-parse-residual):
19671 Remove constant buffer argument.
19672 (flymake-start-syntax-check-for-current-buffer): Remove.
19673 Update callers to use flymake-start-syntax-check instead.
19674 (flymake-display-err-menu-for-current-line):
19675 Remove unused var `mouse-pos'.
19676 (flymake-restore-formatting): Comment out unused function.
19677 (flymake-report-status, flymake-report-fatal-status): Remove buffer
19678 argument, use current-buffer instead. Update callers.
19679
19680 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19681
19682 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
19683 buffer-local because choose-completion-delete-max-match requires
19684 that we set completion-ignore-case (i.e., binding via let is not
19685 sufficient).
19686 (bibtex-complete): Always set completion-ignore-case and
19687 choose-completion-string-functions. The latter is needed because
19688 choose-completion-string-functions keeps its value if we quit the
19689 *Completions* buffer without requesting a completion.
19690
19691 2005-12-30 Andreas Schwab <schwab@suse.de>
19692
19693 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
19694
19695 2005-12-30 Eli Zaretskii <eliz@gnu.org>
19696
19697 * jit-lock.el (jit-lock-chunk-size): Doc fix.
19698
19699 2005-12-30 Juri Linkov <juri@jurta.org>
19700
19701 * locate.el (locate-fcodes-file, locate-header-face)
19702 * progmodes/delphi.el (delphi-other-face)
19703 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
19704
19705 * paren.el (show-paren-match, show-paren-mismatch): Use existing
19706 group `paren-showing-faces'.
19707
19708 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
19709 (goto-address): Fix docstring.
19710
19711 * net/webjump.el (webjump-sample-sites): Update URLs.
19712
19713 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
19714
19715 * subr.el (cancel-change-group): Add listp around pending-undo-list.
19716
19717 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
19718
19719 * font-lock.el (font-lock-compile-keywords): Signal an error when
19720 font-lock-set-defaults hasn't been called.
19721
19722 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
19723
19724 * subr.el (noreturn, 1value): Doc fixes.
19725
19726 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19727
19728 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
19729 that assoc-string returns nil.
19730
19731 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19732
19733 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
19734 (bibtex-entry-type-str, bibtex-empty-field-re)
19735 (bibtex-search-backward-string, bibtex-preamble-prefix)
19736 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
19737 (bibtex-any-valid-entry-type): New variable.
19738 (bibtex-parse-field-name): Simplify.
19739 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
19740 (bibtex-preamble-prefix): Include left delimiter.
19741 (bibtex-search-forward-field, bibtex-search-backward-field):
19742 Allow unbounded search past entry boundaries (required by bibtex-pop).
19743 (bibtex-text-in-field-bounds): Use push.
19744 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
19745 (bibtex-parse-preamble, bibtex-valid-entry)
19746 (bibtex-beginning-first-field): New functions.
19747 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
19748 (bibtex-map-entries): Fix docstring.
19749 (bibtex-flash-head): New arg prompt. Simplify.
19750 (bibtex-enclosing-field): Include code of bibtex-inside-field.
19751 (bibtex-insert-kill): Simplify. Always insert text past the
19752 current field or entry.
19753 (bibtex-format-entry): Use bibtex-parse-field.
19754 (bibtex-pop): Use bibtex-beginning-of-entry and
19755 bibtex-end-of-entry to initiate the search. Insert empty field if
19756 we found ourselves.
19757 (bibtex-print-help-message): New args field and comma.
19758 Handle entry keys.
19759 (bibtex-make-field): Use bibtex-beginning-of-entry.
19760 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
19761 invalid entry.
19762 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
19763 Handle preambles. Simplify code for thorough test.
19764 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
19765 New arg comma. Handle entry heads.
19766 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19767 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
19768 New arg comma.
19769 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
19770 (bibtex-fill-field): Simplify.
19771 (bibtex-fill-entry): Use bibtex-beginning-first-field and
19772 bibtex-parse-field.
19773 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
19774 (bibtex-complete): Use bibtex-parse-preamble.
19775
19776 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
19777
19778 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
19779 Display name of expression instead of convenience variable.
19780 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
19781
19782 * progmodes/gud.el (gud-tooltip-dereference): Rename from
19783 toggle-gud-tooltip-dereference.
19784 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
19785 (gud-tooltip-tips): ...here when dereferencing.
19786
19787 2005-12-28 Bill Wohler <wohler@newt.com>
19788
19789 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
19790
19791 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
19792
19793 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
19794 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
19795 (vc-annotate-display-autoscale): Adjust call.
19796 (vc-annotate-display-default): Adjust call. Make arg compulsory.
19797 Fix interactive spec.
19798 (vc-annotate-time-span): Remove.
19799 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
19800 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
19801 (vc-annotate-display-select): Use new name.
19802
19803 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
19804 (vc-annotate-mode-menu): Remove left-over redundant declaration.
19805 Correct the construction of span entries. Simplify.
19806 (vc-annotate-display-select): Fix the nil case.
19807 (vc-annotate): Remove obsolete (and now broken) code.
19808 (vc-annotate-extract-revision-at-line): Remove obsolete code.
19809 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
19810
19811 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
19812
19813 * subr.el (lazy-completion-table): Correct typo in docstring.
19814
19815 * startup.el (command-line): Use `custom-reevaluate-setting' for
19816 `send-mail-function'.
19817
19818 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
19819
19820 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
19821
19822 * mail/smtpmail.el (smtpmail-try-auth-methods):
19823 Send credentials together with "AUTH PLAIN" command.
19824
19825 2005-12-27 Richard M. Stallman <rms@gnu.org>
19826
19827 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
19828 mouse-2, go back to previously selected window, so it's selected
19829 when mouse-2 command runs.
19830
19831 2005-12-27 Juri Linkov <juri@jurta.org>
19832
19833 * descr-text.el (describe-text-sexp): Use square brackets for
19834 button [Show] to distinguish it from the property value `show'.
19835 (describe-property-list): Use `insert-text-button' with
19836 `help-face' type instead of putting face in quotes, because button
19837 is not created automatically for a list of faces.
19838 (describe-text-properties-1): Put button-type value in quotes to
19839 distinguish from plain text "button".
19840 (describe-char): Display code point values in hex. Don't use
19841 `symbol-name' for `current-input-method' because it is a string.
19842 Use `insert-text-button' with `help-face' type instead of putting
19843 hardcoded face in quotes, because button is not created automatically.
19844
19845 2005-12-27 Richard M. Stallman <rms@gnu.org>
19846
19847 * progmodes/glasses.el (glasses-face): More specific custom type.
19848
19849 * files.el (set-visited-file-name): Doc fix.
19850
19851 * textmodes/flyspell.el (flyspell-external-point-words):
19852 Use local var buffer-scan-pos to advance scan for next misspelling.
19853 Advance it only after we find the misspelling.
19854
19855 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
19856
19857 * textmodes/flyspell.el (flyspell-external-point-words):
19858 New criteria for finding the misspelling in the buffer.
19859
19860 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
19861
19862 * help-mode.el (help-insert-string): Set help-xref-stack-item
19863 rather than call help-setup-xref.
19864
19865 * descr-text.el (describe-char): Revert previous changes for
19866 optional buffer argument.
19867
19868 2005-12-27 Juri Linkov <juri@jurta.org>
19869
19870 * help-mode.el (help-insert-string): New function. Save buffer
19871 contents in cases where it is impossible to recompute the old contents.
19872
19873 * descr-text.el (describe-char): Set help-xref-stack-item
19874 explicitly after buffer has been generated.
19875
19876 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19877
19878 * cus-start.el (all): Add x-gtk-show-hidden-files.
19879
19880 2005-12-26 Richard M. Stallman <rms@gnu.org>
19881
19882 * replace.el (perform-replace): Calculate match-again
19883 before skipping read-only matches.
19884
19885 * paren.el (paren-showing-faces): New group.
19886 (show-paren-match, show-paren-mismatch): Move to that group.
19887
19888 * button.el (button): Put into group `basic-faces'.
19889
19890 * progmodes/make-mode.el: Remove faces from group `faces'.
19891
19892 * apropos.el (apropos, apropos-value): Doc fix.
19893 (apropos-documentation): Doc fix.
19894
19895 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
19896
19897 * subr.el (lazy-completion-table): Remove argument `args'.
19898
19899 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
19900 Don't use the `args' argument of lazy-completion-table.
19901
19902 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
19903
19904 * descr-text.el (describe-char): Add optional argument for buffer.
19905 Set buffer appropriately. Call help-setup-xref.
19906 Suggested by Stefan Monnier.
19907
19908 2005-12-26 Juri Linkov <juri@jurta.org>
19909
19910 * descr-text.el: Require `help-fns' at runtime. Don't require
19911 `button' for byte compilation.
19912 (describe-text-widget): Add `help-echo' for first button.
19913 Use `help-info' for second.
19914 (describe-property-list): Use `help-argument-name' instead of `italic'.
19915 (describe-text-category): Add prompt to interactive spec.
19916 Call `help-setup-xref'.
19917 (describe-char): Use `help-character-set'. Add `help-echo' for
19918 code point. Use `help-input-method'. Remove superfluous insert.
19919
19920 2005-12-25 Richard M. Stallman <rms@gnu.org>
19921
19922 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
19923 at point, in case of narrowing.
19924
19925 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
19926
19927 * locate.el (locate-header-face): Allow nil in type.
19928
19929 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
19930
19931 2005-12-25 Romain Francoise <romain@orebokech.com>
19932
19933 * battery.el (battery-linux-proc-acpi): Also try
19934 `/proc/acpi/thermal_zone/THM0/temperature'.
19935
19936 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
19937
19938 * custom.el (custom-push-theme): Fix docstring.
19939
19940 * cus-edit.el (custom-variable-set, custom-variable-save)
19941 (custom-variable-save): Custom-quote widget values.
19942 (customize-save-variable): Fix custom-push-theme call.
19943
19944 2005-12-24 Eli Zaretskii <eliz@gnu.org>
19945
19946 * w32-fns.el (w32-batch-update-autoloads): New function.
19947
19948 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
19949 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
19950 from the command line.
19951
19952 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
19953
19954 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
19955 reset means to remove setting from theme entirely. Don't keep
19956 expanding theme-settings list; delete old entries if necessary.
19957
19958 * cus-edit.el (custom-buffer-create-internal): Move "Erase
19959 customization" button one line up.
19960 (custom-themed): New face.
19961 (custom-magic-alist): New value, THEMED, for theme settings.
19962 (custom-variable-state-set, custom-face-state-set):
19963 Check theme-value instead of saved-value.
19964 (custom-variable-reset-standard, custom-face-reset-standard):
19965 Remove theme setting entirely. Recalculate new values.
19966 (custom-variable-set, custom-variable-set)
19967 (custom-variable-reset-saved, custom-variable-reset-backup)
19968 (custom-face-set, custom-face-reset-saved): Update `user' theme.
19969 (custom-variable-save): Fix typos.
19970
19971 2005-12-23 Juri Linkov <juri@jurta.org>
19972
19973 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
19974 Add autoload cookies.
19975 (edebug-outside-d-c-i-n-s-w): New variable.
19976 (edebug-display, edebug-outside-excursion): Use it to save the
19977 original value of default-cursor-in-non-selected-windows.
19978 Set default-cursor-in-non-selected-windows to t while Edebug
19979 is active.
19980 (edebug-mode, edebug-eval-mode): Doc fix.
19981
19982 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
19983 with `buffer-substring-no-properties' to remove common substring
19984 highlighting.
19985
19986 * info.el (info-other-window, info): Rename function argument
19987 `file' to `file-or-node'.
19988 (Info-complete-menu-item): Use local variable `complete-nodes' to
19989 keep the global value of `Info-complete-nodes' unchanged for
19990 subsequent completions.
19991 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
19992
19993 * simple.el (get-next-valid-buffer, last-buffer)
19994 (next-error-buffer-p, next-error-find-buffer)
19995 (minibuffer-history-sexp-flag): Doc fix.
19996
19997 * savehist.el (savehist-mode-hook): Add `:group'.
19998
19999 * log-view.el: Call autoload for vc-find-version.
20000 (log-view-current-file): Adjust subgroup numbers.
20001 (log-view-current-tag): Add `length'.
20002
20003 2005-12-23 Richard M. Stallman <rms@gnu.org>
20004
20005 * vc.el (vc-annotate-car-last-cons): Defn moved up.
20006
20007 2005-12-23 Juri Linkov <juri@jurta.org>
20008
20009 * hi-lock.el (hi-lock-archaic-interface-message-used)
20010 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
20011 (hi-lock-mode): Display "Hi" in the mode line only when
20012 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
20013 (hi-lock-write-interactive-patterns):
20014 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
20015 (hi-lock-set-pattern, hi-lock-set-file-patterns)
20016 (hi-lock-font-lock-hook): Set 3rd arg `how' of
20017 font-lock-add-keywords to t.
20018
20019 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
20020
20021 * hi-lock.el (hi-lock-highlight-range): New variable.
20022 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
20023 only if font-lock-fontified is non-nil. Remove overlays.
20024 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
20025 font-lock-fontified is non-nil, otherwise use overlays (instead of
20026 text properties).
20027 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
20028 New variables.
20029 (hi-lock-string-serialize): New function.
20030
20031 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20032
20033 * menu-bar.el (menu-find-file-existing): New function.
20034 (menu-bar-file-menu): Use menu-find-file-existing for Open.
20035
20036 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
20037
20038 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
20039
20040 * vc.el: Remove unnecessary leading * in docstrings.
20041 (vc-annotate-mode-map): Move initialization into declaration.
20042 (vc-static-header-alist): Nitpick on the regexp.
20043 (vc-default-init-version): New fun.
20044 (vc-register): Use it.
20045 (vc-insert-headers): Use dolist.
20046 (vc-annotate-get-backend): Remove unused function.
20047 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
20048 (vc-annotate-mode): Remove corresponding call.
20049 (vc-annotate-car-last-cons): Simplify.
20050 (vc-annotate-buffers): Remove var.
20051 (vc-annotate-backend): Make it buffer-local.
20052 (vc-annotate): Move the interaction to the interactive spec.
20053 Add a `buf' argument.
20054 (vc-annotate-warp-version): Use this new `buf' argument to avoid
20055 killing&creating a vc-annotate buffer, which is very disruptive when
20056 the buffers are shown in dedicated frames.
20057
20058 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
20059
20060 * descr-text.el: Add FSF as maintainer.
20061 (describe-text-mode, describe-text-mode-map)
20062 (describe-text-mode-hook, describe-text-done): Delete. Use normal
20063 help-mode.
20064 (describe-text-widget, describe-text-sexp)
20065 (describe-property-list, describe-text-category)
20066 (describe-text-properties, describe-text-properties-1)
20067 (describe-char): Use help buttons instead of widgets.
20068 (describe-char-unicodedata-file): Make URL link in doc string.
20069
20070 2005-12-22 Richard M. Stallman <rms@gnu.org>
20071
20072 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
20073 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
20074 Don't include buttons that write a file when there's no file.
20075 (custom-variable-menu, custom-face-menu, custom-group-menu):
20076 Don't include commands that write a file when there's no file.
20077 (customize-browse): Reword the top-of-buffer help intro.
20078 (custom-buffer-create-internal): Fix previous change.
20079 (customize-changed-options-previous-release): Prev release is 21.1.
20080 (customize-changed-options): Doc fix.
20081 (customize-changed): New alias.
20082 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
20083 Say "standard values".
20084 (Custom-reset-standard): Doc fix.
20085 (custom-face-reset-standard): Doc fix.
20086
20087 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
20088
20089 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
20090 even if font-lock-mode is non-nil since it may be t without having
20091 turned on font-lock-mode-internal.
20092 (font-lock-choose-keywords): Minor optimization.
20093 (font-lock-add-keywords, font-lock-remove-keywords)
20094 (font-lock-set-defaults): Don't call make-local-variable on a variable
20095 that we know to already be local.
20096
20097 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
20098
20099 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
20100 messages if in the minibuffer.
20101
20102 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
20103
20104 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
20105 (tex-mode-flyspell-verify, flyspell-get-word)
20106 (flyspell-external-point-words): Don't use point-min/max uselessly.
20107
20108 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
20109 by Kevin Rodgers. Instead, just hide the completions buffer if we
20110 don't need to show it.
20111
20112 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
20113
20114 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
20115
20116 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
20117
20118 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
20119 delete-windows-on with an inexistent buffer.
20120
20121 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
20122
20123 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
20124 Delete defcustom variable :tag names.
20125
20126 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
20127
20128 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
20129 (log-view-font-lock-keywords): Ajust subgroup numbers.
20130 (log-view-current-tag): Don't hard code the number of subgroups.
20131
20132 2005-12-20 Juri Linkov <juri@jurta.org>
20133
20134 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
20135 (tooltip-x-offset, tooltip-y-offset): Doc fix.
20136
20137 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
20138 (menu-bar-non-minibuffer-window-p): Instead of checking
20139 display-multi-frame-p, use selected-frame when menu-updating-frame
20140 is nil.
20141
20142 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
20143
20144 * align.el (align-rules-list): Use [ \t] instead of \s-
20145 for column separators in text mode.
20146
20147 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
20148
20149 * help-mode.el (help-customize-variable, help-customize-face):
20150 Don't pop help-xref-stack as help-follow no longer pushes
20151 anything on to it.
20152
20153 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
20154
20155 * textmodes/org.el (org-agenda-custom-commands): New option.
20156 (org-agenda): Offer custom commands on splash screen.
20157 (org-make-tags-matcher): Parser for Boolean logic added.
20158 (org-agenda-set-tags): New command.
20159 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
20160 (org-set-tags): Efficiency improvements.
20161 (org-auto-align-tags): New option.
20162 (org-todo, org-demote, org-promote): Realign tags.
20163 (org-tags-completion-function): Use also "&" and "|" as separators.
20164 (org-org-menu): Agenda commands simplified.
20165
20166 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
20167
20168 * cus-edit.el (customize-apropos, customize-apropos-options):
20169 Docstring changes.
20170
20171 * font-lock.el (font-lock): Add tags to the links in the defgroup.
20172
20173 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
20174
20175 * longlines.el (longlines-mode): Wrap while widened.
20176 (longlines-decode-region, longlines-encode-region): Compute max
20177 just once.
20178
20179 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20180
20181 * cus-edit.el (mac): New group.
20182
20183 * cus-start.el (all): Add user options in macterm.c. Add test for
20184 Mac-related built-ins. Fix test for GTK-related built-ins.
20185
20186 * term/mac-win.el (mac-handle-language-change)
20187 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
20188 (mac-services-open-selection, mac-services-mail-selection)
20189 (mac-services-mail-to, mac-services-insert-text)
20190 (mac-dispatch-apple-event): Add docstrings.
20191 (x-get-selection, mac-select-convert-to-string): Select coding
20192 system from `utf-16be' and `utf-16le' using `byteorder'.
20193
20194 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
20195
20196 * subr.el (lazy-completion-table): Don't be fooled if the var holds
20197 a "list" (lambda ...) rather than a real completion list.
20198
20199 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
20200 lexical-let when encountering ((lambda (...) ...) ...).
20201
20202 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
20203
20204 * progmodes/sh-script.el (sh-mode):
20205 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
20206 * textmodes/picture.el (picture-mode): Update docstrings.
20207
20208 2005-12-17 Eli Zaretskii <eliz@gnu.org>
20209
20210 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
20211 commands enclosed in $(ARGQUOTE)s should not be split between two
20212 lines, as that will break with GNU Make >3.80, when sh.exe is used
20213 and arg quoting is with '..'.
20214 (autoloads): Don't break the quoted --eval expression between
20215 several lines.
20216
20217 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
20218
20219 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
20220 Capture error from printing circular structures.
20221
20222 2005-12-17 Martin Rudalics <rudalics@gmx.at>
20223
20224 * wid-edit.el (widget-checkbox-action): Clear undo info.
20225
20226 2005-12-16 Bill Wohler <wohler@newt.com>
20227
20228 * menu-bar.el (kill-this-buffer): Set a good example by using menu
20229 bar, not menubar in comment.
20230
20231 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
20232
20233 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
20234 After-change-functions should not clobber the match data.
20235
20236 2005-12-16 Juri Linkov <juri@jurta.org>
20237
20238 * simple.el (choose-completion): Use `buffer-substring-no-properties'
20239 instead of `buffer-substring'.
20240 (completion-common-substring): Doc fix.
20241 (completion-setup-function): Use minibuffer-completion-contents
20242 instead of minibuffer-contents. Don't set common-string-length
20243 initially. Remove special handling of partial-completion-mode.
20244 Move computation of completion-base-size into one cond.
20245 Call completion-base-size-function in mainbuf. In computation of
20246 completion-base-size for file name completion don't move point to
20247 the end of the minibuffer. Move computation of common-string-length
20248 into one cond. Start putting faces only when common-string-length>=0.
20249 Add condition to put completions-common-part when
20250 common-string-length>0.
20251
20252 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
20253 place point at the first different character in the minibuffer
20254 even if this position is at the beginning of the minibuffer.
20255
20256 * info.el (Info-read-node-name-1): In completion-base-size-function's
20257 lambda return 1 if common-substring or minibuffer-completion-contents
20258 starts with (, and 0 otherwise.
20259
20260 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
20261 Use `crm-current-element' for second arg of `display-completion-list'.
20262
20263 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
20264
20265 * files.el (set-auto-mode): Look for an interpreter specified on
20266 the first line also if search for mode specification succeeded,
20267 but the mode is not known.
20268
20269 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
20270
20271 * textmodes/org.el (org-tags-match-list-sublevels): New option.
20272 (org-open-at-point): Implement tag searches as links.
20273 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
20274 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
20275 (org-tags-sparse-tree, org-tags-view, org-set-tags)
20276 (org-agenda-dispatch): New commands.
20277 (org-use-tag-inheritance, org-tags-column): New options.
20278 (org-tab-follows-link, org-return-follows-link): New options.
20279 (org-tags): New customize group.
20280 (org-start-icalendar-file): Get local time zone.
20281 (org-tags-completion-function): New function.
20282 (org-set-font-lock-defaults): Make sure links will also be
20283 highlighted inside headlines.
20284
20285 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
20286
20287 * term.el (term-emulate-terminal):
20288 Let term-handle-ansi-terminal-messages override what Bash says about
20289 its current directory.
20290
20291 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20292
20293 * bindings.el (last-buffer): Move to simple.el.
20294 * simple.el (last-buffer): Move here.
20295 (get-next-valid-buffer): New function.
20296 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
20297 (prev-buffer): Ditto. Rename to `previous-buffer'.
20298
20299 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
20300 * bindings.el (global-map): Ditto.
20301
20302 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
20303
20304 * cus-edit.el: Introductory comment change.
20305 (custom-magic-alist): Change message string for the `rogue' state.
20306
20307 2005-12-15 Richard M. Stallman <rms@gnu.org>
20308
20309 * tooltip.el: Delete defcustom variable :tag names.
20310
20311 * complete.el (partial-completion-mode): Doc fix.
20312
20313 * textmodes/flyspell.el (flyspell-external-point-words):
20314 Use save-excursion to ensure we don't move backward in the
20315 search loop, not even one character.
20316 (flyspell-delete-all-overlays): Use remove-overlays directly.
20317
20318 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
20319 (ispell-start-process): Set that variable.
20320 Clear ispell-buffer-local-name.
20321 (ispell-internal-change-dictionary):
20322 Set ispell-current-dictionary after killing process.
20323 (ispell-buffer-local-dict):
20324 Don't set spell-personal-dictionary after killing process.
20325 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
20326 (ispell-tex-skip-alists, ispell-html-skip-alists)
20327 (ispell-skip-region-alist): Mark as risky.
20328
20329 * net/newsticker.el (newsticker--retrieval-timer-list)
20330 (newsticker--display-timer, newsticker-running-p)
20331 (newsticker-ticker-running-p): Definitions moved up.
20332
20333 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
20334
20335 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
20336
20337 2005-12-15 David Ponce <david@dponce.com>
20338
20339 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
20340 (recentf-edit-list, recentf-open-files): Signal an error when
20341 there is no recent file.
20342
20343 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
20344
20345 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
20346 read-only except for texinfo-format-region evaluation.
20347
20348 2005-12-14 Richard M. Stallman <rms@gnu.org>
20349
20350 * vc.el (vc-default-previous-version, vc-default-next-version)
20351 (vc-do-command): Doc fixes.
20352
20353 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20354
20355 * textmodes/bibtex.el (bibtex-expand-strings)
20356 (bibtex-autokey-expand-string, bibtex-name-part)
20357 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
20358 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
20359 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
20360 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
20361 (bibtex-entry-postfix, bibtex-known-entry-type-re)
20362 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
20363 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
20364 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
20365 (bibtex-beginning-of-last-entry): Remove.
20366 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
20367 message if comma is missing but buffer is read-only.
20368 (bibtex-parse-field-text): Handle whitespaces at the end of field
20369 text. Return 3-element list with beginning and end of field text
20370 and end of field.
20371 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
20372 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
20373 (bibtex-search-forward-field, bibtex-search-backward-field):
20374 Search always delimited by limits of entry. Use more efficient
20375 search algorithms.
20376 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
20377 bibtex-end-of-name-in-field.
20378 (bibtex-text-in-field-bounds): Handle BibTeX strings when
20379 extracting the content of a field.
20380 (bibtex-text-in-field): Use search limits.
20381 (bibtex-parse-string-prefix): Handle empty string keys based on
20382 bibtex-string-empty-key.
20383 (bibtex-parse-string): Fix docstring.
20384 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
20385 (bibtex-preamble-prefix, bibtex-strings): New functions.
20386 (bibtex-skip-to-valid-entry): Include preceding whitespace in
20387 BibTeX entries (consistent with other BibTeX functions).
20388 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
20389 (bibtex-search-entry): Fix docstring. Simplify.
20390 (bibtex-flash-head, bibtex-complete-string-cleanup)
20391 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
20392 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
20393 (bibtex-parse-entry): New optional arg content.
20394 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
20395 Use bibtex-text-in-field-bounds.
20396 (bibtex-print-help-message): Handle BibTeX strings and preambles.
20397 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
20398 bibtex-parse-string-postfix.
20399 (bibtex-find-text-internal): New function.
20400 (bibtex-remove-delimiters): Use it.
20401 (bibtex-find-text): Use it. New optional arg help.
20402 (bibtex-complete): Handle BibTeX string and preamble entries.
20403 (bibtex-Preamble): Fix order of closing delimiters.
20404
20405 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
20406
20407 * vc.el (vc-default-revert): New fun.
20408
20409 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
20410
20411 2005-12-14 Romain Francoise <romain@orebokech.com>
20412
20413 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
20414 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
20415 (font-lock-remove-keywords): Likewise.
20416
20417 2005-12-14 Juri Linkov <juri@jurta.org>
20418
20419 * log-view.el (log-view-diff): Doc fix.
20420
20421 * isearch.el (isearch-query-replace): Use (mark) instead of
20422 isearch-opoint if mark is active in transient-mark-mode.
20423
20424 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
20425
20426 * isearch.el (isearch-query-replace): Check for isearch-other-end.
20427
20428 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
20429
20430 * progmodes/cpp.el (cpp-face): New widget.
20431 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
20432
20433 2005-12-14 Juri Linkov <juri@jurta.org>
20434
20435 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
20436 around `erase-buffer' and `insert'.
20437
20438 * descr-text.el (describe-text-properties): Replace buffer name
20439 "*Help-2*" with "*Help*<2>".
20440 (describe-char): Add functions print-help-return-message,
20441 toggle-read-only. Use help-setup-xref with nil to not store
20442 describe-char in help-xref-stack. Use help-make-xrefs to
20443 make [back] button.
20444
20445 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
20446
20447 * wdired.el (wdired-old-point): New internal variable.
20448 (wdired-change-to-wdired-mode): Set it buffer-locally.
20449 (wdired-abort-changes): Restore point after aborting changes.
20450
20451 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
20452
20453 * vc.el (vc-do-command): Add a new value t for okstatus.
20454
20455 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
20456 frame in case of errors.
20457
20458 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20459
20460 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
20461 so it comes after "On the Left" in the menu.
20462
20463 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
20464
20465 * cus-edit.el (customize-apropos, customize-apropos-options)
20466 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
20467
20468 2005-12-12 Bill Wohler <wohler@newt.com>
20469
20470 * vc-svn.el (vc-svn-registered): Fix problem of visiting
20471 non-writable Subversion-controlled files by saving window
20472 configuration before calling vc-do-command. vc-do-command calls
20473 pop-to-buffer on error which is unexpected during registration.
20474
20475 2005-12-12 Jay Belanger <belanger@truman.edu>
20476
20477 * calc/README: Update the summary of changes.
20478
20479 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
20480
20481 * descr-text.el (describe-char): Rework last fix to solve the problem
20482 is the same way it's solved for everything else in that function
20483 (i.e. by extracting the info before setting up the *Help* buffer).
20484
20485 2005-12-12 Kim F. Storm <storm@cua.dk>
20486
20487 * subr.el (version-regexp-alist): Allow space as separator before
20488 non-numeric part, e.g. "1.0 alpha".
20489 (version-to-list): Interpret .X.Y version as 0.X.Y version.
20490
20491 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
20492
20493 * textmodes/org.el (org-agenda, org-timeline, org-todo):
20494 Implement Logging and the keep-modes setting.
20495 (org-get-category): Make sure a string is returned.
20496 (org-log-done): New function.
20497 (org-log-done, org-closed-string): New options.
20498
20499 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20500
20501 * tooltip.el (tooltip-y-offset): Change default to 20.
20502
20503 2005-12-12 Richard M. Stallman <rms@gnu.org>
20504
20505 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
20506
20507 * frame.el (display-hourglass): Doc fix.
20508
20509 * help.el (help-for-help-internal): Simplify entry for `a'.
20510
20511 * info.el (Info-on-current-buffer): Doc fix.
20512 (info-insert-file-contents): Don't test (featurep 'jka-compr).
20513
20514 * startup.el (inhibit-splash-screen): Make this the real name.
20515 (inhibit-startup-message): Make this the alias.
20516 (command-line): Find only simple.el, and use its directory
20517 to fill in other preloaded files' names.
20518 (command-line): Deactivate the mark if deactivate-mark is set.
20519
20520 * international/mule.el (load-with-code-conversion):
20521 Bind deactivate-mark.
20522
20523 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
20524
20525 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
20526
20527 * cus-edit.el (customize-apropos): Avoid listing an option more
20528 than once under different aliases. No longer list user options
20529 that are not defined with defcustom (unless a prefix arg is given).
20530 Doc fix.
20531 (customize-apropos-options): Doc fix.
20532
20533 2005-12-11 Juri Linkov <juri@jurta.org>
20534
20535 * frame.el (set-background-color, set-foreground-color)
20536 (set-cursor-color, set-mouse-color, set-border-color):
20537 Add explicit prompts to read colors by `facemenu-read-color'.
20538 (show-trailing-whitespace, blink-cursor-delay)
20539 (blink-cursor-interval, display-hourglass, hourglass-delay):
20540 Remove tags.
20541 (display-hourglass, hourglass-delay): Doc fix.
20542 (cursor-in-non-selected-windows): Capitalize words in tag.
20543
20544 * faces.el (frame-background-mode): Replace `choice-item' keywords
20545 with `const' to not make [default] button. Change default value tag
20546 from `default' to `automatic'. Doc fix.
20547 (trailing-whitespace) <defface>: Change group `whitespace' to
20548 `whitespace-faces'.
20549
20550 2005-12-11 Richard M. Stallman <rms@gnu.org>
20551
20552 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
20553
20554 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20555
20556 * term/mac-win.el: Create keymap for mac-apple-event-map.
20557
20558 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
20559
20560 * tooltip.el (tooltip-mode): Move to start of file so that it
20561 appears at top of customize buffer.
20562
20563 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
20564 Add the gud groupname.
20565 (gud-tooltip-mode): Add the tooltip groupname.
20566 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
20567 avoid conflict with tooltip-use-echo-area.
20568
20569 2005-12-10 Romain Francoise <romain@orebokech.com>
20570
20571 * help.el (help-for-help-internal): Add `r' in doc string.
20572
20573 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20574
20575 * align.el (align-regexp, align-highlight-rule):
20576 Use region-beginning and region-end instead of point and mark, so that
20577 repetition (with `repeat-complex-command') recomputes the region
20578 bounds.
20579
20580 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
20581
20582 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20583 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20584 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
20585 (balance-windows): Rewrite using the above new functions.
20586
20587 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
20588
20589 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
20590 react if global-hi-lock-mode seems intended.
20591 (global-hi-lock-mode): Renamed from hi-lock-mode.
20592 (hi-lock-archaic-interface-message-used)
20593 (hi-lock-archaic-interface-deduce): New variables.
20594 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
20595 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
20596 (hi-lock-find-patterns, hi-lock-font-lock-hook):
20597 Replace hi-lock-buffer-mode with hi-lock-mode.
20598
20599 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20600
20601 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
20602 completion list, even after a partial completion has been
20603 inserted in the current buffer. If there are more than 1
20604 completion, redisplay the *Completions* buffer; if the
20605 completion is unique, delete the *Completions* window.
20606
20607 2005-12-10 Eli Zaretskii <eliz@gnu.org>
20608
20609 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
20610 strings and long subject lines that were broken into multiple
20611 lines at arbitrary places. Handle subjects that have "Re: " in
20612 the middle.
20613
20614 2005-12-10 John W. Eaton <jwe@octave.org>
20615
20616 * progmodes/octave-mod.el (octave-electric-space): Don't indent
20617 comments or strings if octave-auto-indent is nil.
20618
20619 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20620
20621 * term/mac-win.el: Require url when compiling.
20622 Call mac-process-deferred-apple-events after loading init files.
20623 (mac-apple-event-map): New defvar. Define event handlers in it.
20624 (core-event, internet-event): New Apple event class symbols.
20625 (open-application, reopen-application, open-documents)
20626 (print-documents, open-contents, quit-application)
20627 (application-died, show-preferences, autosave-now, get-url):
20628 New Apple event ID symbols.
20629 (about): New HICommand ID symbol.
20630 (mac-event-spec, mac-event-ae): New macros.
20631 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
20632 (mac-ae-selection-range, mac-ae-text-for-search)
20633 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
20634 (mac-application-menu-map): Remove keymap. Handlers for HICommand
20635 and Services menu events are now defined in mac-apple-event-map.
20636 (mac-drag-n-drop): Remove selection range handling.
20637
20638 2005-12-10 Kenichi Handa <handa@m17n.org>
20639
20640 * simple.el (zap-to-char):
20641 * isearch.el (isearch-process-search-char): Translate CHAR by
20642 translation-table-for-input.
20643
20644 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
20645
20646 * foldout.el (foldout-exit-fold): Properly hide subtree.
20647
20648 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
20649
20650 * files.el (save-buffer):
20651 * international/ucs-tables.el (ucs-set-table-for-input):
20652 * mail/mail-extr.el (mail-extract-address-components):
20653 * mail/sendmail.el (mail-mode): Reformat doc string.
20654
20655 2005-12-09 Juri Linkov <juri@jurta.org>
20656
20657 * isearch.el (isearch-highlight): Change main overlay priority
20658 from 1 to 1001. Simplify.
20659 (isearch-lazy-highlight-update): Change lazy overlay priority
20660 from 0 to 1000.
20661
20662 * replace.el (replace-highlight): Change overlay priority from
20663 1 to 1001.
20664
20665 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
20666 Change overlay priority from 1 to 1001. Reuse existing overlay.
20667
20668 * compare-w.el (compare-windows-highlight): Change overlay
20669 priority from 1 to 1000.
20670
20671 * menu-bar.el (menu-bar-edit-menu): Add listp around
20672 pending-undo-list to disable menu item "undo" when pending
20673 undo list is empty.
20674
20675 * locate.el (locate): Disable undo in *Locate* buffer.
20676
20677 2005-12-09 Kim F. Storm <storm@cua.dk>
20678
20679 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
20680
20681 2005-12-09 David Ponce <david@dponce.com>
20682
20683 * recentf.el: Improvement of the menu code.
20684 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
20685 instead of menu hook.
20686 (recentf-show-menu, recentf-hide-menu): New functions.
20687 (recentf-menu-customization-changed, recentf-mode): Use them.
20688 (recentf-menu-action, recentf-max-menu-items)
20689 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
20690 (recentf-arrange-by-rule-others)
20691 (recentf-arrange-by-rules-min-items)
20692 (recentf-arrange-by-rule-subfilter): Don't use
20693 `recentf-menu-customization-changed'.
20694 (recentf-arrange-rules): Likewise. Accept functions to compute
20695 sub-menu titles.
20696 (recentf-menu-filter): Likewise. Doc fix.
20697 (recentf-menu-value-shortcut): Doc fix.
20698 (recentf-dump-variable): Quote atom value.
20699 (recentf-make-menu-items): Update to use it as a menu filter.
20700 (recentf-match-rule): New function.
20701 (recentf-arrange-by-rule): Use it.
20702 (recentf-indirect-mode-rule): New function.
20703 (recentf-build-mode-rules): Use it.
20704 (recentf-dir-rule): New function.
20705 (recentf-arrange-by-dir): Use it.
20706 (recentf-filter-changer-current): Rename from
20707 `recentf-filter-changer-state'. All references updated.
20708 (recentf-filter-changer-alist): Update filter names.
20709 (recentf-filter-changer-select): New function.
20710 (recentf-filter-changer): Use it. Make a sub-menu from filters
20711 available in `recentf-filter-changer-alist'.
20712 (recentf-data-cache, recentf-clear-data)
20713 (recentf-update-menu): Remove. All references updated.
20714 (recentf-match-rule-p, recentf-build-dir-rules)
20715 (recentf-filter-changer-goto-next)
20716 (recentf-filter-changer-get-current)
20717 (recentf-filter-changer-get-next): Remove.
20718
20719 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
20720
20721 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
20722 buffer "Reset" button to "Reset to Current" for consistency with
20723 the State buttons.
20724
20725 2005-12-08 John Paul Wallington <jpw@pobox.com>
20726
20727 * ibuf-ext.el (define-ibuffer-filter filename):
20728 If `dired-directory' is a list then really use its car.
20729
20730 2005-12-08 Kim F. Storm <storm@cua.dk>
20731
20732 * emulation/cua-rect.el (cua--rectangle-aux-replace):
20733 Fix indention of text on right side of replaced rectangle.
20734
20735 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
20736
20737 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
20738 No need to check gud-comint-buffer is bound.
20739 (gdb): Prevent multiple debugging when first session uses gdba.
20740
20741 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20742
20743 CC Mode update to 5.31.
20744
20745 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
20746 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
20747 We might do this function properly in the future).
20748
20749 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
20750 New macros c-sentence-end and c-default-value-sentence end, to cope
20751 with Emacs 22's new function `sentence-end'.
20752
20753 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20754
20755 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
20756 compat issue using `c-put-overlay' and `c-delete-overlay'.
20757
20758 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
20759 New compat macros to handle overlays/extents.
20760
20761 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20762
20763 * progmodes/cc-fix.el: Add definitions of the macros push and pop
20764 (for GNU Emacs 20.4).
20765
20766 * progmodes/cc-defs.el
20767 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
20768
20769 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
20770 highlighting mechanism so it will work in XEmacs too.
20771
20772 * progmodes/cc-defs.el: Insert c-int-to-char.
20773
20774 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
20775 call to the new macro c-int-to-char. This solves XEmacs's
20776 regarding characters as different from integers.
20777
20778 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20779
20780 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
20781 New internal helper.
20782
20783 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
20784 construct to make the indirect face lookup work in XEmacs.
20785
20786 (c-cpp-matchers): Append the negation char face to the existing
20787 fontification, so that the cpp face doesn't disappear.
20788 Use `c-make-syntactic-matcher' to avoid negation chars in comments
20789 and strings.
20790
20791 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
20792 to map to `font-lock-negation-char-face' in emacsen where it exists.
20793
20794 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20795
20796 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
20797
20798 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
20799 Rename "c-subword-move-mode" as "c-subword-mode".
20800
20801 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
20802 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
20803
20804 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20805
20806 * progmodes/cc-mode.el: Added autoload directive for
20807 `c-subword-move-mode' for use in older emacsen.
20808
20809 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20810
20811 * progmodes/cc-mode.el:
20812 (i): Insert a binding for C-c C-backspace into
20813 c-bind-special-erase-keys which works in TTYs.
20814 (ii): Make sure that when file styles are used, any explicitly
20815 given style variables take priority over those in the style.
20816 Do this by calling `hack-local-variables' a second time.
20817
20818 * progmodes/cc-vars.el: Add language specific customization
20819 widgets for AWK to c-doc-comment-style, c-require-final-newline
20820 and c-default-style. Add a defcustom for awk-mode-hook.
20821 Give c-syntactic-element and c-syntactic-context doc-strings by
20822 directly setting their `variable-documentation' propery.
20823 This allows Emacs 22.1 to read these with C-h v.
20824
20825 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
20826
20827 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20828
20829 * progmodes/cc-fonts.el, cc-vars.el
20830 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
20831 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
20832 Masatake YAMATO.
20833
20834 (c-doc-comment-style): Made GtkDoc default in C mode.
20835
20836 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
20837 and C-c C-<delete>.
20838
20839 (c-bind-special-erase-keys): New function for use on
20840 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
20841
20842 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
20843 <delete> key behavior in XEmacs according to `delete-forward-p'.
20844 C.f. `c-electric-delete'.
20845
20846 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20847
20848 * progmodes/cc-mode.el: Give c-hungry-backspace and
20849 c-hungry-delete-forward permanent key bindings.
20850
20851 * progmodes/cc-cmds.el (c-electric-semi&comma):
20852 Bind c-syntactic-context for calls to "criteria functions", for
20853 consistency with other calls to user functions.
20854
20855 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
20856 `current-prefix-arg', since this might be the prefix arg to a
20857 command which calls c-indent-command as a function. Change the
20858 interactive spec from "p" to "P".
20859
20860 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
20861 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
20862 was difficult to understand.
20863
20864 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20865
20866 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
20867 first char of an identifier.
20868
20869 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
20870 +" syntax in C++.
20871
20872 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20873
20874 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
20875 auto-fill doesn't split a c-comment's last word from a hanging
20876 "*/" when a space is typed between them after fill-column.
20877
20878 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
20879
20880 * progmodes/cc-styles.el (c-set-style)
20881 (c-setup-paragraph-variables): Abort the command if we're not in a
20882 CC Mode buffer.
20883
20884 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
20885 with blank comment-prefix, and a blank line as the comment's
20886 second line.
20887
20888 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20889
20890 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
20891 Incorporate the patterns added in the Emacs development branch
20892 for the new Emacs 22 face `font-lock-negation-char-face'.
20893
20894 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
20895 of "red" since it stands out better in xterms and DOS terminals.
20896
20897 * progmodes/cc-engine.el (c-literal-faces):
20898 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
20899
20900 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20901
20902 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
20903 forcibly enable c-electric-flag.
20904
20905 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
20906 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
20907 after the comment-prefix of a C-style comment will close that comment.
20908
20909 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20910
20911 * progmodes/cc-fonts.el (c-basic-matchers-before)
20912 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
20913 in Pike.
20914
20915 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
20916 digraphs.
20917
20918 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
20919 (c-cpp-message-directives, c-cpp-include-directives)
20920 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
20921 (c-cpp-expr-directives): Introduce new language constants to
20922 control cpp syntax in a cleaner way.
20923
20924 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
20925
20926 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
20927
20928 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
20929 (c-multiline-string-start-char): New language constants and
20930 variables to specify how newlines in string literals work.
20931
20932 (c-font-lock-invalid-string): Use them.
20933
20934 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
20935 unbalanced close brace is entered. Optimization by avoiding going
20936 back over arbitrarily large blocks. Removed hints that this
20937 function only would be relevant/useful in AWK.
20938
20939 (c-electric-brace): Indent syntactically after the cleanups since
20940 lineup functions might do it differently then.
20941
20942 * progmodes/cc-engine.el, cc-langs.el
20943 (c-opt-op-identifier-prefix): New language constant and variable.
20944
20945 (c-just-after-func-arglist-p, c-after-special-operator-id)
20946 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
20947
20948 * progmodes/cc-align.el, cc-engine.el
20949 (c-after-special-operator-id): New helper to handle C++ operator
20950 identifiers.
20951
20952 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
20953 (c-guess-basic-syntax): Handle C++ operator identifiers in
20954 declarations.
20955
20956 * progmodes/cc-langs.el (c-assignment-operators): Add the
20957 trigraph version of ^= too.
20958
20959 * progmodes/cc-langs.el (c-assignment-operators): Add the
20960 trigraph version of |= in C++.
20961
20962 * progmodes/cc-fonts.el (c-font-lock-declarators):
20963 Handle `c-decl-hangon-kwds' after the identifier name.
20964
20965 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
20966 whether an arglist is "nonempty", ignore a comment after the open
20967 paren if it isn't followed by a non-comment token on the same line.
20968
20969 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
20970 Enable heuristics below the point to cope with classes inside special
20971 brace lists in Pike.
20972
20973 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20974
20975 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
20976
20977 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20978
20979 * progmodes/cc-guess.el (cc-guess-install): New function to
20980 install an already guessed style in another buffer.
20981
20982 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
20983 sets `inhibit-read-only' - `c-save-buffer-state' should be used
20984 anyway if the change always is undone.
20985
20986 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20987
20988 Implement togglable electricity:
20989
20990 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
20991 saying when it should be used.
20992
20993 * progmodes/cc-engine.el: Add the new buffer-local variable,
20994 c-electric-flag.
20995
20996 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
20997 c-toggle-auto-newline.
20998
20999 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
21000 c-toggle-auto-newline. Remove the binding for
21001 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
21002 c-toggle-electric-state.
21003
21004 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
21005
21006 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
21007 c-\(forward\|backward\)-subword.
21008 (c-update-modeline): Add the new modeline flag `l' for
21009 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
21010 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
21011 Make the old name an alias of the new name.
21012 (c-toggle-electric-state): New function.
21013 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
21014 Adapt these functions to do electric things only when
21015 c-electric-flag is non-nil.
21016 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
21017 new functions from c-electric-brace.
21018 (c-point-syntax): Add a check for "virtual semicolons" in AWK
21019 mode, so that the tentative extra newline doesn't change the
21020 syntax of the following brace.
21021 (c-electric-brace): Restructure by extracting the above functions.
21022 Tidy up the coding somewhat.
21023 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
21024 restructure a bit.
21025
21026 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21027
21028 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
21029 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
21030
21031 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
21032 (c-submode-indicators): Change name from `c-auto-hungry-string'
21033 since it's now used to track another submode.
21034
21035 (c-update-modeline): Convert to function and extended to check
21036 `c-subword-move-mode'.
21037
21038 (c-forward-into-nomenclature, c-backward-into-nomenclature):
21039 Convert to compat aliases for `c-forward-subword' and
21040 `c-backward-subword'.
21041
21042 * progmodes/cc-subword.el: New functions and minor mode to handle
21043 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
21044
21045 (c-forward-subword, c-backward-subword, c-mark-subword)
21046 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
21047 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
21048 Functions corresponding to the standard word handling functions.
21049
21050 (c-subword-move-mode): Minor mode that replaces all the standard
21051 word handling functions with their subword equivalences.
21052
21053 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21054
21055 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
21056 entry for one-liner-defun.
21057
21058 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
21059 name in its def-edebug-spec.
21060
21061 * progmodes/cc-cmds.el (c-electric-brace): Make the
21062 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
21063 compacts space before a comment, if this will make things fit on
21064 one line.
21065
21066 Introduce an "awk" style, mainly for auto-newline and clean-ups.
21067
21068 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
21069
21070 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
21071 clean-up one-liner-defun.
21072
21073 * progmodes/cc-styles.el: Add the new "awk" style.
21074
21075 * progmodes/cc-vars.el: Add description of one-liner-defun to
21076 c-cleanup-list's doc-string. New user options,
21077 c-max-one-liner-length. In c-default-style, set the default style
21078 for AWK to "awk".
21079
21080 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21081
21082 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
21083 macros inside labels.
21084
21085 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
21086 `c-at-statement-start-p' and `c-at-expression-start-p'.
21087
21088 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
21089 error if the mark isn't set.
21090
21091 * progmodes/cc-engine.el (c-guess-continued-construct)
21092 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
21093 accurately detect functions inside functions.
21094
21095 * progmodes/cc-engine.el (c-at-expression-start-p): New function
21096 like `c-at-statement-start-p' that additionally recognizes commas
21097 and expression parentheses as delimiters.
21098
21099 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
21100 to avoid heuristics that doesn't work for unclosed blocks.
21101 (c-at-statement-start-p): New function.
21102
21103 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
21104 Objective-C directives, e.g. directives spanning lines should work
21105 reasonably well now.
21106
21107 (c-put-c-type-property, c-clear-c-type-property): New helpers.
21108
21109 (c-forward-objc-directive): New function to move over any ObjC
21110 directive.
21111
21112 (c-just-after-func-arglist-p, c-guess-basic-syntax)
21113 (c-basic-matchers-before): Use it.
21114
21115 (c-font-lock-objc-iip-decl): Remove.
21116
21117 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
21118 in the template arglist recognition.
21119
21120 * progmodes/cc-styles.el (c-style-alist): Fix several
21121 inconsistencies in the Whitesmith style.
21122
21123 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
21124 New lineup function to get lines after Whitesmith style blocks
21125 correctly indented.
21126
21127 (c-lineup-whitesmith-in-block): Back out the compensation for
21128 opening parens since it's done using `add' lists in the style
21129 definition instead. Don't use the anchor position since it varies
21130 too much between the syntactic symbols. :P
21131
21132 * progmodes/cc-vars.el (c-valid-offset): Update.
21133
21134 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
21135 lists where the offsets are combined according to several
21136 different methods: `first', `min', `max', and `add'.
21137 Report offset evaluation errors with `c-benign-error' so that some kind
21138 of reindentation still is done.
21139
21140 * progmodes/cc-engine.el (c-guess-basic-syntax):
21141 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
21142 `arglist-close'.
21143
21144 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
21145 situations for `arglist-cont-nonempty' and `arglist-close'.
21146
21147 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
21148
21149 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
21150 cc-bytecomp-boundp' in a number of places.
21151
21152 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
21153 macro related issue.
21154
21155 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21156
21157 * progmodes/cc-awk.el: Change the terminology of regexps: A char
21158 list is now [asdf], a char class [:alpha:].
21159 Include code for char classes.
21160 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
21161 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
21162
21163 Remove (nearly all of) the cruft associated with AWK Mode's former
21164 concept of "virtual semicolons":
21165
21166 Adapt c-beginning-of-statement, c-end-of-statement (together with
21167 subfunctions) to use the new notion of "virtual semicolon" in
21168 place of the old awkward special handling for AWK. There remains
21169 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
21170 * progmodes/cc-cmds.el:
21171 (c-ascertain-adjacent-literal): In the backwards direction, now
21172 recognises AWK regexp delimiters as string delimiters.
21173 (c-after-statement-terminator-p): Adapt for virtual semicolons;
21174 check more rigorously for "end of macro".
21175 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
21176 virtual semicolons;
21177 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
21178 out the code for forward movement into ...
21179 (c-end-of-statement): Now contains the code for forward movement,
21180 adapted for virtual semicolons.
21181
21182 * progmodes/cc-engine.el:
21183 (c-ws*-string-limit-regexp): New regexp.
21184 (c-forward-single-comment, c-backward-single-comment): Comment out
21185 the (now redundant) "special" AWK stuff.
21186
21187 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
21188 c-string-par-start, c-string-par-separate to be more like Text
21189 Mode than Fundamental Mode.
21190
21191 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21192
21193 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
21194 to the fontified region so that fontification doesn't occur
21195 outside it (could happen e.g. when fontifying a line with an
21196 unfinished declaration).
21197
21198 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21199
21200 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
21201 start of the file. ^L now separate sections of the file.
21202 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
21203 (c-awk-one-line-possibly-open-string-re)
21204 (c-awk-regexp-one-line-possibly-open-char-class-re)
21205 (c-awk-one-line-possibly-open-regexp-re)
21206 (c-awk-one-line-non-syn-ws*-re): New defonsts.
21207 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
21208
21209 Amend the concept of "virtual semicolons" (in the indentation
21210 engine) for languages like AWK, such that they are now
21211 conceptually attached to end of the last token of a statement, not
21212 the end of the line. (In AWK Mode, however, the pertinent text
21213 property is still physically set on the EOL.) Remove the specific
21214 tests for awk-mode, thus facilitating the introduction of other
21215 language modes where EOLs can end statements.
21216 (Note: The funtionality in cc-cmds.el, specifically
21217 c-beginning/end-of-statement has yet to be amended.)
21218
21219 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
21220 New macros.
21221
21222 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
21223 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
21224 c-vsemi-status-unknown-p-fn (in a new page).
21225
21226 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
21227 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
21228 numerous awkward forms like
21229 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
21230 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
21231 variable before-ws-ip, the place just after char-before-ip appears.
21232
21233 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
21234 a comment.
21235
21236 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21237
21238 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
21239 `c-tentative-buffer-changes'.
21240
21241 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
21242 convert to macro to choose between Emacs and XEmacs at compile time.
21243
21244 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
21245
21246 (c-tentative-buffer-changes): New macro to handle temporary buffer
21247 changes in a convenient way.
21248
21249 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
21250 for `c-tentative-buffer-changes'.
21251
21252 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
21253 the checks for paren sexps between the point and the keyword, to
21254 avoid some false alarms.
21255
21256 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
21257 Fixed a situation where an error could be thrown for unbalanced
21258 parens. Changed to make use of c-keyword-member' to avoid some
21259 repeated regexp matches.
21260
21261 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
21262 These language variable are no longer necessary.
21263
21264 (c-block-stmt-kwds): New language constant used by
21265 c-looking-at-inexpr-block'.
21266
21267 (c-guess-basic-syntax): Remove an optional check that looked at
21268 the existence of the now removed language variables.
21269
21270 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
21271 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
21272 object instantiation expressions as declarations in some contexts.
21273 This bug only affected languages where the declarator can't be
21274 enclosed in parentheses.
21275
21276 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
21277 insert newlines before and after substatement braces.
21278
21279 * progmodes/cc-engine.el: Improved the heuristics for recognizing
21280 function declaration headers and the handling of C++ style member
21281 init lists.
21282
21283 (c-just-after-func-arglist-p): Rewritten to use
21284 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
21285
21286 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
21287
21288 (c-guess-basic-syntax): Adapt case 5B for the new
21289 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
21290 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
21291 covers all cases now).
21292
21293 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
21294
21295 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21296
21297 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
21298 c-string-par-start/separate c-sentence-end-with-esc-eol,
21299 initialised in c-setup-paragraph-variables, used in string
21300 scanning subroutines of c-beginning-of-statement.
21301
21302 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
21303 which precedes the newly inserted `{'.
21304
21305 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21306
21307 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
21308 function for declaration level blocks. It should now cope with
21309 templates better and also be a lot more comprehensible.
21310
21311 (c-looking-at-decl-block): The new function.
21312
21313 (c-search-uplist-for-classkey): The old one. It's now a wrapper
21314 for compatibility.
21315
21316 (c-add-class-syntax, c-guess-continued-construct)
21317 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
21318
21319 (c-decl-block-key): Change to tell apart ambiguous and
21320 unambiguous keywords. Pike specials are now handled directly in
21321 the code instead.
21322
21323 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
21324 New language constants and variables to make the backward skip in
21325 `c-looking-at-decl-block' as tight as possible.
21326
21327 (c-nonsymbol-token-char-list): New language constant.
21328
21329 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
21330 find balanced template arglists backwards.
21331
21332 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
21333 making char classes for `c-syntactic-skip-backward'.
21334
21335 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
21336 16D - can't be a class-close at that point.
21337
21338 * progmodes/cc-engine.el (c-guess-basic-syntax)
21339 (c-add-class-syntax): Don't narrow out the enclosing declaration
21340 level. This makes everything a lot easier, and it was actually
21341 only four small places that needed it to work. Some places that
21342 previously did `widen' are removed now, which has the effect that
21343 `c-guess-basic-syntax' never will look at things outside the
21344 current narrowment now. The anchor position for `topmost-intro'
21345 is affected by this, but it was so bogus it was basically useless
21346 before, and now it's equally bogus but in a slightly different way.
21347
21348 (c-narrow-out-enclosing-class): Gone.
21349
21350 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
21351 the narrowed region.
21352
21353 (c-least-enclosing-brace): Remove silly optional argument.
21354
21355 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
21356 the point could be left directly after an open paren when finding
21357 the beginning of the first decl in the block.
21358
21359 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
21360 Specify which submatch to use.
21361
21362 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
21363
21364 (c-decl-start-re): No longer any need for special treatment of
21365 ObjC due to the above.
21366
21367 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
21368 presumably follows C in that regard.
21369
21370 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
21371 New language constants to specify operator tokens inside
21372 identifiers in a more high level way.
21373
21374 (c-opt-identifier-prefix-key): New internal language constant.
21375
21376 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
21377 (c-identifier-start, c-identifier-key): Now completely calculated
21378 from other constants.
21379
21380 (c-identifier-last-sym-match): Decommission since it's no longer used.
21381
21382 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
21383
21384 * progmodes/cc-engine.el (c-forward-name): Remove the
21385 optimization when c-identifier-key is equal to c-symbol-key since
21386 it doesn't work in byte compiled files. Don't record empty
21387 regions as identifiers.
21388
21389 * progmodes/cc-langs.el (c-filter-ops): New helper function to
21390 simplify access to `c-operators' and its likes.
21391
21392 (c-operator-list, c-all-op-syntax-tokens)
21393 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
21394 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
21395 (c-primary-expr-regexp, c-cast-parens): Use it.
21396
21397 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
21398 an explicit language in functions.
21399
21400 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
21401 variant of adornment.
21402
21403 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
21404 variable.
21405
21406 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
21407 the Pike value.
21408
21409 * progmodes/cc-engine.el (c-on-identifier)
21410 (c-simple-skip-symbol-backward): Small fix for handling "-"
21411 correctly in `skip-chars-backward'. Affected the operator lfun
21412 syntax in Pike.
21413
21414 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
21415 diagnostic message about precompiled language vars not being used.
21416
21417 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
21418 "__attribute__" is followed by a parenthesis.
21419
21420 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
21421 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
21422 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
21423
21424 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
21425 Internal cleanups to properly detect the declared identifiers in
21426 various declarations.
21427
21428 (c-decl-start-kwds): New language constant to recognize
21429 declarations that can start anywhere. Used for class declarations
21430 in Pike.
21431
21432 (c-specifier-key, c-not-decl-init-keywords)
21433 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
21434 (c-find-decl-spots): Implement `c-decl-start-kwds'.
21435
21436 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
21437 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
21438 handling of the compiler specific extension keywords into a new
21439 language constant `c-decl-hangon-kwds' that defines keyword
21440 clauses to be ignored in declarations.
21441
21442 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
21443 past unrecognized tokens when handling `c-colon-type-list-kwds'.
21444 Necessary to stop at the declared identifier in e.g. IDL valuetype
21445 declarations.
21446
21447 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
21448 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
21449 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
21450 (c-forward-decl-or-cast-1): Recognize the declared identifier in
21451 class and enum declarations as such and not as part of the type.
21452
21453 (c-forward-decl-or-cast-1, c-forward-label): Relax the
21454 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
21455
21456 (c-forward-decl-or-cast-1): Don't disregard sure signs of
21457 declarations when there's some syntax error later on.
21458
21459 (c-complex-decl-matchers): Did away with a reference to
21460 `c-specifier-key'.
21461
21462 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
21463 value - this variable is always dynamically bound.
21464
21465 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
21466 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
21467 * cc-cmds.el, cc-defs.el: Change the policy for marking up
21468 functions that might do hidden buffer changes: All such internal
21469 functions are now marked instead of those that don't.
21470
21471 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
21472 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
21473 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
21474 (c-literal-type): Allow these functions to make hidden buffer changes,
21475 so that they are free to use text property caching later on.
21476
21477 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
21478 (c-electric-brace, c-electric-slash, c-electric-star)
21479 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
21480 (c-electric-paren, c-electric-continued-statement, c-indent-command)
21481 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
21482 (c-context-line-break): Add `c-save-buffer-state' calls to comply
21483 with the changed semantics of the functions above.
21484
21485 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
21486 when macros occur in obscure places. Optimized the sexp movement
21487 a bit.
21488
21489 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21490
21491 Enhancements for c-beginning-of-statement to work in AWK Mode:
21492
21493 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
21494 (completed statement) with `}' (statement completed by closing
21495 brace or semicolon) and `$' (statement completed by EOL).
21496
21497 (c-awk-virtual-semicolon-ends-prev-line-p)
21498 (c-awk-virtual-semicolon-ends-line-p)
21499 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
21500 (c-awk-at-statement-end-p): New functions.
21501
21502 * progmodes/cc-cmds.el: Simplify the structure of functions
21503 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
21504 two functions and c-beginning-of-statement to handle AWK Mode.
21505
21506 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
21507 c-backward-single-comment for AWK mode. Attempt to clarify their
21508 doc-strings.
21509
21510 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
21511
21512 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21513
21514 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
21515 label handling. Labels are now recognized in a uniform and more
21516 robust way, regardless of context. Text properties are put on all
21517 labels to recognize the following declarations better.
21518 Multiword labels are handled both in indentation and fontification for
21519 the benefit of language extensions like Qt. For consistency, keywords
21520 in labels are now fontified with the label face instead.
21521 That also applies to "case" and "default".
21522
21523 (c-beginning-of-statement-1): Fix some bugs in the label
21524 handling. Disregard `c-nonlabel-token-key' in labels that begin
21525 with `c-label-kwds'.
21526
21527 (c-find-decl-spots): Support that the callback adds more
21528 `c-decl-end' spots to find.
21529
21530 (c-forward-decl-or-cast-1): Don't treat a list of plain
21531 identifiers followed by a colon as a declaration.
21532
21533 (c-forward-label): New function to recognize labels.
21534
21535 (c-guess-basic-syntax): Replace uses of `c-label-key' with
21536 `c-forward-label'. Moved the label recognition cases (14 and 15)
21537 earlier since they aren't so context sensitive now. Handle labels
21538 on the top level gracefully. Moved access label recognition to
21539 the generic label case (CASE 15) - removed CASE 5E.
21540
21541 (c-font-lock-declarations): Add recognition of labels in the
21542 same round since we need to handle labels in parallell with other
21543 declarations to recognize both accurately. It should also improve
21544 speed.
21545
21546 (c-simple-decl-matchers, c-basic-matchers-after):
21547 Move `c-font-lock-labels' so that it only is used on decoration level 2
21548 since `c-font-lock-declarations' handles it otherwise.
21549
21550 (c-complex-decl-matchers): Remove the simplistic recognition of
21551 access labels.
21552
21553 (c-decl-prefix-re): Remove the kludges that was necessary to cope
21554 with labels earlier.
21555
21556 (c-decl-start-re): New language variable to make
21557 `c-font-lock-declarations' stop for the special protection labels
21558 in Objective-C that start with `@'.
21559
21560 (c-label-key): Remove since it's no longer used.
21561
21562 (c-recognize-colon-labels, c-label-prefix-re): New language
21563 constants to support recognition of generic colon-terminated labels.
21564
21565 (c-type-decl-end-used): `c-decl-end' is now used whenever there
21566 are colon terminated labels.
21567
21568 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
21569 first argument starts with a special brace list.
21570
21571 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
21572 (c-font-lock-declarations): Break out the declaration and cast
21573 recognition from `c-font-lock-declarations' to a new function, so
21574 that it can be used in the indentation engine.
21575
21576 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
21577 up to the start of the literal. Fixed bug with the point on the
21578 wrong side of the search limit that could happen when the start
21579 position is inside a literal.
21580
21581 * progmodes/cc-engine.el (c-parse-state)
21582 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
21583 so that it's kept a little bit back to increase the hit rate.
21584
21585 (c-parse-state): Change the macro handling and fixed some
21586 glitches. Macro context is checked more often than necessary now,
21587 but otoh less garbage conses are generated.
21588
21589 * progmodes/cc-engine.el (c-parse-state)
21590 (c-invalidate-state-cache): Cache the last position where
21591 `c-state-cache' applies. This can speed up refontification quite
21592 a bit in blocks where there are many non-brace parens before the point.
21593
21594 (c-state-cache-end): New variable for this.
21595
21596 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
21597 cache variable.
21598
21599 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
21600 get close initial continue positions when the start position is
21601 inside a literal or macro. Do not call the callback for spots
21602 before the start position (which can happen e.g. for `c-decl-end'
21603 spots inside comments). Optimize better in special cases when the
21604 region is a single line inside a literal or macro (typically when
21605 the current line is refontified).
21606
21607 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
21608 to `c-add-stmt-syntax' - there's no need to explicitly whack off
21609 entries from the paren state.
21610
21611 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
21612 special case for "else if" clauses.
21613
21614 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
21615 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
21616
21617 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
21618 New language variable to recognize the gcc extension with statement
21619 blocks inside expressions.
21620
21621 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
21622 it somewhat more comprehensible. The argument AT-BLOCK-START is
21623 no longer used and hence removed.
21624
21625 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
21626 to `c-add-stmt-syntax'.
21627
21628 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21629 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
21630 This fixes bogus label recognition.
21631
21632 * progmodes/cc-engine.el (c-add-type, c-check-type)
21633 (c-forward-name, c-forward-type): Improve storage of template
21634 types in `c-found-types' so that they can be recognized better.
21635
21636 (c-syntactic-content): Add option to skip past nested parens.
21637
21638 * progmodes/cc-engine.el (c-forward-name):
21639 Set `c-last-identifier-range' all the time. It's less work that way.
21640 Handle that there might not be an identifier to store in
21641 `c-last-identifier-range'.
21642
21643 (c-forward-type): Handle that `c-last-identifier-range' might be
21644 nil from `c-forward-name'.
21645
21646 * progmodes/cc-defs.el (c-safe-scan-lists)
21647 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
21648
21649 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
21650 to work even if the form fails.
21651
21652 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
21653 down in a large file in one go.
21654
21655 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
21656
21657 * progmodes/cc-align.el (c-lineup-assignments): New lineup
21658 function which is like `c-lineup-math' but returns nil instead of
21659 `c-basic-offset' when it doesn't match.
21660
21661 (c-lineup-math): Change to use `c-lineup-assignments'.
21662
21663 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21664
21665 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
21666 c-beginning-of-statement. New subfunctions
21667 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
21668
21669 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21670
21671 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
21672 hardcoded char classes whereever possible. Changed a couple of
21673 places to use skip by syntax instead of skip by char class.
21674
21675 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
21676 Fix a bug in the regexp that caused extreme backtracking.
21677
21678 * progmodes/cc-langs.el (c-block-comment-starter)
21679 (c-block-comment-ender): New language constants to specify in a
21680 single place how block comments look.
21681
21682 (c-comment-start-regexp, c-block-comment-start-regexp)
21683 (comment-start, comment-end, comment-start-skip)
21684 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
21685 (c-syntactic-ws, c-nonempty-syntactic-ws)
21686 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
21687 `c-line-comment-starter', `c-block-comment-starter' and
21688 `c-block-comment-ender'.
21689
21690 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
21691 New language constants to break up things a bit.
21692
21693 (c-simple-ws): New language constant for simple whitespace.
21694
21695 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
21696
21697 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
21698 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
21699 newlines. Allow and ignore nil elements in the list.
21700
21701 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21702
21703 * progmodes/cc-cmds.el: Comment out a (n almost certainly
21704 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
21705
21706 * progmodes/cc-cmds.el: Tidy up the comments in
21707 c-beginning-of-statement and subfunctions.
21708
21709 * progmodes/cc-awk.el: Replace calls to put-text-property to the
21710 more flexible c-put-char-property and c-clear-char-properties.
21711 Add the author's email address.
21712
21713 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
21714
21715 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
21716 closing "*/" of a block comment.
21717
21718 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
21719 subfunctions) so that it works at BOB and EOB.
21720
21721 * progmodes/cc-cmds.el, cc-vars.el: More updating of
21722 c-beginning-of-statement, including new variable
21723 c-block-comment-start-regexp.
21724
21725 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21726
21727 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
21728 symbols from `*-font-lock-extra-types' so that there's no need to
21729 use `regexp-opt' on those lists.
21730
21731 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
21732 `c-type-modifier-kwds' is empty.
21733
21734 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
21735 there are several strings on the same line.
21736
21737 * progmodes/cc-engine.el (c-literal-limits): Remove the
21738 compatibility function for older emacsen. `c-literal-limits-fast'
21739 has now taken the place of this function.
21740
21741 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
21742 with older emacsen: We now require `pps-extended-state'.
21743
21744 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21745
21746 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
21747 which obviates the need to hack sentence-end. This now handles
21748 escaped newlines in strings correctly. Correct minor bugs in
21749 c-move-over-sentence and in c-beginning-of-statement.
21750
21751 * progmodes/cc-cmds.el (c-beginning-of-statement (and
21752 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
21753 that movement over macros and code are rigorously separated from
21754 eachother. Correct a few incidental bugs.
21755
21756 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
21757 Improve its doc-string. Improve the handling of certain specific cases.
21758
21759 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21760
21761 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
21762 (c-guess-basic-syntax): Change the way class-level labels are
21763 recognized; they can now contain essentially any symbols.
21764
21765 (c-opt-extra-label-key): New language variable to cope with the
21766 special protection label syntax in Objective-C.
21767
21768 (c-opt-access-key): Remove; this is now handled better by
21769 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
21770
21771 (c-complex-decl-matchers): Update to handle that
21772 `c-opt-access-key' no longer exists.
21773
21774 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
21775 improved label recognition in `c-beginning-of-statement-1'.
21776
21777 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
21778 Recognize bitfields better.
21779
21780 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
21781 Remove some cruft and fixed a bug that could cause it to go to a
21782 position further down.
21783
21784 * progmodes/cc-langs.el, cc-engine.el
21785 (c-beginning-of-statement-1): Improve detection of labels in
21786 declaration contexts.
21787
21788 (c-beginning-of-decl-1): Use it.
21789
21790 (c-nonlabel-token-key): New language constant and variable needed
21791 by `c-beginning-of-statement-1'.
21792
21793 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
21794 manifested itself due to the correction in `c-forward-sexp'.
21795
21796 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
21797 Make these behave as documented when used at the buffer limits.
21798
21799 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
21800 (c-type-decl-end-used): Made this a language variable.
21801
21802 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
21803 correctly when `combine-after-change-calls' is used together with
21804 temporary narrowings.
21805
21806 * progmodes/cc-engine.el (c-beginning-of-statement-1):
21807 Report labels correctly when the start point is immediately after the
21808 colon.
21809
21810 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
21811 Remove since it isn't used anymore.
21812
21813 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
21814 bracket arglists such as template parens in C++.
21815
21816 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
21817 in the last check-in. Some optimization.
21818
21819 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
21820 where it could stop at the same level in a preceding sexp when
21821 PAREN-LEVEL is set.
21822
21823 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
21824 text property lookup only when it's needed.
21825
21826 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
21827 Change the policy for paren marked angle brackets to be more
21828 persistent; once marked they remain marked even when they're found
21829 to be unbalanced in the searched region. This should keep the
21830 paren syntax around even when individual lines are refontified in
21831 multiline template arglists.
21832
21833 (c-parse-and-markup-<>-arglists): New dynamically bound variable
21834 to control markup so that incorrect angle bracket arglists aren't
21835 marked in contexts where the correct value for
21836 `c-disallow-comma-in-<>-arglists' isn't known.
21837
21838 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
21839 argument has become `c-parse-and-markup-<>-arglists'.
21840
21841 (c-remove-<>-arglist-properties): Remove - no longer used.
21842
21843 (c-after-change-check-<>-operators): New function used on
21844 `after-change-functions' to avoid that "<" and ">" characters that
21845 are part of longer operators have paren syntax.
21846
21847 (c-<>-multichar-token-regexp): New language variable used by
21848 `c-after-change-check-<>-operators'.
21849
21850 (c-after-change): Call `c-after-change-check-<>-operators'.
21851
21852 (c-font-lock-<>-arglists): Use the context properties set by
21853 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
21854 correctly to avoid doing invalid markup.
21855
21856 (c-font-lock-declarations): Remove code that undoes the invalid
21857 markup done by `c-font-lock-<>-arglists'.
21858
21859 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
21860 after `c-font-lock-declarations'.
21861
21862 * progmodes/cc-engine.el (c-syntactic-skip-backward):
21863 Add paren-level feature.
21864
21865 (c-guess-basic-syntax): Improve the anchor position for
21866 `template-args-cont' in nested template arglists. There's still
21867 much to be desired in this area, though.
21868
21869 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21870
21871 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
21872 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
21873
21874 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21875
21876 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
21877 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
21878
21879 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
21880 it doesn't work no longer are supported.
21881
21882 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
21883 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
21884 requires support for the syntax-table' text property, which rules
21885 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
21886 cruft associated with those versions.
21887
21888 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
21889 for the `syntax-table' text property, which rules out Emacs 19 and
21890 XEmacs < 21.4. Removed various compatibility cruft associated
21891 with those versions.
21892
21893 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
21894 support for the `syntax-table' text property.
21895
21896 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
21897 variable and use an extra quoted face name instead. All the
21898 emacsen flavors handle that correctly.
21899
21900 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
21901 (c-font-lock-declarators, c-font-lock-declarations)
21902 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
21903 property to mark the items in in declarator lists to handle
21904 refontification inside multiline declarations better.
21905
21906 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
21907 construct like "a * b = c;" as a declaration.
21908
21909 2005-12-08 Kim F. Storm <storm@cua.dk>
21910
21911 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
21912 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
21913 select either meta, hyper, or super modifier for rectangle commands.
21914 (cua--rectangle-modifier-key): New defvar.
21915 (cua--M/H-key): Use it. Remove special case for `space'.
21916 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
21917 on X, to meta otherwise. Always bind C-return to toggle
21918 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
21919
21920 * emulation/cua-rect.el (cua-help-for-rectangle):
21921 Use cua--rectangle-modifier-key. Handle super modifier too.
21922 (cua--init-rectangles): Always bind C-return to toggle rectangle.
21923 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
21924
21925 * ido.el: Move Acknowledgements and History after Commentary.
21926 Minor changes to Commentary.
21927
21928 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
21929 keymap if cua--prefix-override-timer is `shift'.
21930 (cua--shift-control-prefix): New function; emulate "type prefix
21931 key twice" functionality to handle shifted prefix key override.
21932 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
21933 New commands.
21934 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
21935
21936 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
21937
21938 * textmodes/org.el (org-insert-heading): Try to do items before
21939 headings.
21940 (org-agenda-mode): Quote `org-agenda-mode-hook'.
21941 (org-insert-item): New function.
21942 (org-renumber-ordered-list): Don't skip to higher level lists.
21943
21944 2005-12-08 Juri Linkov <juri@jurta.org>
21945
21946 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
21947
21948 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
21949
21950 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
21951
21952 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
21953 the constructed function name fun-1.
21954
21955 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
21956 because such links don't lead to parent documentation.
21957
21958 2005-12-08 Kenichi Handa <handa@m17n.org>
21959
21960 * descr-text.el (describe-char): Use *Help-2* buffer if the
21961 current buffer is *Help*. Call describe-text-properties while
21962 setting the original buffer.
21963
21964 2005-12-07 Bill Wohler <wohler@newt.com>
21965
21966 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
21967 and causes problems with non-MH users (such as Gnus users).
21968
21969 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
21970
21971 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
21972 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
21973 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
21974 command "info sources". Move calls to GDB command "list".
21975 (gdb-find-file-hook): Just use gdb-source-file-list.
21976 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
21977 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
21978 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
21979 (gdb-data-list-register-values-handler): Use correct trigger name.
21980
21981 2005-12-07 Kim F. Storm <storm@cua.dk>
21982
21983 * ido.el (ido-completion-map): Rename from ido-mode-map.
21984 (ido-common-completion-map, ido-file-completion-map)
21985 (ido-file-dir-completion-map, ido-buffer-completion-map):
21986 Rename from ido-mode-....-map.
21987 (ido-init-completion-maps): Rename from ido-init-mode-maps.
21988 (ido-setup-completion-map): Rename from ido-define-mode-map.
21989 (ido-read-internal): Bind minibuffer-local-filename-completion-map
21990 to ido-completion-map.
21991
21992 2005-12-07 Kenichi Handa <handa@m17n.org>
21993
21994 * international/mule-cmds.el
21995 (set-display-table-and-terminal-coding-system): If the coding
21996 system specified in `unibyte-display' property is different from
21997 the arg coding-system, don't setup standard-display-table.
21998
21999 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
22000
22001 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
22002 that comments end at \n, regardless of selective-display.
22003
22004 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
22005
22006 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
22007 (gdb-version): New variables.
22008 (gdb-source-file-list, gdb-register-names)
22009 (gdb-changed-registers): New variables for use with GDB 6.4+.
22010 (gdb-ann3): Replace with...
22011 (gdb-init-1, gdb-init-2): ...two new functions.
22012 (gdba, gdb-prompt): Call gdb-init-1.
22013 (gdb-get-version): New function. Call gdb-init-2 from here.
22014 (gud-watch): Make it work with mouse events too.
22015 (gdb-post-prompt): Don't add to queue until GDB version is known.
22016 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
22017 (gdb-locals-mode): Use gdb-version.
22018 (gdb-memory-format-map, gdb-memory-unit-map)
22019 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
22020 (gdb-locals-font-lock-keywords-1)
22021 (gdb-locals-font-lock-keywords-2): New variables.
22022 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
22023 (gdb-set-gud-minor-mode-existing-buffers-1)
22024 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
22025 (gdb-var-update-1, gdb-var-update-handler-1)
22026 (gdb-data-list-register-values-handler)
22027 (gdb-data-list-register-values-custom)
22028 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
22029 (gdb-stack-list-locals-handler, gdb-get-register-names):
22030 New functions for use with GDB 6.4+.
22031 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
22032 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
22033 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
22034 (gdb-stack-list-locals-regexp)
22035 (gdb-data-list-register-names-regexp): New regexps for use with
22036 GDB 6.4+.
22037
22038 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
22039
22040 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
22041
22042 2005-12-06 Nozomu Ando <nand@mac.com>
22043
22044 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
22045 prompts work for AUTH PLAIN. Also reported by Steve Allan
22046 <seallan@verizon.net>.
22047
22048 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
22049
22050 * frame.el (set-frame-parameter): Add doc string.
22051
22052 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
22053
22054 * textmodes/org.el (org-occur-highlights): New variable.
22055 (org-highlight-new-match, org-remove-occur-highlights): New functions.
22056 (org-highlight-sparse-tree-matches): New option.
22057 (org-do-occur): New function.
22058 (org-get-heading): Make it work also at beginning of line.
22059 (org-category-table): New variable.
22060 (org-get-category-table, org-get-category)
22061 (org-camel-to-words, org-link-search): New functions.
22062 (org-select-this-todo-keyword): New variable.
22063 (org-todo-list): New command.
22064 (org-shiftright, org-shiftleft): New commands.
22065 (org-agenda-todo): Add prefix argument.
22066 (org-show-hierarchy-above): New option.
22067 (org-show-todo-tree): Numerical prefix creates tree for specific
22068 TODO keyword.
22069 (org-outline-level): New function, to assign a level to plain
22070 lists items.
22071 (org-cycle-include-plain-lists): New option.
22072 (org-mode): Use `org-outline-level' as value of `outline-level'.
22073 (org-cycle): Temporarily switch `outline-regexp' if
22074 `org-cycle-include-plain-lists' is non-nil.
22075 (org-start-icalendar-file): Fix format bug.
22076 (org-agenda-get-day-entries): Create category table.
22077 (org-agenda-get-todos, org-agenda-get-timestamps)
22078 (org-agenda-get-deadlines, org-agenda-get-scheduled)
22079 (org-agenda-get-blocks): Use `org-get-category'.
22080 (org-context-in-file-links): Rename from
22081 `org-line-numbers-in-file-links'.
22082
22083 2005-12-06 Romain Francoise <romain@orebokech.com>
22084
22085 * window.el (balance-windows): Delete extraneous third arg in call
22086 to `enlarge-window'.
22087
22088 2005-12-06 Kenichi Handa <handa@m17n.org>
22089
22090 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
22091
22092 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
22093
22094 * progmodes/gdb-ui.el (gdb-var-create-handler)
22095 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
22096 (gdb-var-list-children-handler, gdb-var-update-handler):
22097 Current buffer is already gdb-partial-output-buffer, don't
22098 make it current again.
22099
22100 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
22101
22102 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
22103 (list-buffers-noselect): Use it.
22104
22105 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
22106
22107 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
22108 (mail-yank-ignored-headers): Use regexp-opt.
22109 (mail-mode-map): Move initialization into declaration.
22110 (mail-sent-via): Remove unused shadowed var `to-line'.
22111 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
22112 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
22113 (mail-do-fcc): Use dolist and push.
22114 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
22115 (mail-yank-ignored-headers): Don't autoload.
22116
22117 2005-12-05 Kenichi Handa <handa@m17n.org>
22118
22119 * international/mule-cmds.el (set-language-info-internal): New fun.
22120 (set-language-info): Call set-language-info-internal to update
22121 language-info-alist. If LANG-ENV is the current one, call
22122 set-language-environment to make INFO effective now.
22123 (set-language-info-alist): Likewise.
22124 (locale-language-names): With locale "en", use English
22125 lang. env. but set the default codings to iso-8859-1.
22126
22127 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
22128
22129 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
22130 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
22131 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
22132 for plain strings.
22133 (gdb-frames-mode): Remove redundant call to font-lock-mode.
22134 (gdb-all-registers): Rename from toggle-gdb-all-registers.
22135 Create registers buffer if necessary. Echo new state in minibuffer.
22136 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
22137
22138 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
22139
22140 * info.el (Info-fontify-node): Match external links using
22141 non-directory part of filename.
22142
22143 2005-12-04 Juri Linkov <juri@jurta.org>
22144
22145 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
22146 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
22147 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
22148 because there is no customization option for it.
22149
22150 * font-lock.el (lisp-font-lock-keywords-1):
22151 Add define-global-minor-mode.
22152
22153 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
22154
22155 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
22156 properties on the constructed variable names.
22157
22158 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22159 Put `definition-name' properties on the constructed function names
22160 next-sym and prev-sym.
22161
22162 * emacs-lisp/find-func.el (find-function-regexp):
22163 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
22164 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
22165 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
22166 and easy-menu-define.
22167
22168 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
22169 easy-mmode-define-global-mode and define-global-minor-mode.
22170 (lisp-imenu-generic-expression): Add define-global-minor-mode.
22171
22172 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
22173 instead of easy-mmode-define-global-mode.
22174
22175 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
22176 Use define-minor-mode instead of easy-mmode-define-minor-mode.
22177
22178 * cus-edit.el (customize-group, customize-group-other-window):
22179 Filter out autoloaded options from the group completion list by
22180 using heuristics that autoloaded groups don't have `custom-autoload'
22181 property on their symbols (they have only `custom-loads').
22182
22183 * simple.el (completion-setup-function): Put completions-common-part
22184 face on complete completion string too (i.e. completion string
22185 without completions-first-difference face).
22186
22187 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
22188
22189 2005-12-03 Eli Zaretskii <eliz@gnu.org>
22190
22191 * view.el (view-mode): Doc fix.
22192
22193 * disp-table.el (standard-display-european): Add to the warning
22194 message a reference to the doc string.
22195
22196 * play/yow.el (apropos-zippy): Call print-help-return-message,
22197 similar to other Help and Apropos commands.
22198
22199 * help.el (print-help-return-message): If pop-up-frames is
22200 non-nil, set up help-return-method to delete the help window and,
22201 possibly, its frame as well, and don't display message about
22202 scrolling the help window. Doc fix.
22203 (help-return-method): Doc fix.
22204
22205 2005-12-03 Martin Rudalics <rudalics@gmx.at>
22206
22207 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
22208 whereby names of length one or names starting with a
22209 symbol-constituent character would not be returned.
22210
22211 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22212
22213 * subr.el (atomic-change-group): Add edebug and indentation spec.
22214
22215 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
22216
22217 * completion.el (save-completions-file-name): Fix typo in last change.
22218
22219 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22220
22221 * info.el: Move back/forward history to the beginning of the tool bar.
22222
22223 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
22224
22225 * allout.el (eval-when-compile): Remove unnecessary load of cl.
22226 Add fset of allout-real-isearch-abort during compile to fix
22227 byte-compilation warnings.
22228 (allout-mode-p): Move definition of this macro above all uses, or
22229 byte compilation in barren Emacs (eg, during Emacs build) will
22230 lack the definition.
22231 (allout-mode): Move this variable above any uses, or byte
22232 compilation will fail.
22233 (allout-resolve-xref): Remove use of personal file-reference function.
22234 (allout-toggle-current-subtree-encryption): Do the current (ie,
22235 visible containing) topic, rather than nearest around point. Doc fix.
22236 (allout-toggle-subtree-encryption): New function, workhorse that
22237 works on nearest topic containing point.
22238 (allout-encrypt-string): Signal requirement for newer version of pgg.
22239 (allout-resumptions): Doc fix.
22240
22241 2005-12-02 Eli Zaretskii <eliz@gnu.org>
22242
22243 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
22244
22245 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
22246
22247 * textmodes/flyspell.el (flyspell-external-point-words):
22248 Consider a misspelling as found in the string search if: (a) misspelling
22249 and found string lengths match, or (b) misspelling is found as
22250 element in a boundary-chars separated longer string, or (c)
22251 ispell-program-name is really ispell and misspelling is found as
22252 part of a TeX string. After successful match move beginning of
22253 search region to end of match. Warn about not found misspellings
22254 once the process is done.
22255 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
22256
22257 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
22258
22259 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
22260 tool bar (removed inadvertently).
22261
22262 2005-12-02 Juri Linkov <juri@jurta.org>
22263
22264 * log-view.el (log-view-diff): Clarify doc string.
22265
22266 2005-12-01 Bill Wohler <wohler@newt.com>
22267
22268 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
22269 triggers lm-verify errors.
22270
22271 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
22272
22273 * simple.el (transient-mark-mode, line-number-mode)
22274 (column-number-mode, size-indication-mode): Remove `:require nil'.
22275
22276 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
22277
22278 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
22279 in the margin also.
22280 (gdb-breakpoints-mode-map): Use D instead of d for
22281 gdb-delete-breakpoint.
22282 (gdb-get-frame-number): Require a number to match on.
22283 (gdb-threads-mode-map): Add follow-link binding.
22284
22285 2005-11-30 Jason Rumney <jasonr@gnu.org>
22286
22287 * isearch.el (isearch-mode-map): Avoid exiting search on
22288 language-change event.
22289
22290 2005-11-30 Romain Francoise <romain@orebokech.com>
22291
22292 * speedbar.el (speedbar-default-position): New defcustom.
22293 (speedbar-frame-reposition-smartly): Use it.
22294
22295 * dframe.el (dframe-reposition-frame-emacs): Fix position
22296 computation for `left' location.
22297 Update copyright year.
22298
22299 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
22300
22301 * help.el (help-map): Move initialization into declaration.
22302
22303 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
22304
22305 * help-fns.el (help-argument-name): Don't autoload.
22306 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
22307 to be re-loaded when customizing the `help' group.
22308
22309 2005-11-30 John Paul Wallington <jpw@gnu.org>
22310
22311 * help-fns.el (describe-function-1): Fill arglist output.
22312
22313 2005-11-30 Kim F. Storm <storm@cua.dk>
22314
22315 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
22316 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
22317 after revert-buffer (or anything else which kills all local variables).
22318
22319 * apropos.el (apropos-parse-pattern): Doc fix.
22320 Set apropos-regexp directly, rather than expecting callers to do so.
22321 (apropos-command, apropos, apropos-value, apropos-documentation):
22322 Simplify calls to apropos-parse-pattern.
22323
22324 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
22325
22326 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
22327 (hi-lock-face-phrase-buffer): Use hi-yellow face.
22328 (hi-lock-write-interactive-patterns): Use comment-region.
22329
22330 * longlines.el (longlines-mode): Add mail-setup-hook.
22331
22332 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
22333
22334 * simple.el (sendmail-user-agent-compose, next-line):
22335 Conditionally use hard-newline.
22336
22337 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
22338
22339 * international/latexenc.el (latex-inputenc-coding-alist):
22340 Reword doc string.
22341
22342 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
22343
22344 * help.el (describe-key-briefly, describe-key): Recognize default
22345 bindings.
22346
22347 2005-11-29 Romain Francoise <romain@orebokech.com>
22348
22349 * view.el (view-inhibit-help-message): New defcustom.
22350 (view-mode-enter): Use it.
22351
22352 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
22353
22354 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
22355 Preserve user position.
22356
22357 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
22358
22359 * font-lock.el: Throw error if facemenu is not loaded to prevent
22360 accidental change of loading order in loadup.el. (Suggested by RMS.)
22361
22362 * loadup.el: Add comment explaining why facemenu must be loaded
22363 before font-lock.
22364
22365 2005-11-28 Jay Belanger <belanger@truman.edu>
22366
22367 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
22368 (calc-dispatch-map): Add more keys for `calc-same-interface'.
22369
22370 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
22371
22372 * calc/calc-embed.el (calc-do-embedded): Update help message.
22373
22374 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
22375
22376 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
22377
22378 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
22379
22380 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
22381 called-interactively-p.
22382 (elp-profilable-p): Rename from elp-not-profilable-p.
22383 Invert result and take into account macros and autoloaded functions.
22384 (elp-instrument-function): Update call.
22385 (elp-instrument-package): Update call. Add completion.
22386 (elp-pack-number): Use match-string.
22387 (elp-results-jump-to-definition-by-mouse): Merge into
22388 elp-results-jump-to-definition and then remove.
22389 (elp-output-insert-symname): Make help echo text single-line.
22390
22391 * replace.el (query-replace-map): Move initialization into declaration.
22392 (occur-engine): Use with-current-buffer.
22393 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
22394 (occur-mode-mouse-goto): Replace with an alias.
22395
22396 2005-11-28 Juri Linkov <juri@jurta.org>
22397
22398 * simple.el (quoted-insert): Let-bind input-method-function to nil.
22399
22400 * term/w32-win.el: Bind [S-tab] to [backtab].
22401
22402 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
22403 `Info-find-file' to t.
22404
22405 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
22406 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
22407 and same-window-regexps.
22408 (occur-next-error): Don't move point for arg 0.
22409
22410 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
22411
22412 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
22413
22414 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
22415
22416 * log-edit.el (log-edit-changelog-use-first): New var.
22417 (log-edit-changelog-ours-p): Use it.
22418 (log-edit-insert-changelog): Set it with new arg `use-first'.
22419 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
22420 (log-edit-hook): Add them to the list of suggested options.
22421
22422 * textmodes/flyspell.el (flyspell-last-buffer): New var.
22423 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
22424 redundant work.
22425 (flyspell-mode-on): Use add-hook for after-change-functions.
22426 (flyspell-mode-off): Use remove-hook for after-change-functions.
22427 (flyspell-changes): Make it buffer-local.
22428 (flyspell-after-change-function): Make it non-interactive. Use push.
22429 (flyspell-post-command-hook): Check input-pending-p while processing
22430 the potentially long list of buffer changes.
22431
22432 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
22433
22434 * buff-menu.el (list-buffers-noselect): Display the selected
22435 frame's buffer list, not the global one.
22436
22437 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
22438
22439 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
22440 that (list last-input-event) works as in interactive spec.
22441
22442 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
22443
22444 * loadup.el ("facemenu"): Load facemenu before font-lock, because
22445 `facemenu-keymap' needs to be defined when font-lock is loaded.
22446 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
22447
22448 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
22449
22450 * completion.el: Remove useless leading * in defcustom docstrings.
22451 (save-completions-file-name): Use ~/.emacs.d if available.
22452 (completion-standard-syntax-table): Rename from
22453 cmpl-standard-syntax-table and fold initialization into declaration,
22454 thus removing cmpl-make-standard-completion-syntax-table.
22455 (completion-lisp-syntax-table, completion-c-syntax-table)
22456 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
22457 (cmpl-saved-syntax, cmpl-saved-point): Remove.
22458 (symbol-under-point, symbol-before-point)
22459 (symbol-under-or-before-point, symbol-before-point-for-complete)
22460 (add-completions-from-c-buffer): Use with-syntax-table.
22461 (make-completion): Don't return a list of completion entries.
22462 Update callers.
22463 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
22464 (completion-initialize): Rename from initialize-completions.
22465 (completion-find-file-hook): Rename from cmpl-find-file-hook.
22466 (kill-emacs-save-completions): Collect stats here.
22467 (save-completions-to-file, load-completions-from-file):
22468 Use with-current-buffer.
22469 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
22470 into a function. Move all calls to toplevel.
22471 (completion-lisp-mode-hook): New fun.
22472 (completion-c-mode-hook, completion-setup-fortran-mode):
22473 Set the syntax-table here. Use local-set-key.
22474 (completion-saved-bindings): New var.
22475 (dynamic-completion-mode): Make it into a proper minor mode.
22476 (load-completions-from-file): Remove unused var `num-uses'.
22477
22478 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
22479 constructor if it is explicitly overridden.
22480
22481 * complete.el (PC-completion-as-file-name-predicate):
22482 Use minibuffer-completing-file-name.
22483 (partial-completion-mode): Use find-file-not-found-functions.
22484 (PC-lisp-complete-symbol): Use with-syntax-table.
22485 (PC-look-for-include-file): Remove dead setq.
22486 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
22487 (PC-complete): Use with-current-buffer.
22488
22489 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
22490 escape single quotes.
22491
22492 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
22493
22494 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
22495 of `if' whose condition always returned nil. Doc fix.
22496
22497 * buff-menu.el (Buffer-menu-revert-function): Make the selected
22498 window's buffer the current buffer around the call to
22499 `list-buffers-noselect'. This is necessary to mark that buffer
22500 with a `.' in the Buffer Menu when called from Lisp, for instance
22501 by Auto Revert Mode.
22502
22503 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
22504
22505 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
22506 attaching to it.
22507 (gdb-pre-prompt): Make sure gdb-error is reset.
22508
22509 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
22510 with a child process, detect it.
22511 (gud-speedbar-buttons): Match regexp more carefully.
22512
22513 2005-11-27 Richard M. Stallman <rms@gnu.org>
22514
22515 * mouse.el (mouse-drag-move-window-bottom):
22516 Use adjust-window-trailing-edge.
22517
22518 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
22519
22520 * simple.el (blink-matching-open): Ignore
22521 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
22522 (blink-matching-paren-on-screen): Update docstring.
22523
22524 * paren.el (show-paren-mode): No longer change
22525 `blink-matching-paren-on-screen'.
22526
22527 2005-11-27 John Paul Wallington <jpw@pobox.com>
22528
22529 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22530 (gdb-threads-select, gdb-edit-register-value):
22531 Use `posn-set-point' instead of `mouse-set-point' because the
22532 latter is not fbound when configured without X.
22533
22534 2005-11-27 Kim F. Storm <storm@cua.dk>
22535
22536 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
22537 existing face when partially highlighting a TAB in a rectangle.
22538
22539 2005-11-26 Kim F. Storm <storm@cua.dk>
22540
22541 * ido.el (ido-mode-map): Doc fix.
22542 (ido-mode-common-map, ido-mode-file-map)
22543 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
22544 (ido-define-mode-map): Rewrite. Select one of the new maps as
22545 parent for ido-mode-map instead of building from scratch.
22546 (ido-init-mode-maps): New defun to initialize new maps.
22547 (ido-mode): Call it.
22548 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
22549 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
22550
22551 2005-11-26 John Paul Wallington <jpw@pobox.com>
22552
22553 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
22554 `mouse-set-point' because the latter is not fbound when configured
22555 without X.
22556
22557 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
22558
22559 * files.el (file-relative-name): Doc fix.
22560
22561 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
22562
22563 * progmodes/octave-inf.el (inferior-octave-startup): Force a
22564 non-empty string for secondary prompt PS2.
22565
22566 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
22567
22568 * progmodes/compile.el (compilation-setup): Fix last change.
22569
22570 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
22571
22572 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22573 (gdb-mouse-toggle-breakpoint-margin)
22574 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
22575 Add gdb-server-prefix to keep out of command history.
22576 (gdb-edit-register-value): New function.
22577 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
22578 (gdb-info-registers-custom): Use above map.
22579
22580 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
22581
22582 * custom.el (enable-theme): Signal error if argument is not a
22583 theme. Don't recalculate a face if it's not loaded yet.
22584
22585 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
22586 the `user' theme is in effect.
22587
22588 * info.el (Info-on-current-buffer): Record actual filename in
22589 Info-current-file, instead of t, or a fake filename if a non-file
22590 buffer. Make autoload.
22591 (Info-find-node, Info-revert-find-node): No need to check for
22592 Info-current-file nil.
22593 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
22594 Info-current-file is now never `t'.
22595 (Info-fontify-node): Many simplifications due to Info-current-file
22596 always being valid. Use Info-find-file to find node filename.
22597
22598 2005-11-25 David Kastrup <dak@gnu.org>
22599
22600 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
22601 new character, then delete" in order to preserve markers.
22602
22603 2005-11-25 David Ponce <david@dponce.com>
22604
22605 * recentf.el (recentf-arrange-by-rule): Handle a special
22606 `auto-mode-alist'-like "strip suffix" rule.
22607 (recentf-build-mode-rules): Handle second level auto-mode entries.
22608
22609 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
22610
22611 * emulation/viper-keym.el (viper-ESC-key): Use different values
22612 in terminal and window modes.
22613
22614 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
22615 add jde-javadoc-checker-report-mode.
22616
22617 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
22618
22619 * ediff.el (ediff-date): Change the date of last update.
22620
22621 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
22622
22623 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
22624 Use define-minor-mode, and make it a local mode. Turn on font-lock.
22625 (hi-lock-mode): New global minor mode.
22626 (turn-on-hi-lock-if-enabled): New function.
22627 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
22628 Change arguments to regexp and face instead of a font-lock pattern.
22629 Directly set face property, instead of refontifying.
22630 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
22631 (hi-lock-find-patterns): Use line-number-at-pos.
22632
22633 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
22634 arguments for hi-lock-set-pattern.
22635 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
22636 Call font-lock-fontify-buffer.
22637 (hi-lock-find-file-hook, hi-lock-current-line)
22638 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
22639
22640 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
22641 turned off.
22642
22643 * progmodes/compile.el (compilation-setup): Don't fiddle with
22644 font-lock-defaults.
22645
22646 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
22647
22648 * progmodes/gdb-ui.el (gdb-var-create-handler)
22649 (gdb-var-list-children-handler): Find values for all variable
22650 objects. gud-speedbar-buttons decides whether to display them.
22651
22652 2005-11-24 Romain Francoise <romain@orebokech.com>
22653
22654 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
22655 buffer name with a space.
22656
22657 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
22658
22659 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
22660 `org-export-local-list-max-depth'. Change default value to 3.
22661 (org-auto-renumber-ordered-lists)
22662 (org-plain-list-ordered-item-terminator): New options.
22663 (org-at-item-p, org-beginning-of-item, org-end-of-item)
22664 (org-get-indentation, org-get-string-indentation)
22665 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
22666 New functions.
22667 (org-move-item-down, org-move-item-up): New commands.
22668 (org-export-as-html): New classes for CSS support. Bug fix in
22669 regular expression detecting fixed-width regions. Respect
22670 `org-local-list-ordered-item-terminator'.
22671 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
22672 also a list item.
22673 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
22674 New item moving functions.
22675
22676 2005-11-24 Juri Linkov <juri@jurta.org>
22677
22678 * isearch.el (isearch-repeat): With empty search ring set
22679 `isearch-error' to the error string instead of signaling error
22680 with the function `error'.
22681
22682 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22683
22684 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
22685
22686 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
22687
22688 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
22689 and variable.
22690 (gdb-var-create-handler, gdb-var-list-children-handler):
22691 Don't match on "char **...".
22692 (gdb-var-update-handler): Find values for all variable objects.
22693 (gdb-info-frames-custom): Identify frames by leading "#".
22694
22695 * progmodes/gud.el (gud-speedbar-menu-items): Add
22696 gdb-speedbar-auto-raise as radio button.
22697 (gud-speedbar-buttons): Raise speedbar if requested.
22698 Don't match on "char **...".
22699 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
22700 Make it editable.
22701
22702 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
22703
22704 * info.el (Info-fontify-node): Handle the case where
22705 Info-current-file is t.
22706
22707 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
22708
22709 * simple.el (blink-matching-open): Fix off-by-one in last change.
22710
22711 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22712
22713 * term/mac-win.el: Don't change default directory.
22714
22715 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
22716
22717 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
22718 buffers correctly. (It used to throw an error in such buffers.)
22719 Make it ask for confirmation in group buffers and other Custom
22720 buffers containing more than one customization item.
22721
22722 2005-11-22 John Paul Wallington <jpw@gnu.org>
22723
22724 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
22725 property on mail and url overlays.
22726 (goto-address-at-point): Use `posn-set-point' instead of
22727 `mouse-set-point' because the latter is not fbound when configured
22728 without X.
22729
22730 2005-11-22 Lars Hansen <larsh@soem.dk>
22731
22732 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
22733 (ls-lisp-classify, ls-lisp-format): Delete call to
22734 ls-lisp-parse-symlink.
22735 (ls-lisp-handle-switches): Handle symlinks to directories as
22736 directories when ls-lisp-dirs-first in non-nil.
22737
22738 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
22739
22740 * startup.el (command-line): Make sure that loaddefs.el is handled
22741 correctly in load-history.
22742
22743 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
22744
22745 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
22746 (gdb-struct-string, gdb-array-string): New constants.
22747 (gdb-info-locals-handler): Use them.
22748 (gdb-reset): Reset gdb-var-list to nil.
22749
22750 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22751
22752 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
22753 in patterns.
22754
22755 2005-11-21 Juri Linkov <juri@jurta.org>
22756
22757 * custom.el (defcustom): Update link types in docstring.
22758
22759 2005-11-20 Martin Rudalics <rudalics@gmx.at>
22760
22761 * custom.el (defgroup): Add doc-string-elt info.
22762
22763 * widget.el (define-widget): Don't use declare for the doc-string-elt.
22764
22765 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
22766
22767 * newcomment.el (comment-enter-backward): Fix last fix.
22768
22769 * simple.el (blink-matching-open):
22770 * paren.el (show-paren-function): Allow new paren-class info.
22771
22772 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
22773
22774 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
22775 handled automagically.
22776
22777 2005-11-20 Andreas Schwab <schwab@suse.de>
22778
22779 * descr-text.el (describe-char): When copying overlays put them
22780 over the full char description instead of just the first character
22781 of it.
22782
22783 2005-11-20 Juri Linkov <juri@jurta.org>
22784
22785 * simple.el (what-cursor-position):
22786 * descr-text.el (describe-char): Use Lisp-readable syntax
22787 for octal and hex. Reorder decimal, octal and hex values.
22788 Remove excess whitespace in the output. Use `=' in `column='
22789 like in `point=' and `Hscroll='.
22790
22791 * international/mule-cmds.el (encoded-string-description):
22792 Use Lisp-readable syntax for hex.
22793
22794 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
22795
22796 * newcomment.el (comment-enter-backward): Handle the case where the
22797 comment is closed by EOB.
22798
22799 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
22800
22801 * longlines.el (longlines-before-revert-hook)
22802 (longlines-after-revert-hook): New functions.
22803 (longlines-mode): Turn off longlines temporarily when reverting.
22804 Add a message-setup-hook.
22805 (longlines-decode-buffer): New function.
22806 (longlines-wrap-line): Preserve marker positions.
22807
22808 2005-11-19 Andreas Schwab <schwab@suse.de>
22809
22810 * emacs-lisp/shadow.el: Handle compressed files.
22811
22812 2005-11-19 Romain Francoise <romain@orebokech.com>
22813
22814 * net/browse-url.el (browse-url-default-browser): Signal an error
22815 if no usable browser can be found, rather than try to load w3.
22816
22817 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
22818
22819 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
22820 replacing existing properties.
22821 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22822 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
22823 tty specs.
22824 (rcirc-server-prefix, rcirc-server): New faces.
22825 (rcirc-url-regexp): Generate with rx macro.
22826 (rcirc-last-server-message-time): New variable.
22827 (rcirc-filter): Record time of last message.
22828 (rcirc-keepalive): Kill processes that did not send a message
22829 since the last ping.
22830 (rcirc-mode): Give rcirc-topic a local binding here.
22831
22832 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
22833
22834 * subr.el (read-passwd): Fontify the prompt as we do with other
22835 prompts.
22836
22837 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
22838
22839 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
22840 binding buffer-read-only to nil.
22841
22842 2005-11-19 Eli Zaretskii <eliz@gnu.org>
22843
22844 * complete.el (partial-completion-mode):
22845 Mention completion-auto-help in the doc string.
22846
22847 * man.el (Man-highlight-references): Doc fix. Reformat code in a
22848 more Lisp-ish way.
22849
22850 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
22851
22852 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
22853 digits, not 8, to avoid misalignment for files larger than 100MB.
22854
22855 2005-11-19 Eli Zaretskii <eliz@gnu.org>
22856
22857 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
22858 Mention "keyboard shortcuts" in the help text.
22859
22860 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22861
22862 * startup.el (fancy-splash-default-action): Discard only
22863 mouse-down and succeeding mouse-up events in the splash screen
22864 window so that drag-n-drop event can be processed.
22865
22866 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
22867
22868 * longlines.el (longlines-mode): Add hacks for mail-mode and
22869 message-mode.
22870
22871 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
22872
22873 * textmodes/org.el (org-table-sort-lines): New command.
22874 (org-tbl-menu): Add entry for `org-table-sort-lines'.
22875 (org-add-file): Command removed, use `org-agenda-file-to-front'
22876 instead.
22877 (org-export-icalendar): Use `org-icalendar-combined-name'.
22878 (org-cycle-agenda-files, org-agenda-file-to-end)
22879 (org-agenda-file-to-front): New commands.
22880 (org-table-tab-jumps-over-hlines, org-export-html-style):
22881 New options.
22882 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
22883 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
22884 New functions.
22885 (org-fill-paragraph): Call `org-table-align' in tables.
22886 (org-mode): Call `org-set-autofill-regexps'.
22887 (org-export-as-html): Support for local handformatted lists.
22888 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
22889 (org-export-local-list-max-depth): New option.
22890 (org-html-expand): Use `org-html-protect'.
22891
22892 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
22893
22894 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
22895 to "p".
22896 (gdb): Move definition of gud-pp to...
22897
22898 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
22899 speedbar.
22900 (gdb-find-watch-expression): New function.
22901
22902 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
22903
22904 * faces.el (face-attribute, set-face-attribute): Mention existence
22905 of `:ignore-defface' setting in docstring.
22906
22907 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
22908
22909 * simple.el (completion-setup-function): Fix last change.
22910
22911 2005-11-17 John Paul Wallington <jpw@pobox.com>
22912
22913 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
22914 Use `posn-set-point' instead of `mouse-set-point' because the
22915 latter is not fbound when configured without X.
22916
22917 * comint.el (comint-insert-input): Likewise.
22918
22919 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
22920
22921 * simple.el (hard-newline): New variable.
22922 (sendmail-user-agent-compose, next-line): Use it.
22923
22924 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
22925 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
22926 (mail-mail-reply-to, mail-mail-followup-to)
22927 (mail-position-on-field, mail-signature, mail-yank-original)
22928 (mail-attach-file): Likewise.
22929
22930 * mail/mailheader.el (mail-header-format)
22931 (mail-header-format-function): Likewise.
22932
22933 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
22934
22935 2005-11-17 Juri Linkov <juri@jurta.org>
22936
22937 * font-lock.el (font-lock-faces): Rename this defgroup from
22938 `font-lock-highlighting-faces'.
22939 (font-lock-comment-face, font-lock-comment-delimiter-face)
22940 (font-lock-string-face, font-lock-doc-face)
22941 (font-lock-keyword-face, font-lock-builtin-face)
22942 (font-lock-function-name-face, font-lock-variable-name-face)
22943 (font-lock-type-face, font-lock-constant-face)
22944 (font-lock-warning-face, font-lock-negation-char-face)
22945 (font-lock-preprocessor-face)
22946 (font-lock-regexp-grouping-backslash)
22947 (font-lock-regexp-grouping-construct): Rename :group from
22948 `font-lock-highlighting-faces' to `font-lock-faces'.
22949
22950 * cus-edit.el (lisp, c, tex):
22951 * progmodes/ada-mode.el (ada):
22952 * progmodes/asm-mode.el (asm):
22953 * progmodes/cperl-mode.el (cperl-faces):
22954 * progmodes/cpp.el (cpp):
22955 * progmodes/dcl-mode.el (dcl):
22956 * progmodes/f90.el (f90):
22957 * progmodes/fortran.el (fortran):
22958 * progmodes/icon.el (icon):
22959 * progmodes/idlwave.el (idlwave-misc):
22960 * progmodes/m4-mode.el (m4):
22961 * progmodes/make-mode.el (makefile):
22962 * progmodes/meta-mode.el (meta-font):
22963 * progmodes/modula2.el (modula2):
22964 * progmodes/octave-mod.el (octave):
22965 * progmodes/pascal.el (pascal):
22966 * progmodes/perl-mode.el (perl):
22967 * progmodes/prolog.el (prolog):
22968 * progmodes/ps-mode.el (PostScript-edit):
22969 * progmodes/scheme.el (scheme):
22970 * progmodes/sh-script.el (sh-script):
22971 * progmodes/simula.el (simula):
22972 * progmodes/tcl.el (tcl):
22973 * textmodes/nroff-mode.el (nroff):
22974 * textmodes/reftex-vars.el (reftex-fontification-configurations):
22975 * textmodes/sgml-mode.el (sgml):
22976 * textmodes/texinfo.el (texinfo):
22977 Add :link (custom-group-link font-lock-faces) to defgroup.
22978
22979 * hi-lock.el (hi-lock): Rename this defgroup from
22980 `hi-lock-interactive-text-highlighting'. Change parent group from
22981 `faces' to `font-lock'. Add link to the manual.
22982 (hi-lock-mode, hi-lock-file-patterns-range)
22983 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
22984 `hi-lock-interactive-text-highlighting' to `hi-lock'.
22985 (hi-lock-faces): Add :group `faces'.
22986
22987 * cus-edit.el (custom-variable-prompt): Clarify the code.
22988
22989 * faces.el (face-read-string): Set the default value arg of
22990 completing-read.
22991
22992 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
22993
22994 * rfn-eshadow.el (file-name-shadow-properties)
22995 (file-name-shadow-tty-properties, file-name-shadow-mode):
22996 Remove autoloads, because the file is now preloaded.
22997
22998 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
22999
23000 * printing.el (easy-menu-intern): Don't define.
23001 (pr-get-symbol): Use easy-menu-intern only if defined.
23002
23003 * simple.el (blink-matching-open): Simplify a bit.
23004 (completion-setup-function): Fix the case of partial-completion-mode
23005 when the minibuffer's contents start with "-".
23006 Obey completion-base-size-function even when
23007 minibuffer-completing-file-name is non-nil.
23008
23009 2005-11-16 Richard M. Stallman <rms@gnu.org>
23010
23011 * net/eudcb-ph.el (eudc-ph-open-session):
23012 Use set-process-query-on-exit-flag.
23013
23014 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
23015
23016 * international/ucs-tables.el (ucs-set-table-for-input):
23017 Use make-local-variable, not make-variable-buffer-local.
23018
23019 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
23020 Improve warning message text.
23021
23022 * savehist.el (savehist-save-hook): Add :group.
23023
23024 * menu-bar.el (menu-bar-help-menu):
23025 Rename Find Extra Packages to External Packages.
23026
23027 * cus-edit.el (Custom-reset-standard): Verify that
23028 :custom-standard-value prop exists before calling it.
23029
23030 * apropos.el (apropos-calc-scores): Use apropos-pattern.
23031
23032 2005-11-16 Martin Rudalics <rudalics@gmx.at>
23033
23034 * wid-edit.el (color): Enclose %t in %{...%}.
23035
23036 * cus-edit.el (face): Enclose %t in %{...%}.
23037
23038 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
23039
23040 * savehist.el (savehist-mode-hook): Re-add the var.
23041 (savehist-mode): Use it.
23042
23043 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
23044
23045 * textmodes/flyspell.el: Fix commenting convention.
23046 Remove unnecessary leading * in custom docstrings.
23047 (flyspell-emacs): Remove unused var.
23048 (flyspell-delete-region-overlays): Use remove-overlays.
23049 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
23050 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
23051 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
23052 (flyspell-debug-signal-word-checked): Use with-current-buffer.
23053 (make-flyspell-overlay): Don't locally reuse a global name.
23054 (flyspell-highlight-incorrect-region)
23055 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
23056 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
23057 (flyspell-notify-misspell): Remove unused args `start' and `end'.
23058 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
23059 Wrap calls to accept-process-output inside with-local-quit since it's
23060 often called from a post-command-hook.
23061 (flyspell-correct-word, flyspell-auto-correct-word):
23062 Use ispell-send-string.
23063 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
23064
23065 * calendar/diary-lib.el (diary-list-entries): Also hide the
23066 terminating newline.
23067
23068 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
23069
23070 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
23071 window-system, to allow fonts on tty.
23072
23073 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
23074
23075 * progmodes/gud.el (gud-speedbar-item-info): New function.
23076 (gud-install-speedbar-variables): Use it to display data type
23077 of watch expression as a tooltip in speedbar.
23078
23079 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
23080
23081 * font-core.el (global-font-lock-mode): Add :version keyword,
23082 because default was changed.
23083
23084 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
23085
23086 * startup.el (command-line): Use `custom-reevaluate-setting' for
23087 `file-name-shadow-mode'.
23088
23089 * loadup.el: Preload rfn-eshadow.
23090
23091 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
23092 Add :version keyword.
23093 (file-name-shadow-properties, file-name-shadow-tty-properties)
23094 (file-name-shadow): Add :version keyword.
23095
23096 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
23097 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
23098 in the custom-group property of the symbol frames and the fringe
23099 group got no link to its parent group frames.
23100 Doc fix.
23101
23102 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
23103
23104 * progmodes/gud.el (gud-stop-subjob): New function.
23105 (gud-menu-map, gud-tool-bar-map): Use it.
23106
23107 2005-11-16 Kim F. Storm <storm@cua.dk>
23108
23109 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
23110 than kill it.
23111 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
23112 to a more useful/logical place.
23113
23114 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
23115
23116 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
23117 go buttons complementary.
23118
23119 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
23120
23121 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
23122 (rfn-eshadow-sifn-equal): New function.
23123 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
23124
23125 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
23126
23127 * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
23128 Quote `-' in string.
23129
23130 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
23131 rcirc-mode buffers come up in Emacs state.
23132
23133 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
23134 operation.
23135
23136 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
23137
23138 * term.el (term-termcap-format): Fix typos.
23139 (term-down): Fix the negative argument case.
23140
23141 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
23142
23143 * progmodes/gdb-ui.el: Remove face-alias left over from change on
23144 2005-08-15.
23145 (gdb-ann3): New command gud-go.
23146 (menu): Accomodate gdb-mi.el.
23147 (gdb-assembler-custom): Make buffer of selected window current
23148 so that set-window-point works.
23149
23150 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
23151 buttons and include new ones.
23152
23153 2005-11-16 Kim F. Storm <storm@cua.dk>
23154
23155 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
23156 (gud-menu-map): Use it.
23157
23158 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
23159
23160 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
23161 that works correctly for Custom and that does not override a user
23162 who disables it.
23163
23164 * help-mode.el (help-make-xrefs, help-xref-on-pp)
23165 (help-xref-interned, help-follow): Make hyperlinks for variables
23166 that are unbound, but have a non-nil variable-documentation property.
23167
23168 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
23169 mode hook. (It conflicted with defcustoms for some mode hooks.)
23170 Use the `variable-documentation' property to give the mode hook a
23171 docstring and expand that docstring.
23172
23173 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
23174
23175 * savehist.el (savehist-mode): Don't bother with
23176 `custom-set-minor-mode'.
23177 (savehist-coding-system): Check XEmacs version.
23178 (history-length): Declare also at run time.
23179 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
23180 Don't set the customize state.
23181 (savehist-minibuffer-hook): Special case for when
23182 minibuffer-history-variable is equal to t.
23183
23184 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
23185
23186 * files.el (write-file): Refresh VC status.
23187
23188 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
23189 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
23190 than fundamental-mode to see if the mode was set.
23191
23192 2005-11-14 Romain Francoise <romain@orebokech.com>
23193
23194 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
23195 dummy function in `eval-when-compile' to avoid compiler warning.
23196 Require `man' at compile time.
23197
23198 2005-11-14 Jay Belanger <belanger@truman.edu>
23199
23200 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
23201 calcFunc-powerexpand.
23202 (math-write-out-power): Rename it to math-powerexpand; have it
23203 handle negative exponents.
23204 (calc-writeoutpower): Rename it to calc-powerexpand.
23205
23206 * calc/calc-ext.el: Change calcFunc-writeoutpower and
23207 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
23208 autoloads.
23209 Add calcFunc-ldiv to autoloads.
23210
23211 * calc/calc-arith.el (calcFunc-ldiv): New function.
23212
23213 * calc/calc.el (calc-left-divide): New function.
23214
23215 2005-11-14 Juri Linkov <juri@jurta.org>
23216
23217 * cus-edit.el (custom-variable-prompt): Set the default value arg
23218 of completing-read.
23219
23220 * cus-dep.el (custom-make-dependencies): Reverse the list of
23221 found dependencies.
23222
23223 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
23224
23225 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
23226 Highlighting" entry, it is on by default now.
23227 (menu-bar-options-save): Do not save global-font-lock-mode.
23228
23229 2005-11-13 Richard M. Stallman <rms@gnu.org>
23230
23231 * textmodes/flyspell.el (flyspell-large-region):
23232 Call flyspell-accept-buffer-local-defs.
23233
23234 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
23235
23236 * textmodes/flyspell.el (flyspell-notify-misspell):
23237 Fix misspelling of "Misspelling".
23238 (flyspell-process-localwords): New function.
23239 (flyspell-large-region): Call flyspell-process-localwords and
23240 flyspell-delete-region-overlays.
23241 (flyspell-delete-region-overlays): New function.
23242 (flyspell-delete-all-overlays): Call that.
23243
23244 2005-11-13 Richard M. Stallman <rms@gnu.org>
23245
23246 * help.el (help-for-help-internal): Improve doc of C-h a.
23247 (describe-key): Improve prompt; doc fix.
23248
23249 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
23250
23251 * vc-svn.el (vc-svn-registered): Catch all errors.
23252
23253 * cus-dep.el (custom-make-dependencies): Typo.
23254
23255 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
23256
23257 * net/tramp-util.el (top): Fix compilation warning.
23258
23259 2005-11-13 Kim F. Storm <storm@cua.dk>
23260
23261 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
23262
23263 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
23264
23265 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
23266 (gud-speedbar-buttons): Match on "const char *" too.
23267
23268 * progmodes/gdb-ui.el (gdb-var-create-handler)
23269 (gdb-var-list-children-handler): Match on "const char *" too.
23270 (gdb-var-evaluate-expression-handler): Match on empty string.
23271 (gdb-var-update-handler): Only call
23272 gdb-var-evaluate-expression-handler when required.
23273
23274 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
23275
23276 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
23277 selected window. This still doesn't work for speedbar.
23278 (gud-speedbar-buttons): Handle string expressions properly.
23279
23280 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
23281 (gdb-var-create-handler): Handle string expressions properly.
23282 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
23283 Handle string expressions properly. Move "type" field into regexp.
23284
23285 2005-11-12 Karl Fogel <kfogel@red-bean.com>
23286
23287 * bookmark.el (bookmark-maybe-message): New function to reduce
23288 code duplication: invokes `message' iff baud-rate is high enough.
23289 (bookmark-write-file): Use above instead of an inline conditional.
23290 (bookmark-load): Same.
23291
23292 2005-11-12 Karl Fogel <kfogel@red-bean.com>
23293
23294 * bookmark.el (bookmark-write-file): Don't visit the destination
23295 file, just write the data to it using write-region. This is
23296 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
23297 change to avoid visiting the file in the first place.
23298
23299 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
23300
23301 * hi-lock.el (hi-lock-mode): Set the default value of
23302 font-lock-defaults.
23303
23304 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
23305
23306 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
23307 arg to `file-attributes'.
23308 (find-lisp-format): The UID and GID can now be strings.
23309
23310 2005-11-12 Kim F. Storm <storm@cua.dk>
23311
23312 * help.el (help-map): Bind C-h d to apropos-documentation.
23313
23314 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
23315 when point is at end-of-buffer.
23316
23317 * apropos.el (apropos-match-face): Doc fix.
23318 (apropos-sort-by-scores): Add new choice `verbose'.
23319 (apropos-documentation-sort-by-scores): New defcustom.
23320 (apropos-pattern): Now contains the pattern entered by the user.
23321 (apropos-pattern-quoted): New defvar.
23322 (apropos-regexp): New defvar, containing the regexp corresponding
23323 to apropos-pattern.
23324 (apropos-all-words-regexp): Rename from apropos-all-regexp.
23325 (apropos-read-pattern): New defun. Use it to read pattern arg in
23326 interactive calls; returns list of words for a word list, and
23327 string for a regexp.
23328 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
23329 parses a list of words or regexp as returned by apropos-read-pattern.
23330 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
23331 (apropos-score-doc): Return a very high score if the string
23332 entered by the user matches literally.
23333 (apropos-variable): Doc fix. Use apropos-read-pattern.
23334 (apropos-command): Doc fix. Use apropos-read-pattern and
23335 apropos-parse-pattern. Call apropos-print with nosubst=t.
23336 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
23337 apropos-parse-pattern.
23338 (apropos-documentation): Doc fix. Use apropos-read-pattern and
23339 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
23340 apropos-documentation-sort-by-scores. Call apropos-print with
23341 nosubst=t.
23342 (apropos-documentation-internal): Pass doc string through
23343 substitute-key-definition before adding text properties.
23344 Highlight substring matching literal user input if possible.
23345 (apropos-documentation-check-doc-file): Remove locals beg and end.
23346 Fix calculation of score (as added twice). Pass doc string through
23347 substitute-key-definition before adding text properties.
23348 (apropos-documentation-check-elc-file): Pass doc string through
23349 substitute-key-definition before adding text properties.
23350 Highlight substring matching literal user input if possible.
23351 (apropos-print): Add new arg NOSUBST; if set, command and variable
23352 doc strings have already been passed through substitute-key-definition.
23353 Add code to handle apropos-accumulator items without score element
23354 for backwards compatibility (e.g. with woman package).
23355 Only show scores if apropos-sort-by-scores is `verbose'.
23356
23357 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
23358
23359 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
23360 Add jka-compr-load-suffixes to load-suffixes.
23361
23362 * jka-compr.el: Require jka-cmpr-hook.
23363 (jka-compr-info-compress-message, jka-compr-info-compress-program)
23364 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
23365 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
23366 (jka-compr-info-can-append, jka-compr-info-strip-extension)
23367 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
23368 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
23369 (jka-compr-uninstall): Remove entries from
23370 jka-compr-added-to-file-coding-system-alist after they are used.
23371 (jka-compr-error): Remove unused var `curbuf'.
23372 (jka-compr-file-local-copy): Remove unused var `notfound'.
23373
23374 2005-11-10 Romain Francoise <romain@orebokech.com>
23375
23376 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
23377
23378 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
23379
23380 * progmodes/gud.el (gud-menu-map): Move parentheses.
23381 (gdb): New command gud-pv.
23382
23383 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
23384
23385 * tar-mode.el: Remove spurious or unnecessary leading stars
23386 in docstrings.
23387 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
23388 (tar-parse-octal-integer-safe): Use mapc.
23389 (tar-header-block-summarize): Remove unused var `ck'.
23390 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
23391 cleared before. Obey default-enable-multibyte-characters.
23392 Use mapconcat. Simplify setting of tar-header-offset.
23393 (tar-mode-map): Move initialization inside delcaration.
23394 (tar-flag-deleted): Use `abs'.
23395 (tar-expunge-internal): Remove unused var `line'.
23396 (tar-expunge-internal): Don't hardcode point-min==1.
23397 (tar-expunge): Widen while doing set-buffer-multibyte.
23398 (tar-rename-entry): Use file-name-coding-system.
23399 (tar-alter-one-field): Don't hardcode point-min==1.
23400 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
23401 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
23402
23403 2005-11-10 Masatake YAMATO <jet@gyve.org>
23404
23405 * add-log.el (add-log-current-defun): Handle class::method
23406 notation of c++. Fix incorrect comment.
23407
23408 2005-11-10 Alan Mackenzie <acm@muc.de>
23409
23410 * help-fns.el (describe-variable): Make C-h v work when a variable
23411 has variable documentation yet is unbound.
23412
23413 2005-11-10 Masatake YAMATO <jet@gyve.org>
23414
23415 * man.el (Man-highlight-references): Set an empty
23416 string to `Man-arguments' if it is nil.
23417 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
23418
23419 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
23420
23421 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
23422 commenting conventions.
23423
23424 * cus-dep.el (custom-make-dependencies): Simplify.
23425 Better follow the commenting conventions.
23426
23427 2005-11-09 Richard M. Stallman <rms@gnu.org>
23428
23429 * apropos.el (apropos-pattern): Rename from apropos-regexp.
23430 (apropos-orig-pattern): Rename from apropos-orig-regexp.
23431 All uses changed.
23432 (apropos-rewrite-regexp): Doc fix.
23433 (apropos-variable, apropos-command, apropos, apropos-value):
23434 Change prompt; carry through the argument renaming.
23435
23436 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
23437
23438 * find-lisp.el: Require dired.
23439 (find-lisp-find-dired-internal): Do not call
23440 `abbreviate-file-name' on DIR.
23441
23442 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
23443
23444 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
23445
23446 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
23447
23448 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
23449 when using the speedbar.
23450 (gdb): New command gud-pp.
23451 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
23452
23453 2005-11-09 Juri Linkov <juri@jurta.org>
23454
23455 * replace.el (occur-excluded-properties): New defcustom.
23456 (occur-1, occur-engine, occur-accumulate-lines): Use it.
23457
23458 2005-11-08 Jay Belanger <belanger@truman.edu>
23459
23460 * calc/calc-units.el (math-convert-units): Replace any composite
23461 unit by its definition.
23462
23463 2005-11-08 Lars Hansen <larsh@soem.dk>
23464
23465 * emacs-lisp/autoload.el (update-directory-autoloads):
23466 Add obsolete function alias.
23467
23468 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
23469
23470 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
23471 comment-indent-function.
23472 (lisp-comment-indent): Replace by an alias for comment-indent-default.
23473
23474 * reveal.el (reveal-post-command): Rework the handling of
23475 reveal-open-spots, so as to be more reliable. There were several
23476 tricky corner cases where an open spot might be lost, or where
23477 a closed spot might end up on the list of open spots.
23478 Only reveal text that's ellipsised.
23479
23480 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
23481
23482 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
23483
23484 2005-11-07 John Paul Wallington <jpw@gnu.org>
23485
23486 * ibuffer.el (ibuffer): Search iconified frames too when
23487 getting Ibuffer buffer's window.
23488
23489 2005-11-06 Richard M. Stallman <rms@gnu.org>
23490
23491 * progmodes/compile.el (compilation-internal-error-properties):
23492 save-excursion around the computation of MARKER.
23493
23494 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
23495
23496 * textmodes/flyspell.el (flyspell-external-point-words):
23497 flyspell-get-word returns a list, not just a string.
23498
23499 2005-11-06 John Paul Wallington <jpw@pobox.com>
23500
23501 * ibuffer.el (ibuffer): Search all visible frames when getting
23502 Ibuffer buffer's window.
23503
23504 2005-11-07 Masatake YAMATO <jet@gyve.org>
23505
23506 * man.el (Man-reference-regexp): Accept spaces between
23507 `Man-name-regexp' and `Man-section-regexp'.
23508 (Man-apropos-regexp): New variable.
23509 (Man-abstract-xref-man-page): Use value for `Man-target-string'
23510 if available.
23511 (Man-highlight-references, Man-highlight-references0):
23512 Handle the case when `Man-arguments' includes "-k".
23513 (Man-highlight-references0): Rename the argument `TARGET-POS' to
23514 `TARGET'. `TARGET' can be a number, function or nil.
23515
23516 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
23517
23518 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
23519 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
23520 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
23521 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
23522 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
23523 (gdb-send-item): Use buffer-local-value and simplify.
23524
23525 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
23526
23527 * startup.el (command-line): Use `custom-reevaluate-setting' for
23528 `global-font-lock-mode'.
23529
23530 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
23531 by default, except in batch mode or when the -D option is given.
23532
23533 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
23534 specified keyword args on to `define-minor-mode'. Update docstring.
23535
23536 2005-11-05 Romain Francoise <romain@orebokech.com>
23537
23538 * replace.el (occur-engine): Add marker at end of line, too.
23539
23540 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
23541
23542 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
23543 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23544 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23545 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23546 argument to all these routines, so the passphrase can be managed
23547 externally and passed in to the system.
23548 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
23549 pgg-add-passphrase-to-cache function.
23550
23551 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
23552 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
23553 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
23554 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
23555 argument to all these routines, so the passphrase can be managed
23556 externally and passed in to the system.
23557 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
23558 function.
23559
23560 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
23561
23562 * font-lock.el: Don't deal with font-lock-face-attributes here,
23563 move the code ...
23564
23565 * startup.el (command-line): ... here. Use face-spec-set instead
23566 of custom-declare-face.
23567
23568 * faces.el (face-spec-set): Reset the face if spec is not nil.
23569
23570 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
23571
23572 * newcomment.el (comment-region-internal): Box more tightly in the
23573 common case where there's no TAB in the boxed text.
23574
23575 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23576
23577 * info.el (info-tool-bar-map): Use images prev-node, next-node and
23578 up-node.
23579
23580 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
23581
23582 * net/newsticker.el: Commentary updated. Code formatting changed.
23583 (newsticker-version): Change to "1.9".
23584 (newsticker, newsticker-feed): Doc fix.
23585 (newsticker-url-list): Doc fix. Add option "Weekly".
23586 (newsticker-retrieval-interval): Add option "Weekly".
23587 (newsticker-headline-processing): Doc fix.
23588 (newsticker-auto-mark-filter): Remove.
23589 (newsticker-auto-mark-filter-list): New.
23590 (newsticker-layout, newsticker-sort-method): Doc fix.
23591 (newsticker-hide-old-items-in-newsticker-buffer)
23592 (newsticker-heading-format, newsticker-item-format)
23593 (newsticker-desc-format): Doc fix.
23594 (newsticker-show-all-rss-elements): Remove.
23595 (newsticker-show-all-news-elements): New.
23596 (newsticker-faces, newsticker-ticker): Doc fix.
23597 (remove-from-invisibility-spec): Code formatting.
23598 (newsticker--process-ids): New.
23599 (newsticker-mode): Doc fix.
23600 (newsticker-mode): Change mode-line-format.
23601 (newsticker-start): Remove debug output.
23602 (newsticker-start-ticker): Doc fix. Add autoload cookie.
23603 (newsticker-w3m-show-inline-images): Code formatting.
23604 (newsticker-next-item): Call `force-mode-line-update'.
23605 (newsticker-previous-item): Call `force-mode-line-update'.
23606 (newsticker-next-feed): Call `force-mode-line-update'.
23607 (newsticker-previous-feed): Call `force-mode-line-update'.
23608 (newsticker-mark-all-items-at-point-as-read): Code formatting.
23609 (newsticker-show-old-items): Do not show descs.
23610 (newsticker-hide-entry): Hide too much.
23611 (newsticker-hide-entry, newsticker-show-entry)
23612 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
23613 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
23614 (newsticker-toggle-auto-narrow-to-item): Code formatting.
23615 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
23616 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
23617 (newsticker-get-news): Call `force-mode-line-update'.
23618 Collect process ids.
23619 (newsticker--sentinel): Change coding system handling.
23620 Move image retrieval to new functions newsticker--get-logo-url-*.
23621 Move feed parsing to new functions newsticker--parse-*.
23622 Update list of process ids.
23623 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
23624 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
23625 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
23626 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
23627 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
23628 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
23629 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
23630 (newsticker--decode-coding-string): Remove.
23631 (newsticker--decode-numeric-entities): Check input. Format code.
23632 (newsticker--remove-whitespace): Check input.
23633 (newsticker--do-forget-preformatted): Doc fix.
23634 (newsticker--decode-rfc822-date): Allow for missing time.
23635 (newsticker--update-process-ids): New.
23636 (newsticker--image-sentinel): Change comment.
23637 (newsticker--image-read): Change error message.
23638 (newsticker--imenu-goto): Doc fix. Show headline title.
23639 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
23640 (newsticker--buffer-do-insert-text): Clean whitespace in
23641 html-rendered headline title. Code formatting.
23642 Call `newsticker--buffer-print-extra-elements'.
23643 (newsticker--buffer-print-extra-element): Remove.
23644 (newsticker--buffer-print-extra-elements): New.
23645 (newsticker--buffer-do-print-extra-element): New.
23646 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
23647 large sizes.
23648 (newsticker--run-auto-mark-filter)
23649 (newsticker--do-run-auto-mark-filter):
23650 Use `newsticker-auto-mark-filter-list'.
23651
23652 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
23653
23654 * net/rcirc.el: Use split-string OMIT-NULLS argument.
23655 (rcirc-print): Force redisplay before running hooks. Do long
23656 buffer truncation after making new text read-only. Deal with nil
23657 text when decoding strings. If TARGET is nil, use either the
23658 currently selected buffer, if it is an rcirc buffer and of the
23659 same process or the process buffer.
23660 (rcirc-mode): Remove header-line. Recompute short buffer names.
23661 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
23662 (rcirc-short-buffer-name): Add variable.
23663 (rcirc-kill-buffer-hook): Recompute short buffer names.
23664 Remove nick from private channel.
23665 (rcirc-send-input): Send command text to current-buffer.
23666 Don't clear overlay arrow here.
23667 (rcirc-short-buffer-name): Return a short buffer name.
23668 (rcirc-update-short-buffer-names, rcirc-abbreviate)
23669 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
23670 buffer-name abbreviations.
23671 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
23672 Do not touch nick-table when killing a parted channel.
23673 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
23674 Clear arrow from current buffer if it is now hidden.
23675 (rcirc-current-buffer): Add variable.
23676 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
23677 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
23678 Remove -face from names.
23679 (rcirc-update-activity-string): Print "DND" when globally ignoring
23680 activity.
23681 (rcirc-ignore-buffer-activity-flag): Rename from
23682 rcirc-ignore-channel-activity.
23683 (rcirc-ignore-all-activity-flag): Doc fix.
23684 (rcirc-channels): Remove variable.
23685 (rcirc-kill-buffer-hook):
23686 (rcirc-get-buffer-create): Add nick to private channel.
23687 (rcirc-multiline-edit-submit): Remove tabs.
23688 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
23689 folded.
23690 (rcirc-remove-nick-channel): Bug fix.
23691 (rcirc-toggle-ignore-buffer-activity): Rename from
23692 rcirc-toggle-ignore-channel-activity.
23693 (rcirc-record-activity): Add buffers to the front of the list.
23694 (rcirc-update-activity): Remove killed buffers from list.
23695 (rcirc-process-server-response-1): Remove last argument if it is
23696 null before calling handler.
23697 (rcirc): Add "rcirc" defcustom prefix.
23698 (rcirc-prompt): Simplify default prompt.
23699 Use custom-initialize-default.
23700 (rcirc-private-chats): Remove variable.
23701 (rcirc-prompt): Change initialization.
23702 (rcirc-version): Remove function.
23703 (rcirc-id-string): Add constant.
23704 (rcirc-last-buffer): Remove variable.
23705 (rcirc-buffer-alist): Add variable.
23706 (rcirc-connect): Update variable setup.
23707 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
23708 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
23709 default.
23710 (rcirc-handler-generic): Trigger activity.
23711 (rcirc-send-message): Create the buffor of the target.
23712 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
23713 (rcirc-get-buffer): Just return nil if there is no matching buffer.
23714 (rcirc-multiline-edit-cancel): Remove function.
23715 (rcirc-set-last-buffer): Remove function.
23716 (rcirc-get-any-buffer): Add function.
23717 (rcirc-join-channels): Don't print /join text.
23718 (rcirc-toggle-ignore-channel-activity): Add and update echo area
23719 messages.
23720 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
23721 (rcirc-handler-NOTICE): Recognize CTCP responses.
23722 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
23723 constructing TOPIC string for buffers we are not JOINed.
23724 (rcirc-handler-CTCP-response): Add handler.
23725 (rcirc-multiline-edit-submit): Restore the window-configuration
23726 before adjusting point.
23727 (rcirc): Add customization group.
23728 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
23729 (rcirc-user-full-name, rcirc-startup-channels-alist)
23730 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
23731 (rcirc-ignore-all-activity-flag, rcirc-time-format)
23732 (rcirc-input-ring-size, rcirc-read-only-flag)
23733 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
23734 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
23735 Change defvar to defcustom.
23736 (rcirc-update-prompt): Add optional ALL arg, which will update
23737 prompts in all rcirc buffers. Regexp quote replacement text.
23738 (rcirc-fill-column): Accept frame-width as a value.
23739 (rcirc-set-changed): Add function.
23740 (rcirc-next-active-buffer): Write more meaningful messages.
23741 (rcirc-faces): Add customization group.
23742 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
23743 (rcirc-nick-in-message-face, rcirc-prompt-face)
23744 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
23745 (with-rcirc-process-buffer): Move before first usage.
23746 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
23747 (rcirc-debug-flag): Rename from `rcirc-log-p'.
23748 (rcirc-debug): Rename from `rcirc-log'.
23749 (rcirc-format-response-string): Do not print `-' chars for a
23750 NOTICE with no sender. Simplify output of server responses.
23751
23752 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
23753
23754 (rcirc-browse-url-map, rcirc-browse-url-at-point)
23755 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
23756 Make urls mouse and RET clickable.
23757
23758 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
23759
23760 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
23761
23762 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
23763
23764 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
23765 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23766 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23767 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23768 argument to all these routines, so the passphrase can be managed
23769 externally and passed in to the system.
23770 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
23771 pgg-add-passphrase-to-cache function.
23772
23773 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
23774 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
23775 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
23776 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
23777 argument to all these routines, so the passphrase can be managed
23778 externally and passed in to the system.
23779 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
23780 function.
23781
23782 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
23783
23784 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
23785 from goto-address-url-regexp.
23786
23787 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
23788
23789 * textmodes/org.el (org-read-date, org-goto-calendar)
23790 (org-recenter-calendar, org-agenda-goto-calendar):
23791 Temporarily clear `calendar-move-hook'.
23792
23793 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
23794
23795 * ediff-merg.el (ediff-merge-region-is-non-clash):
23796 Return t, if not merging.
23797
23798 * ediff-util.el (ediff-previous-difference): Don't skip regions that
23799 have merge clashes.
23800
23801 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23802
23803 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
23804 Undo previous change.
23805
23806 * startup.el (command-line): Use `custom-reevaluate-setting' for
23807 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
23808 tty-register-default-colors on Mac.
23809
23810 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
23811
23812 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
23813 (gdb-buffer-type): Make it automatically buffer local...
23814 (gdb-get-create-buffer): ...and set it accordingly.
23815 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
23816 actually work.
23817
23818 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
23819
23820 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
23821 not red.
23822
23823 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
23824
23825 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
23826 case GUD buffer is not visible.
23827 (gdb-goto-breakpoint): Try to force display in source buffer.
23828 (gdb-frame-gdb-buffer): Copy other similar functions.
23829 (gdb-restore-windows): Don't display source if not asked for.
23830 (gdb-assembler-buffer-name): Don't capitalise.
23831
23832 2005-11-03 Richard M. Stallman <rms@gnu.org>
23833
23834 * wid-edit.el (key-sequence): New widget type.
23835
23836 * simple.el (set-mark-command-repeat-pop): New variable.
23837 (set-mark-command): Only interpret plan C-@ after a pop as a pop
23838 if set-mark-command-repeat-pop is true.
23839
23840 * info.el (Info-fontify-node): Don't display extra "see" if there
23841 already is one here.
23842
23843 * mouse.el: Fix special handling of DEL after dragging a region:
23844 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
23845 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
23846
23847 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
23848
23849 * textmodes/ispell.el (ispell-command-loop): Change `i' description
23850 not to assume it pertains to an affix.
23851
23852 * textmodes/flyspell.el (flyspell-post-command-hook):
23853 Bind deactivate-mark to prevent deactivation.
23854
23855 2005-11-03 Lars Hansen <larsh@soem.dk>
23856
23857 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
23858 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
23859 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
23860
23861 2005-11-03 Romain Francoise <romain@orebokech.com>
23862
23863 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
23864 Update copyright years.
23865
23866 2005-11-03 Sam Steingold <sds@gnu.org>
23867
23868 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
23869 Use system-type instead of window-system because window-system is not
23870 correctly defined during loadup.
23871
23872 2005-11-02 Mark A. Hershberger <mah@everybody.org>
23873
23874 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
23875 (xml-parse-tag): Join strings separated by a comment properly.
23876
23877 2005-11-02 Andreas Schwab <schwab@suse.de>
23878
23879 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
23880
23881 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
23882
23883 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
23884 (byte-optimize-pure-func): Quote the eval'd value.
23885
23886 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
23887 Rename from perl-font-lock-syntactic-face-function.
23888 Change the calling convention so it can be used as a font-lock MATCHER.
23889 Do the parse-partial-sexp loop outselves.
23890 (perl-font-lock-syntactic-keywords): Use it.
23891 (perl-mode): Don't set font-lock-syntactic-face-function any more.
23892
23893 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
23894
23895 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
23896 disassembly buffer too.
23897 (gdb-exited): Remove overlay arrows when execution has finished.
23898 (gdb-info-frames-custom, gdb-info-threads-custom)
23899 (gdb-info-registers-custom): Don't add inappropriate text
23900 properties if inferior is not active.
23901
23902 2005-11-02 Glenn Morris <rgm@gnu.org>
23903
23904 * progmodes/fortran.el (fortran-blink-match):
23905 Use `blink-matching-delay'.
23906
23907 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
23908
23909 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
23910
23911 2005-11-02 Lars Hansen <larsh@soem.dk>
23912
23913 * net/tramp.el (tramp-action-out-of-band): Handle scp message
23914 "Permission denied".
23915
23916 2005-11-01 Richard M. Stallman <rms@gnu.org>
23917
23918 * textmodes/flyspell.el (flyspell-external-point-words):
23919 Pass nil to flyspell-get-word.
23920
23921 2005-11-02 Kim F. Storm <storm@cua.dk>
23922
23923 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
23924 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
23925
23926 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
23927
23928 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
23929 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
23930 (calendar-mouse-print-dates): Add optional `event' argument.
23931 Update interactive-spec.
23932 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
23933 Use `calendar-event-to-date' instead of `event'.
23934
23935 2005-11-02 Masatake YAMATO <jet@gyve.org>
23936
23937 * progmodes/ld-script.el (ld-script-builtins):
23938 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
23939 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
23940 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
23941
23942 2005-11-01 Romain Francoise <romain@orebokech.com>
23943
23944 * vc-sccs.el: Update copyright year.
23945 * ezimage.el: Likewise.
23946
23947 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
23948
23949 * info.el (Info-fontify-node): Use `string-width' for fontifying
23950 underlined titles.
23951
23952 2005-11-01 Juri Linkov <juri@jurta.org>
23953
23954 * info.el (Info-fontify-node): Downcase node header keywords Node,
23955 Prev, Next, Up before comparison.
23956 (Info-history): Insert absolute directory name, and put invisible
23957 property on it.
23958
23959 2005-11-01 Juri Linkov <juri@jurta.org>
23960
23961 * info.el (Info-file-supports-index-cookies): New variable.
23962 (Info-find-node-2): Check makeinfo version for index cookie support.
23963 (Info-index-nodes): Search for nodes with index cookies only when
23964 Info-file-supports-index-cookies is t. Otherwise, search nodes
23965 with "Index" in the node name.
23966 (Info-index-node): Search index cookie in the current node only when
23967 Info-file-supports-index-cookies is t. Otherwise, check the word
23968 "Index" in the node name.
23969 (Info-find-emacs-command-nodes): Remove code that searches nodes
23970 with "Index" node name in the top menu.
23971
23972 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
23973
23974 * progmodes/scheme.el (scheme-mode-variables): Use the default
23975 comment-indent-function.
23976
23977 * faces.el (face-attribute): Handle the case where a face inherits from
23978 a non-existent face.
23979
23980 * simple.el (eval-expression-print-format): Use lisp-readable syntax
23981 for octal and hexa output, and merge the char into the paren.
23982 (kill-new): Use push.
23983 (copy-to-buffer): Use with-current-buffer.
23984 (completion-setup-function): Move code in loop to remove redundancy.
23985 (minibuffer-local-must-match-map): Don't add bindings that duplicate
23986 those inherited from minibuffer-local-completion-map.
23987
23988 * savehist.el (savehist-mode) <defcustom>:
23989 Use custom-set-minor-mode if available.
23990 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
23991 and emit a message if applicable.
23992
23993 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
23994
23995 * savehist.el: Sync up to version 19.
23996 (savehist-mode): New minor mode.
23997 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
23998 (savehist-length): Remove (use history-length instead).
23999 (savehist-file-modes): Rename from savehist-modes.
24000 (savehist-save-hook, savehist-loaded): New vars.
24001 (savehist-load): Use savehist-mode. Try to smooth up transition from
24002 old format to new format.
24003 (savehist-install): Allow savehist-autosave-interval to be nil.
24004 (savehist-save): Run the new hook. Be more careful to only trim the
24005 history variables.
24006 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
24007 (savehist-printable): Print into a buffer rather than char-by-char.
24008
24009 2005-11-01 John Wiegley <johnw@newartisans.com>
24010
24011 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
24012 toggle-ignore keybinding (C-a). The author said it had been
24013 disabled much earlier due to a possible incompatibility, but after
24014 many months of usage I have encountered no problems (and it is a
24015 rather useful option, especially for switching to " *temp*").
24016
24017 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
24018 support for OS/X's AddressBook, by calling out to the open source
24019 program "contacts" (installable through Fink).
24020
24021 * net/eudc.el (eudc-expand-inline): If the
24022 `eudc-multiple-match-handling-method' is set to `all', delete the
24023 query string before inserting the query result.
24024
24025 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
24026 flag, to prevent Eshell from using the system ls when
24027 `eshell-ls-insert-directory' is in used.
24028 (eshell-ls-insert-directory): Disable font-lock in directory
24029 buffer so that Eshell's own fontification is seen. This broke
24030 recently due to changes in font-lock, so this goes back to version
24031 21 behavior.
24032
24033 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
24034
24035 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
24036 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
24037 (gdb-many-windows): Doc fix.
24038
24039 2005-10-31 Romain Francoise <romain@orebokech.com>
24040
24041 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
24042
24043 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
24044
24045 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
24046 that global-font-lock-mode can be enabled by default.
24047
24048 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
24049 (font-lock-add-keywords, font-lock-remove-keywords)
24050 (font-lock-fontify-buffer): Remove autoload cookies.
24051
24052 * jit-lock.el (jit-lock-register): Likewise.
24053
24054 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
24055
24056 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
24057
24058 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
24059 intact if there is no gud-comint-buffer.
24060
24061 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
24062
24063 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
24064 old prompt comint-prompt-read-only is t and GDB commands are
24065 issued from tool bar etc.
24066
24067 2005-10-31 Masatake YAMATO <jet@gyve.org>
24068
24069 * vc.el (vc-directory-exclusion-list): Add "{arch}".
24070
24071 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
24072
24073 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
24074 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
24075
24076 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
24077
24078 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
24079 starting at beginning of line. Fontification is messed up when
24080 `open-paren-in-column-0-is-defun-start' set to t.
24081 Reported by John Paul Wallington <jpw@pobox.com>.
24082
24083 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
24084
24085 * comint.el (comint-send-input): Call `comint-update-fence' when
24086 `comint-process-echoes' and `comint-prompt-read-only' are both
24087 non-nil, to avoid leftover read-only newline.
24088
24089 2005-10-30 Richard M. Stallman <rms@gnu.org>
24090
24091 * textmodes/flyspell.el (flyspell-external-point-words):
24092 Detect when WORD can't be checked properly because
24093 flyspell-get-word finds just part of it, and move on.
24094
24095 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
24096 boundarychar for Polish.
24097 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
24098 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
24099
24100 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
24101
24102 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
24103 (gdb-registers-font-lock-keywords): Delete.
24104 (gdb-registers-mode): Don't fontify.
24105 (gdb-info-registers-custom): Use text properties instead as, in
24106 future, changed register values will use font-lock-warning-face.
24107 (gdb-local-font-lock-keywords): Rename to...
24108 (gdb-locals-font-lock-keywords): ...for consistency.
24109
24110 2005-10-30 Andre Spiegel <spiegel@gnu.org>
24111
24112 * vc.el (vc-switch-backend): Better error message if the buffer is
24113 not visiting a file under version control.
24114
24115 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
24116
24117 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
24118
24119 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
24120 ~/.emacs.d/.emacs.
24121
24122 2005-10-29 Richard M. Stallman <rms@gnu.org>
24123
24124 * replace.el (occur-mode-mouse-goto): Always go to other window.
24125 (occur-mode-goto-occurrence): Always switch in same window.
24126
24127 * simple.el (undo): Display message at end, not at start.
24128
24129 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
24130 New arg REUSE-CELL.
24131 (cancel-timer-internal): New function.
24132 (timer-event-handler): Use cancel-timer-internal,
24133 and pass the cell it returns to timer-activate...
24134
24135 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
24136 (jit-lock-deferred-fontify, jit-lock-context-fontify)
24137 (jit-lock-after-change): Test memory-full.
24138
24139 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
24140
24141 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
24142 part of the decoded armor to find the key-identifier.
24143 (pgg-gpg-lookup-key-owner): New function to return the
24144 human-readable identifier of a key owner.
24145 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
24146 key itself.
24147 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
24148 the key value) if we have a key and can match it against a secret
24149 key. Also, added a note pointing out fact that the prompt only
24150 indicates the first matching key.
24151
24152 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
24153 pgg-decrypt-region.
24154 (pgg-pending-timers): A new hash for tracking the passphrase cache
24155 timers, so that new ones supercede old ones.
24156 (pgg-add-passphrase-to-cache): Rename from
24157 `pgg-add-passphrase-cache' to reduce confusion (all callers
24158 changed). Modified to cancel old timers when new ones are added.
24159 (pgg-remove-passphrase-from-cache): Rename from
24160 `pgg-remove-passphrase-cache' to reduce confusion (all callers
24161 changed). Modified to cancel old timers when their keys are
24162 removed from the cache.
24163 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
24164 XEmacs, an indirection to delete-itimer.
24165 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
24166 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
24167 users can only check cache without risk of prompting. Correct bug in
24168 notruncate behavior.
24169 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
24170 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24171 Add informative docstrings.
24172 (pgg-decrypt): Convey provided passphrase in subordinate call to
24173 pgg-decrypt-region.
24174
24175 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
24176 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
24177 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
24178 `passphrase' argument, so the passphrase can be managed externally
24179 and then passed in to the system.
24180
24181 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
24182 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
24183 so the passphrase cache can be used reliably with identifiers
24184 besides a pgp packet's key id.
24185
24186 * pgg-gpg.el (pgg-pgp-encrypt-region)
24187 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24188 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24189 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24190 argument to all these routines, so the passphrase can be managed
24191 externally and passed in to the system.
24192
24193 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
24194 `notruncate' argument, so the passphrase cache can be used
24195 reliably with identifiers besides a pgp packet's key id.
24196
24197 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
24198
24199 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
24200 symmetric encryption.
24201 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
24202 encrypted session key.
24203 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
24204 message ask for the passphrase in a proper way.
24205
24206 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
24207 New user commands for symmetric encryption.
24208
24209 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
24210
24211 * textmodes/conf-mode.el (conf-assignment-sign)
24212 (conf-assignment-regexp): Fix docstrings.
24213 (conf-mode-initialize): New function.
24214 (conf-mode): Remove optional args. Use delay-mode-hooks to
24215 recognize recursive calls.
24216 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
24217 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
24218 (conf-xdefaults-mode): Use define-derived-mode and
24219 conf-mode-initialize.
24220
24221 2005-10-29 Romain Francoise <romain@orebokech.com>
24222
24223 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
24224
24225 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
24226
24227 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
24228 part of the decoded armor to find the key-identifier.
24229 (pgg-gpg-lookup-key-owner): New function to return the
24230 human-readable identifier of a key owner.
24231 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
24232 key itself.
24233 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
24234 the key value) if we have a key and can match it against a secret
24235 key. Also, added a note pointing out fact that the prompt only
24236 indicates the first matching key.
24237
24238 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
24239 pgg-decrypt-region.
24240 (pgg-pending-timers): A new hash for tracking the passphrase cache
24241 timers, so that new ones supercede old ones.
24242 (pgg-add-passphrase-to-cache): Rename from
24243 `pgg-add-passphrase-cache' to reduce confusion (all callers
24244 changed). Modified to cancel old timers when new ones are added.
24245 (pgg-remove-passphrase-from-cache): Rename from
24246 `pgg-remove-passphrase-cache' to reduce confusion (all callers
24247 changed). Modified to cancel old timers when their keys are
24248 removed from the cache.
24249 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
24250 XEmacs, an indirection to delete-itimer.
24251 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
24252 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
24253 users can only check cache without risk of prompting. Correct bug in
24254 notruncate behavior.
24255 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
24256 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24257 Add informative docstrings.
24258 (pgg-decrypt): Convey provided passphrase in subordinate call to
24259 pgg-decrypt-region.
24260
24261 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
24262
24263 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
24264 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
24265 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
24266 `passphrase' argument, so the passphrase can be managed externally
24267 and then passed in to the system.
24268
24269 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
24270 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
24271 so the passphrase cache can be used reliably with identifiers
24272 besides a pgp packet's key id.
24273
24274 * pgg-gpg.el (pgg-pgp-encrypt-region)
24275 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24276 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24277 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24278 argument to all these routines, so the passphrase can be managed
24279 externally and passed in to the system.
24280
24281 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
24282 `notruncate' argument, so the passphrase cache can be used
24283 reliably with identifiers besides a pgp packet's key id.
24284
24285 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
24286
24287 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
24288 symmetric encryption.
24289 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
24290 encrypted session key.
24291 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
24292 message ask for the passphrase in a proper way.
24293
24294 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
24295 New user commands for symmetric encryption.
24296
24297 2005-10-28 Bill Wohler <wohler@newt.com>
24298
24299 * help-mode.el (help-url): New button type. Calls browse-url.
24300 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
24301 Similar to Info nodes: URL `url'.
24302 (help-make-xrefs): Create help-url buttons for
24303 help-xref-url-regexp matches.
24304
24305 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
24306
24307 * tool-bar.el (tool-bar-add-item-from-menu)
24308 (tool-bar-local-item-from-menu): Fix doc strings.
24309
24310 2005-10-28 Romain Francoise <romain@orebokech.com>
24311
24312 * ldefs-boot.el: Update.
24313
24314 * subr.el (locate-library): Move from help-fns.el.
24315 * help-fns.el (locate-library): Move to subr.el.
24316
24317 2005-10-28 Richard M. Stallman <rms@gnu.org>
24318
24319 * net/tramp.el (tramp-completion-mode): defvar moved up.
24320
24321 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
24322
24323 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
24324
24325 * files.el (find-file-noselect): Use %d to format large file size.
24326
24327 * bindings.el (mode-line-format): Add %e.
24328
24329 * loadup.el ("facemenu"): Load unconditionally.
24330 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
24331 ("x-dnd"): Load, when appropriate.
24332
24333 * startup.el (command-line): Call before-init-hook earlier.
24334 Warn about some bad characters in -u user name.
24335
24336 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
24337 (flyspell-external-point-words): Error if misspelled word is not found.
24338 Set flyspell-large-region-beg at end of word.
24339
24340 2005-10-28 Andreas Schwab <schwab@suse.de>
24341
24342 * view.el (View-revert-buffer-scroll-page-forward):
24343 Use view-page-size-default.
24344
24345 2005-10-28 Juri Linkov <juri@jurta.org>
24346
24347 * international/quail.el (quail-get-current-str): Translate last
24348 raw character for deterministic input methods.
24349
24350 2005-10-27 Jay Belanger <belanger@truman.edu>
24351
24352 * calc/calc-ext.el: Add functions to autoloads.
24353 (math-identity-matrix-p, math-ident-row-p): New functions.
24354
24355 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
24356 multiplication by an identity matrix; don't turn multiplication by
24357 an inverse matrix into division.
24358 (math-div-symbol-fancy): Replace division by matrices with
24359 multiplication by inverse.
24360
24361 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
24362
24363 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
24364 (calc-writeoutpower): New functions.
24365
24366 2005-10-27 Romain Francoise <romain@orebokech.com>
24367
24368 * replace.el (occur-engine): Include colon in mouse-face highlight.
24369
24370 * dired-x.el: Change Maintainer field.
24371
24372 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
24373
24374 * longlines.el (longlines-mode): Bind after-change-functions to
24375 nil during initial decoding and final encoding.
24376
24377 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
24378
24379 * term.el (term-emulate-terminal, term-handle-colors-array)
24380 (term-handle-ansi-escape): Specify the terminfo capabilities
24381 implemented.
24382
24383 2005-10-26 Richard M. Stallman <rms@gnu.org>
24384
24385 * info.el (Info-fontify-node): Fix detection of sentence-break
24386 before *Note.
24387
24388 2005-10-26 Romain Francoise <romain@orebokech.com>
24389
24390 * smerge-mode.el: Add `tools' to file keywords.
24391
24392 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
24393
24394 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
24395 when the fringe is not available.
24396
24397 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
24398 (def-gdb-auto-update-trigger): Simplify construction.
24399 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
24400 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
24401 defined explicitly.
24402 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
24403 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
24404 defined explicitly.
24405 (gdb-info-locals-custom): Remove as it's a no-op.
24406
24407 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
24408
24409 * longlines.el (longlines-mode): Remove narrowing before
24410 performing the initial decoding or final encoding.
24411
24412 2005-10-25 Romain Francoise <romain@orebokech.com>
24413
24414 * emacs-lisp/find-func.el (find-library-name): Also strip
24415 extension if library name ends in .el, to take advantage of
24416 `find-library-suffixes'.
24417
24418 2005-10-25 Richard M. Stallman <rms@gnu.org>
24419
24420 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
24421
24422 2005-10-25 Juri Linkov <juri@jurta.org>
24423
24424 * textmodes/texinfo.el (texinfo-mode): Change charset of one
24425 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
24426
24427 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
24428
24429 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
24430 (blackbox-redefine-key): Add argument `map'.
24431
24432 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
24433 regions when moving the jit-lock-context-unfontify-pos boundary.
24434
24435 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
24436
24437 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
24438
24439 2005-10-25 Masatake YAMATO <jet@gyve.org>
24440
24441 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
24442
24443 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24444
24445 * play/blackbox.el (blackbox-redefine-key): New function.
24446 (blackbox-mode-map): Use it to remap existing bindings for cursor
24447 motion instead of binding literal keys.
24448
24449 2005-10-25 Glenn Morris <rgm@gnu.org>
24450
24451 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
24452 diary does not end in a newline. Do not assume a blank line at
24453 the start of the diary file.
24454
24455 2005-10-25 Kenichi Handa <handa@m17n.org>
24456
24457 * international/quail.el (quail-translate-key): If the input
24458 method is deterministic and failed to handle the last key, restart
24459 the key handling loop from an appropriate key.
24460
24461 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
24462
24463 * vc.el (vc-dired-mode): Extend comment for binding of
24464 `directory-listing-before-filename-regexp'.
24465
24466 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
24467
24468 * textmodes/texinfo.el (texinfo-mode):
24469 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
24470 not to unnecessarily expose emacs-mule's internal char codes.
24471
24472 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
24473
24474 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
24475 Display hand pointer and help-echo on disabled icon too.
24476 (gdb-mouse-until): New function.
24477 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
24478
24479 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
24480
24481 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
24482 with 2005-10-23 change to doctor.el.
24483
24484 * finder.el (finder-mode-map): Add follow-link binding.
24485
24486 2005-10-25 Kim F. Storm <storm@cua.dk>
24487
24488 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
24489 to gdb-mouse-toggle-breakpoint-fringe.
24490 (gdb-mouse-toggle-breakpoint-margin): Rename from
24491 gdb-mouse-toggle-breakpoint. Fix doc.
24492 (gdb-mouse-toggle-breakpoint-fringe): New defun.
24493 (gdb-put-string): Add optional SPROPS arg. Add props to string.
24494 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
24495 string properties also for fringe breakpoint bitmaps.
24496
24497 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
24498
24499 * textmodes/org.el (org-start-icalendar-file): Fix format form.
24500
24501 2005-10-25 Masatake YAMATO <jet@gyve.org>
24502
24503 * simple.el (completion-common-substring):
24504 Use `completion-common-substring' prior to `completion-base-size'.
24505
24506 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
24507
24508 * savehist.el: Require CL while compiling.
24509 (savehist-history-variables): Remove.
24510 (savehist-save-minibuffer-history, savehist-additional-variables)
24511 (savehist-minibuffer-history-variables): New vars.
24512 (savehist-save): Use them.
24513 (savehist-uninstall, savehist-minibuffer-hook): New funs.
24514 (savehist-install): New fun, extracted from savehist-load.
24515 (savehist-load): Use them.
24516
24517 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
24518
24519 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
24520 a dummy doc-string-elt property.
24521 (defalias, defvaralias, define-category): Add a docstring property.
24522
24523 * image.el (defimage):
24524 * widget.el (define-widget):
24525 * custom.el (defface, defcustom): Add `doc-string' declaration.
24526
24527 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
24528 (defadvice): Add `doc-string' declaration.
24529
24530 * emacs-lisp/byte-run.el (macro-declaration-function):
24531 Handle `doc-string' declarations.
24532 (define-obsolete-function-alias, define-obsolete-variable-alias):
24533 Add `doc-string' declaration.
24534
24535 2005-10-24 Kenichi Handa <handa@m17n.org>
24536
24537 * international/utf-7.el (utf-7): Add autoload cookie.
24538
24539 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
24540
24541 2005-10-24 Eli Zaretskii <eliz@gnu.org>
24542
24543 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
24544 list of directories passed to batch-update-autoloads. Add "." to
24545 the list of the echoed directories.
24546
24547 * pgg-def.el:
24548 * pgg-gpg.el:
24549 * pgg-parse.el:
24550 * pgg-pgp.el:
24551 * pgg-pgp5.el:
24552 * pgg.el: Moved here from the gnus subdirectory.
24553
24554 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
24555
24556 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
24557 in case comint-prompt-read-only is set to t.
24558
24559 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
24560 in case comint-prompt-read-only is set to t.
24561
24562 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
24563
24564 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
24565 Now a string.
24566 (icalendar-import-format): Handle CLASS, STATUS, URL.
24567 Rename `subject' to `summary'.
24568 (icalendar-import-format-summary): Rename from
24569 `icalendar-import-format-subject'.
24570 (icalendar-import-format-url, icalendar-import-format-status)
24571 (icalendar-import-format-class): New variables.
24572 (icalendar--rris): Take variable argument list.
24573 (icalendar--datestring-to-isodate): Remove unnecessary
24574 calendar-style check when converting dates with explicit month names.
24575 (icalendar-export-region): Change return type of conversion
24576 subroutines. Bury current buffer unless error occurred.
24577 (icalendar--convert-to-ical)
24578 (icalendar--parse-summary-and-rest): New functions.
24579 (icalendar--convert-ordinary-to-ical)
24580 (icalendar--convert-weekly-to-ical)
24581 (icalendar--convert-yearly-to-ical)
24582 (icalendar--convert-block-to-ical)
24583 (icalendar--convert-cyclic-to-ical)
24584 (icalendar--convert-anniversary-to-ical): Change return type.
24585 Strip trailing blanks from subject.
24586 (icalendar--convert-sexp-to-ical): Change return type.
24587 Strip trailing blanks from subject. Handle simple sexp
24588 entries as generated by icalendar.el.
24589 (icalendar--convert-float-to-ical)
24590 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
24591 (icalendar-import-file): Doc fix.
24592 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
24593 Correct call to icalendar--rris.
24594 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
24595 `summary'.
24596 (icalendar--add-diary-entry): Rename `subject' to `summary'.
24597
24598 2005-10-24 Romain Francoise <romain@orebokech.com>
24599
24600 * server.el (server-sentinel): Set query-on-exit flag to nil on
24601 new client processes (it isn't inherited from the server process).
24602
24603 * replace.el (occur-engine): Rearrange text properties.
24604
24605 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
24606
24607 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
24608 case-fold-search is nil.
24609 (debug-help-follow): Use help-xref-interned directly.
24610
24611 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
24612
24613 * thumbs.el (thumbs-image-type): Add .pbm.
24614
24615 2005-10-23 Richard M. Stallman <rms@gnu.org>
24616
24617 * faces.el (inhibit-face-set-after-frame-default): New variable.
24618 (set-face-attribute): Bind it.
24619 (face-set-after-frame-default): Test it.
24620
24621 * help-fns.el (describe-simplify-lib-file-name): New function.
24622 (describe-function-1, describe-variable): Use it.
24623
24624 * faces.el (describe-face): Use describe-simplify-lib-file-name.
24625
24626 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
24627 Eliminate nil as possible value.
24628 (tooltip-hide-delay): Reduce internal-border-width.
24629
24630 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
24631 (menu-bar-file-menu) <new-file>: Likewise.
24632
24633 * simple.el (line-move-finish): Ignore fields computing LINE-END.
24634
24635 * international/mule.el (load-with-code-conversion):
24636 Pass full file name to `eval-buffer' unless preloading.
24637
24638 * textmodes/flyspell.el (flyspell-large-region):
24639 Call ispell-check-version.
24640
24641 * textmodes/ispell.el (ispell-local-dictionary-overridden):
24642 Fix the make-variable-buffer-local call that was supposed
24643 to be for this variable.
24644 (ispell-aspell-supports-utf8): Doc fix.
24645 (ispell-find-aspell-dictionaries): Preserve elements of
24646 ispell-dictionary-alist for dictionaries that aspell doesn't report.
24647 (ispell-aspell-find-dictionary): Return nil on error.
24648
24649 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
24650 (doctor-symptoms): Likewise.
24651
24652 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
24653
24654 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
24655
24656 * cus-edit.el (custom-button, custom-button-pressed): New vars.
24657 (custom-raised-buttons): Add :set spec.
24658 (custom-button-unraised, custom-button-pressed-unraised):
24659 New faces, so that custom-raised-buttons actually does something.
24660 (custom-mode): Use custom-button and custom-button-pressed.
24661
24662 * wid-edit.el (widget-specify-button): Don't ignore
24663 widget-mouse-face on graphic terminals.
24664 (widget-move-and-invoke): Cleanup.
24665
24666 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
24667
24668 * whitespace.el (whitespace-cleanup): Doc fix.
24669
24670 2005-10-23 Romain Francoise <romain@orebokech.com>
24671
24672 * emulation/viper.el (viper-set-hooks): Quote forms passed to
24673 `eval-after-load' to avoid evaluating their result.
24674
24675 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
24676
24677 * files.el (directory-listing-before-filename-regexp):
24678 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
24679
24680 * dired.el (dired-move-to-filename-regexp): Remove.
24681 All occurrences replaced by `directory-listing-before-filename-regexp'.
24682
24683 * dired-x.el, locate.el, vc.el:
24684 Replace `dired-move-to-filename-regexp' by
24685 `directory-listing-before-filename-regexp'. In vc.el it is
24686 overwritten locally; maybe this can be handled in files.el too.
24687
24688 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
24689 replaced by `directory-listing-before-filename-regexp'.
24690
24691 2005-10-23 Andreas Schwab <schwab@suse.de>
24692
24693 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
24694 and eval-next-after-load.
24695
24696 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
24697
24698 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
24699 exist, create it.
24700
24701 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
24702
24703 * allout.el: Remove autoloads for mailcrypt and crypt++.
24704 Require pgg, pgg-gpg during compilation.
24705 (allout-version): Increment version number to 2.1, and use a literal
24706 rather than RCS Id.
24707 (allout-default-encryption-scheme): Remove.
24708 (allout-passphrase-verifier-handling)
24709 (allout-passphrase-verifier-string)
24710 (allout-file-passphrase-verifier-string)
24711 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
24712 (allout-passphrase-hint-handling): Rename and simplify.
24713 (allout-init): Use `find-file-hook' if available, otherwise
24714 `find-file-hooks'.
24715 (allout-mode): Use `write-file-functions' if available, otherwise
24716 `local-write-file-hooks' and, instead of making auto-save-hook
24717 buffer local, make the write-file-hook activity contingent to
24718 allout-mode.
24719 (allout-mode): Use key-binding substitution in the docstring.
24720 (allout-kill-line): Spell-out kill ring data structure mutation
24721 instead of using byte-compiler-complaint-provoking `pop'.
24722 (allout-insert-listified): Use `insert' rather than `insert-string'
24723 (allout-toggle-current-subtree-encryption): Update docstring, adjust
24724 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
24725 (allout-encrypt-string): Totally revamped vis new underlying
24726 encryption facilities.
24727 (allout-mc-activate-passwd): Remove.
24728 (allout-obtain-passphrase): New, more or less replaces
24729 allout-mc-activate-passwd.
24730 (allout-encrypted-key-info): More or less replaces
24731 allout-encrypted-text-type.
24732 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
24733 (my-mark-marker): Use `(featurep 'xemacs)'.
24734
24735 2005-10-23 Lars Hansen <larsh@soem.dk>
24736
24737 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
24738 (byte-compile-file-form-defmumble, byte-compile-defun)
24739 (byte-compile-defmacro): Use it.
24740 (byte-compile-form): Don't call byte-compile-set-symbol-position
24741 when a byte-compile handler is called.
24742
24743 2005-10-22 Romain Francoise <romain@orebokech.com>
24744
24745 * savehist.el (savehist-history-variables): Add `grep-find-history'.
24746
24747 * subr.el (eval-after-load): Convert library name to an absolute
24748 file name using locate-library, since load-history no longer has
24749 library names in it.
24750
24751 2005-10-22 Richard M. Stallman <rms@gnu.org>
24752
24753 * files.el (make-temp-file): Move from subr.el.
24754 * subr.el (make-temp-file): Move to files.el.
24755
24756 * window.el (get-buffer-window-list): Move from subr.el.
24757 * subr.el (get-buffer-window-list): Move to window.el.
24758
24759 * image.el (image-load-path): Use eval-at-startup to initialize.
24760
24761 * subr.el (eval-at-startup): New macro.
24762
24763 * subr.el: Much rearrangement of functions and division
24764 into pages. No code changes.
24765
24766 2005-10-22 Kenichi Handa <handa@m17n.org>
24767
24768 * tar-mode.el (tar-extract): Be sure to call
24769 find-operation-coding-system if set-auto-coding doesn't find a
24770 coding system.
24771
24772 2005-10-22 Kim F. Storm <storm@cua.dk>
24773
24774 * image.el (image-type-header-regexps): Rename from image-type-regexps.
24775 Change users.
24776 (image-type-file-name-regexps): New defconst.
24777 (image-type-from-data): Simplify loop.
24778 (image-type-from-buffer): New defun.
24779 (image-type-from-file-header): Use it instead of image-type-from-data.
24780 Use image-search-load-path instead of only looking in data-directory.
24781 (image-type-from-file-name): New defun.
24782 (image-search-load-path): Change `pathname' to `filename'.
24783 Make PATH arg optional, default to image-load-path.
24784
24785 2005-10-21 Richard M. Stallman <rms@gnu.org>
24786
24787 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
24788
24789 * textmodes/paragraphs.el (sentence-end-base): New variable.
24790 (sentence-end): Use sentence-end-base.
24791
24792 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
24793
24794 * font-lock.el (font-lock-default-fontify-region): Check the multiline
24795 property independently from the font-lock-multiline variable.
24796
24797 2005-10-21 Richard M. Stallman <rms@gnu.org>
24798
24799 * emacs-lisp/find-func.el (find-library-name): Doc fix.
24800
24801 * startup.el (command-line): Convert library names
24802 in `load-history' to absolute file names.
24803
24804 * subr.el (symbol-file): Doc fix.
24805
24806 * loadhist.el (file-loadhist-lookup): Call locate-library
24807 instead of find-library-name. Don't try converting
24808 abs file names to library names, since load-history no longer
24809 has library names in it.
24810 (file-dependents, file-provides, file-requires): Doc fixes.
24811
24812 2005-10-21 Juri Linkov <juri@jurta.org>
24813
24814 * progmodes/etags.el (tags-table-mode): New function.
24815 (tags-verify-table): Replace initialize-new-tags-table with
24816 tags-table-mode.
24817
24818 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
24819 default value.
24820 (desktop-modes-not-to-save): Add tags-table-mode to the
24821 default value.
24822
24823 * info.el (Info-index-next): Add total number of index
24824 alternatives to the message.
24825
24826 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
24827 backward only space (instead of space and period) before looking
24828 at sentence end.
24829
24830 * simple.el (set-variable): Use user-variable-p instead of symbolp.
24831 Add the old variable value as 4th default-value arg of read-string.
24832
24833 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24834
24835 * cus-face.el (custom-declare-face): Make face from X resources
24836 also on Mac.
24837
24838 * disp-table.el (standard-display-g1, standard-display-graphic):
24839 Refuse to use string glyphs also on Mac.
24840 (standard-display-european): Don't set terminal coding system also
24841 on Mac.
24842
24843 * frame.el (display-screens): Use x-display-screens also on Mac.
24844
24845 2005-10-21 Romain Francoise <romain@orebokech.com>
24846
24847 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
24848
24849 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
24850
24851 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
24852 and $? into sexps.
24853
24854 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
24855 warning face on open-paren-in-column-0.
24856
24857 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
24858 boundary case. Fix typo.
24859 Suggested by Martin Rudalics <rudalics@gmx.at>.
24860
24861 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
24862
24863 * textmodes/org.el (org-combined-agenda-icalendar-file)
24864 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
24865 (org-export-icalendar-this-file)
24866 (org-export-icalendar-all-agenda-files)
24867 (org-export-icalendar-combine-agenda-files): New commands.
24868 (org-export-icalendar, org-print-icalendar-entries)
24869 (org-start-icalendar-file, org-finish-icalendar-file)
24870 (org-ical-ts-to-string): New functions.
24871 (org-read-date, org-goto-calendar)
24872 (org-agenda-goto-calendar): Inhibit displaying diary entries by
24873 call to `calendar'.
24874 (orgtbl-setup): Remove the :keys arguments from the menu description.
24875 (org-after-save-iCalendar-file-hook): New variable.
24876
24877 2005-10-21 Kenichi Handa <handa@m17n.org>
24878
24879 * language/vietnamese.el (tcvn-5712): Make it an alias of
24880 vietnamese-tcvn coding-system.
24881
24882 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
24883
24884 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
24885 group id is given.
24886
24887 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
24888
24889 * progmodes/sh-script.el (sh-escaped-line-re): New var.
24890 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
24891 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
24892 whose line is either continued or ends with a comment.
24893
24894 2005-10-20 Romain Francoise <romain@orebokech.com>
24895
24896 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
24897
24898 * replace.el (occur-engine): Add follow-link property.
24899
24900 * font-core.el (font-lock-mode): Doc fix.
24901
24902 2005-10-20 Richard M. Stallman <rms@gnu.org>
24903
24904 * net/rcirc.el: New file.
24905
24906 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
24907
24908 * term.el (term-term-name): Initialize to "eterm-color".
24909
24910 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
24911
24912 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
24913 for encryption functionality.
24914 Move allout customization subgroup from `editing' to `outlines' group.
24915 Fix commentary keywords to legitimate ones.
24916 Update author info (using my current email address, obscurified).
24917 (allout-encrypt-string, allout-encryption-produce-work-buffer)
24918 (allout-encrypted-topic-p, allout-encrypted-text-type)
24919 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
24920 (allout-situate-encryption-key-verifier)
24921 (allout-get-encryption-key-verifier, allout-verify-key)
24922 (allout-next-topic-pending-encryption)
24923 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
24924 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
24925 (outline-key-verifier-handling, outline-key-hint-handling)
24926 (outline-encrypt-unencrypted-on-saves): New defcustoms.
24927 (allout-file-key-verifier-string, allout-encryption-scheme)
24928 (allout-key-verifier-string, allout-key-hint-string)
24929 (allout-after-save-decrypt): New variables.
24930 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
24931 (allout-after-saves-handler): New hook functions.
24932 (allout-post-command-business): Do allout-after-save-decrypt.
24933 (allout-enable-file-variable-adjustment): Custom var to enable
24934 mechanism for adding and adjusting settings of Emacs file variables.
24935 (allout-adjust-file-variable, allout-file-vars-section-data):
24936 New functions, implement the mechanism.
24937 (outlineify-sticky): Use the file vars mechanism.
24938 (allout-inhibit-protection, allout-during-write-cue)
24939 (allout-override-protect, allout-before-change-protect): Remove.
24940 (allout-flag-region, allout-open-topic): Adjust read-only text.
24941 (allout-open-line-not-read-only): Add to facilitate read-only
24942 text based protection.
24943 (allout-kill-line): Revise to adjust read-only text, clue the
24944 user about the inhibition.
24945 (allout-unprotected): Use unwind-protect.
24946 (allout-shift-in, allout-shift-out): Disallow manually shifting a
24947 topic deeper than the offspring depth of the previous topic -
24948 avoiding confusing "containment discontinuities".
24949 (allout-reindent-bodies): Fix retention of body relative hanging
24950 indent during promotion of collapsed bodies.
24951 (allout-open-topic): Make it easy to open new topic with same
24952 bullet as current topic - topic creation functions provided with
24953 any universal argument provokes now prompt for bullet, defaulting
24954 to the bullet of the previous topic.
24955 (allout-plain-bullets-string, allout-distinctive-bullets-string):
24956 Plain bullet alternates `.' period and `,' comma only. All other
24957 bullets are relegated to special status (but customizable).
24958 (allout-end-of-entry): Rename from allout-end-of-current-entry
24959 since it actually operates w.r.t. most immediately containing
24960 entry, visible or not.
24961 (allout-hide-current-entry, allout-show-current-entry): Use the
24962 revised version.
24963 (allout-old-expose-topic): Solidify deprecation.
24964 (allout-end-of-subtree): Add so we can span concealed as well
24965 as visible topics.
24966 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
24967 (allout-end-of-current-heading): Tweak to just respect the first line.
24968 (allout-get-body-text): Add.
24969 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
24970 when invoked interactively.
24971 (allout-up-current-level): Use `interactive-p'.
24972 (allout-mode, allout-init): Miscellaneous docstring and
24973 operational refinements, as well as hookups of new encryption stuff.
24974 (allout-beginning-of-current-entry): Now works as advertised.
24975 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
24976 (allout-isearch-rectification): Refine condition for isearching.
24977 (allout-isearch-abort, allout-enwrap-isearch)
24978 (allout-flag-region, my-region-active-p): Relocate some macros.
24979 (allout-title): Fallback title is (buffer-name), not
24980 non-existing (current-buffer-name).
24981 (subst-char-in-string): Define if absent (for some XEmacs versions).
24982
24983 2005-10-20 Jari Aalto <jari.aalto@cante.net>
24984
24985 * mail/sendmail.el (mail-setup-hook, mail-aliases)
24986 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
24987 (mail-citation-prefix-regexp, mail-signature-file)
24988 (mail-default-headers, mail-bury-selects-summary)
24989 (mail-send-nonascii): Add autoload cookies.
24990
24991 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24992
24993 * frame.el (blink-cursor-mode): Add `mac' to the list of
24994 window-system's that support blinking cursor.
24995
24996 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
24997
24998 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
24999
25000 2005-10-20 Eli Zaretskii <eliz@gnu.org>
25001
25002 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
25003 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
25004 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
25005
25006 2005-10-20 Kim F. Storm <storm@cua.dk>
25007
25008 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
25009 (ido-set-current-directory): Don't add / after final @.
25010 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
25011 Explicitly handle ange-ftp completion oddities.
25012 (ido-make-file-list): Don't rotate list at tramp root to avoid
25013 triggering tramp file handler for expand-file-name via get-file-buffer.
25014
25015 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
25016
25017 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
25018
25019 2005-10-19 Jay Belanger <belanger@truman.edu>
25020
25021 * calc/calc-units.el (math-standard-units): Add units, adjust
25022 symbols and update values.
25023 (math-unit-prefixes): Add more prefixes.
25024
25025 2005-10-19 Romain Francoise <romain@orebokech.com>
25026
25027 * bookmark.el (bookmark-menu-heading): New face.
25028 (bookmark-bmenu-list): Use it.
25029 Don't fiddle with `baud-rate' at top-level.
25030
25031 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
25032
25033 * image.el (create-image, find-image): Mention max-image-size in
25034 docstring.
25035
25036 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
25037
25038 * savehist.el (savehist-load): Revert to checking XEmacs.
25039
25040 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
25041 Various docstring and line-width fixups.
25042 (conf-mode): Use cond.
25043 Set font-lock-defaults. Don't set comment-use-syntax.
25044
25045 2005-10-18 David Ponce <david@dponce.com>
25046
25047 * tree-widget.el (tree-widget-button-click): New function.
25048 (tree-widget-button-keymap): Use it.
25049
25050 2005-10-18 Romain Francoise <romain@orebokech.com>
25051
25052 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
25053 (bookmark-bmenu-hide-filenames): Add follow-link property.
25054 Improve help-echo text.
25055
25056 * ffap.el (find-file-at-point): Doc fix.
25057
25058 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25059
25060 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
25061
25062 2005-10-18 Masatake YAMATO <jet@gyve.org>
25063
25064 Install to the CVS repository what I forgot to install in my
25065 2005-10-16 changes.
25066
25067 * progmodes/python.el (python-complete-symbol): Pass the common
25068 prefix substring of completion to `display-completion-list'.
25069
25070 * textmodes/org.el (org-complete): Ditto.
25071
25072 2005-10-18 Masatake YAMATO <jet@gyve.org>
25073
25074 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
25075
25076 * woman.el (WoMan-xref-man-page): New button type derived
25077 from `Man-abstract-xref-man-page'.
25078 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
25079
25080 * man.el (Man-abstract-xref-man-page): New button type.
25081 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
25082 (Man-highlight-references): Add new optional argument `xref-man-type'.
25083
25084 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
25085
25086 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
25087
25088 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
25089
25090 * cus-edit.el (Custom-move-and-invoke): Delete.
25091 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
25092
25093 * wid-edit.el (widget-move-and-invoke): New function, from
25094 Custom-move-and-invoke.
25095
25096 2005-10-17 Bill Wohler <wohler@newt.com>
25097
25098 Move all remaining images from lisp/toolbar to etc/images, move
25099 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
25100 the low resolution images in their own directory (low-color).
25101
25102 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
25103 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
25104 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
25105 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
25106 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
25107 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
25108 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
25109
25110 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
25111 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
25112 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
25113 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
25114 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
25115 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
25116 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
25117 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
25118 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
25119 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
25120 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
25121 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
25122 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
25123 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
25124 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
25125
25126 To conform with convention, replace the underscore (_) in the
25127 following image names with dash (-) or (/) as appropriate.
25128
25129 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
25130 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
25131 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
25132 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
25133 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
25134 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
25135 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
25136 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
25137 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
25138 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
25139 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
25140 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
25141 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
25142 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
25143 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
25144
25145 * info.el (info-tool-bar-map): Replace underscores in image names
25146 with dashes.
25147
25148 * makefile.w32-in (WINS): Remove toolbar.
25149
25150 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
25151
25152 * tool-bar.el: Move to lisp from toolbar. Now that
25153 toolbar is empty, it should be deleted when folks run "cvs up -P".
25154
25155 2005-10-18 Jay Belanger <belanger@truman.edu>
25156
25157 * calc/calc-store.el (calc-store-into): Get the proper variable name
25158 to display in message.
25159
25160 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
25161
25162 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
25163 expressions display in speedbar for all buffers when debugging.
25164 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
25165
25166 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
25167 (speedbar-insert-button, speedbar-make-button):
25168 Use add-text-properties.
25169 (speedbar-update-localized-contents)
25170 (speedbar-update-directory-contents)
25171 (speedbar-update-special-contents): Use dolist.
25172 (speedbar-buffer-easymenu-definition): Add a menu separator.
25173
25174 2005-10-17 Jason Rumney <jasonr@gnu.org>
25175
25176 * makefile.w32-in: Use $(lisp) consistently.
25177 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
25178 for shell specific generation of mh-autoloads.
25179
25180 2005-10-17 Richard M. Stallman <rms@gnu.org>
25181
25182 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
25183
25184 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25185
25186 * jit-lock.el (jit-lock-fontify-now):
25187 Move jit-lock-context-unfontify-pos to avoid wasted work.
25188
25189 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
25190
25191 * net/tramp.el (tramp-completion-mode): New defvar. Used in
25192 `tramp-completion-mode' for checking if we are in completion mode.
25193 (tramp-completion-handle-file-name-all-completions): Reorder code
25194 in order to complete for file names only in case there are no
25195 method/user/host completions. This is necessary for cooperation
25196 with ido. Reported by Kim F. Storm <storm@cua.dk>.
25197
25198 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
25199
25200 * longlines.el (longlines-search-forward)
25201 (longlines-search-backward): Match any number of spaces.
25202
25203 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
25204
25205 * diff-mode.el (diff-mode): Doc fix.
25206
25207 2005-10-16 David Reitter <david.reitter@gmail.com>
25208
25209 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
25210 as default on darwin and windows systems.
25211
25212 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
25213
25214 * arc-mode.el (archive-zip-extract): Doc fix.
25215
25216 2005-10-16 Romain Francoise <romain@orebokech.com>
25217
25218 * mouse.el (mouse-1-click-follows-link): Doc fix.
25219
25220 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
25221
25222 * savehist.el: Don't require CL at runtime.
25223 (savehist-xemacs): Remove.
25224 (savehist-coding-system): Use utf-8 if present, regardless of religion.
25225 (savehist-no-conversion): Use (featurep 'xemacs).
25226 (savehist-load): Check existence of start-itimer rather than XEmacs.
25227 Use an idle timer.
25228 (savehist-process-for-saving): Replace use of CL funs `subseq' and
25229 `delete-if-not'.
25230
25231 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
25232
25233 * savehist.el: Newer version.
25234 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
25235 (savehist-last-checksum, savehist-no-conversion): New vars.
25236 (savehist-autosave, savehist-process-for-saving, savehist-printable):
25237 New functions.
25238 (savehist-load, savehist-save): Use them.
25239 (savehist-delimit): Remove.
25240
25241 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
25242
25243 * progmodes/compile.el (compilation-goto-locus): Display the
25244 compilation buffer first and the source buffer second, in case they're
25245 in overlapping frames. Don't raise the compilation frame if it was the
25246 selected window upon entry. Pass the `other-window' arg to
25247 pop-to-buffer.
25248
25249 * info.el (Info-fontify-node): Use dolist.
25250 Change add-text-properties to put-text-property.
25251
25252 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25253
25254 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
25255 bound of search.
25256
25257 2005-10-16 Masatake YAMATO <jet@gyve.org>
25258
25259 * dabbrev.el (dabbrev-completion): Pass the common
25260 prefix substring of completion to `display-completion-list'.
25261
25262 * filecache.el (file-cache-minibuffer-complete)
25263 (file-cache-complete): Ditto.
25264
25265 * tempo.el (tempo-display-completions): Ditto.
25266
25267 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
25268
25269 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
25270
25271 * eshell/em-hist.el (eshell-list-history): Ditto.
25272
25273 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
25274
25275 * mail/mailalias.el (mail-complete): Ditto.
25276
25277 * progmodes/etags.el (complete-tag): Ditto.
25278
25279 * progmodes/make-mode.el (makefile-complete): Ditto.
25280
25281 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
25282
25283 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
25284
25285 * progmodes/pascal.el (pascal-complete-word)
25286 (pascal-show-completions): Ditto.
25287
25288 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
25289
25290 * simple.el (completion-common-substring): New variable.
25291 (completion-setup-function): Use `completion-common-substring'
25292 to put faces.
25293
25294 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25295
25296 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
25297 (x-get-selection, mac-select-convert-to-string): Convert from/to
25298 UTF-16 clipboard data as in native byte order, no BOM.
25299
25300 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
25301
25302 * progmodes/gud.el (gud-tool-bar-map): Rename the images
25303 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
25304 (gud-sentinel): Use speedbar-frame to check for speedbar.
25305
25306 2005-10-15 Richard M. Stallman <rms@gnu.org>
25307
25308 * savehist.el: New file.
25309
25310 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
25311
25312 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
25313 Fix bug in \bf fontification.
25314
25315 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
25316
25317 * pcvs.el (cvs-edit-log-files): New var.
25318 (cvs-mode-edit-log): New arg `file'.
25319 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
25320 Instead force the use of the original file and nothing else.
25321 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
25322 the cvs-minor-wrap-function is set.
25323 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
25324
25325 2005-10-14 Bill Wohler <wohler@newt.com>
25326
25327 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
25328 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
25329 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
25330 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
25331 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
25332 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
25333 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
25334 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
25335 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
25336 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
25337 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
25338 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
25339 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
25340 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
25341 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
25342
25343 * progmodes/gud.el (gud-tool-bar-map): Rename the images
25344 appropriately (for example, gud-break to gud/break).
25345
25346 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
25347
25348 * longlines.el (longlinges-search-function)
25349 (longlines-search-forward, longlines-search-backward): New functions.
25350 (longlines-mode): Set isearch-search-fun-function to
25351 longlinges-search-function.
25352
25353 * mouse.el (mouse-drag-region-1): Handle the case where a
25354 double-click event is bound to an arbitrary function.
25355
25356 2005-10-14 David Ponce <david@dponce.com>
25357
25358 * recentf.el (recentf-track-opened-file)
25359 (recentf-track-closed-file, recentf-update-menu)
25360 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
25361 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
25362 mouse-1-click-follows-link.
25363
25364 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25365
25366 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
25367 Gnome file-manager.png. Suggested by
25368 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
25369
25370 * toolbar/README: Add diropen.xpm.
25371
25372 2005-10-13 Bill Wohler <wohler@newt.com>
25373
25374 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
25375 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
25376
25377 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
25378
25379 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
25380 Don't waste the byte-compiler's time on constant data.
25381
25382 2005-10-13 Kenichi Handa <handa@m17n.org>
25383
25384 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
25385 byte with `escape-glyph' face.
25386
25387 * international/fontset.el (ccl-encode-unicode-font):
25388 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
25389 Handle the case that ucs-mule-to-mule-unicode translates a character to
25390 ASCII (usually for IPA characters).
25391
25392 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
25393
25394 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
25395 Don't hide the underline of titles if font-lock-mode is disabled.
25396
25397 2005-10-12 Bill Wohler <wohler@newt.com>
25398
25399 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
25400 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
25401 files in MH-E-SRC have been updated.
25402 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
25403
25404 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
25405
25406 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
25407 (mixal-mode-syntax-table): Add \n as end-comment.
25408 (mixal-operation-codes-alist): Immediately initialize to full value.
25409 (mixal-add-operation-code): Remove.
25410 (mixal-describe-operation-code): Make the arg non-optional.
25411 Use the interactive spec instead.
25412 Use mixal-operation-codes-alist rather than mixal-operation-codes.
25413 (mixal-font-lock-keywords): Don't highlight comments here any more.
25414 (mixal-font-lock-syntactic-keywords): New var.
25415 (mixal-mode): Use it. Fix comment-start-skip.
25416
25417 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25418
25419 * startup.el (command-line-x-option-alist): -nb => -nbi.
25420
25421 2005-10-12 Kim F. Storm <storm@cua.dk>
25422
25423 * startup.el (fancy-splash-default-action): Discard mouse click in
25424 the splash screen window, as it has no sensible meaning in the
25425 next window to be selected. Fixes error reported by Jan D.
25426
25427 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
25428
25429 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
25430
25431 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
25432
25433 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
25434 Try to fix up minor layout issues like indentation, line break, etc...
25435 (mixal-mode-syntax-table): Don't try to specify comment syntax,
25436 because it doesn't work.
25437 (mixal-operation-codes): Add some more codes.
25438 (mixal-font-lock-keywords): Process comments here.
25439 (mixal-mode): mixasm no longer needs -g option.
25440
25441 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
25442
25443 * progmodes/sh-script.el (sh-tmp-file):
25444 Use mktemp -t. Finish support for es and rc shells.
25445
25446 2005-10-11 Jay Belanger <belanger@truman.edu>
25447
25448 * calc/calcalg2.el (calc-integral): With an argument, compute the
25449 definite integral.
25450
25451 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
25452
25453 * mouse.el (mouse-drag-region-1): Don't try to catch a
25454 double-click when doing follow-link (it's overridden anyway).
25455
25456 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
25457
25458 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
25459 (autoload-print-form-outbuf): Add docstring.
25460
25461 2005-10-11 Juri Linkov <juri@jurta.org>
25462
25463 * info.el (Info-mode-menu): Delete menu item "Edit".
25464 (Info-mode): Delete description of Info-edit from docstring,
25465 and rearrange descriptions of Info commands in the order
25466 they are documented in the Info manual.
25467
25468 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
25469
25470 * calendar/appt.el (appt-check): Use diary-selective-display var.
25471
25472 2005-10-10 Richard M. Stallman <rms@gnu.org>
25473
25474 * net/newsticker.el (newsticker-start, newsticker-show-news):
25475 Add autoload cookies.
25476
25477 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
25478
25479 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
25480
25481 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
25482
25483 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
25484
25485 2005-10-10 Jay Belanger <belanger@truman.edu>
25486
25487 * calc/calc-arith.el (math-check-known-scalarp)
25488 (math-check-known-matrixp): Check the values of arguments that are
25489 variables.
25490 (math-check-known-square-matrixp): New function.
25491 (math-known-square-matrixp): Use math-check-known-square-matrixp.
25492 (math-super-types): Add sqmatrix type.
25493
25494 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
25495 mode name `square' to `sqmatrix'.
25496
25497 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
25498 mode name `square' to `sqmatrix'.
25499
25500 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
25501
25502 * progmodes/etags.el (select-tags-table-mode): Don't use
25503 selective-display.
25504 (tags-select-tags-table): Pass `button' to the action function.
25505 (select-tags-table): Place the side-info on button properties rather
25506 than in hidden text. Abbreviate file names.
25507 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
25508 (select-tags-table-select): Add `button' argument.
25509 Get side-info from the button property rather than from hidden text.
25510
25511 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
25512
25513 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
25514 (gud-speedbar-buttons): Preserve point if possible.
25515 (gud-sentinel): Restore previous speedbar display type.
25516
25517 * progmodes/gdb-ui.el (gdba): Improve diagram.
25518 (def-gdb-auto-update-handler, gdb-info-locals-handler)
25519 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
25520 Call get-buffer-window once.
25521
25522 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
25523
25524 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
25525 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
25526 (pascal-indent-command): Remove unused var `ind'.
25527 (pascal-indent-case): Remove unused var `oldpos'.
25528 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
25529 since it's now used as a proper minor mode map.
25530 (pascal-outline): Rename to pascal-outline-mode.
25531 (pascal-outline-mode): Use define-minor-mode.
25532 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
25533 selective-display.
25534
25535 2005-10-10 Andreas Schwab <schwab@suse.de>
25536
25537 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
25538 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
25539
25540 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
25541 outside source directory.
25542
25543 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
25544
25545 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
25546 C-x' as a prefix.
25547 (orgtbl-mode-map): Full keymap instead of sparse, because all
25548 `self-insert-command' keys are redefined in this map.
25549 (org-export-as-html): Specify charset for HTML file, by taking it
25550 from the coding system.
25551
25552 2005-10-10 Kenichi Handa <handa@m17n.org>
25553
25554 * textmodes/flyspell.el (flyspell-check-word-p):
25555 If unread-command-events is non-empty, don't call sit-for.
25556
25557 2005-10-09 Richard M. Stallman <rms@gnu.org>
25558
25559 * font-lock.el (font-lock-syntactic-keywords)
25560 (font-lock-keywords): Doc fixes.
25561
25562 * textmodes/flyspell.el (flyspell-external-point-words):
25563 Simplify logic, and don't try to check for consecutive appearances
25564 of one incorrect word.
25565
25566 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
25567
25568 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
25569 separator.
25570
25571 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
25572 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
25573 (gud-expansion-speedbar-buttons): New function.
25574 (gud-speedbar-buttons): Check for gud-comint-buffer.
25575
25576 2005-10-09 Bill Wohler <wohler@newt.com>
25577
25578 * Makefile.in (updates): Add mh-loaddefs dependency.
25579
25580 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
25581
25582 * speedbar.el (speedbar-file-key-map): Fix typo.
25583
25584 2005-10-09 Daniel Brockman <daniel@brockman.se>
25585
25586 * cus-start.el (line-spacing): Add custom spec.
25587
25588 2005-10-09 Romain Francoise <romain@orebokech.com>
25589
25590 * textmodes/ispell.el (ispell-check-version): Fix last change.
25591
25592 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25593
25594 * term/x-win.el: Remove -i, --icon-type from comment.
25595
25596 * startup.el (command-line-x-option-alist): Remove options -i,
25597 -itype, --icon-type, added -nb, --no-bitmap-icon.
25598
25599 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
25600
25601 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
25602 instead of :active.
25603
25604 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
25605
25606 * textmodes/ispell.el (ispell-check-version):
25607 Ignore hyphen, and all that follows, in aspell's version text.
25608
25609 2005-10-08 Jay Belanger <belanger@truman.edu>
25610
25611 * calc/calc-arith.el (math-known-square-matrixp): New function.
25612 (math-pow-fancy): Check for matrices before distributing exponent
25613 across products.
25614
25615 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
25616 fullscreen keypad. Suggested by Luc Teirlinck.
25617 (calc-keypad-show-input): Add space for formatting.
25618
25619 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
25620 Add square matrix option.
25621
25622 * calc/calc-poly.el (math-expand-term): Check for matrices instead
25623 of checking calc-matrix-mode when deciding how to expand.
25624
25625 * calc/calc.el (calc-set-mode-line): Add square matrix option.
25626
25627 2005-10-08 Lars Hansen <larsh@soem.dk>
25628
25629 * net/tramp.el (tramp-perl-directory-files-and-attributes):
25630 Add error handling.
25631 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
25632
25633 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
25634
25635 Sync with Tramp 2.0.51.
25636
25637 * net/tramp.el (tramp-handle-set-visited-file-modtime)
25638 (tramp-handle-insert-file-contents, tramp-handle-write-region):
25639 Insert special handling for `last-coding-system-used', again
25640 it still seems to be necessary (unlike stated before).
25641 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
25642 (tramp-password-prompt-regexp): There might be other words before
25643 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
25644 (tramp-chunksize): Improve docstring.
25645 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
25646 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
25647 Christian Joergensen <bugs@razor.dk>.
25648
25649 2005-10-07 Glenn Morris <rgm@gnu.org>
25650
25651 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
25652 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
25653 precision'.
25654
25655 2005-10-07 Romain Francoise <romain@orebokech.com>
25656
25657 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
25658 (ibuffer-do-shell-command-pipe-replace)
25659 (ibuffer-do-shell-command-file, ibuffer-do-eval)
25660 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
25661 (ibuffer-do-revert, ibuffer-do-replace-regexp)
25662 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
25663 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
25664 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
25665 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
25666 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
25667 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
25668 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
25669 Autoload file sans suffix.
25670
25671 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
25672
25673 2005-10-07 David Ponce <david@dponce.com>
25674
25675 * recentf.el (recentf-menu-open-all-flag): New option.
25676 (recentf-digit-shortcut-command-name): New function.
25677 (recentf--shortcuts-keymap): New variable.
25678 (recentf-menu-shortcuts): New variable.
25679 (recentf-make-menu-items): Initialize it. Replace the "More..."
25680 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
25681 (recentf-menu-value-shortcut): New function.
25682 (recentf-make-menu-item): Use it. No more in-lined.
25683 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
25684 (recentf-open-most-recent-file): Rename from
25685 `recentf-open-file-with-key'. Don't depend on key binding.
25686 (recentf-mode-map): New variable.
25687 (recentf-mode): Use it.
25688
25689 2005-10-06 Bill Wohler <wohler@newt.com>
25690
25691 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
25692
25693 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
25694 (MH-E-SRC): New. Used by mh-autoloads.
25695 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
25696 files in MH-E-SRC have been updated.
25697 (compile, recompile, bootstrap): Depend on mh-autoloads.
25698
25699 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
25700
25701 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
25702 gud-break and gud-remove icons when the fringe is not available.
25703
25704 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
25705 Typo.
25706
25707 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
25708
25709 * play/zone.el (zone): Wrap body with save-window-excursion.
25710
25711 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
25712
25713 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
25714 Use the new `list-only' arg to diary-list-entries.
25715
25716 * calendar/diary-lib.el: Use overlays rather than selective-display.
25717 (diary-selective-display): New var.
25718 (diary-header-line-format): Use it.
25719 (diary-list-entries): Add argument `list-only'.
25720 Put the buffer in diary-mode. Don't add \^M at beg and end.
25721 Replace \^M by invisible overlays.
25722 (diary-unhide-everything): Replace \^M by invisible overlays.
25723 (print-diary-entries): Look for overlays rather than \^M.
25724 Add a space to the temp buffer name.
25725 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
25726 Put the buffer in diary-mode.
25727 (list-sexp-diary-entries): Replace \^M by invisible overlays.
25728 (diary-anniversary): Make the year arg optional.
25729 (diary-time-regexp): New const.
25730 (diary-font-lock-keywords): Use it to accept a few more time formats.
25731
25732 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
25733
25734 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
25735
25736 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
25737 Fix bug introduced 2005-07-03: Use (car (last ...))
25738 to faithfully reproduce replaced artist-last.
25739 (artist-set-arrow-points-for-poly): Likewise.
25740 Suggested by Johan Bockg\e,Ae\e(Brd.
25741
25742 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
25743
25744 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
25745 * wid-edit.el (widget):
25746 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
25747 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
25748
25749 2005-10-06 Kenichi Handa <handa@m17n.org>
25750
25751 * international/mule-cmds.el (set-language-environment):
25752 Fix setting up of case-table for unibyte mode.
25753
25754 * simple.el (what-cursor-position): If the character is displayed
25755 by some `display' text property, show that. Don't use
25756 single-key-description for eight-bit characters in multibyte mode.
25757
25758 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
25759
25760 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
25761 (gdb-ann3): Set it.
25762 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
25763 (gdb-info-frames-custom): Use inverse-video for first five
25764 characters of selected frame only.
25765 (gdb-get-frame-number): Select frame even when point is on frame
25766 number.
25767
25768 2005-10-06 Masatake YAMATO <jet@gyve.org>
25769
25770 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
25771 Put `font-lock-function-name-face'.
25772 (gdb-info-frames-custom): Put `font-lock-function-name-face'
25773 and `font-lock-variable-name-face'
25774 (gdb-registers-font-lock-keywords): New font lock keywords definition.
25775 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
25776 (gdb-memory-font-lock-keywords): New font lock keywords definition.
25777 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
25778 (gdb-local-font-lock-keywords): New font lock keywords definition.
25779 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
25780 (gdb-threads-font-lock-keywords): New font lock keywords definition.
25781 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
25782
25783 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
25784
25785 * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
25786 (ediff-merge-region-is-non-clash-to-skip): Previously called
25787 ediff-merge-region-is-non-clash.
25788
25789 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
25790 Use insert-buffer-substring.
25791
25792 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
25793 selecting files to patch. Also bug fixes.
25794
25795 * ediff-util.el (ediff-setup): Bug fix.
25796 (ediff-next-difference): Never skip clashes that differ in white
25797 space only.
25798
25799 * ediff-wind.el (ediff-setup-control-frame)
25800 (ediff-destroy-control-frame): Check the menubar feature.
25801
25802 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
25803 (viper-refresh-mode-line): Use make-local-variable to localize
25804 some vars instead of make-variable-buffer-local. Suggested by
25805 Stefan Monnier.
25806
25807 * emulation/viper-init.el (viper-make-variable-buffer-local):
25808 Delete alias.
25809 (viper-restore-cursor-type, viper-set-insert-cursor-type):
25810 Use make-local-variable instead of make-variable-buffer-local.
25811 Suggested by Stefan Monnier.
25812
25813 * emulation/viper.el (viper-mode): Don't use
25814 viper-make-variable-buffer-local.
25815 (viper-comint-mode-hook): Use make-local-variable on
25816 require-final-newline.
25817 (viper-non-hook-settings): Don't use make-variable-buffer-local.
25818
25819 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
25820
25821 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
25822 also the second char of a comment-start sequence.
25823 (scheme-sexp-comment-syntax-table): New var.
25824 (lambda, define): Set their scheme-doc-string-elt property.
25825 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
25826 Use lisp-font-lock-syntactic-face-function now that it properly
25827 handles |...| symbols.
25828 (scheme-mode-variables): Set lisp-doc-string-elt-property,
25829 parse-sexp-lookup-properties and font-lock-extra-managed-props.
25830
25831 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
25832 bit from # to |.
25833 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
25834
25835 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
25836 (lisp-doc-string-elt-property): New var.
25837 (lisp-font-lock-syntactic-face-function): Use it.
25838 Rewrite to recognize docstrings even for forms not at toplevel.
25839
25840 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
25841 annotation on the | part of #| rather than on the # part.
25842 (scheme-font-lock-syntactic-face-function): New function, to
25843 distinguish strings from |...| symbols.
25844 (scheme-mode-variables): Use it. Also fix up the font-lock-time
25845 syntax-table so that #|...|# is properly highlighted.
25846
25847 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
25848 Don't mark as docstring the 3rd elem of an unknown toplevel form.
25849
25850 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
25851
25852 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
25853 and C-e.
25854
25855 * emacs-lisp/eldoc.el: Move comments into docstrings.
25856 (eldoc-message-commands): Initialize in its declaration.
25857 Add move-beginning-of-line and move-end-of-line.
25858 (eldoc-add-command, eldoc-add-command-completions)
25859 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
25860
25861 * outline.el (outline-mark-subtree): Activate the mark.
25862
25863 * calendar/appt.el (appt-time-regexp): New var.
25864 (appt-add, appt-make-list): Use it.
25865 (appt-convert-time): Clean up.
25866
25867 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
25868 Don't set any syntax-table property here.
25869 (tex-font-lock-verb): New function. Do it here.
25870 (tex-font-lock-syntactic-keywords): Use it.
25871
25872 2005-10-04 Richard M. Stallman <rms@gnu.org>
25873
25874 * wid-edit.el (widget-file-complete): Get the widget start point
25875 the right way. Default directory to `/' if file has none.
25876
25877 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
25878
25879 * textmodes/flyspell.el (flyspell-mode-on):
25880 Call ispell-maybe-find-aspell-dictionaries.
25881
25882 * textmodes/ispell.el (ispell-word, ispell-region):
25883 Call ispell-maybe-find-aspell-dictionaries.
25884 (ispell-accept-buffer-local-defs):
25885 Don't call ispell-maybe-find-aspell-dictionaries.
25886
25887 2005-10-04 Richard M. Stallman <rms@gnu.org>
25888
25889 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
25890
25891 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
25892
25893 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
25894 instead of `fboundp' in order to allow for anonymous functions.
25895
25896 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
25897
25898 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
25899 case the user clicks on the link while another window is selected.
25900 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
25901
25902 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
25903 functionality.
25904 (dframe-help-echo): Save point in case mouse tracking is off.
25905
25906 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
25907
25908 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
25909
25910 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
25911
25912 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
25913 not change the global value of those vars.
25914
25915 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
25916 make-local-variable which we do not need any more.
25917
25918 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
25919
25920 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
25921 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
25922 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
25923 (speedbar-path-line): Define obsolete aliases.
25924 (speedbar-line-directory): Doc fix.
25925
25926 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
25927 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
25928 instead of speedbar-line-path.
25929
25930 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25931
25932 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
25933 to nil if dropping on a window. Handle dropping on a minibuffer window
25934 like dropping on a non-window part of Emacs.
25935
25936 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
25937
25938 * net/ange-ftp.el: Use with-current-buffer.
25939 (ange-ftp-insert-directory): Do not follow symlinks any more.
25940
25941 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
25942 Remove interactive spec.
25943
25944 2005-10-03 Kim F. Storm <storm@cua.dk>
25945
25946 * ido.el (ido-mode): Use custom-initialize-set.
25947
25948 2005-10-02 Richard M. Stallman <rms@gnu.org>
25949
25950 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
25951 Use insert-buffer-substring.
25952
25953 * net/tramp.el: Pacify byte compiler warnings in pacification code.
25954 (tramp-handle-file-local-copy): Use insert-buffer-substring.
25955
25956 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
25957
25958 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
25959 in last change.
25960 (ange-ftp-insert-directory): Fix up the search for the case where
25961 `file' is absolute.
25962
25963 2005-10-02 Romain Francoise <romain@orebokech.com>
25964
25965 * progmodes/compile.el (compile-goto-error): Delete extra paren.
25966
25967 2005-10-02 Andreas Schwab <schwab@suse.de>
25968
25969 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
25970 directory component in the session info.
25971
25972 2005-10-01 Richard M. Stallman <rms@gnu.org>
25973
25974 * comint.el (comint-redirect-subvert-readonly): Doc fix.
25975
25976 * simple.el (next-error-internal): New function.
25977
25978 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
25979 (compilation-start): Pass new arg to compilation-buffer-name.
25980 (compile-goto-error): Use next-error-internal.
25981
25982 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
25983
25984 * speedbar.el: Remove RCS tag.
25985 (speedbar-check-read-only): Handle non-existent files.
25986
25987 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
25988
25989 * info.el (Info-speedbar-hierarchy-buttons)
25990 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
25991
25992 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25993
25994 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
25995 Do not match newline.
25996 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
25997 (bibtex-summary): Remove unnecessary save-excursion.
25998 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
25999
26000 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26001
26002 * term/mac-win.el: Add charset info for "iso10646-1".
26003 Modify default fontset to use ATSUI-compatible fonts for some charsets
26004 if available.
26005
26006 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
26007
26008 * speedbar.el: Re-apply arch tag.
26009 (speedbar-version): Rename to version 1.0. Suggested by Eric
26010 M. Ludlam.
26011 Reapply two changes from Emacs CVS' version of speedbar lost
26012 during the merge:
26013 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
26014 (speedbar-frame-parameters): Improve customize type.
26015
26016 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
26017
26018 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
26019 (ange-ftp-file-directory-p): Fix the symlink case.
26020 (ange-ftp-insert-directory): When listing a single file, get a list of
26021 the parent buffer and extract the relevant line. Inspired from a patch
26022 by Katsumi Yamaoka <yamaoka@jpl.org>.
26023 (ange-ftp-file-name-sans-versions): Simplify.
26024
26025 2005-09-30 Bill Wohler <wohler@newt.com>
26026
26027 Move MH-E image files from toolbar and mail directories into
26028 etc/images.
26029
26030 * mail/reply2.*: Move to etc/images/mail/reply*.
26031
26032 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
26033 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
26034 etc/images.
26035
26036 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
26037 * toolbar/reply*: Move to etc/images/mail.
26038
26039 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
26040
26041 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
26042
26043 * speedbar.el: New version 1.0pre3.
26044
26045 Frame management code (including timer, and mouse click specifics)
26046 moved to dframe.el:
26047 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
26048 (speedbar-timer): Removed. Use dframe-timer.
26049 (speedbar-close-frame): Removed. Use dframe-close-frame.
26050 (speedbar-activity-change-focus-flag): Removed. Use
26051 dframe-activity-change-focus-flag.
26052 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
26053 dframe-update-speed.
26054
26055 (speedbar-current-frame): New macro. Use this instead of the
26056 variable speedbar-frame.
26057
26058 (speedbar-use-images, speedbar-expand-image-button-alist)
26059 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
26060
26061 (speedbar-find-image-on-load-path): Removed. Replaced by
26062 defezimage in ezimage.el.
26063 (speedbar-expand-image-button-alist): Removed. Replaced by
26064 ezimage-expand-image-button-alist in ezimage.el.
26065
26066 (speedbar-ignored-directory-regexp)
26067 (speedbar-add-ignored-directory-regexp)
26068 (speedbar-ignored-directory-expressions)
26069 (speedbar-line-directory, speedbar-buffers-line-directory)
26070 (speedbar-directory-line, speedbar-buffers-line-directory):
26071 Renamed, replacing `path' with `directory'.
26072
26073 (speedbar-create-directory, speedbar-expand-line-descendants)
26074 (speedbar-toggle-line-expansion)
26075 (speedbar-contract-line-descendants): New commands.
26076
26077 (speedbar-query-confirmation-method, speedbar-select-frame-method)
26078 (speedbar-use-tool-tips-flag): New options.
26079
26080 (speedbar-check-read-only, speedbar-require-version)
26081 (speedbar-insert-separator, speedbar-buffers-tail-notes)
26082 (speedbar-handle-delete-frame, speedbar-try-completion)
26083 (speedbar-update-localized-contents): New functions.
26084
26085 (speedbar-incompatible-version, speedbar-ro-to-do-point)
26086 (speedbar-object-read-only-indicator): New variables.
26087
26088 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
26089 New hooks.
26090
26091 (speedbar-separator-face): New face.
26092
26093 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
26094 (speedbar-ignored-modes): Add fundamental-mode.
26095 (speedbar-directory-unshown-regexp): Add . directories.
26096
26097 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
26098 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
26099 `]' for full expand/close.
26100 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
26101
26102 (speedbar-check-vc): Support hidden files.
26103 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
26104 (speedbar-this-file-in-vc): Use vc-state if available. If VC
26105 state is nil, it is not checked out.
26106
26107 (speedbar-line-text, speedbar-line-token): Support expand buttons
26108 with no text.
26109 (speedbar-refresh): Universal argument acts as power-click.
26110 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
26111 that buffer to get variable values.
26112
26113 And many other bugfixes.
26114
26115 * dframe.el, ezimage.el, sb-image.el: New files.
26116
26117 * sb-*.xpm: Remove files. New image files installed into
26118 etc/images/ezimage.
26119
26120 2005-09-30 Kenichi Handa <handa@m17n.org>
26121
26122 * ps-mule.el (ps-mule-show-warning): If a character is in
26123 ps-print-translation-table, don't treat it as non-printable.
26124
26125 2005-09-30 David Ponce <david@dponce.com>
26126
26127 * tree-widget.el (tree-widget-themes-load-path): New variable.
26128 (tree-widget-themes-directory): Doc fix.
26129 (tree-widget-image-formats) [Emacs]: Doc fix.
26130 (tree-widget--locate-sub-directory): New function.
26131 (tree-widget-themes-directory): Use it.
26132
26133 * recentf.el (recentf-filename-handlers): Rename from
26134 `recentf-filename-handler'. Allow a list of functions.
26135 (recentf-menu-items-for-commands): Fix :help strings.
26136 (recentf-apply-filename-handlers): New function.
26137 (recentf-expand-file-name): Use it.
26138 (recentf-cleanup): Remove duplicates too.
26139
26140 2005-09-29 Juri Linkov <juri@jurta.org>
26141
26142 * faces.el: Rearrange face definitions to be in the same order as
26143 their face descriptions in "(emacs)Standard Faces".
26144
26145 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
26146
26147 * tooltip.el (tooltip): Add group `basic-faces'.
26148
26149 * buff-menu.el (Buffer-menu-buffer): Remove group
26150 `font-lock-highlighting-faces'.
26151
26152 * progmodes/compile.el (compilation-error, compilation-warning)
26153 (compilation-info, compilation-line-number, compilation-column-number):
26154 Change group from `font-lock-highlighting-faces' to `compilation'.
26155
26156 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26157 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
26158 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
26159 (vhdl-font-lock-reserved-words-face)
26160 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
26161 `font-lock-highlighting-faces'.
26162
26163 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
26164
26165 2005-09-28 Kim F. Storm <storm@cua.dk>
26166
26167 * emulation/cua-base.el: Set CUA move property on additional commands:
26168 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
26169 forward-sexp, backward-sexp, forward-list, backward-list.
26170
26171 2005-09-28 Romain Francoise <romain@orebokech.com>
26172
26173 * comint.el (comint-show-output): Really set point at the
26174 beginning of the output when not using `comint-use-prompt-regexp'.
26175
26176 2005-09-27 Jay Belanger <belanger@truman.edu>
26177
26178 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
26179 in TeX mode.
26180
26181 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
26182
26183 * textmodes/org.el (org-table-sum): Fix format string.
26184
26185 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
26186 Quote face names.
26187
26188 2005-09-26 Romain Francoise <romain@orebokech.com>
26189
26190 * isearch.el (isearch-forward-regexp): Close doc string.
26191
26192 2005-09-25 Richard M. Stallman <rms@gnu.org>
26193
26194 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
26195
26196 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
26197
26198 * progmodes/compile.el (compilation-error-properties):
26199 When getting the file from the previous error message,
26200 correctly decode the new data format.
26201
26202 * progmodes/cc-cmds.el (c-electric-paren):
26203 Call old-blink-paren only for close-paren.
26204
26205 2005-09-24 Andreas Schwab <schwab@suse.de>
26206
26207 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
26208 condition.
26209
26210 2005-09-25 Romain Francoise <romain@orebokech.com>
26211
26212 * dired-aux.el (dired-copy-file-recursive):
26213 * dired.el (dired-delete-file):
26214 * ediff-mult.el (ediff-dir-diff-copy-file):
26215 * ediff-util.el (ediff-test-save-region):
26216 * forms.el (forms-mode):
26217 * ido.el (ido-file-internal, ido-delete-file-at-head):
26218 * log-edit.el (log-edit-done):
26219 * ses.el (ses-yank-resize):
26220 * play/gomoku.el (gomoku-human-plays, gomoku)
26221 (gomoku-human-resigns, gomoku-prompt-for-other-game)
26222 (gomoku-offer-a-draw):
26223 * play/landmark.el (lm-human-resigns, lm):
26224 * net/eudcb-ldap.el (eudc-ldap-check-base):
26225 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
26226 * progmodes/ebrowse.el (ebrowse-find-pattern):
26227 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
26228 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
26229 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
26230
26231 * vc.el (vc-delete-file):
26232 * play/gomoku.el (gomoku-terminate-game, gomoku)
26233 (gomoku-prompt-for-move, gomoku-human-takes-back):
26234 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
26235 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
26236
26237 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
26238
26239 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
26240 color rxvt terminals by using the code xterm.el used to use before
26241 2005-04-09 in order to match the colors used by rxvt.
26242
26243 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
26244
26245 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
26246 colors rxvt-unicode terminals by using the same code as xterm.el.
26247
26248 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
26249
26250 * textmodes/tex-mode.el (tex-font-lock-append-prop)
26251 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
26252 new symbol used for the tex-verbatim face.
26253
26254 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
26255
26256 * woman.el (woman-file-name):
26257 * wid-edit.el (widget-file-prompt-value)
26258 (widget-coding-system-prompt-value):
26259 * w32-fns.el (set-w32-system-coding-system):
26260 * vc.el (vc-version-diff, vc-annotate):
26261 * textmodes/reftex-auc.el (reftex-arg-cite)
26262 (reftex-arg-index-tag):
26263 * textmodes/refer.el (refer-get-bib-files):
26264 * textmodes/artist.el (artist-figlet-choose-font):
26265 * terminal.el (terminal-emulator):
26266 * replace.el (occur-read-primary-args):
26267 * rect.el (string-rectangle, string-insert-rectangle):
26268 * ps-print.el (ps-print-preprint):
26269 * progmodes/pascal.el (pascal-goto-defun):
26270 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
26271 * progmodes/compile.el (compilation-find-file):
26272 * printing.el (pr-interactive-n-up):
26273 * play/animate.el (animate-birthday-present):
26274 * net/rcompile.el (remote-compile):
26275 * man.el (man, Man-goto-section, Man-follow-manual-reference):
26276 * mail/rmailsum.el (rmail-summary-search-backward)
26277 (rmail-summary-search):
26278 * mail/rmailout.el (rmail-output-read-rmail-file-name)
26279 (rmail-output-read-file-name):
26280 * mail/rmail.el (rmail-search, rmail-search-backwards):
26281 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
26282 * locate.el (locate):
26283 * international/quail.el (quail-show-keyboard-layout):
26284 * international/mule.el (set-buffer-file-coding-system)
26285 (revert-buffer-with-coding-system, set-file-name-coding-system)
26286 (set-terminal-coding-system, set-keyboard-coding-system)
26287 (set-next-selection-coding-system):
26288 * international/mule-diag.el (describe-coding-system)
26289 (describe-font, describe-fontset):
26290 * international/mule-cmds.el (universal-coding-system-argument)
26291 (search-unencodable-char, describe-input-method)
26292 (set-language-environment, describe-language-environment):
26293 * international/codepage.el (codepage-setup):
26294 * international/code-pages.el (codepage-setup):
26295 * info.el (Info-search, Info-follow-reference)
26296 (Info-search-backward):
26297 * emacs-lisp/advice.el (ad-read-advised-function)
26298 (ad-read-advice-class, ad-clear-cache, ad-activate)
26299 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
26300 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
26301 (ad-read-regexp):
26302 * ediff-util.el (ediff-toggle-regexp-match):
26303 * ediff-ptch.el (ediff-prompt-for-patch-file):
26304 * dired-aux.el (dired-diff):
26305 * diff.el (diff):
26306 * cus-edit.el (custom-variable-prompt):
26307 * calendar/timeclock.el (timeclock-ask-for-project):
26308 * calc/calcalg3.el (calc-get-fit-variables):
26309 * calc/calc-store.el (calc-edit-variable)
26310 (calc-permanent-variable):
26311 * vc-mcvs.el (vc-mcvs-register):
26312 * shadowfile.el (shadow-define-literal-group):
26313 * woman.el (woman-file-name):
26314 * vc.el (vc-version-diff, vc-merge):
26315 * textmodes/reftex-index.el (reftex-index-complete-tag):
26316 * format.el (format-decode-buffer, format-decode-region):
26317 * emulation/viper-cmd.el (viper-read-string-with-history):
26318 * emacs-lisp/debug.el (cancel-debug-on-entry):
26319 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
26320 * ediff.el (ediff-merge-revisions)
26321 (ediff-merge-revisions-with-ancestor, ediff-revision):
26322 * completion.el (interactive-completion-string-reader):
26323 * calc/calc-prog.el (calc-user-define-formula):
26324 Follow convention for reading with the minibuffer.
26325
26326 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
26327
26328 * progmodes/python.el (python-describe-symbol): Add globals() and
26329 locals() to the arguments of emacs.ehelp.
26330
26331 2005-09-24 Magnus Henoch <mange@freemail.hu>
26332
26333 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
26334 New function, code extracted from ispell-valid-dictionary-list.
26335 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
26336 Call it.
26337
26338 2005-09-24 Eli Zaretskii <eliz@gnu.org>
26339
26340 * subr.el (version-regexp-alist): Extend valid syntax for version
26341 strings: allow any of the characters -,_,+ to separate the
26342 alpha/beta/rc part from the version part. Doc fix.
26343 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
26344
26345 2005-09-23 David Reitter <david.reitter@gmail.com>
26346
26347 * mail/mailclient.el: New file.
26348
26349 2005-09-23 Richard M. Stallman <rms@gnu.org>
26350
26351 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
26352 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
26353 Doc fixes.
26354
26355 * progmodes/cc-mode.el (c-font-lock-init):
26356 Specify font-lock-lines-before.
26357
26358 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
26359
26360 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
26361 whole conflict.
26362
26363 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
26364
26365 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
26366 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
26367 of `remap' feature when available. Additional key bindings for
26368 better tty support.
26369 (org-mode-restart, org-force-self-insert): New commands.
26370 (org-time-stamp-inactive): New command.
26371 (org-remap): New function.
26372 (org-table-auto-blank-field, org-level-color-stars-only): New options.
26373 (org-enable-fixed-width-editor): Move to `org-structure'
26374 customization group.
26375 (org-self-insert-command, orgtbl-self-insert-command): Modify to
26376 blank field after field motion commands.
26377
26378 2005-09-23 Kenichi Handa <handa@m17n.org>
26379
26380 * international/mule-cmds.el (set-language-environment):
26381 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
26382 have to call utf-translate-cjk-load-tables.
26383
26384 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
26385
26386 * mouse.el (mouse-move-drag-overlay): Fix last change.
26387
26388 2005-09-22 David Ponce <david@dponce.com>
26389
26390 * tree-widget.el (tree-widget-value-create): Fix previous change.
26391
26392 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
26393
26394 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
26395
26396 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
26397
26398 * mouse.el (mouse-move-drag-overlay): New function.
26399 (mouse-drag-region-1): Use it.
26400 Try to simplify a bit the state handling. Handle clicks on links
26401 inside intangible areas.
26402 (mouse-save-then-kill): Minor simplification.
26403 (mouse-secondary-overlay): Make it always non-nil instead of
26404 recreating it each time.
26405 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
26406 (mouse-kill-secondary, mouse-secondary-save-then-kill):
26407 Simplify accordingly.
26408
26409 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
26410
26411 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
26412
26413 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
26414
26415 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
26416 (ediff-file-name-sans-prefix): Treat nil as an empty string.
26417 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
26418 to patch.
26419
26420 * ediff-util.el: Use insert-buffer-substring.
26421
26422 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
26423
26424 * emulation/viper-cmd.el (viper-change-state): Don't move over the
26425 field boundaries in the minibuffer.
26426 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
26427 (viper-minibuffer-post-command-hook): New hook.
26428 (viper-line): Don't move cursor at bolp.
26429
26430 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
26431
26432 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
26433 avoid compiler warnings.
26434
26435 * emulation/viper-macs.el (ex-map): Better messages.
26436
26437 * emulation/viper-util.el (viper-beginning-of-field): New function.
26438
26439 * emulation/viper.el: Replace make-variable-buffer-local with
26440 viper-make-variable-buffer-local everywhere, to avoid warnings.
26441
26442 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
26443
26444 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
26445 Delete unused var `old-selected-window'.
26446 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
26447 (mouse-drag-secondary): Delete unused var `start-frame'.
26448
26449 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
26450
26451 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
26452
26453 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
26454
26455 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
26456 Re-indent within 80 columns. Use inhibit-read-only.
26457
26458 2005-09-19 Romain Francoise <romain@orebokech.com>
26459
26460 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
26461
26462 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
26463
26464 * font-lock.el (font-lock-default-fontify-region): Don't add a line
26465 unconditionally, since the after-change-function already did it.
26466
26467 2005-09-19 Miles Bader <miles@gnu.org>
26468
26469 * net/newsticker.el: Get rid of CVS keyword.
26470
26471 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
26472
26473 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
26474 The prompt is formatted later.
26475
26476 2005-09-19 David Ponce <david@dponce.com>
26477
26478 * tree-widget.el (tree-widget-value-create): Save the converted
26479 tree :node widget.
26480
26481 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
26482
26483 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
26484 variable `message'.
26485
26486 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
26487
26488 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
26489 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
26490 <slawomir.nowaczyk.847@student.lu.se>.
26491
26492 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
26493
26494 * image.el (image-load-path): Use symbol `data-directory' instead
26495 of its value, for backward compatibility with packages that bind
26496 it during `find-image'. Suggested by Katsumi Yamaoka.
26497 (image-search-load-path): Handle symbols whose values are strings.
26498
26499 2005-09-18 Romain Francoise <romain@orebokech.com>
26500
26501 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
26502 with-current-buffer form in save-excursion.
26503
26504 2005-09-18 Deepak Goel <deego@gnufans.org>
26505
26506 * apropos.el (apropos-command): Fix `message' call: first arg
26507 should be a format spec. In this and all other cases that appear
26508 below and elsewhere in the source code, I made a change only when
26509 two conditions were satisfied: [1] I can think of a possibility
26510 that the arguments would cause an error, for example, the code in
26511 question relies on external variables such as filenames. [2] I
26512 was sure that the arg to `message' could not have been nil in the code.
26513
26514 * textmodes/tildify.el (tildify-region): Ditto.
26515
26516 * textmodes/reftex-index.el (reftex-index-change-entry)
26517 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
26518 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
26519 * textmodes/org.el (org-complete, org-deadline, org-schedule)
26520 (org-priority, org-table-sum):
26521 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
26522 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
26523 (flyspell-word, flyspell-display-next-corrections):
26524 * textmodes/bibtex.el (bibtex-print-help-message):
26525 * textmodes/artist.el (artist-key-set-point-poly):
26526 * term/mac-win.el (mac-services-insert-text):
26527 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
26528 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
26529 (vhdl-port-paste-testbench, vhdl-compose-new-component)
26530 (vhdl-compose-configuration):
26531 * progmodes/sh-script.el (sh-blink, sh-show-indent)
26532 (sh-set-indent, sh-learn-line-indent):
26533 * progmodes/ps-mode.el (ps-mode-target-column):
26534 * progmodes/idlwave.el (idlwave-make-tags)
26535 (idlwave-scan-library-catalogs):
26536 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
26537 * progmodes/gud.el (gud-jdb-analyze-source):
26538 * progmodes/flymake.el (flymake-log):
26539 * progmodes/ebnf2ps.el (ebnf-generate-region):
26540 * progmodes/cmacexp.el (c-macro-expansion):
26541 * progmodes/ada-xref.el (ada-treat-cmd-string):
26542 * progmodes/ada-mode.el (ada-create-case-exception-substring)
26543 (ada-justified-indent-current, ada-batch-reformat):
26544 * play/zone.el (zone):
26545 * play/landmark.el (lm-move):
26546 * play/decipher.el (decipher-show-alphabet):
26547 * net/newsticker.el (newsticker--display-jump)
26548 (newsticker--display-scroll):
26549 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
26550 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
26551 * mail/feedmail.el (feedmail-dump-message-to-queue):
26552 * eshell/esh-proc.el (eshell-remove-process-entry):
26553 * emulation/ws-mode.el (ws-last-error):
26554 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
26555 (viper-record-kbd-macro):
26556 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
26557 * emacs-lisp/lisp-mnt.el (lm-report-bug):
26558 * emacs-lisp/find-func.el (find-function-noselect):
26559 * calendar/timeclock.el (timeclock-status-string)
26560 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
26561 (timeclock-when-to-leave-string):
26562 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
26563 * calc/calc-units.el (calc-enter-units-table):
26564 * calc/calc-mode.el (calc-mode-record-mode):
26565 * woman.el (woman-mini-help):
26566 * wdired.el (wdired-change-to-wdired-mode):
26567 * vc.el (vc-retrieve-snapshot):
26568 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
26569 * startup.el (display-startup-echo-area-message):
26570 * simple.el (set-goal-column):
26571 * ses.el (ses-command-hook, ses-recalculate-cell):
26572 * server.el (server-process-filter):
26573 * printing.el (pr-interface-txt-print, pr-interface-printify)
26574 (pr-interface-ps):
26575 * pcvs.el (cvs-help):
26576 * log-edit.el (log-edit, log-edit-mode-help):
26577 * iswitchb.el (iswitchb-possible-new-buffer):
26578 * isearch.el (isearch-edit-string):
26579 * image-mode.el (image-mode, image-minor-mode):
26580 * ibuf-macs.el (define-ibuffer-filter):
26581 * hi-lock.el (hi-lock-find-patterns):
26582 * files.el (toggle-read-only):
26583 * ediff-util.el (ediff-copy-diff)
26584 (ediff-write-merge-buffer-and-maybe-kill):
26585 * echistory.el (Electric-history-undefined):
26586 * dnd.el (dnd-insert-text):
26587 * dired-aux.el (dired-query):
26588 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
26589 * bookmark.el (bookmark-bmenu-locate):
26590 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
26591 Fix `message' calls to ensure first arg is a format string.
26592 The change was made only when these two conditions were satisfied:
26593 [1] when there is a possibility that the arguments would cause an error
26594 for example, if the code in question relies on external variables
26595 such as filenames, and
26596 [2] if the arg to `message' could not have been nil in the code.
26597
26598 * pcomplete.el (pcomplete--help): Fix `message' format spec.
26599 Not having a %s would be weird, though not technically wrong.
26600
26601 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26602
26603 * term/mac-win.el (mac-add-charset-info): Doc fix.
26604
26605 2005-09-17 Romain Francoise <romain@orebokech.com>
26606
26607 * shell.el (shell-resync-dirs): Handle echoing processes more
26608 reliably. Don't insert resync command if `comint-process-echoes'
26609 is non-nil.
26610
26611 2005-09-17 Magnus Henoch <mange@freemail.hu>
26612
26613 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
26614 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
26615 aspell versions >= 0.60.
26616 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
26617 only if ispell-aspell-supports-utf8 is non-nil.
26618
26619 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
26620
26621 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
26622 buffer-local value to lisp-indent-function.
26623
26624 2005-09-17 Milan Zamazal <pdm@zamazal.org>
26625
26626 * progmodes/glasses.el (glasses-make-readable): If
26627 glasses-separator differs from underscore, put appropriate
26628 overlays over underscore characters.
26629 (glasses-convert-to-unreadable): If glasses-separator differs from
26630 underscore, try to convert glasses-separator characters to
26631 underscores.
26632
26633 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
26634
26635 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
26636 Use with-syntax-table and dolist.
26637
26638 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
26639
26640 * textmodes/reftex-auc.el:
26641 * textmodes/reftex-cite.el:
26642 * textmodes/reftex-dcr.el:
26643 * textmodes/reftex-global.el:
26644 * textmodes/reftex-parse.el:
26645 * textmodes/reftex-ref.el:
26646 * textmodes/reftex-sel.el:
26647 * textmodes/reftex-toc.el:
26648 * textmodes/reftex-vars.el:
26649 * textmodes/reftex.el: Small changes to remove compiler warnings.
26650
26651 * textmodes/reftex-index.el: Likewise.
26652 (reftex-query-index-phrase): More efficient use of markers.
26653
26654 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
26655
26656 * image.el (image-load-path): New variable.
26657 (image-search-load-path): New function.
26658 (find-image): Search for images in `image-load-path'.
26659
26660 2005-09-15 Richard M. Stallman <rms@gnu.org>
26661
26662 * follow.el: Change Maintainer field.
26663
26664 2005-09-15 David Ponce <david@dponce.com>
26665
26666 * recentf.el (recentf-save-file-modes): New option.
26667 (recentf-save-list): Use it.
26668
26669 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
26670
26671 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
26672 (mode-line-mule-info, mode-line-modified): Move bindings from
26673 mouse-3 to mouse-1.
26674
26675 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
26676
26677 * simple.el (sendmail-user-agent-compose): Revert last change.
26678
26679 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
26680
26681 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
26682 Use with-current-buffer.
26683 (ange-ftp-gwp-start): Remove unused var `gw-user'.
26684 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
26685 (ange-ftp-insert-directory): Remove unused var `short'.
26686 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
26687
26688 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
26689 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
26690
26691 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
26692 (check-calendar-holidays, diary-list-entries): Autoload.
26693 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
26694 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
26695
26696 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
26697 which mistakenly removed a call to display-buffer.
26698
26699 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
26700
26701 * obsolete/iso-insert.el: Move to obsolete/ from international/.
26702
26703 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
26704
26705 * progmodes/hideshow.el
26706 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
26707 (hs-allow-nesting): New user var.
26708 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
26709 (hs-hide-block-at-point): When nesting allowed,
26710 if there is already an overlay in place, delete it.
26711 (hs-safety-is-job-n): Delete func; remove call sites.
26712 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
26713 (hs-overlay-at): New func.
26714 (hs-already-hidden-p, hs-show-block): Use it.
26715 (hs-hide-all): Don't pre-clean if nesting allowed.
26716 (hs-show-all): Temporarily disallow
26717 nesting around call to `hs-discard-overlays'.
26718
26719 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
26720
26721 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
26722 Delete unused local var.
26723
26724 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
26725
26726 * help-fns.el (describe-categories): "?\ " -> "?\s".
26727 (help-do-arg-highlight): Recognize also ARG-n, as in
26728 `move-to-left-margin' (ARG+n is already recognized). Simplify.
26729
26730 * international/codepage.el (dos-unsupported-char-glyph):
26731 * net/newsticker.el (tool-bar-map, w3-mode-map)
26732 (w3m-minor-mode-map):
26733 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
26734 (ent-alist):
26735 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
26736
26737 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
26738
26739 * custom.el (custom-push-theme): Handle the case where a symbol is
26740 bound but face properties have not yet been assigned.
26741
26742 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
26743 Fix behavior if noerase is `t' and there is no mail buffer.
26744
26745 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
26746 if `continue' is nil, rather than signal an error.
26747
26748 2005-09-12 Richard M. Stallman <rms@gnu.org>
26749
26750 * font-lock.el (font-lock-keywords): Add autoload.
26751
26752 * help-fns.el (describe-variable): Rearrange to put source link
26753 in a predictable place.
26754
26755 * net/newsticker.el: New file.
26756
26757 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
26758
26759 * calendar/calendar.el (calendar-for-loop): Add edebug info.
26760 (calendar-basic-setup): Use the new nil arg.
26761 (number-of-diary-entries): Move to diary-lib.el.
26762
26763 * calendar/diary-lib.el: Use with-current-buffer, match-string.
26764 (diary-list-entries): Use with-syntax-table and dolist.
26765 Rename from list-diary-entries.
26766 Use number-of-diary-entries if `number' is nil.
26767 (diary, diary-view-entries): Use this new name and new nil arg value.
26768 (number-of-diary-entries): Move from calendar.el.
26769 (diary-unhide-everything): New function.
26770 (include-other-diary-files, fancy-diary-display)
26771 (diary-show-all-entries, make-diary-entry): Use it.
26772 (diary-mail-entries): Use buffer-string.
26773 (mark-diary-entries): Fix long standing paren typo.
26774 (diary-sexp-entry): Use count-lines.
26775 (make-diary-entry): Avoid `previous-line'.
26776 (diary-mode-map): New var.
26777 (diary-mode): Redraw cal after saving. Setup header-line.
26778 (fancy-diary-display-mode): Use local-set-key.
26779
26780 * startup.el (command-line): Try calling various terminal-init-foo-bar
26781 functions by stripping hyphenated suffixes from $TERM.
26782
26783 * files.el (normal-mode): Check boundness of font-lock-keywords.
26784
26785 2005-09-12 Richard M. Stallman <rms@gnu.org>
26786
26787 * progmodes/compile.el: Don't decide a file's directory
26788 until the user actually tries to go there.
26789 (compilation-next-error-function):
26790 Pass compilation-find-file the directory from the file-struct.
26791 (compilation-internal-error-properties): Separate local FILE-STRUCT
26792 from FILE. Doc the args better. Rename arg FMT to FMTS.
26793 (compilation-find-file): Arg DIR renamed to DIRECTORY.
26794 Expand it, and if nil, use default-directory.
26795 (compilation-get-file-structure): Don't mix specified directory
26796 with default directory. Put specified directory into
26797 file-struct. Don't make the file name absolute.
26798
26799 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
26800 (compile-command): Add autoload.
26801 (compilation-disable-input): Add autoload.
26802
26803 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
26804
26805 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
26806 strings of the variables it can override.
26807 (time-stamp): New (as yet undocumented) time-stamp-format escapes
26808 %Q and %q, for fully-qualified domain name and unqualified host name.
26809
26810 2005-09-11 Kim F. Storm <storm@cua.dk>
26811
26812 * emacs-lisp/authors.el (authors-aliases): Update list.
26813 (authors-fixed-entries): Update mldrag.el entry.
26814
26815 2005-09-10 Alan Mackenzie <acm@muc.de>
26816
26817 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
26818 delimiter from the region narrowed to.
26819
26820 2005-09-10 Magnus Henoch <mange@freemail.hu>
26821
26822 * textmodes/ispell.el (ispell-check-version): Signal an error if
26823 aspell version is less than 0.60.
26824
26825 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
26826
26827 * progmodes/octave-inf.el (inferior-octave-startup):
26828 Resync current dir at the end.
26829
26830 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
26831
26832 * woman.el (woman-topic-at-point-default):
26833 Rename to woman-use-topic-at-point-default.
26834 (woman-topic-at-point): Rename to woman-use-topic-at-point.
26835 (woman-file-name): Reflect renames above. Automatically use the
26836 word at point as topic if woman-use-topic-at-point is non-nil.
26837 Otherwise offer it as default but don't insert it in the
26838 minibuffer. Also use `test-completion' instead of `assoc' as
26839 suggested by Stefan Monnier.
26840
26841 2005-09-10 Andre Spiegel <spiegel@gnu.org>
26842
26843 * vc.el (vc-directory, vc-update-change-log): Throw an error on
26844 the attempt to do it over Tramp. This is not yet supported.
26845
26846 2005-09-10 Eli Zaretskii <eliz@gnu.org>
26847
26848 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
26849 (menu-bar-non-minibuffer-window-p): New functions.
26850 ("Split Window", "Save As..."): Use them.
26851 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
26852 ("Print Buffer", "Truncate Long Lines in this Buffer"):
26853 Use menu-bar-menu-frame-live-and-visible-p.
26854 ("Save Buffer", "Insert File", "Open Directory...")
26855 ("Open File...", "Visit New File..."):
26856 Use menu-bar-non-minibuffer-window-p.
26857 (kill-this-buffer-enabled-p, dired <menu-enable>):
26858 Use menu-bar-non-minibuffer-window-p.
26859
26860 2005-09-09 Eli Zaretskii <eliz@gnu.org>
26861
26862 * cus-start.el (all): Don't complain about fringe-related
26863 built-ins if fringes are not supported. Ditto about
26864 selection-related built-ins. Fix the test for GTK-related built-ins.
26865
26866 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
26867 ("Postscript Print Buffer", "Print Region", "Save As...")
26868 ("Save", "Insert File...", "Open Directory...")
26869 ("Open File...", "Visit New File..."")
26870 ("Truncate Long Lines in this Buffer"): Don't look at
26871 menu-updating-frame if this display does not support multiple frames.
26872
26873 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26874
26875 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
26876
26877 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
26878
26879 * woman.el: Format- and whitespace-related changes.
26880
26881 2005-09-09 Eli Zaretskii <eliz@gnu.org>
26882
26883 * woman.el: Fix my email address.
26884
26885 2005-09-08 Richard M. Stallman <rms@gnu.org>
26886
26887 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
26888 (sh-mode): Locally set skeleton-pair-default-alist.
26889
26890 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
26891
26892 * progmodes/flymake.el: Require `compile' unconditionally.
26893
26894 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
26895
26896 * woman.el (woman-file-name): Provide a default, not initial input.
26897
26898 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
26899
26900 * font-lock.el (font-lock-support-mode): Doc fix.
26901
26902 * descr-text.el (describe-property-list): Handle non-symbol prop names.
26903
26904 2005-09-08 Richard M. Stallman <rms@gnu.org>
26905
26906 * simple.el (blink-matching-open): Get rid of text props from
26907 the string shown in echo area. Don't permanently set point.
26908 Some rearrangements.
26909
26910 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
26911
26912 * recentf.el (recentf-filename-handler): Add custom choice
26913 `abbreviate-file-name'.
26914
26915 * msb.el (msb--very-many-menus): Fix typo.
26916
26917 * disp-table.el (standard-display-european): Don't set
26918 enable-multibyte-characters to nil.
26919
26920 2005-09-08 David Ponce <david@dponce.com>
26921
26922 * recentf.el (recentf-show-file-shortcuts-flag): New option.
26923 (recentf-expand-file-name): Doc fix.
26924 (recentf-dialog-mode-map): Define digit shortcuts.
26925 (recentf--files-with-key): New variable.
26926 (recentf-show-digit-shortcut-filter): New function.
26927 (recentf-open-files-items): New function.
26928 (recentf-open-files): Use it.
26929 (recentf-open-file-with-key): New command.
26930
26931 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
26932
26933 * buff-menu.el (Buffer-menu-sort-by-column): New function.
26934 Suggested by Kim F. Storm.
26935 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
26936 (Buffer-menu-make-sort-button): Use global keymap.
26937
26938 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
26939
26940 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
26941 (Man-getpage-in-background-advice): Remove defadvice; it isn't
26942 necessary any longer with the remapped command.
26943 (Man-bgproc-sentinel-advice): Remove defadvice which counts
26944 formatting time only.
26945
26946 * net/tramp.el (tramp-action-password)
26947 (tramp-multi-action-password): Compile the password prompt from
26948 `method', `user' and `host'. Sometimes it isn't obvious which
26949 password to enter, for example with remote files offered by
26950 recentf.el, or with multiple steps. Suggested by Robert Marshall
26951 <robert@chezmarshall.freeserve.co.uk>.
26952
26953 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
26954
26955 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
26956 Fix regexp for when "s///" is at the beginning of line.
26957
26958 2005-09-07 Jay Belanger <belanger@truman.edu>
26959
26960 * calc/calc-poly.el (math-expand-term): Multiply out any powers
26961 when in matrix mode.
26962
26963 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
26964
26965 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
26966 non-anonymous functions.
26967
26968 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
26969
26970 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
26971 when using a header line. Otherwise, use mouse-1-click-follows-link.
26972
26973 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
26974 can't be moved; don't signal an error.
26975
26976 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
26977
26978 * cus-theme.el (custom-theme-write-faces): Save the current face
26979 spec, not the defface spec.
26980
26981 * custom.el (custom-known-themes): Clarify meaning of "standard".
26982 (custom-push-theme): Save old values in the standard theme.
26983 (disable-theme): Correct typo.
26984 (custom-face-theme-value): Deleted unused function.
26985 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
26986
26987 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
26988
26989 * progmodes/compile.el (compilation-goto-locus): Take into account
26990 iconified frames when determining whether the buffer is
26991 already visible.
26992 Don't reset window height if the window already existed.
26993
26994 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
26995
26996 * custom.el (load-theme): Rename from require-theme.
26997 Add interactive spec.
26998 (enable-theme): Rename from custom-enable-theme.
26999 Add interactive spec.
27000 (disable-theme): Rename from custom-disable-theme.
27001 Add interactive spec.
27002 (custom-make-theme-feature): Doc fix.
27003 (custom-theme-directory): Doc fix.
27004 (provide-theme): Call enable-theme.
27005
27006 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
27007
27008 * obsolete/lazy-lock.el (lazy-lock-mode):
27009 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
27010 font-lock-mode if it's off. Print a warning instead.
27011
27012 * progmodes/compile.el (compilation-start): Ignore errors if the
27013 process died before we get to send-eof.
27014
27015 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
27016 Undo last change. Enclosing the result in quotes broke things on Unix
27017 since tex-send-command passes it through shell-quote-argument.
27018 (tex-send-command): Pass `file' through convert-standard-filename
27019 when possible.
27020 (tex-uptodate-p): Handle the case where TeX hasn't put additional
27021 info in a transcript.
27022
27023 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
27024
27025 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
27026 fix compilation warning. Reorder the key definitions to group
27027 together keys emitted by the current version of xterm.
27028
27029 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
27030 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
27031 Reorder predicates to correct min-color usage.
27032
27033 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
27034
27035 * longlines.el (longlines-mode): Inhibit read-only when encoding.
27036 Kill local variables when longlines-mode is turned off.
27037
27038 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
27039
27040 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
27041
27042 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
27043
27044 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
27045
27046 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
27047 (font-lock-lines-before): Change default to being inactive.
27048 (font-lock-default-fontify-region): Obey font-lock-lines-before.
27049 (font-lock-after-change-function): Don't handle f-l-lines-before here.
27050
27051 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
27052
27053 * net/tramp.el (tramp-handle-make-auto-save-file-name):
27054 Deactivate temporarily advice if active (not needed for Emacs 22,
27055 but for backwards compatibility).
27056 (tramp-exists-file-name-handler): Rewrite. First implementation
27057 was too simple.
27058 (tramp-advice-make-auto-save-file-name):
27059 Call `tramp-handle-make-auto-save-file-name' (again, just for
27060 backwards compatibility).
27061
27062 2005-08-31 Reto Zimmermann <reto@gnu.org>
27063
27064 * progmodes/vhdl-mode.el
27065 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
27066 (vhdl-end-p): Fix indentation bug "else" after "-- when".
27067 (vhdl-set-default-project): New function (easier setting of default).
27068 (vhdl-port-copy): Handle extended identifiers for generics.
27069 (vhdl-compiler-alist): Better description for error message regexp.
27070 (vhdl-make): Query for target, use previous as default.
27071 (vhdl-port-copy): Fix port copy for port names starting with "signal".
27072 (vhdl-font-lock-keywords-2): Fix fontification for record
27073 el. assign.
27074 (vhdl-speedbar-make-subpack-line): Add package body link.
27075 (vhdl-generate-makefile-1): Not include itself as dependency.
27076 (vhdl-font-lock-init): Highlight c-preprocessor directives.
27077 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
27078 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
27079 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
27080 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
27081 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
27082 (vhdl-import-project): Add string argument for `error'.
27083 (vhdl-compose-configuration)
27084 (vhdl-compose-configuration-architecture): Add configuration
27085 declaration generation.
27086 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
27087 (vhdl-trailer-re): Add "record" keyword (better indentation).
27088 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
27089 "[^ \t-\"]+".
27090 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
27091 (vhdl-testbench-entity-file-name)
27092 (vhdl-testbench-architecture-file-name): Allow separate
27093 customization of testbench file names.
27094 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
27095 (vhdl-get-visible-signals): Allow newline within alias declaration.
27096 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
27097 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
27098 (member-ignore-case): Alias for missing function in XEmacs.
27099 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
27100 (vhdl-update-sensitivity-list): Ignore case on read signals.
27101 (vhdl-replace-string): Adjust case only for file names.
27102 (vhdl-update-sensitivity-list): Fix search for read signals.
27103 (vhdl-update-sensitivity-list): Exclude formal parameters.
27104 (vhdl-get-visible-signals): Include aliases of signals.
27105 (vhdl-get-visible-signals): Fix signal name searching.
27106 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
27107 (vhdl-fixup-whitespace-region): Fix for character
27108 literals (e.g. `:').
27109
27110 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
27111
27112 * ansi-color.el (comint-last-output-start):
27113 * bs.el (font-lock-verbose):
27114 * diff-mode.el (add-log-buffer-file-name-function):
27115 * dired-x.el (vm-folder-directory):
27116 * faces.el (help-xref-stack-item):
27117 * files.el (font-lock-keywords):
27118 * find-lisp.el (dired-buffers, dired-subdir-alist):
27119 * ido.el (cua-inhibit-cua-keys):
27120 * log-view.el (cvs-minor-wrap-function):
27121 * outline.el (font-lock-warning-face):
27122 * simple.el (compilation-current-error):
27123 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
27124 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
27125 * tooltip.el (comint-prompt-regexp):
27126 * w32-fns.el (explicit-shell-file-name):
27127 * term/mac-win.el (mac-charset-info-alist)
27128 (mac-services-selection, mac-system-script-code):
27129 * term/tty-colors.el (msdos-color-values):
27130 * term/w32-win.el (xlfd-regexp-registry-subnum):
27131 * term/x-win.el (x-keysym-table, x-selection-timeout)
27132 (x-session-id, x-session-previous-id):
27133 * textmodes/ispell.el (mail-yank-prefix):
27134 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
27135 * textmodes/org.el (calc-embedded-close-formula)
27136 (calc-embedded-open-formula)
27137 (font-lock-unfontify-region-function):
27138 * textmodes/reftex-global.el (isearch-next-buffer-function)
27139 (TeX-master):
27140 * textmodes/reftex.el (font-lock-keywords):
27141 * textmodes/tex-mode.el (font-lock-comment-face)
27142 (font-lock-doc-face):
27143 * textmodes/texinfo.el (outline-heading-alist):
27144 Add defvars.
27145
27146 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
27147 (artist-spray-chars, artist-mode-init, artist-replace-string)
27148 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
27149 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
27150 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
27151
27152 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
27153 (conf-align-assignments): "?\ " -> "?\s".
27154
27155 * textmodes/reftex-index.el (TeX-master): Add defvar.
27156 (reftex-index-phrases-marker): Move up defvar.
27157
27158 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
27159 (reftex-toc-include-labels-indicator)
27160 (reftex-toc-include-index-indicator)
27161 (reftex-toc-max-level-indicator): Move up declarations.
27162
27163 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
27164 of args to `tramp-run-real-handler', even if it's empty in this case.
27165
27166 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27167
27168 * dired.el (dired-move-to-filename-regexp): Add date format for
27169 Mac OS X 10.3 in East Asian locales.
27170
27171 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
27172
27173 * files.el (make-auto-save-file-name): Add file name handler call
27174 if applicable.
27175
27176 * net/tramp.el (tramp-file-name-handler-alist)
27177 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
27178 (tramp-handle-make-auto-save-file-name): Rename from
27179 `tramp-make-auto-save-file-name'.
27180 (tramp-exists-file-name-handler): New defun.
27181 (tramp-advice-make-auto-save-file-name): Make defadvice only when
27182 `make-auto-save-file-name' is not a magic file name operation.
27183
27184 2005-08-30 Richard M. Stallman <rms@gnu.org>
27185
27186 * files.el (risky-local-variable-p):
27187 Match `-predicates' and `-commands.
27188
27189 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
27190 (custom-save-all): Visit the file if necessary;
27191 kill the buffer if we created it.
27192 (custom-save-delete): Don't visit file or kill buffer here.
27193
27194 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
27195
27196 * textmodes/org.el (org-special-keyword): New face.
27197 (org-table-copy-down, org-table-eval-formula)
27198 (org-table-recalculate, org-init-section-numbers):
27199 Use `string-to-number' instead of `string-to-int'.
27200 (org-get-location): Use `insert-buffer-substring' instead of
27201 `insert-buffer'.
27202 (org-modify-diary-entry-string): New function.
27203 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
27204 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
27205 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
27206 active region.
27207 (org-export-as-html): Handle QUOTE keyword.
27208 (org-quote-string): New option.
27209 (org-bookmark-jump-unhide): New function, used for
27210 `bookmark-after-jump-hook'.
27211 (org-diary-default-entry): Apply only when not called through
27212 `org-agenda'.
27213
27214 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
27215
27216 * net/eudc.el (mode-popup-menu):
27217 * play/handwrite.el (ps-printer-name, ps-lpr-command):
27218 * progmodes/ada-mode.el (compile-auto-highlight)
27219 (skeleton-further-elements):
27220 * progmodes/autoconf.el (font-lock-syntactic-keywords):
27221 * progmodes/cmacexp.el (msdos-shells):
27222 * progmodes/compile.el (font-lock-extra-managed-props)
27223 (font-lock-keywords, font-lock-maximum-size)
27224 (font-lock-support-mode):
27225 * progmodes/grep.el (font-lock-lines-before):
27226 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
27227 * progmodes/mixal-mode.el (compile-command):
27228 * progmodes/perl-mode.el (font-lock-comment-face)
27229 (font-lock-doc-face, font-lock-string-face):
27230 * progmodes/prolog.el (comint-prompt-regexp):
27231 * progmodes/sh-script.el (font-lock-comment-face)
27232 (font-lock-set-defaults, font-lock-string-face):
27233 * progmodes/sql.el (font-lock-keyword-face)
27234 (font-lock-set-defaults, font-lock-string-face):
27235 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
27236 (itimer-version, lazy-lock-defer-contextually)
27237 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
27238 Add defvars.
27239
27240 * progmodes/cperl-mode.el (cperl-electric-lbrace)
27241 (cperl-electric-keyword, cperl-electric-pod)
27242 (cperl-electric-backspace, cperl-forward-re)
27243 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
27244 (vc-rcs-header, vc-sccs-header): Add defvars.
27245
27246 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
27247 (font-lock-syntactic-keywords, gud-find-expr-function):
27248 Add defvars.
27249
27250 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
27251 (gdb-frame-parameters): Declare before use.
27252
27253 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
27254 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
27255 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
27256 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
27257
27258 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
27259 (idlwave-help-with-source): Use `insert-buffer-substring', not
27260 `insert-buffer'.
27261
27262 2005-08-29 Juri Linkov <juri@jurta.org>
27263
27264 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
27265 Put outline-back-to-heading function call inside save-excursion.
27266
27267 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
27268
27269 * man.el (Man-init-defvars, Man-translate-references)
27270 (Man-support-local-filenames, Man-highlight-references):
27271 * progmodes/sql.el (sql-interactive-mode):
27272 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
27273
27274 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
27275 (compilation-mode-font-lock-keywords): Add defvars.
27276 (checkdoc-interactive-loop): "?\ " -> "?\s".
27277
27278 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
27279 (font-lock-doc-face, font-lock-string-face)
27280 (font-lock-keywords-case-fold-search): Add defvars.
27281 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
27282
27283 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
27284 Don't pass X and Y (they are ignored anyway).
27285 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
27286 (mouse-delete-window): Make arguments optional.
27287
27288 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
27289 (caesar-translate-table, minor-modes, news-buffer-save)
27290 (news-group-name, news-minor-modes): Add defvars.
27291
27292 * emacs-lisp/lselect.el (mouse-highlight-priority)
27293 (x-lost-selection-functions, zmacs-regions):
27294 * emacs-lisp/pp.el (font-lock-verbose):
27295 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
27296 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
27297 (ses-mode-map):
27298 * emacs-lisp/tcover-unsafep.el (safe-functions):
27299 * international/mule-cmds.el (mac-system-coding-system)
27300 (mac-system-locale):
27301 * language/ethio-util.el (rmail-current-message)
27302 (rmail-message-vector):
27303 * language/thai-util.el (thai-auto-composition-mode):
27304 * mail/metamail.el (rmail-current-message, rmail-message-vector):
27305 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
27306 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
27307 (vm-primary-inbox, vm-spool-files):
27308 * mail/rmail.el (deleted-head, font-lock-fontified)
27309 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
27310 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
27311 (total-messages):
27312 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
27313 (rmail-summary-mode-map):
27314 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
27315 (rmail-last-label, rmail-last-multi-labels)
27316 (rmail-summary-vector, rmail-total-messages):
27317 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
27318 * mail/rmailsum.el (msgnum):
27319 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
27320 (rmail-current-message):
27321 * obsolete/fast-lock.el (font-lock-face-list):
27322 * obsolete/rnewspost.el (mail-reply-buffer):
27323 * obsolete/scribe.el (compile-command):
27324 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
27325
27326 2005-08-28 John Paul Wallington <jpw@gnu.org>
27327
27328 * ibuf-ext.el (ibuffer-auto-update-changed):
27329 Use `frame-or-buffer-changed-p' to check whether we need to update.
27330 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
27331 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
27332 as a `frame-or-buffer-changed-p' state vector instead.
27333
27334 2005-08-27 Romain Francoise <romain@orebokech.com>
27335
27336 * textmodes/makeinfo.el (makeinfo-compile):
27337 Use `compilation-start'. Set `next-error-function' according to
27338 `disable-errors'.
27339 (makeinfo-next-error): New function.
27340 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
27341 (makeinfo-buffer): Likewise.
27342
27343 * progmodes/compile.el (compilation-start): Add autoload cookie.
27344
27345 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
27346 * textmodes/sgml-mode.el: Likewise.
27347 * progmodes/python.el: Likewise.
27348
27349 2005-08-27 Eli Zaretskii <eliz@gnu.org>
27350
27351 * simple.el (blink-matching-paren-distance): Document the meaning
27352 of nil value, and allow to customize to nil.
27353
27354 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
27355 command.com, not command.exe.
27356
27357 2005-08-26 John Wiegley <johnw@newartisans.com>
27358
27359 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
27360 code around a bit so that an extraneous nil argument is not added
27361 to a command when no args are given.
27362
27363 * eshell/esh-arg.el (eshell-parse-double-quote): If a
27364 double-quoted argument resolves to nil, return it as an empty
27365 string rather than as nil. This made it impossible to pass "" to
27366 a shell script as a null string argument.
27367
27368 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
27369
27370 * outline.el (outline-invent-heading): New fun.
27371 (outline-promote, outline-demote): Use it.
27372 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
27373 (outline-end-of-subtree): Remove unused var `opoint'.
27374
27375 2005-08-26 David Reitter <david.reitter@gmail.com>
27376
27377 * menu-bar.el (truncate-lines, write-file, print-buffer)
27378 (ps-print-buffer-faces, ps-print-buffer, split-window):
27379 Disable menu items when the frame they refer to is invisible, or when
27380 they refer to a buffer and the minibuffer is selected.
27381
27382 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
27383
27384 * progmodes/flymake.el (flymake-highlight-err-lines):
27385 Use save-excursion around flymake-highlight-line to preserve point.
27386
27387 2005-08-26 Eli Zaretskii <eliz@gnu.org>
27388
27389 * progmodes/octave-mod.el: Change Author and Maintainer address.
27390 (octave-maintainer-address): Change Kurt's email address.
27391 * progmodes/octave-inf.el: Change Author and Maintainer address.
27392 * progmodes/octave-hlp.el: Change Author and Maintainer address.
27393
27394 2005-08-26 Kim F. Storm <storm@cua.dk>
27395
27396 * subr.el (version-list-<, version-list-<=, version-list-=):
27397 Rename from integer-list-*.
27398 (version-list-not-zero): Likewise. Fix while loop.
27399 (version=): Use version-list-= instead of string-equal.
27400
27401 2005-08-26 Richard M. Stallman <rms@gnu.org>
27402
27403 * outline.el (outline-promote): Try shortening the heading.
27404 As last resort, read the heading to use.
27405 (outline-demote): As last resort, read the heading to use.
27406
27407 2005-08-26 Romain Francoise <romain@orebokech.com>
27408
27409 * progmodes/compile.el (compilation-start): Doc fix.
27410
27411 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
27412 (antlr-font-lock-additional-keywords): Fix reference to
27413 `antlr-font-lock-literal-regexp' erroneously changed during the
27414 mass face rename.
27415 (antlr-run-tool): Use `compilation-start'.
27416
27417 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
27418 instead of the obsolete `compile-internal'.
27419
27420 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
27421
27422 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
27423 (number, original-date):
27424 * calendar/cal-china.el (date):
27425 * calendar/cal-coptic.el (date):
27426 * calendar/cal-french.el (date):
27427 * calendar/cal-hebrew.el (date, entry, number, original-date):
27428 * calendar/cal-islam.el (date, number, original-date):
27429 * calendar/cal-iso.el (date):
27430 * calendar/cal-julian.el (date):
27431 * calendar/cal-mayan.el (date):
27432 * calendar/cal-menu.el (date, event):
27433 * calendar/cal-persia.el (date):
27434 * calendar/lunar.el (date):
27435 * calendar/solar.el (date): Add defvars.
27436
27437 * emerge.el:
27438 * ibuffer.el:
27439 * info-xref.el:
27440 * obsolete/bg-mouse.el:
27441 * obsolete/sun-curs.el:
27442 * obsolete/swedish.el: Move the `defvar's to the top level.
27443
27444 * smerge-mode.el (smerge-refined-change): Add :group.
27445
27446 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
27447
27448 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
27449 (smerge-keep-n): Remove props.
27450 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
27451 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
27452 now that it's done in smerge-keep-n.
27453 (smerge-refined-change): New face.
27454 (smerge-refine-chopup-region, smerge-refine-highlight-change)
27455 (smerge-refine): New funs.
27456 (smerge-basic-map): Bind smerge-refine.
27457
27458 2005-08-25 Juri Linkov <juri@jurta.org>
27459
27460 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
27461 compilation-process-setup-function and compilation-disable-input
27462 in grep-mode instead of let-bindings in grep.
27463
27464 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
27465 Delete "Automatic File De/compression" (auto-compression-mode).
27466
27467 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
27468
27469 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
27470 Silence warning about non-existent variable.
27471
27472 2005-08-25 Richard M. Stallman <rms@gnu.org>
27473
27474 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
27475 Rename "Describe Key" to "Describe Key or Mouse Operation".
27476
27477 * mail/mailalias.el (build-mail-aliases): Delete comments
27478 from the contents before processing them.
27479
27480 * isearch.el (isearch-edit-string): Erase the Search prompt
27481 if user enters an empty string and there is no default.
27482
27483 * comint.el (comint-file-name-prefix): Add autoload.
27484
27485 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
27486
27487 * subr.el (play-sound): Rearrange to avoid warning.
27488
27489 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
27490
27491 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
27492 New hook.
27493 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
27494
27495 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
27496
27497 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
27498
27499 * custom.el (custom-theme-set-variables): Sort minor modes last.
27500
27501 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27502
27503 * subr.el (version-separator, version-regexp-alist): New vars used by
27504 version comparison funs.
27505 (integer-list-<, integer-list-=, integer-list-<=)
27506 (integer-list-not-zero): New funs for integer list comparison.
27507 (version-to-list, version=, version<, version<=): New funs for version
27508 comparison.
27509
27510 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
27511
27512 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
27513 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
27514 time to silence the byte-compiler.
27515
27516 * ibuffer.el (ibuffer-compile-make-eliding-form)
27517 (ibuffer-check-formats): Use `with-no-warnings' to hide references
27518 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
27519 so it's silly to get warnings for it).
27520 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
27521 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
27522 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
27523 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
27524 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
27525 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
27526 Defvar at compile time.
27527 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
27528 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
27529 Declare them before use.
27530
27531 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
27532 (info-xref-good, info-xref-bad): Defvar at compile time.
27533
27534 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
27535 Use `let*' instead of `let'.
27536
27537 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
27538 (*mouse-y*, menu, char): Defvar at compile time.
27539 (sc::menu): Declare it before use.
27540 (sc::pack-one-line): Use `let', not `let*'.
27541
27542 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
27543 (mail-send-hook): Defvar at compile time.
27544
27545 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
27546 Defvar at compile time.
27547
27548 * term/sun-mouse.el (current-global-mousemap)
27549 (current-local-mousemap): Declare them before use.
27550
27551 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
27552
27553 * bookmark.el (bookmark-after-jump-hook): New hook.
27554 (bookmark-jump): Run `bookmark-after-jump-hook'.
27555
27556 2005-08-23 Juri Linkov <juri@jurta.org>
27557
27558 * faces.el (minibuffer-prompt): Doc fix.
27559
27560 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
27561
27562 * progmodes/xscheme.el: Trivial changes to silence warnings.
27563 (xscheme-previous-mode, xscheme-previous-process-state):
27564 Add defvars.
27565 (xscheme-last-input-end, xscheme-process-command-line)
27566 (xscheme-process-name, xscheme-buffer-name)
27567 (xscheme-expressions-ring-max, xscheme-expressions-ring)
27568 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
27569 (xscheme-control-g-synchronization-p)
27570 (xscheme-control-g-disabled-p, xscheme-string-receiver)
27571 (default-xscheme-runlight, xscheme-runlight)
27572 (xscheme-runlight-string, xscheme-process-filter-state)
27573 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
27574 Move to beginning of file.
27575 (scheme-interaction-mode-commands-alist)
27576 (scheme-interaction-mode-map, scheme-debugger-mode-map):
27577 Declare them before use. Note: the initialization code for the
27578 variables has not been moved because it uses functions that reference
27579 the variables.
27580 (xscheme-control-g-message-string, xscheme-process-filter-alist)
27581 (xscheme-prompt-for-expression-map): Declare them before use.
27582 (scheme-debugger-mode-commands): "?\ " -> "?\s".
27583
27584 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
27585
27586 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
27587
27588 2005-08-22 Juri Linkov <juri@jurta.org>
27589
27590 * faces.el (set-face-underline): Delete this duplicate function
27591 and make an obsolete alias to set-face-underline-p.
27592 (set-face-underline-p): Use docstring of set-face-underline.
27593 (describe-face): Create hyperlink to parent face.
27594
27595 * info.el (Info-insert-dir): Use save-excursion around
27596 insert-buffer-substring.
27597 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
27598 (Info-escape-percent): Delete function.
27599 (Info-fontify-node): Replace Info-escape-percent by
27600 replace-regexp-in-string with REP arg set to lambda that
27601 duplicates `%' and preserves text properties.
27602
27603 * progmodes/compile.el (compilation-disable-input): Doc fix.
27604 (define-compilation-mode): Doc fix and refill.
27605 (kill-compilation): Use `mode-name' in the error message.
27606 (compilation-find-file): Use `compilation-error' in the
27607 read-file-name's prompt.
27608
27609 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
27610
27611 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
27612 (smerge-auto-leave): Make undo re-enable the mode.
27613 (debug-ignored-errors): Add the user-error of impossible resolution.
27614 (smerge-resolve): Move things around a bit, in preparation for later.
27615 (smerge-diff): Don't fail if the buffer has no associated file.
27616 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
27617 (smerge-conflict-overlay): New function.
27618 (smerge-match-conflict): Don't add text properties here.
27619 (smerge-find-conflict): Instead, add an overlay here.
27620 Also check for the case where we're inside a conflict already, so as to
27621 obviate the need for font-lock-multiline, which is unbearably slow with
27622 large conflicts and ciomplex font-lock patterns.
27623 (smerge-remove-props): Remove overlay rather than text-properties.
27624 (smerge-mode): Don't set font-lock-multiline.
27625 Remove overlays when turned off.
27626
27627 2005-08-21 Kim F. Storm <storm@cua.dk>
27628
27629 * ido.el (ido-ignore-item-p): Use save-match-data.
27630 Bind case-fold-search to ido-case-fold locally.
27631
27632 2005-08-20 Richard M. Stallman <rms@gnu.org>
27633
27634 * files.el (normal-mode): If font lock is on, turn it off and on.
27635
27636 * subr.el (replace-regexp-in-string): Doc fix.
27637
27638 * startup.el (command-line-1): Don't suppress startup screen
27639 due to existing processes.
27640
27641 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
27642
27643 * progmodes/compile.el (compilation-disable-input): Default to nil.
27644
27645 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
27646
27647 * progmodes/compile.el (compilation-disable-input): New defcustom.
27648 (compilation-start): If compilation-disable-input is non-nil, send
27649 EOF to the compilation process.
27650
27651 2005-08-20 Eli Zaretskii <eliz@gnu.org>
27652
27653 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
27654 Run the argument of tex-shell-cd-command through
27655 convert-standard-filename, to get the correct style of slashes on
27656 Windows, and enclose the result in quotes, in case the file name
27657 includes whitespace or other special characters.
27658
27659 2005-08-19 Andreas Schwab <schwab@suse.de>
27660
27661 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
27662 process.
27663
27664 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
27665
27666 * cus-start.el (minibuffer-prompt-properties): Correct typo.
27667
27668 2005-08-18 Kim F. Storm <storm@cua.dk>
27669
27670 * scroll-lock.el: Fix errors due to incorrect line wrapping.
27671
27672 2005-08-18 Richard M. Stallman <rms@gnu.org>
27673
27674 * scroll-lock.el: New file.
27675
27676 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
27677
27678 * dired.el (dired-move-to-end-of-filename):
27679 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
27680
27681 2005-08-18 Kim F. Storm <storm@cua.dk>
27682
27683 * ido.el (ido-everywhere): Fix defcustom :set function to disable
27684 rather than toggle mode when custom value is nil.
27685 (ido-everywhere): Fix defun doc string.
27686
27687 2005-08-17 Richard M. Stallman <rms@gnu.org>
27688
27689 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
27690 as tag instead of "Inviolable".
27691
27692 2005-08-17 Kim F. Storm <storm@cua.dk>
27693
27694 * windmove.el (windmove-coordinates-of-position): Remove.
27695 (windmove-coordinates-of-window-position): Remove.
27696 (windmove-reference-loc): Use posn-at-point instead.
27697
27698 * subr.el (insert-for-yank-1): Doc fix.
27699
27700 * ido.el (ido-enter-matching-directory): Rename from
27701 ido-enter-single-matching-directory. Change `slash' choice to
27702 `only'. Add `first' choice.
27703 (ido-exhibit): Adapt to above changes.
27704
27705 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
27706
27707 * Makefile.in: Expand comment about building loaddefs.el.
27708
27709 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
27710
27711 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
27712 Comment use of defadvice.
27713
27714 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
27715
27716 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
27717
27718 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
27719 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
27720 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
27721 * progmodes/idlw-shell.el, progmodes/ld-script.el,
27722 * progmodes/which-func.el, ruler-mode.el, strokes.el,
27723 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
27724 for backward compatibility for faces that did not appear in the
27725 previous Emacs release.
27726
27727 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
27728
27729 2005-08-15 Kim F. Storm <storm@cua.dk>
27730
27731 * emulation/cua-base.el (cua-delete-region): Return t if
27732 deleted region was non-empty.
27733 (cua-replace-region): Inhibit overwrite-mode for
27734 self-insert-command if replaced region was non-empty.
27735 (cua--explicit-region-start, cua--status-string): Make them
27736 buffer-local at top-level...
27737 (cua-mode): ...rather than when mode is enabled.
27738
27739 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
27740
27741 * progmodes/vhdl-mode.el (vhdl-emacs-21):
27742 Set t for Emacs 21, 22, and so on.
27743
27744 2005-08-15 David Ponce <david@dponce.com>
27745
27746 * tree-widget.el: Update Commentary header.
27747 (tree-widget-theme): Doc fix.
27748 (tree-widget-space-width): New option.
27749 (tree-widget-image-properties): Look up in the default theme too.
27750 (tree-widget--cursors): Only for images with arrow pointer shape.
27751 (tree-widget-lookup-image): Pointer shape is hand by default.
27752 (tree-widget-icon): Rename generic icon widget from
27753 `tree-widget-control'.
27754 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
27755 derive from `tree-widget-icon'.
27756 (tree-widget-handle): Improve default look and feel of the text
27757 representation.
27758 (tree-widget): Rename :*-control properties to :*-icon properties.
27759 Add :action and :help-echo properties.
27760 (tree-widget-after-toggle-functions): Move.
27761 (tree-widget-close-node, tree-widget-open-node): Remove.
27762 (tree-widget-before-create-icon-functions): New hook.
27763 (tree-widget-value-create): Update to allow customization of icons
27764 and nodes at run-time via that new hook.
27765 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
27766 (tree-widget-icon-action, tree-widget-icon-help-echo)
27767 (tree-widget-action, tree-widget-help-echo): New functions.
27768
27769 2005-08-15 Kim F. Storm <storm@cua.dk>
27770
27771 * ido.el (ido-buffer-internal): Use with-no-warnings.
27772 (ido-make-merged-file-list): Use while-no-input.
27773
27774 2005-08-15 Richard M. Stallman <rms@gnu.org>
27775
27776 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
27777 (flyspell-large-region): Fix doc and custom type.
27778
27779 2005-08-14 Richard M. Stallman <rms@gnu.org>
27780
27781 * files.el (interpreter-mode-alist): Doc fix.
27782
27783 * mail/rmail.el (rmail-nonignored-headers): New variable.
27784 (rmail-clear-headers): Use it.
27785 (rmail-reply): Better handling of mail-followup-to header.
27786
27787 * progmodes/sh-script.el (sh-font-lock-keywords-var):
27788 Rename variable from sh-font-lock-keywords. In the `shell' entry,
27789 don't try to refer to executable-font-lock-keywords.
27790 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
27791 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
27792 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
27793 (sh-mode): Set comment-start-skip, local-abbrev-table,
27794 imenu-case-fold-search.
27795 (sh-set-shell): Don't set them here.
27796 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
27797 Don't cache the results in the original alist; don't ever modify
27798 that alist.
27799
27800 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
27801
27802 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
27803 empty.
27804
27805 2005-08-15 Andreas Schwab <schwab@suse.de>
27806
27807 * desktop.el: Put autoload cookie at risky-local-variable declarations.
27808
27809 * dired.el, info.el, mail/rmail.el: Revert last change.
27810
27811 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
27812
27813 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
27814 modification in `eval-after-load' form.
27815 * info.el: Likewise.
27816 * mail/rmail.el: Likewise.
27817
27818 2005-08-14 Juri Linkov <juri@jurta.org>
27819
27820 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27821 Remove highlighting of "Compilation started". Highlight only
27822 the word "finished" in "Compilation finished". Add highlighting
27823 of "interrupt", "killed", "terminated" and the exit code.
27824 (compilation-start): Add newline after header. Use exactly the
27825 same time stamp format as the finishing message.
27826 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
27827
27828 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
27829 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
27830 Add highlighting of "interrupt", "killed", "terminated".
27831
27832 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
27833 enabled and the current command is self-insert-command, call it
27834 explicitly with overwrite-mode bound to nil, to not allow it
27835 to delete the character after the selected region.
27836
27837 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
27838
27839 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
27840 move-end-of-line, end-of-line, and beginning-of-line to the list
27841 of commands after which the echo area is updated.
27842
27843 2005-08-12 Eli Zaretskii <eliz@gnu.org>
27844
27845 * cus-edit.el (custom-save-all, custom-save-delete):
27846 Bind recentf-exclude to exclude custom-file.
27847
27848 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
27849
27850 * mail/rmailsum.el (rmail-summary-end-of-message): New command
27851 to go to the bottom of the mail message. Added to
27852 `rmail-summary-mode-map' with key "/".
27853 (rmail-summary-show-message): New (internal) function for use by
27854 both `rmail-summary-beginning/end-of-message'.
27855 (rmail-summary-beginning-of-message): Change to use
27856 rmail-summary-show-message.
27857
27858 * mail/rmail.el (rmail-end-of-message): New command to go to the
27859 end of the current message. Added to `rmail-mode-map' with key "/".
27860 (rmail-beginning-of-message): Fix to work as documented.
27861 (rmail-mode): Change documentation.
27862
27863 * progmodes/compile.el (compilation-start): Add the line
27864 "Compilation started" with compilation start time.
27865 (compilation-mode-font-lock-keywords): Add `started' to keywords.
27866
27867 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
27868
27869 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
27870 of menu items.
27871
27872 2005-08-11 Richard M. Stallman <rms@gnu.org>
27873
27874 * simple.el (pop-global-mark): Reverse test of widen-automatically.
27875
27876 * battery.el (battery-status-function): Don't use ignore-errors.
27877
27878 2005-08-11 Lute Kamstra <lute@gnu.org>
27879
27880 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
27881 define-obsolete-variable-alias.
27882
27883 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
27884
27885 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
27886 (ange-ftp-send-cmd): Revert last change, and expand
27887 the comment explaining the problem.
27888
27889 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
27890
27891 * ldefs-boot.el: Update.
27892
27893 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
27894 item to "Time, Load and Mail". Change help echo text.
27895
27896 * time.el (display-time-use-mail-icon, display-time-format)
27897 (display-time-string-forms): Shorten first line of docstrings.
27898
27899 2005-08-10 Lars Hansen <larsh@soem.dk>
27900
27901 * desktop.el (desktop-buffer-mode-handlers):
27902 Make non-customizable. Add autoload cookie. Change initial value to
27903 nil; add elements in respective modules instead. Fix doc string.
27904 (desktop-load-file): New function.
27905 (desktop-minor-mode-handlers): New autoloaded variable.
27906 (desktop-create-buffer): Call minor mode handlers.
27907 Use desktop-load-file to load major and minor mode modules prior to
27908 checking for a handler.
27909 (desktop-save): Don't add nil to desktop-minor-modes for minor
27910 modes with nil function in desktop-minor-mode-table. Don't delete
27911 desktop file before rewriting it.
27912 (desktop-locals-to-save): Add autoload cookie. Don't make
27913 automatically buffer-local. Add variables column-number-mode,
27914 size-indication-mode, indent-tabs-mode,
27915 indicate-buffer-boundaries, indicate-empty-lines and
27916 show-trailing-whitespace.
27917 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
27918 regexps. Don't use desktop-clear-preserve-buffers-regexp.
27919 (desktop-clear-preserve-buffers-regexp): Delete.
27920 (desktop-clear-preserve-buffers): Update initial value and docstring.
27921 (desktop-save-buffer): Fix doc string.
27922
27923 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
27924 (hilit-chg-desktop-restore): New function.
27925 (highlight-changes-mode): Add highlight-changes-mode to
27926 desktop-locals-to-save.
27927
27928 * dired.el: Add handler to desktop-buffer-mode-handlers.
27929 (dired-restore-desktop-buffer): Remove autoload cookie.
27930 (dired-mode): Add autoload cookie.
27931
27932 * info.el: Add handler to desktop-buffer-mode-handlers.
27933 (Info-restore-desktop-buffer): Remove autoload cookie.
27934 (Info-mode): Add autoload cookie.
27935
27936 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
27937 (mh-restore-desktop-buffer): Remove autoload cookie.
27938 (mh-folder-mode): Add autoload cookie.
27939
27940 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
27941 (rmail-restore-desktop-buffer): Remove autoload cookie.
27942
27943 2005-08-11 Masatake YAMATO <jet@gyve.org>
27944
27945 * hexl.el (hexl-address-region):
27946 (hexl-ascii-region, hexl-font-lock-keywords):
27947 (hexl-highlight-line-range): Use the term "region"
27948 instead of "area" for consistency with the other symbols
27949 defined in hexl.el.
27950
27951 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
27952
27953 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
27954 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
27955 out by Juri Linkov). Add `display-battery-mode'.
27956
27957 2005-08-09 Juri Linkov <juri@jurta.org>
27958
27959 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27960 Remove `-text' from face variable names.
27961 (compilation-error-file-name, compilation-warning-file-name)
27962 (compilation-info-file-name): Delete faces.
27963 (compilation-line-number, compilation-column-number):
27964 Remove face underlining.
27965 (compilation-message-face): Set to `underline' value by default.
27966 (compilation-error-face, compilation-warning-face)
27967 (compilation-info-face): Remove `-file-name' from face names.
27968 (compilation-error-text-face, compilation-warning-text-face)
27969 (compilation-info-text-face): Delete face variables.
27970 (compilation-text-face): Delete function.
27971
27972 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
27973 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
27974 (grep-error-face): Set to `compilation-error' instead of
27975 `compilation-error-face' (which is redefined to `grep-hit-face' in
27976 grep buffers).
27977 (grep-mode-font-lock-keywords): Remove `-text' from face variable
27978 names. Use `grep-error-face' instead of `compilation-error-text-face'.
27979
27980 * dired-aux.el (dired-do-query-replace-regexp):
27981 Use `query-replace-read-args'.
27982
27983 * replace.el (query-replace-read-from, query-replace-read-to)
27984 (query-replace-read-args): Rename arg `string' to `prompt'.
27985
27986 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
27987
27988 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
27989
27990 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
27991 uploading files.
27992 (ange-ftp-canonize-filename): Handle file names beginning with ~
27993 correctly.
27994
27995 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
27996
27997 * textmodes/fill.el (canonically-space-region)
27998 (fill-context-prefix, fill-french-nobreak-p)
27999 (fill-delete-newlines, fill-comment-paragraph)
28000 (justify-current-line): "?\ " -> "?\s".
28001
28002 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
28003
28004 * textmodes/fill.el (fill-nonuniform-paragraphs):
28005 Improve argument/docstring consistency.
28006
28007 2005-08-09 Richard M. Stallman <rms@gnu.org>
28008
28009 * textmodes/ispell.el (ispell-word): More fboundp checks.
28010
28011 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
28012 (find-file-noselect-1): Call it here, only if RAWFILE.
28013 (normal-mode): Always set some major mode.
28014 (save-some-buffers-action-alist): Change some explanation strings.
28015 (file-name-non-special): In the `quote' method, use unwind-protect.
28016
28017 2005-08-09 Magnus Henoch <mange@freemail.hu>
28018
28019 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
28020 (ispell-have-aspell-dictionaries): New variable.
28021 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
28022 (ispell-get-aspell-config-value): New function.
28023 (ispell-aspell-find-dictionary): New function.
28024 (ispell-aspell-add-aliases): New function.
28025 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
28026 appropriate. Don't look for ispell dictionaries if we use aspell.
28027 (ispell-menu-map): Don't build a submenu of dictionaries.
28028
28029 2005-08-09 Richard M. Stallman <rms@gnu.org>
28030
28031 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
28032 (sql-read-passwd): Use read-passwd.
28033
28034 * progmodes/idlw-toolbar.el (idlwave-toolbar)
28035 (idlwave-toolbar-is-possible): Add defvars.
28036
28037 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
28038 Avoid warnings.
28039
28040 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
28041 (idlwave-system-class-info, idlwave-executive-commands-alist):
28042 Use defvar.
28043
28044 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
28045
28046 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
28047 Avoid warnings.
28048
28049 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
28050 and content-type: headers.
28051
28052 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
28053
28054 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
28055 and rename some of them to be more self-explanatory.
28056
28057 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
28058
28059 * startup.el (command-line-1): Implement -scriptload.
28060
28061 * replace.el (occur-engine): Initial *Occur* output not undoable.
28062
28063 * menu-bar.el (menu-bar-file-menu): Rename some menu items
28064 and improve help strings.
28065
28066 * isearch.el (isearch-repeat): When changing direction,
28067 mark search successful.
28068
28069 * ediff-init.el: Use (featurep 'xemacs).
28070
28071 * comint.el (send-invisible): Identify buffer, if not selected.
28072
28073 * align.el: Delete autoload for c-guess-basic-syntax.
28074
28075 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
28076
28077 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
28078 Improve argument/docstring consistency. Doc fixes.
28079 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
28080 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
28081 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
28082 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
28083 (r2bv-organization, r2bv-pages, r2bv-primary-author)
28084 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
28085 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
28086 Defvar at compile time.
28087
28088 2005-08-09 Juri Linkov <juri@jurta.org>
28089
28090 * info.el: Replace `info' with upper-case `Info' where appropriate.
28091 (info-title-1, info-title-2, info-title-3, info-title-4)
28092 (info-menu-header): Move up face definitions.
28093 (info-menu-star): Rename from `info-menu-5'.
28094 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
28095 (Info-fontify-visited-nodes): Fix docstring.
28096 (Info-hide-note-references): Fix docstring.
28097 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
28098 menu items in the same way as on cross-references.
28099 (info-apropos): Fix sorting order and formatting to be like in the
28100 stand-alone Info browser. Display error messages for 1 sec.
28101 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
28102 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
28103 from the menu bar.
28104 (Info-insert-dir): Restore point after calling
28105 `insert-buffer-substring'.
28106
28107 2005-08-08 Richard M. Stallman <rms@gnu.org>
28108
28109 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
28110 (recompute-lucid-menubar): Add defvars.
28111
28112 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
28113
28114 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
28115
28116 * net/net-utils.el (run-dig): Rename from `dig'.
28117
28118 * play/gametree.el (gametree-mode): Use make-local-variable,
28119 not make-variable-buffer-local.
28120
28121 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
28122
28123 * ansi-color.el (ansi-color-make-extent)
28124 (ansi-color-set-extent-face): Use fboundp, not functionp.
28125
28126 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
28127 not make-variable-buffer-local.
28128
28129 * bookmark.el (Info-current-file): Add defvar.
28130 (bookmark-jump-noselect): Use with-no-warnings.
28131
28132 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
28133
28134 * ebuff-menu.el (Helper-return-blurb): Add defvar.
28135
28136 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
28137
28138 * find-file.el (ada-procedure-start-regexp)
28139 (ada-package-start-regexp): Add defvars.
28140
28141 * info.el (Info-insert-dir): Use insert-buffer-substring.
28142
28143 * xml.el (xml-att-def-re): Add defvar.
28144
28145 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
28146 calling convention.
28147
28148 * subr.el (while-no-input): Return t if there is input.
28149
28150 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
28151
28152 * cus-start.el (all): Add `overflow-newline-into-fringe'.
28153
28154 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
28155
28156 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
28157 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
28158
28159 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
28160
28161 * cmuscheme.el (scheme-start-file): Replace reference to
28162 `user-emacs-directory' by "~/.emacs.d/".
28163
28164 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
28165
28166 * info.el (Info-dir-remove-duplicates): Avoid case folding
28167 in loop; instead, keep downcased strings for comparison.
28168 Suggested by Helmut Eller.
28169
28170 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
28171
28172 Sync with Tramp 2.0.50.
28173
28174 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
28175 XEmacs case; not necessary anymore.
28176 (tramp-user-regexp): Allow "@" as part of user name.
28177 (tramp-handle-set-visited-file-modtime)
28178 (tramp-handle-insert-file-contents)
28179 (tramp-handle-write-region): No special handling for
28180 `last-coding-system-used, because this is done in
28181 `tramp-accept-process-output' now.
28182 (tramp-accept-process-output): New defun.
28183 (tramp-process-one-action, tramp-process-one-multi-action)
28184 (tramp-wait-for-regexp, tramp-wait-for-output)
28185 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
28186 Howells <dhowells@redhat.com>.
28187 (clear-visited-file-modtime): Defadvice removed. The check for
28188 unset buffer's modtime does not need to be based on
28189 `tramp-buffer-file-attributes'. Suggested by RMS.
28190 (tramp-message): Insert "\n" if not being at beginning of line.
28191 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
28192 sequence with same logic.
28193 (tramp-completion-handle-expand-file-name): Discard call of
28194 `tramp-drop-volume-letter'. It is not necessary, and there have
28195 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
28196 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28197 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
28198 should always be visible.
28199 (tramp-handle-insert-directory, tramp-setup-complete)
28200 (tramp-set-process-query-on-exit-flag)
28201 (tramp-append-tramp-buffers): Pacify byte-compiler.
28202 (tramp-bug): Delete non-existing variables from list.
28203 Apply `tramp-load-report-modules' as pre-hook.
28204 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
28205 `shell-prompt-pattern' because of non-7bit characters.
28206 Reported by Sebastian Luque <sluque@mun.ca>.
28207 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
28208 (tramp-match-string-list): Remove function.
28209 (tramp-wait-for-regexp): Remove call of that function.
28210 Suggested by Kim F. Storm <storm@cua.dk>.
28211 (tramp-set-auto-save-file-modes): Use octal integer code #o600
28212 instead of octal character code ?\600. The latter resulted in a
28213 syntax error with XEmacs.
28214
28215 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
28216 XEmacs case; not necessary anymore.
28217 (tramp-smb-handle-write-region): No special handling for
28218 `last-coding-system-used, because this is done in
28219 `tramp-accept-process-output' now.
28220 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
28221
28222 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
28223
28224 * wid-edit.el (widget-choice-value-create):
28225 Unconditionally respect user choice. Set :explicit-choice back to nil
28226 when no longer needed.
28227 (widget-choice-action): Unconditionally respect user choice.
28228 Eliminate :explicit-choice-value.
28229
28230 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
28231
28232 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
28233 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
28234 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
28235 running new function `toggle-indicate-empty-lines'.
28236 Rename "Customize" item to "Customize fringe".
28237 Rename "Indicators" item to "Buffer boundaries" and change help echo.
28238 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
28239 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
28240 Delete "Empty lines only" item.
28241 (menu-bar-showhide-fringe-ind-customize): New function.
28242 (menu-bar-showhide-fringe-ind-mixed)
28243 (menu-bar-showhide-fringe-ind-box)
28244 (menu-bar-showhide-fringe-ind-right)
28245 (menu-bar-showhide-fringe-ind-left)
28246 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
28247 instead of `fringe-indicators'.
28248
28249 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
28250
28251 * emulation/viper.el (viper-emacs-state-mode-list):
28252 Add recentf-dialog-mode. Change the date of last update.
28253
28254 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
28255
28256 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
28257 (viper-exec-yank, viper-put-back): Don't display modification msg
28258 if in the minibuffer.
28259
28260 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
28261 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
28262 Make variables frame local.
28263
28264 * emulation/viper-util.el (viper-append-filter-alist):
28265 Use append instead of nconc.
28266
28267 * emulation/viper.el (viper-vi-state-mode-list)
28268 (viper-emacs-state-mode-list): Move help-mode and
28269 completion-list-mode from the first list to the second.
28270 (viper-mode): Docstring.
28271 (viper-go-away, viper-non-hook-settings): Don't localize
28272 minor-mode-alist in newer Emacsen. Add advice to
28273 set-cursor-color. Don't bind "\C-c\\".
28274
28275 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
28276
28277 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
28278 (scheme-macro-expand-command): New user options.
28279 (scheme-trace-procedure, scheme-expand-current-form): New commands.
28280 (scheme-form-at-point, scheme-start-file)
28281 (scheme-interactively-start-process): New functions.
28282 (scheme-get-process): New function, extracted from `scheme-proc'.
28283 (run-scheme): Call `scheme-start-file' to get start file, and pass
28284 it to `make-comint'.
28285 (switch-to-scheme, scheme-proc):
28286 Call `scheme-interactively-start-process' if no Scheme buffer/process
28287 is available.
28288
28289 2005-08-06 Juri Linkov <juri@jurta.org>
28290
28291 * progmodes/compile.el (compilation-mode-font-lock-keywords):
28292 Use `compilation-text-face', `compilation-info-text-face' and
28293 `compilation-error-text-face' instead of `font-lock-keyword-face'.
28294 (compilation-error): New face.
28295 (compilation-error-file-name): Inherit from
28296 `compilation-error' instead of `font-lock-warning-face'.
28297 (compilation-warning-file-name): Inherit from
28298 `compilation-warning' instead of `font-lock-warning-face'.
28299 (compilation-info, compilation-error-file-name)
28300 (compilation-warning-file-name, compilation-info-file-name)
28301 (compilation-line-number, compilation-column-number): Doc fix.
28302 (compilation-error-text-face, compilation-warning-text-face)
28303 (compilation-info-text-face): New face variables.
28304 (compilation-line-face, compilation-column-face)
28305 (compilation-enter-directory-face)
28306 (compilation-leave-directory-face): Doc fix.
28307 (compilation-text-face): New function.
28308
28309 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
28310 instead of 1 to display binary file names as info file links.
28311 (grep-error-face): Use `compilation-error-face' instead of
28312 `font-lock-keyword-face'.
28313 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
28314 and `compilation-warning-text-face' instead of
28315 `font-lock-keyword-face'. Use `compilation-error-text-face'
28316 instead of `grep-error-face'.
28317
28318 2005-08-05 Kenichi Handa <handa@m17n.org>
28319
28320 * international/code-pages.el: Add autoload cookies for all coding
28321 systems.
28322
28323 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
28324
28325 * cus-start.el (all): Put undo.c where it alphabetically belongs.
28326
28327 2005-08-04 Juri Linkov <juri@jurta.org>
28328
28329 * progmodes/compile.el (compilation-mode-map):
28330 * progmodes/grep.el (grep-mode-map):
28331 Bind TAB to `compilation-next-error' and [backtab] to
28332 `compilation-previous-error'.
28333
28334 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
28335 matching line numbers, column numbers and their ranges with regexp
28336 matching only line numbers.
28337 (grep-context-face): New face variable.
28338 (grep-mode-font-lock-keywords): Use it.
28339
28340 * faces.el (read-face-name): Delete duplicate faces.
28341
28342 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
28343
28344 * thumbs.el (thumbs-find-image): Don't make variables
28345 automatically buffer local.
28346 (thumbs-current-tmp-filename, thumbs-current-image-filename)
28347 (thumbs-image-num): Make automatically buffer local.
28348 (thumbs-show-thumbs-list): Use `make-local-variable', not
28349 `make-variable-buffer-local'.
28350 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
28351
28352 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
28353 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
28354 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
28355 (bother, bye, canyou, chatlst, continue, deathlst, describe)
28356 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
28357 (feelings-about, foullst, found, hello, history, howareyoulst)
28358 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
28359 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
28360 (neglst, obj, object, owner, please, problems, qlist)
28361 (random-adjective, relation, remlst, repetitive-shortness)
28362 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
28363 (shortlst, something, sportslst, stallmanlst, states, subj)
28364 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
28365 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
28366 Defvar at compile time.
28367
28368 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
28369 not `make-variable-buffer-local'.
28370
28371 2005-08-02 Kim F. Storm <storm@cua.dk>
28372
28373 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
28374 rectangle overlay in selected window.
28375
28376 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
28377
28378 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
28379 instead of display group. Make `indicate-buffer-boundaries'
28380 customizable through Custom.
28381
28382 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
28383
28384 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
28385 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
28386 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
28387 (gdb-put-string): Fix typos in docstrings.
28388
28389 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
28390
28391 Update copyright notices of files in progmodes directory for
28392 release of Emacs 22.1.
28393
28394 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
28395
28396 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
28397 Don't barf if the GUD buffer has been killed.
28398
28399 2005-08-01 Kim F. Storm <storm@cua.dk>
28400
28401 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
28402
28403 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
28404
28405 * simple.el (next-error-follow-minor-mode):
28406 make-variable-buffer-local -> make-local-variable.
28407
28408 * emacs-lisp/cl-extra.el: Require CL also when compiling.
28409
28410 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
28411 (byte-compile-form-make-variable-buffer-local): New functions to warn
28412 about misuses of make-variable-buffer-local where make-local-variable
28413 was meant.
28414
28415 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
28416
28417 * bs.el (bs-attributes-list): Doc fix.
28418 (bs): Update url-link.
28419
28420 * desktop.el (desktop-save-buffer): Fix typos in docstring.
28421 (desktop-load-default): Simplify.
28422
28423 * ibuffer.el (ibuffer-columnize-and-insert-list)
28424 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
28425 (ibuffer-unmark-all, ibuffer-toggle-marks)
28426 (ibuffer-unmark-forward, ibuffer-unmark-backward)
28427 (ibuffer-compile-make-format-form, ibuffer-format-column)
28428 (ibuffer-current-buffers-with-marks)
28429 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
28430 (ibuffer): Doc fix.
28431 (ibuffer-mode): Fix typo in docstring.
28432 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
28433 with `define-obsolete-variable-alias'.
28434 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
28435
28436 2005-07-29 Kenichi Handa <handa@m17n.org>
28437
28438 * international/mule-cmds.el (select-message-coding-system):
28439 Be sure to use LF for end-of-line. If no coding system is decided,
28440 return iso-8859-1-unix.
28441
28442 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
28443
28444 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
28445 (ange-ftp-pending-error-line): New vars.
28446 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
28447 to handle the non-fatal no-route-to-host messages.
28448 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
28449
28450 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
28451
28452 * isearch.el (isearch-mode-map, isearch-other-meta-char)
28453 (isearch-quote-char, isearch-printing-char)
28454 (isearch-text-char-description): "?\ " -> "?\s".
28455 (isearch-lazy-highlight-cleanup)
28456 (isearch-lazy-highlight-initial-delay)
28457 (isearch-lazy-highlight-interval)
28458 (isearch-lazy-highlight-max-at-a-time)
28459 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
28460 Declare with define-obsolete-*-alias macros.
28461 (isearch-forward): Fix typo in docstring.
28462 (search-invisible, search-ring-yank-pointer)
28463 (regexp-search-ring-yank-pointer): Doc fixes.
28464
28465 * recentf.el (recentf-menu-append-commands-p): Declare with
28466 `define-obsolete-variable-alias'.
28467 (recentf-max-saved-items, recentf-menu-filter)
28468 (recentf-arrange-by-rule-subfilter): Doc fixes.
28469 (recentf-menu-append-commands-flag)
28470 (recentf-initialize-file-name-history, recentf-expand-file-name)
28471 (recentf-clear-data): Fix typos in docstrings.
28472
28473 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
28474
28475 * progmodes/gdb-ui.el: Smarten comments.
28476 (gdb-info-breakpoints-custom): Use nowarn when finding file.
28477
28478 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
28479
28480 * term/apollo.el (terminal-init-apollo): New function containing
28481 all former top level forms in the file.
28482 * term/bobcat.el (terminal-init-bobcat):
28483 * term/cygwin.el (terminal-init-cygwin):
28484 * term/iris-ansi.el (terminal-init-iris-ansi):
28485 * term/linux.el (terminal-init-linux):
28486 * term/news.el (terminal-init-news):
28487 * term/rxvt.el (terminal-init-rxvt):
28488 * term/sun.el (terminal-init-sun):
28489 * term/tvi970.el (terminal-init-tvi970):
28490 * term/vt100.el (terminal-init-vt100):
28491 * term/vt102.el (terminal-init-vt102):
28492 * term/vt125.el (terminal-init-vt125):
28493 * term/vt200.el (terminal-init-vt200):
28494 * term/vt201.el (terminal-init-vt201):
28495 * term/vt220.el (terminal-init-vt220):
28496 * term/vt240.el (terminal-init-vt240):
28497 * term/vt300.el (terminal-init-vt300):
28498 * term/vt320.el (terminal-init-vt320):
28499 * term/vt400.el (terminal-init-vt400):
28500 * term/vt420.el (terminal-init-vt420):
28501 * term/wyse50.el (terminal-init-wyse50):
28502 * term/xterm.el (terminal-init-xterm): Likewise.
28503
28504 * term/README: Describe the terminal-init-* functionality.
28505
28506 * startup.el (command-line): After loading the terminal initialization
28507 file call the corresponding terminal initialization function.
28508
28509 2005-07-27 Kenichi Handa <handa@m17n.org>
28510
28511 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
28512 negative.
28513
28514 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
28515 (ps-mule-composition-prologue): Fix for the case that
28516 RelativeCompose is false.
28517
28518 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
28519
28520 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
28521
28522 * descr-text.el (describe-char): Handle the case where the list of
28523 chars is displayed in a separate frame.
28524 Be a bit more discriminating when looking for the char.
28525
28526 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
28527
28528 * bookmark.el (bookmark-automatically-show-annotations)
28529 (bookmark-read-annotation-text-func): Doc fixes.
28530 (bookmark-save): Improve argument/docstring consistency.
28531 (bookmark-get-bookmark, bookmark-get-bookmark-record)
28532 (bookmark-alist-from-buffer)
28533 (bookmark-upgrade-file-format-from-0)
28534 (bookmark-grok-file-format-version)
28535 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
28536 (bookmark-read-annotation-mode)
28537 (bookmark-insert-current-bookmark, bookmark-jump)
28538 (bookmark-exit-hook): Fix typos in docstrings.
28539 (bookmark-exit-hooks): Define as obsolete alias.
28540 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
28541 not `bookmark-exit-hooks'. Fix docstring.
28542 (bookmark-bmenu-select): "?\ " -> "?\s".
28543
28544 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
28545
28546 * startup.el (command-line): Fix typo.
28547
28548 2005-07-24 Richard M. Stallman <rms@gnu.org>
28549
28550 * tooltip.el (tooltip-mode): Test emacs-basic-display,
28551 not emacs-quick-startup.
28552
28553 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
28554
28555 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
28556 (reb-next-match, reb-show-subexp): Use `with-selected-window'
28557 instead of `reb-with-current-window'.
28558 (reb-prev-match): Likewise. Also, don't move left if the search
28559 was unsuccessful.
28560 (reb-initialize-buffer): New function.
28561 (re-builder, reb-change-syntax): Use it.
28562
28563 * man.el (Man-goto-page): Make second argument NOERROR optional.
28564
28565 2005-07-23 Richard M. Stallman <rms@gnu.org>
28566
28567 * man.el (Man-bgproc-sentinel): Check here for failure to find
28568 any man page in the output, and report the error here.
28569 (Man-arguments): Make it permanent local.
28570 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
28571 (Man-mode): Pass t for NOERROR.
28572
28573 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
28574 (grep-mode-font-lock-keywords):
28575 Don't use compilation-...-face for messages that are not file names.
28576
28577 * progmodes/compile.el (compilation-mode-font-lock-keywords):
28578 Don't use compilation-...-face for messages that are not file names.
28579
28580 2005-07-22 Juri Linkov <juri@jurta.org>
28581
28582 * startup.el (normal-splash-screen): Update menu name.
28583
28584 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
28585
28586 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
28587
28588 * term/xterm.el: Load term/rxvt if the terminal is actually an
28589 rxvt terminal.
28590 (xterm-rxvt-set-background-mode): Remove, not used anymore.
28591
28592 * term/rxvt.el (function-key-map): Use substitute-key-definition
28593 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
28594
28595 * term/cygwin.el: New file.
28596
28597 2005-07-22 Kim F. Storm <storm@cua.dk>
28598
28599 * image-file.el (insert-image-file, image-file-yank-handler):
28600 Fix last change to maintain a (unique) yank-handler on yanked images.
28601
28602 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
28603
28604 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
28605 of the file size (as in "177B" for 177 bytes). This happens with
28606 "ls -lh" on FreeBSD.
28607
28608 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
28609
28610 * hilit-chg.el (highlight-changes-global-initial-state)
28611 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
28612 (hilit-chg-fixup, highlight-changes-mode):
28613 Fix typos in docstrings.
28614 (highlight-changes-global-modes, highlight-changes-rotate-faces):
28615 Doc fixes.
28616
28617 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
28618
28619 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
28620 mode function using `eval-after-load'.
28621
28622 2005-07-21 Kim F. Storm <storm@cua.dk>
28623
28624 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
28625 included when reporting an Emacs crash, and tell about the DEBUG file.
28626
28627 * image-file.el (insert-image-file): Add yank-handler.
28628 (image-file-yank-handler): Yank handler to make unique copies of
28629 images when they are yanked into a buffer next to each other.
28630
28631 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
28632
28633 * comint.el (comint-use-prompt-regexp, comint-send-input)
28634 (comint-source-default, comint-extract-string)
28635 (comint-get-source, comint-word, comint-completion)
28636 (comint-source, comint-prompt-read-only, comint-update-fence):
28637 Fix typos in docstrings.
28638 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
28639 Declare with define-obsolete-*-alias macros.
28640 (comint-previous-matching-input-from-input)
28641 (comint-next-matching-input-from-input)
28642 (comint-previous-matching-input, comint-next-matching-input)
28643 (comint-forward-matching-input):
28644 Improve argument/docstring consistency.
28645
28646 * desktop.el (desktop-clear-preserve-buffers-regexp):
28647 Also preserve the *server* buffer.
28648
28649 * simple.el (clone-indirect-buffer): Doc fix.
28650 (fixup-whitespace, just-one-space)
28651 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
28652 (next-error, next-error-highlight)
28653 (next-error-highlight-no-select, next-error-last-buffer)
28654 (next-error-buffer-p, next-error-find-buffer, next-error)
28655 (previous-error, next-error-no-select, previous-error-no-select)
28656 (open-line, split-line, minibuffer-prompt-width, kill-new)
28657 (binary-overwrite-mode): Fix typos in docstrings.
28658 (set-fill-column): Fix typo in message.
28659
28660 * skeleton.el (skeleton-proxy-new): Doc fix.
28661
28662 * strokes.el (strokes-load-hook): Doc fix.
28663 (strokes-grid-resolution, strokes-get-grid-position)
28664 (strokes-renormalize-to-grid, strokes-read-stroke)
28665 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
28666 (strokes-global-map): Fix typos in docstrings.
28667 (strokes-help): Doc fix. Fix help message and pass it through
28668 `substitute-command-keys'.
28669
28670 * tempo.el (tempo-insert-prompt, tempo-interactive)
28671 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
28672 (tempo-insert-string-functions, tempo-local-tags)
28673 (tempo-define-template, tempo-insert-template)
28674 (tempo-insert-prompt-compat, tempo-is-user-element)
28675 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
28676 Fix typos in docstrings.
28677
28678 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
28679 (vcursor-key-bindings, vcursor-use-vcursor-map)
28680 (vcursor-find-window, vcursor-scroll-down)
28681 (vcursor-disable, vcursor-beginning-of-buffer)
28682 (vcursor-end-of-buffer): Fix typos in docstrings.
28683 (vcursor-relative-move, vcursor-get-char-count):
28684 Improve argument/docstring consistency.
28685
28686 * version.el: "?\ " -> "?\s".
28687
28688 * wid-edit.el (widget-default-create, widget-after-change)
28689 (widget-default-format-handler, widget-checklist-add-item)
28690 (widget-radio-add-item, widget-choose, widget-specify-secret)
28691 (widget-field-value-create, widget-field-value-get)
28692 (widget-editable-list-format-handler)
28693 (widget-editable-list-entry-create, widget-group-value-create)
28694 (widget-documentation-link-add)
28695 (widget-documentation-string-value-create): "?\ " -> "?\s".
28696 (widget-convert-text): Doc fix.
28697 (widget-narrow-to-field, widget-field-find)
28698 (widget-url-link-action, widget-emacs-library-link-action)
28699 (widget-color-notify): Fix typos in docstrings.
28700
28701 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
28702 (x-select-text, set-w32-system-coding-system)
28703 (w32-add-charset-info): Fix typos in docstrings.
28704
28705 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
28706 (cua-enable-cua-keys, cua-use-hyper-key)
28707 (cua-virtual-rectangle-edges): Fix typos in docstrings.
28708 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
28709
28710 * net/tramp.el (tramp-handle-load): Fix typo in error message.
28711
28712 * emacs-lisp/re-builder.el (regexp-builder): Declare with
28713 `defalias' instead of faking it.
28714
28715 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
28716 (eshell-ls-missing, eshell-ls-dired-initial-args)
28717 (eshell-ls-use-in-dired): Fix typos in docstrings.
28718
28719 2005-07-20 Kim F. Storm <storm@cua.dk>
28720
28721 * emulation/cua-base.el (cua-mode): Improve doc string.
28722
28723 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
28724
28725 * abbrev.el (expand-region-abbrevs): Doc fix.
28726 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
28727 Improve argument/docstring consistency.
28728
28729 * arc-mode.el (archive-get-descr, archive-alternate-display):
28730 Doc fixes.
28731 (archive-l-e): Improve argument/docstring consistency.
28732 (archive-tmpdir, archive-unixdate, archive-unixtime)
28733 (archive-chmod-entry): Fix typos in docstrings.
28734 (archive-unflag, archive-unflag-backwards)
28735 (archive-unmark-all-files): "?\ " -> "?\s".
28736
28737 * buff-menu.el (Buffer-menu-unmark): Doc fix.
28738 (Buffer-menu-not-modified, Buffer-menu-execute)
28739 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
28740 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
28741
28742 * composite.el (compose-string, encode-composition-rule)
28743 (compose-last-chars): Fix typos in docstrings.
28744
28745 * desktop.el (desktop-enable, desktop-basefilename):
28746 Declare with `define-obsolete-variable-alias'.
28747 (desktop-internal-v2s): Don't quote keywords.
28748 (desktop-clear): "?\ " -> "?\s".
28749
28750 * dired.el (dired-align-file, dired-flag-backup-files)
28751 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
28752 (dired-listing-switches, dired-ls-F-marks-symlinks)
28753 (dired-dwim-target, dired-load-hook, dired-mode-hook)
28754 (dired-directory, dired-faces, dired, dired-revert)
28755 (dired-mode, dired-summary, dired-view-file)
28756 (dired-copy-filename-as-kill, dired-delete-file)
28757 (dired-no-confirm, dired-unmark-all-marks)
28758 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
28759 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
28760 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
28761 Fix typos in message strings.
28762
28763 * dired-x.el (virtual-dired): Declare with `defalias'.
28764 (dired-mark-unmarked-files, dired-local-variables-file)
28765 (dired-omit-here-always): Doc fix.
28766 (dired-omit-mode, dired-find-subdir)
28767 (dired-enable-local-variables, dired-clean-up-buffers-too)
28768 (dired-extra-startup, dired-mark-extension, dired-jump)
28769 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
28770 (dired-smart-shell-command, dired-guess-shell-alist-user)
28771 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
28772 (dired-x-bind-find-file, dired-x-submit-report):
28773 Fix typos in docstrings.
28774 (dired-mark-unmarked-files): "?\ " -> "?\s".
28775
28776 * dirtrack.el (dirtrack-list): Fix typos in docstring.
28777
28778 * faces.el (describe-face): "?\ " -> "?\s".
28779 (read-all-face-attributes, read-face-font, modify-face)
28780 (face-attr-construct, italic): Fix typos in docstrings.
28781 (frame-update-face-colors): Declare with
28782 `define-obsolete-function-alias'.
28783
28784 * files.el (find-file-noselect, recode-file-name): Doc fixes.
28785 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
28786 (magic-mode-alist, buffer-file-numbers-unique)
28787 (write-file-functions, get-free-disk-space):
28788 Fix typos in docstrings.
28789 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
28790 (write-contents-hooks, write-file-hooks):
28791 Declare with `define-obsolete-variable-alias'.
28792
28793 * forms-d2.el (arch-rj): Fix typo in docstrings.
28794 (arch-tocol): Likewise. "?\ " -> "?\s".
28795
28796 * frame.el (set-frame-font, cursor-in-non-selected-windows):
28797 Fix typo in docstring.
28798 (set-screen-width, set-screen-height): Delete redundant info in
28799 doctrings.
28800 (new-frame, screen-height, screen-width): Declare with
28801 `define-obsolete-function-alias'.
28802 (delete-frame-hook, blink-cursor): Declare with
28803 `define-obsolete-variable-alias'.
28804
28805 * paths.el (prune-directory-list): Fix typos in docstring.
28806
28807 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
28808 (cvs-prefix-get): Fix typos in docstrings.
28809
28810 * ps-print.el (ps-extend-face-list, ps-extend-face)
28811 (ps-print-background-image): Fix typos in docstrings.
28812 (ps-default-fg, ps-default-bg): Doc fixes.
28813
28814 * s-region.el (s-region-bind): Doc fix.
28815 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
28816
28817 * textmodes/org.el (org-table-formula-substitute-names)
28818 (org-table-get-vertical-vector): Doc fixes.
28819 (org-table-recalculate): Remove unused argument to `message'.
28820
28821 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
28822
28823 * textmodes/org.el (org-table-column-names)
28824 (org-table-column-name-regexp)
28825 (org-table-named-field-locations): New variables.
28826 (org-archive-subtree): Protect `this-command' when calling
28827 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
28828 the kill buffer.
28829 (org-complete): Remove fixed-formula completion.
28830 (org-edit-formulas-map): New variable.
28831 (org-table-edit-formulas): New command.
28832 (org-finish-edit-formulas, org-abort-edit-formulas)
28833 (org-show-variable, org-table-get-vertical-vector): New functions.
28834 (org-table-maybe-eval-formula): Handle `:=' fields.
28835 (org-table-get-stored-formulas, org-table-store-formulas)
28836 (org-table-get-formula, org-table-modify-formulas)
28837 (org-table-replace-in-formulas): Handle named field formulas.
28838 (org-table-get-specials): Store locations of named fields.
28839
28840 2005-07-19 Juri Linkov <juri@jurta.org>
28841
28842 * progmodes/grep.el (grep-regexp-alist)
28843 (grep-mode-font-lock-keywords, grep-process-setup):
28844 Use default GNU grep match color "01;31m" instead of "01;41m".
28845 (grep-regexp-alist, grep-mode-font-lock-keywords):
28846 Use `\\[[0-9]*m' instead of `\\[00m'.
28847 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
28848 sgr_start where its handling is more important. Use the real
28849 length of sgr_start instead of constant 8.
28850 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
28851 specially. Delete all remaining escape sequences.
28852 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
28853 (grep-regexp-alist): Make hyperlink only for binary file name
28854 instead of the whole line.
28855 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
28856 (grep-mode): Add autoload.
28857
28858 * emacs-lisp/find-func.el (find-function-regexp):
28859 Add `define-compilation-mode'.
28860
28861 2005-07-19 Juri Linkov <juri@jurta.org>
28862
28863 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
28864 (compare-windows-sync-string-size, compare-windows-recenter)
28865 (compare-windows-highlight, compare-windows): Add version 22.1.
28866 (compare-windows) <defface>: Inherit from lazy-highlight instead
28867 of duplicating its default value.
28868
28869 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
28870 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
28871
28872 * descr-text.el (describe-char): Create link buttons for `charset'
28873 and `code point'. Add the current input method name with a link
28874 button to `to input' field. Print face names of display table
28875 characters in `The display table entry is displayed by' section
28876 instead of printing face-id in the `display' field.
28877 Guess hardcoded faces and create a link button for them.
28878 Skip empty fields when calculating max-width.
28879 Treat `widget-create' specially while inserting strings from the
28880 collected field list.
28881 (describe-char-after): Made obsolete in version 22.1, not 21.5.
28882
28883 * diff-mode.el (diff-file-header): Change foreground color from
28884 yellow to green on light backgrounds.
28885 (diff-context): Inherit from `shadow' only for color/grayscale
28886 with more than 88 colors.
28887 (diff-indicator-removed, diff-indicator-added)
28888 (diff-indicator-changed): New faces.
28889 (diff-font-lock-keywords): Use new faces. Regroup rules.
28890 Add "^---$" for `normal' diff format. Fontify `#' lines with
28891 font-lock-comment-delimiter-face and font-lock-comment-face.
28892 Add `#' to ^[^...] in the rule for `diff-context-face'.
28893
28894 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
28895 a button-like box. Inherit from `highlight' on low colors.
28896 (shadow): Use shades of gray only for color/grayscale with
28897 more than 88 colors. Use green for light backgrounds with
28898 8 colors, and yellow for dark backgrounds with 8 colors.
28899
28900 * font-lock.el (font-lock-regexp-grouping-backslash):
28901 Don't inherit from escape-glyph (use bold for all cases).
28902
28903 * info.el (info-xref-visited): Use light foreground color `violet'
28904 for dark backgrounds instead of dark color `magenta3'.
28905 (info-title-1): Use `yellow' color for dark backgrounds.
28906
28907 * isearch.el (isearch): Use not-too-dark magenta3 instead of
28908 too-light magenta2.
28909
28910 * replace.el (match): Use slightly more light RoyalBlue3 instead
28911 of dark RoyalBlue4.
28912
28913 * wid-edit.el (widget-inactive): Inherit from `shadow'.
28914
28915 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
28916
28917 * novice.el (disabled-command-hook): Declare it with
28918 `define-obsolete-variable-alias'.
28919
28920 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
28921 (desktop-buffer-misc-functions, desktop-buffer-handlers)
28922 (desktop-load-default): Add release to obsolescence info.
28923 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
28924 (desktop-append-buffer-args, desktop-read):
28925 Fix typos in docstrings.
28926 (desktop-kill): Fix typo in message.
28927 (desktop-save): Doc fix.
28928
28929 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
28930
28931 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
28932 (viper-envelop-ESC-key): Change the definition of fast
28933 keysequence so it'll work with keyboard macros.
28934
28935 * ediff.el (ediff-patch-buffer): Change the docstring.
28936
28937 2005-07-19 Kenichi Handa <handa@m17n.org>
28938
28939 * international/mule-cmds.el (select-safe-coding-system): Try to
28940 use an auto-coding (if any) before anything else. If the found
28941 auto-coding is invalid, show a warning message.
28942
28943 * international/mule.el (find-auto-coding): New function created
28944 by modifying the body of set-auto-coding.
28945 (set-auto-coding): Use find-auto-coding to find a coding.
28946
28947 2005-07-18 Richard M. Stallman <rms@gnu.org>
28948
28949 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
28950 not isearch-mode-end-hook-error.
28951 (allout-before-change-protect): Fix error message.
28952
28953 2005-07-18 Juri Linkov <juri@jurta.org>
28954
28955 * allout.el (allout-mode):
28956 * calculator.el (calculator-copy):
28957 * custom.el (custom-known-themes):
28958 * dired.el (dired-desktop-buffer-misc-data)
28959 (dired-restore-desktop-buffer):
28960 * dired-x.el (dired-omit-marker-char):
28961 * files.el (basic-save-buffer):
28962 * font-core.el (font-lock-mode):
28963 * calendar/calendar.el (calendar-goto-hebrew-date)
28964 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
28965 (calendar-goto-persian-date):
28966 * language/ethio-util.el (ethio-sera-to-fidel-region):
28967 * textmodes/picture.el (picture-mode):
28968 Delete duplicate duplicate words.
28969
28970 2005-07-18 Juri Linkov <juri@jurta.org>
28971
28972 * isearch.el (isearch-mode-map): Remove key bindings for regexp
28973 chars * ? } |.
28974 (isearch-fallback): Don't call `isearch-process-search-char'.
28975 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
28976 (isearch-process-search-char): Call `isearch-fallback' for regexp
28977 chars * ? } |.
28978 (isearch-return-char): Make obsolete with `make-obsolete' instead
28979 of simply documenting it as obsolete in the docstring.
28980 (isearch-fallback): Refill docstring.
28981
28982 * international/isearch-x.el
28983 (isearch-process-search-multibyte-characters): Remove unneeded
28984 `concat'. Add intermediate values to `junk-hist' instead of
28985 `minibuffer-history'. Test the length of `str'.
28986
28987 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
28988
28989 * allout.el (allout-resolve-xref): Fix typos in error strings.
28990 (allout-before-change-protect): Remove unneeded `concat'.
28991
28992 * array.el (array-mode, array-reconfigure-rows)
28993 (untabify-backward): Fix typos in docstrings.
28994 (array-reconfigure-rows): Use `insert-buffer-substring', not
28995 `insert-buffer'.
28996
28997 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
28998 * progmodes/ada-mode.el (ada-make-body):
28999 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
29000
29001 * dired.el (dired-log):
29002 * tar-mode.el (tar-subfile-save-buffer):
29003 * play/zone.el (zone-pgm-stress-destress):
29004 Use `insert-buffer-substring', not `insert-buffer'.
29005
29006 2005-07-17 Simon Josefsson <jas@extundo.com>
29007
29008 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
29009
29010 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
29011
29012 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
29013 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
29014
29015 2005-07-17 Kim F. Storm <storm@cua.dk>
29016
29017 * ido.el (dired-other-window): Add ido property.
29018
29019 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
29020
29021 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
29022 Fix typo in docstring.
29023 (byte-compile-interactive-only-functions): Add `insert-buffer' and
29024 `insert-file-literally'.
29025
29026 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
29027 info and delete redundant message. Doc fix.
29028 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
29029 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
29030
29031 2005-07-16 Richard M. Stallman <rms@gnu.org>
29032
29033 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
29034 (byte-compile-and): Use byte-compile-and-recursion.
29035 (byte-compile-or-recursion): New function.
29036 (byte-compile-or): Use that.
29037 (byte-compile-if): Guard the else-clause too.
29038 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
29039
29040 * isearch.el (isearch-mode-end-hook-quit): New variable.
29041 (isearch-done): Bind it.
29042 (isearch-mode-end-hook): Doc fix.
29043
29044 * allout.el (allout-isearch-did-quit): Variable deleted.
29045 (allout-real-isearch-abort): Function name no longer used.
29046 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
29047 (allout-isearch-rectification): isearch-mode always exists.
29048 Don't set allout-isearch-did-quit.
29049 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
29050 allout-isearch-did-quit.
29051 (allout-enwrap-isearch): Just add the hook.
29052 (allout-isearch-abort): Function deleted.
29053 (allout-pre-command-business): Avoid warning.
29054
29055 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
29056 Correctly avoid warnings.
29057 (pascal-outline): Likewise.
29058
29059 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
29060
29061 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
29062
29063 * play/tetris.el (tetris-mode): Avoid warning.
29064
29065 * play/snake.el (snake-mode): Avoid warning.
29066
29067 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
29068 (gamegrid-set-display-table): Avoid warning.
29069 (gamegrid-set-timer): Likewise.
29070 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
29071 (gamegrid-add-score-with-update-game-score-1): Take FILE
29072 as argument.
29073 (gamegrid-add-score-with-update-game-score): Pass that argument.
29074 Rename have-shared-game-dir to gamegrid-shared-game-dir.
29075
29076 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
29077
29078 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
29079 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
29080
29081 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
29082 and insert-file.
29083
29084 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
29085 (sc-ask): Avoid warnings.
29086
29087 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
29088 (eshell-hist-initialize): Use that var the natural way.
29089
29090 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
29091
29092 * emacs-lisp/re-builder.el (reb-cook-regexp):
29093 Avoid warning calling lre-compile-string.
29094 (reb-color-display-p): Avoid warning.
29095
29096 * calculator.el (calculator-last-input): Guard uses
29097 of event-key and key-press-event-p.
29098 (event-key, key-press-event-p): Delete definitions.
29099
29100 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
29101 (find-gc-source-directory, find-gc-subrs-callers)
29102 (find-gc-noreturn-list, find-gc-source-files)
29103 (find-gc-subrs-called): Vars renamed and defvar'd.
29104
29105 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
29106 (checkdoc-overlay-put, checkdoc-delete-overlay)
29107 (checkdoc-overlay-start, checkdoc-overlay-end)
29108 (checkdoc-mode-line-update, checkdoc-char=):
29109 Define such that compiler knows they are defined.
29110 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
29111 (checkdoc-read-event): Delete. Use read-event directly.
29112
29113 * whitespace.el (whitespace-make-overlay)
29114 (whitespace-overlay-put, whitespace-delete-overlay)
29115 (whitespace-overlay-start, whitespace-overlay-end):
29116 Define such that compiler knows they are defined.
29117 (whitespace): Move conditional inside.
29118
29119 * tempo.el (tempo-insert-template): Suppress warning.
29120
29121 * ediff-diff.el (longlines-mode): Add defvar.
29122
29123 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
29124
29125 * server.el: Bind "C-x #" in a way that works even if C-x is
29126 redefined to a command key, not a prefix key.
29127
29128 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
29129
29130 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
29131 cl-make-type-test till execution time.
29132
29133 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
29134
29135 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
29136 arg ARG and use it.
29137
29138 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
29139
29140 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
29141
29142 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
29143
29144 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
29145 a defcustom with two :set or :type keywords.
29146
29147 2005-07-15 Richard M. Stallman <rms@gnu.org>
29148
29149 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
29150 Don't give ^M comment-end syntax.
29151
29152 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
29153
29154 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
29155 Don't consider gdbmi (gdb-mi.el has its own update functions).
29156 (gdb-var-delete): Make it work for gdbmi as well.
29157 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
29158
29159 * progmodes/gud.el (etags, sdb): Only require etags when needed.
29160 (gud-speedbar-menu-items): Correct logic for enabling items.
29161
29162 2005-07-15 Kim F. Storm <storm@cua.dk>
29163
29164 * ido.el: Fix commentary.
29165 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
29166 Use with-no-warnings around ffap-guesser.
29167 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
29168 Let bind minibuffer-completing-file-name to t.
29169
29170 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
29171
29172 * startup.el (site-run-file, keyboard-type): Doc fixes.
29173 (command-line): Check for "--basic-display" argument; also for
29174 "--quick", not "--bare-bones" (which was renamed).
29175 (fancy-splash-text): Add missing item "Getting New Versions".
29176 (normal-splash-screen): Fix typos and improve consistency with
29177 `fancy-splash-text'. Update copyright year.
29178
29179 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
29180 valid binding for `help-char'.
29181
29182 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
29183
29184 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
29185
29186 * term.el (term-mode): Disable cua-mode for term buffers.
29187
29188 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
29189
29190 * add-log.el (add-log-mailing-address, change-log-merge):
29191 Doc fixes.
29192 (change-log-get-method-definition): Fix typo in docstring.
29193
29194 2005-07-14 Kim F. Storm <storm@cua.dk>
29195
29196 * emulation/cua-base.el:
29197 (cua--pre-command-handler-1, cua--pre-command-handler)
29198 (cua--post-command-handler-1, cua--post-command-handler):
29199 Split in two. Check (buffer local) value of cua-mode.
29200 (cua-selection-mode): New command.
29201
29202 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
29203
29204 * custom.el (custom-initialize-safe-set)
29205 (custom-initialize-safe-default): Doc fixes.
29206
29207 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
29208 and simplify :init-value again.
29209
29210 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
29211 and simplify :init-value again. Delete autoload.
29212
29213 * startup.el (command-line): Use `custom-reevaluate-setting' again
29214 for tooltip-mode.
29215
29216 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
29217 a defcustom with two :initialize keywords.
29218
29219 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
29220
29221 * allout.el (my-mark-marker, allout-isearch-prior-pos)
29222 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
29223 (allout-post-command-business, allout-flag-region)
29224 (isearch-reenable-font-lock, allout-yank)
29225 (allout-insert-latex-header, allout-insert-latex-trailer)
29226 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
29227 (allout-latex-verb-quote): Fix typos in docstrings.
29228 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
29229 (allout-unprotected, allout-prefix-data):
29230 Improve argument/docstring consistency.
29231 (allout-chart-subtree): Fix argument spec.
29232 (allout-open-topic): Rename `use_sib_bullet' argument to
29233 `use-sib-bullet'. Doc fix.
29234
29235 * whitespace.el (whitespace-check-buffer-leading)
29236 (whitespace-check-buffer-trailing)
29237 (whitespace-check-buffer-indent)
29238 (whitespace-check-buffer-spacetab)
29239 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
29240 (whitespace-check-leading-whitespace)
29241 (whitespace-check-trailing-whitespace)
29242 (whitespace-check-spacetab-whitespace)
29243 (whitespace-check-indent-whitespace)
29244 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
29245 (whitespace-modes): Fix typos in docstrings.
29246 (defgroup, defcustom): Doc fixes.
29247
29248 * winner.el (winner-mode, winner-boring-buffers)
29249 (winner-pending-undo-ring): Doc fixes.
29250 (winner-ring): Remove unneeded `progn'.
29251 (winner-equal): `defsubst' it.
29252 (winner-redo): Fix message.
29253
29254 2005-07-13 Kim F. Storm <storm@cua.dk>
29255
29256 * simple.el (line-move-1): Always use vertical-motion to
29257 do the last (or only) line move to ensure some movement.
29258 Undo 2005-06-23 change--don't check for overlays.
29259
29260 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29261
29262 * term/mac-win.el (ccl-encode-mac-roman-font)
29263 (ccl-encode-mac-centraleurroman-font)
29264 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
29265 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
29266 Change charset-id boundary of dimension to ?\xef.
29267 (mac-char-fontspec-list): New constant.
29268 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
29269 argument. Nil uses itself as family in font-spec. Previous
29270 behavior for nil is now provided by non-nil non-string argument.
29271 All callers changed. Add font-specs for Mac fonts to
29272 "fontset-default" unless iso8859-1 fonts are installed.
29273
29274 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
29275
29276 * progmodes/sh-script.el (sh-get-indent-info): Only indent
29277 a continuation line if the \ is preceded by SPC or TAB.
29278 (sh-get-indent-info): Simplify.
29279 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
29280 Use with-current-buffer.
29281
29282 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
29283 when the matched text is empty.
29284
29285 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
29286
29287 * startup.el (command-line): Revert to previous handling of
29288 tooltip-mode. Explain in comment why the complexity is needed.
29289
29290 * tooltip.el (tooltip-mode): Revert to previous implementation of
29291 its defcustom.
29292
29293 * frame.el (blink-cursor-mode): Revert to previous implementation
29294 of its defcustom. Update comment.
29295
29296 2005-07-12 Lars Hansen <larsh@soem.dk>
29297
29298 * desktop.el: Update e-mail address.
29299
29300 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29301
29302 * term/mac-win.el (mac-services-mail-selection)
29303 (mac-services-mail-to): New functions.
29304 (mac-application-menu-map): Bind them.
29305
29306 2005-07-12 wulei <milton@wulei.net> (tiny change)
29307
29308 * progmodes/gdb-ui.el: Add note about buffering with Windows.
29309
29310 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
29311
29312 * custom.el (custom-reevaluate-setting): Doc fix.
29313
29314 2005-07-11 Jay Belanger <belanger@truman.edu>
29315
29316 * calc/calc.el (calc-embedded-announce-formula-alist)
29317 (calc-embedded-open-close-plain-alist)
29318 (calc-embedded-open-close-mode-alist): Add checks for additional
29319 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
29320
29321 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
29322
29323 * custom.el (custom-enable-theme): Don't add theme to
29324 `custom-enabled-themes' with `push' because there is no
29325 setf-method for `delq'.
29326
29327 2005-07-11 Richard M. Stallman <rms@gnu.org>
29328
29329 * custom.el (custom-declare-variable): Doc fix.
29330
29331 * dired-aux.el (dired-compare-directories): Remove "." and ".."
29332 from the alists.
29333
29334 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
29335 Do nothing if edebug-active.
29336
29337 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
29338 (edebug-display): Do it here instead.
29339
29340 2005-07-10 Richard M. Stallman <rms@gnu.org>
29341
29342 * cus-face.el (custom-theme-set-faces): Make it work.
29343 (custom-reset-faces): Doc fix.
29344 (custom-theme-reset-internal-face, custom-theme-face-value):
29345 Functions deleted.
29346
29347 * custom.el (custom-push-theme): Maintain list of the settings
29348 of a given theme in its theme-settings property.
29349 Maintain position of old settings in the theme-value
29350 or theme-face property.
29351 (custom-enabled-themes): New variable.
29352 (custom-theme-enabled-p): New function.
29353 (provide-theme): Update custom-enabled-themes.
29354 Disable and reenable the `user' theme.
29355 (require-theme): Doc fix.
29356 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
29357 (custom-theme-value, custom-theme-variable-value): Likewise.
29358 (custom-theme-reset-internal): Likewise.
29359 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
29360 (custom-enable-theme, custom-disable-theme): New functions.
29361 (custom-variable-theme-value, custom-face-theme-value): Likewise.
29362 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
29363 (custom-theme-reset-variables): Simplify.
29364 (deftheme, custom-declare-theme, custom-make-theme-feature):
29365 Definitions moved.
29366
29367 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
29368
29369 * longlines.el (longlines-show-region)
29370 (longlines-unshow-hard-newlines): Recognize hard newlines by
29371 non-nil hard property, instead of t.
29372
29373 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
29374
29375 * emulation/viper-cmd.el (viper--key-maps): New variable.
29376 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
29377 emulation-mode-map-alists.
29378 (viper-envelop-ESC-key): Use viper-subseq.
29379 (viper-search-forward/backward/next): Disable debug-on-error.
29380
29381 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29382 (viper-ESC-key): New defcustoms.
29383
29384 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
29385
29386 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
29387 (viper-subseq): Copy of subseq from cl.el.
29388
29389 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
29390 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
29391
29392 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
29393
29394 * emulation/viper-init.el: Get rid of -face in face names.
29395
29396 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
29397 Make it work with longlines mode.
29398
29399 * ediff-mult.el (ediff-meta-mode-hook): New variable.
29400
29401 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
29402
29403 * ediff-init.el: Get rid of -face in face names.
29404
29405 2005-07-10 Richard M. Stallman <rms@gnu.org>
29406
29407 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
29408 and with-timeout-unsuspend.
29409
29410 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
29411 and with-timeout-unsuspend.
29412
29413 * emacs-lisp/timer.el (with-timeout-timers): New variable.
29414 (with-timeout): Bind that variable to record timers.
29415 (with-timeout-suspend, with-timeout-unsuspend): New functions.
29416
29417 * emacs-lisp/debug.el (debug-help-follow): New function.
29418 (debugger-mode-map): Use that instead of help-follow.
29419 (debugger-setup-buffer): Use eval-buffer-list
29420 to handle eval-buffer frames.
29421
29422 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
29423
29424 * timezone.el (timezone-parse-date): Change first regexp
29425 so it will not mistakenly match dates with no time zone.
29426
29427 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
29428
29429 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
29430
29431 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
29432
29433 * custom.el (custom-initialize-safe-set)
29434 (custom-initialize-safe-default): New functions.
29435
29436 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
29437 and simplify :init-value.
29438
29439 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
29440 and simplify :init-value. Delete obsolete comment.
29441
29442 * startup.el (command-line): Use `custom-reevaluate-setting' to
29443 handle `tooltip-mode'. Delete obsolete comment.
29444
29445 * files.el (set-visited-file-name): Avoid calling
29446 `file-name-nondirectory' with a nil argument.
29447
29448 2005-07-09 Richard M. Stallman <rms@gnu.org>
29449
29450 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
29451 was called with nil for the buffer, handle the read position right.
29452 Handle read position for eval-region, too.
29453
29454 2005-07-09 Juri Linkov <juri@jurta.org>
29455
29456 * fringe.el (fringe-mode): Add period in docstring.
29457 (fringe-query-style): Build prompt depending on `all-frames' arg.
29458
29459 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
29460 to not create links to unrelated functions in the Help buffer.
29461
29462 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
29463 Doc fix.
29464
29465 * simple.el (next-error-hook): New variable.
29466 (next-error): Use it. Doc fix.
29467
29468 * textmodes/ispell.el (ispell-command-loop): Add current
29469 dictionary name and program name to mode-line-format.
29470 (ispell-region, ispell-process-line): Add current dictionary name
29471 and program name to messages.
29472
29473 2005-07-08 Jay Belanger <belanger@truman.edu>
29474
29475 * calc/calc.el (calc-embedded-announce-formula-alist)
29476 (calc-embedded-open-close-formula-alist)
29477 (calc-embedded-open-close-word-alist)
29478 (calc-embedded-open-close-plain-alist)
29479 (calc-embedded-open-close-new-formula-alist)
29480 (calc-embedded-open-close-mode-alist)
29481 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
29482 (calc-embedded-mode-hook): New variables.
29483
29484 * calc/calc-embed.el (calc-embedded-firsttime)
29485 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
29486 New variables.
29487 (calc-do-embedded): Use calc-embedded-firsttime,
29488 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
29489 determine whether or not to run hooks.
29490 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
29491 calc-embedded-firsttime-formula appropriately.
29492 Set calc-embedded delimiter variables according to mode.
29493
29494 2005-07-08 Richard M. Stallman <rms@gnu.org>
29495
29496 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
29497 Check for "emacs", etc., as entire symbol, not just as word.
29498 (checkdoc-file-comments-engine): Use regexp-quote on FN.
29499
29500 * files.el (set-visited-file-name): Report the error
29501 for "empty filename" earlier.
29502 (kill-some-buffers): Ignore buffers already dead.
29503
29504 * fringe.el (fringe-mode): Doc fix.
29505
29506 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
29507 Check for (featurep 'xemacs) and turn off warnings in what it guards.
29508 Use unwind-protect to ensure byte-compile-unresolved-functions
29509 is updated.
29510
29511 * whitespace.el (whitespace-buffer-leading-cleanup):
29512 Simplify w/ skip-chars-forward.
29513 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
29514
29515 * mail/rmail.el (rmail-only-expunge): Fix paren error.
29516 Unconditionally try to leave point at the same old place.
29517
29518 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
29519
29520 * comint.el (comint-postoutput-scroll-to-bottom)
29521 (comint-show-maximum-output): Take scroll-margin into consideration.
29522
29523 2005-07-08 Kim F. Storm <storm@cua.dk>
29524
29525 * ido.el (ido-use-filename-at-point): New choice `guess'.
29526 (ido-file-internal): Try ffap-guesser if selected.
29527
29528 * ido.el (ido-before-fallback-functions): New hook.
29529 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
29530 (ido-read-file-name): Run it.
29531
29532 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
29533
29534 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
29535 strings rather than a list of symbols to the completion function.
29536
29537 2005-07-07 Jay Belanger <belanger@truman.edu>
29538
29539 * calc/calc-units.el (math-apply-units): Change the places in
29540 which units are simplified.
29541
29542 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
29543
29544 * cus-edit.el (customize-option, customize-option-other-window):
29545 Make them handle aliases.
29546
29547 * custom.el (custom-variable-p): Make it recursively follow
29548 aliases. Mention that in the docstring.
29549
29550 2005-07-07 Richard M. Stallman <rms@gnu.org>
29551
29552 * cus-start.el (exec-path): Use `directory' instead of `file'.
29553 Fix tag for nil.
29554
29555 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
29556
29557 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
29558 when called non-interactively. Doc fix.
29559
29560 2005-07-07 Lute Kamstra <lute@gnu.org>
29561
29562 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
29563 new address as well.
29564
29565 2005-07-07 Kenichi Handa <handa@m17n.org>
29566
29567 * international/mule.el (make-coding-system):
29568 Describe `ascii-incompatible' property in the docstring.
29569 (set-file-name-coding-system): Signal an error if coding-system is
29570 ascii-incompatible.
29571 (set-keyboard-coding-system): Likewise.
29572
29573 * international/mule-cmds.el (set-default-coding-systems):
29574 Don't set default-file-name-coding-system and
29575 default-keyboard-coding-system if coding-system is ASCII-incompatible.
29576
29577 * international/utf-16.el: Declare that all UTF-16-based coding
29578 systems are ASCII-incompatible.
29579
29580 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
29581
29582 * progmodes/gud.el: Require font-lock for displaying errors.
29583 Used by gdb-ui.el.
29584
29585 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
29586
29587 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
29588 values for the pattern lists which are `read'able but not
29589 `append'able (like symbols).
29590
29591 2005-07-06 Richard M. Stallman <rms@gnu.org>
29592
29593 * progmodes/flymake.el (flymake-float-time): Instead of
29594 with-no-warnings, test for XEmacs.
29595 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
29596 to avoid warning.
29597
29598 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
29599
29600 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
29601
29602 2005-07-05 Lute Kamstra <lute@gnu.org>
29603
29604 * battery.el: Add support for Darwin (with much debugging help
29605 from Samuel Lauber <sam124@operamail.com>).
29606 (battery-status-function, battery-echo-area-format)
29607 (battery-mode-line-format): Add support for pmset on Darwin.
29608 (battery-load-low, battery-load-critical): New user options.
29609 (battery-pmset): New function.
29610
29611 2005-07-05 Lute Kamstra <lute@gnu.org>
29612
29613 Update FSF's address in GPL notices.
29614
29615 * textmodes/page-ext.el: Update FSF's address.
29616
29617 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
29618
29619 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
29620 filling from using prefix when filling a single-line docstring.
29621
29622 * progmodes/flymake.el: Remove useless eval-when-compile.
29623
29624 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
29625
29626 2005-07-04 Richard M. Stallman <rms@gnu.org>
29627
29628 * textmodes/org.el (org-file-apps-defaults-gnu):
29629 Rename from org-file-apps-defaults-linux.
29630 (org-default-apps): Don't test system-type for `linux'.
29631 (org-file-apps): Doc fix.
29632
29633 2005-07-04 David Ponce <david@dponce.com>
29634
29635 * tree-widget.el: Improve header Commentary section.
29636 (tree-widget) [defgroup]
29637 (tree-widget-image-enable, tree-widget-themes-directory)
29638 (tree-widget-theme, tree-widget-image-properties-emacs)
29639 (tree-widget-image-properties-xemacs, tree-widget-create-image)
29640 (tree-widget-image-formats, tree-widget-control)
29641 (tree-widget-empty-control, tree-widget-leaf-control
29642 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
29643 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
29644 (tree-widget-keep, tree-widget-after-toggle-functions)
29645 (tree-widget-open-node, tree-widget-close-node): Doc fix.
29646 (tree-widget-open-control, tree-widget-close-control): Fix doc and
29647 :help-echo message.
29648 (tree-widget-set-theme): Doc fix. Use `string-equal'.
29649 (tree-widget-image-properties): Doc fix. Clearer implementation.
29650 (tree-widget--cursors): New constant.
29651 (tree-widget-lookup-image): New function split from
29652 `tree-widget-find-image'. Clearer implementation.
29653 (tree-widget-find-image): Use it.
29654 (tree-widget-button-keymap): Use `set-keymap-parent'.
29655 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
29656 Define the sub-widgets here.
29657 (tree-widget-node): Check that :node is not a tree-widget.
29658 (tree-widget-get-super, tree-widget-open-control)
29659 (tree-widget-close-control, tree-widget-empty-control)
29660 (tree-widget-leaf-control, tree-widget-guide)
29661 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
29662 (tree-widget-no-handle, tree-widget-value-delete)
29663 (tree-widget-map): Remove.
29664 (tree-widget-children-value-save): Doc fix. Simplified.
29665 (tree-widget-value-create): Update according to previous changes.
29666
29667 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
29668
29669 * textmodes/org.el: Leading space replaced by TABS.
29670 (org-recalc-marks, org-table-rotate-recalc-marks)
29671 (org-table-get-specials): Treat "^" and "_" marks.
29672 (org-table-justify-field-maybe): Optional argument NEW.
29673 (org-table-eval-formula): Parsing of the format simplified.
29674 New modes C,I. Honor the %= parameter in the current table.
29675 Avoid unnecessary re-align by using the NEW argument to
29676 `org-table-justify-field-maybe'.
29677 (org-calc-default-modes): Default for date-format mimicks org-mode.
29678 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
29679
29680 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
29681
29682 * cus-face.el (custom-theme-set-faces): Make it handle face
29683 aliases whose alias declarations are pre- or autoloaded.
29684
29685 2005-07-04 Juri Linkov <juri@jurta.org>
29686
29687 * faces.el (read-face-name): Put the code for getting a face name
29688 from the buffer before adding the faces from the `face' property.
29689 Use `completing-read-multiple' instead of `completing-read'.
29690 Require `crm'. Add default value and post-process the returned
29691 list of faces.
29692
29693 * emacs-lisp/crm.el (crm-find-current-element)
29694 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
29695
29696 * emacs-lisp/lisp-mode.el (eval-defun-1):
29697 * emacs-lisp/edebug.el (edebug-eval-defun):
29698 Remove unnecessary quotes.
29699
29700 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
29701
29702 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
29703 (prolog-indent-level): Fix typo in docstring.
29704
29705 * info.el (Info-history, Info-history-forward)
29706 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
29707
29708 * add-log.el (add-change-log-entry):
29709 * comint.el (comint-dynamic-list-input-ring)
29710 (comint-dynamic-list-completions):
29711 * dabbrev.el (dabbrev-expand):
29712 * delim-col.el (delimit-columns-rectangle-line):
29713 * diff-mode.el (diff-context->unified, diff-reverse-direction)
29714 (diff-unified->context):
29715 * ediff-init.el (ediff-abbrev-jobname):
29716 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
29717 (ediff-replace-session-activity-marker-in-meta-buffer):
29718 * info.el (Info-summary):
29719 * lpr.el (printify-region):
29720 * printing.el (pr-create-interface):
29721 * ps-print.el (ps-print-quote):
29722 * ses.el (ses-column-widths, ses-print-cell)
29723 (ses-adjust-print-width, ses-center):
29724 * shell.el (shell-file-name-quote-list):
29725 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
29726 (strokes-fill-current-buffer-with-whitespace)
29727 (strokes-xpm-for-stroke, strokes-list-strokes)
29728 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
29729 * term.el (term-dynamic-list-input-ring)
29730 (term-dynamic-list-completions):
29731 * calc/calc.el (math-format-stack-value):
29732 * emacs-lisp/edebug.el (edebug-display-freq-count):
29733 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
29734 (delphi-new-comment-line):
29735 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
29736 * progmodes/executable.el (executable-set-magic):
29737 * progmodes/python.el (inferior-python-mode):
29738 * progmodes/scheme.el (scheme-mode-syntax-table):
29739 * progmodes/sh-script.el (sh-maybe-here-document):
29740 * progmodes/sql.el (sql-copy-column):
29741 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
29742 * textmodes/bibtex.el (bibtex-mode):
29743 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
29744 (sgml-auto-attributes):
29745 * textmodes/table.el (table-insert, table-shorten-cell)
29746 (table--generate-source-scan-lines, table-delete-row)
29747 (*table--cell-delete-char, table--spacify-frame)
29748 (table--horizontally-shift-above-and-below)
29749 (table--cell-insert-char, table--cell-blank-str)
29750 (table--fill-region-strictly):
29751 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
29752 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
29753
29754 * add-log.el (change-log):
29755 * apropos.el (apropos):
29756 * comint.el (comint-completion, comint-source):
29757 * dabbrev.el (dabbrev):
29758 * delim-col.el (columns):
29759 * diff-mode.el (diff-mode):
29760 * ediff.el (ediff):
29761 * ediff-diff.el (ediff-diff):
29762 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
29763 * ediff-mult.el (ediff-mult):
29764 * ediff-ptch.el (ediff-ptch):
29765 * ediff-wind.el (ediff-window):
29766 * facemenu.el (facemenu):
29767 * indent.el (indent):
29768 * info.el (info):
29769 * jka-cmpr-hook.el (compression, jka-compr):
29770 * lpr.el (lpr):
29771 * outline.el (outlines):
29772 * pcmpl-cvs.el (pcmpl-cvs):
29773 * pcmpl-rpm.el (pcmpl-rpm):
29774 * printing.el (printing):
29775 * ps-print.el (postscript, ps-print, ps-print-horizontal)
29776 (ps-print-vertical, ps-print-headers, ps-print-font)
29777 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
29778 (ps-print-background, ps-print-printer, ps-print-page)
29779 (ps-print-miscellany):
29780 * ses.el (ses):
29781 * shell.el (shell, shell-directories, shell-faces):
29782 * startup.el (initialization):
29783 * strokes.el (strokes):
29784 * term.el (term):
29785 * uniquify.el (uniquify):
29786 * w32-vars.el (w32):
29787 * calc/calc.el (calc):
29788 * emacs-lisp/bytecomp.el (bytecomp):
29789 * emacs-lisp/cl-indent.el (lisp-indent):
29790 * emacs-lisp/edebug.el (edebug):
29791 * emacs-lisp/elp.el (elp):
29792 * emacs-lisp/testcover.el (testcover):
29793 * emacs-lisp/trace.el (trace):
29794 * emulation/viper-ex.el (viper-ex):
29795 * emulation/viper-mous.el (viper-mouse):
29796 * mail/mailalias.el (mailalias):
29797 * mail/supercite.el (supercite, supercite-frames)
29798 (supercite-attr, supercite-cite, supercite-hooks):
29799 * net/rcompile.el (remote-compile):
29800 * net/rlogin.el (rlogin):
29801 * obsolete/ooutline.el (outlines):
29802 * progmodes/delphi.el (delphi):
29803 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
29804 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
29805 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
29806 (ebnf-optimization):
29807 * progmodes/etags.el (etags):
29808 * progmodes/executable.el (executable):
29809 * progmodes/idlwave.el (idlwave):
29810 * progmodes/pascal.el (pascal):
29811 * progmodes/prolog.el (prolog):
29812 * progmodes/python.el (python):
29813 * progmodes/scheme.el (scheme):
29814 * progmodes/sh-script.el (sh, sh-script):
29815 * progmodes/sql.el (SQL):
29816 * progmodes/tcl.el (tcl):
29817 * textmodes/bibtex.el (bibtex, bibtex-autokey):
29818 * textmodes/enriched.el (enriched):
29819 * textmodes/makeinfo.el (makeinfo):
29820 * textmodes/sgml-mode.el (sgml):
29821 * textmodes/table.el (table-hooks):
29822 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
29823 * textmodes/texinfo.el (texinfo):
29824 * textmodes/two-column.el (two-column):
29825 Finish `defgroup' description with period.
29826
29827 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
29828 * eshell/esh-var.el (eshell-var):
29829 * progmodes/vhdl-mode.el (vhdl-testbench):
29830 * textmodes/org.el (org): Fix typos in docstrings.
29831
29832 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
29833 consistency.
29834
29835 * progmodes/flymake.el (flymake-find-file): Remove.
29836 (flymake-float-time): Use `with-no-warnings'.
29837 (flymake-check-start-time, flymake-check-was-interrupted)
29838 (flymake-err-info, flymake-is-running, flymake-last-change-time)
29839 (flymake-new-err-info): `defvar' at compile time.
29840
29841 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
29842
29843 * replace.el (occur-hook): Doc fix.
29844 (occur-1): Don't call `occur-hook' if there are no matches.
29845
29846 2005-07-03 Richard M. Stallman <rms@gnu.org>
29847
29848 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
29849 global-map, save the same map.
29850 (global-map): Don't alter it at top level.
29851 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
29852 Then alter it here instead.
29853 (tpu-edt-off): Set global-map to the saved one.
29854
29855 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
29856 All references simplified.
29857 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
29858 (zmacs-regions): Add defvar.
29859 (repeat-complex-command-map): Everything about that deleted.
29860
29861 * textmodes/artist.el (artist-key-is-drawing)
29862 (artist-key-endpoint1, artist-key-poly-point-list)
29863 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
29864 (artist-key-compl-table, artist-rb-save-data)
29865 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
29866 Don't put them in eval-when-compile.
29867 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
29868
29869 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
29870 Use with-no-warnings.
29871
29872 * net/browse-url.el (dos-windows-version): Add defvar.
29873
29874 * mail/supercite.el (filladapt-prefix-table): Add defvar.
29875
29876 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
29877 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
29878 (rmail-new-summary-line-count): Rename from new-summary-line-count.
29879 Add defvar.
29880 (rmail-summary-beginning-of-message): Use with-no-warnings.
29881 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
29882
29883 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
29884 Use with-no-warnings.
29885
29886 * emulation/vi.el (vi-mark-region): Use c-mark-function.
29887 (c-mark-function): Add point-moving-unit property.
29888 (vi-goto-line): Use with-no-warnings.
29889
29890 * emulation/edt.el (edt-last-copied-word): Add defvar.
29891 (zmacs-region-stays): Likewise.
29892 (edt-mark-section-wisely): Use c-mark-function for C.
29893 Use makr-defun for Fortran.
29894 (time-string): defvar deleted.
29895 (edt-display-the-time): Don't set time-string.
29896
29897 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
29898
29899 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29900 Don't warn when name is not constant
29901 or for defining the group `emacs'.
29902
29903 * tooltip.el (gud-tooltip-mode): Add defvar.
29904
29905 * startup.el (default-frame-background-mode): Add defvar.
29906
29907 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
29908
29909 * info.el (tool-bar-map): Add defvar.
29910
29911 * dired.el (dnd-protocol-alist): Add defvar.
29912
29913 * dired-aux.el (dired-query): Display question with answer, when
29914 the user answers.
29915
29916 * custom.el (custom-add-option): Doc fix.
29917
29918 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
29919
29920 2005-07-03 Eli Zaretskii <eliz@gnu.org>
29921
29922 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
29923 bogus name from the last change.
29924
29925 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
29926
29927 * custom.el (custom-declare-variable): Fix typos in comment.
29928 (custom-known-themes): Doc fix.
29929 (custom-theme-directory): New defcustom.
29930 (require-theme): Make it check `custom-theme-directory'.
29931
29932 * cus-theme.el (custom-new-theme-mode): New function.
29933 (custom-theme-name, custom-theme-variables, custom-theme-faces)
29934 (custom-theme-description): Add compiler defvars.
29935 (customize-create-theme): Add doc to the "*New Custom Theme*"
29936 buffer. Use `custom-new-theme-mode'.
29937 (custom-theme-write): Put the created buffer in emacs-lisp-mode
29938 and save it to the `custom-theme-directory'. Make this the
29939 default directory of the buffer.
29940
29941 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
29942
29943 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
29944 Fix unbalanced parentheses.
29945
29946 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
29947
29948 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
29949 into flymake-mode and delegate to flymake-mode.
29950
29951 * find-file.el (ff-which-function-are-we-in): Clean up.
29952
29953 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
29954
29955 * replace.el (occur-rename-buffer): Fix docstring.
29956
29957 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
29958 (edt-last-copied-word, edt-learn-macro-count)
29959 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
29960 (edt-rect-start-point, edt-user-global-map, rect-start-point)
29961 (time-string, zmacs-region-stays):
29962 * emulation/edt-mapper.el (edt-save-function-key-map)
29963 (EDT-key-name): `defvar' to silence the byte-compiler.
29964
29965 2005-07-02 Martin Rudalics <rudalics@gmx.at>
29966
29967 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
29968 font-lock-regexp-backslash. Doc fix.
29969 (font-lock-regexp-backslash-grouping-construct): Rename from
29970 font-lock-regexp-backslash-construct. Doc fix.
29971 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
29972 grouping constructs.
29973
29974 2005-07-02 Eli Zaretskii <eliz@gnu.org>
29975
29976 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
29977 updating all the prerequisites.
29978
29979 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
29980
29981 * textmodes/org.el (org-agenda-start-on-weekday)
29982 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
29983 (org-agenda-use-time-grid, org-archive-location)
29984 (org-allow-space-in-links, org-usenet-links-prefer-google)
29985 (org-enable-table-editor, org-export-default-language)
29986 (org-export-html-show-new-buffer, org-fill-paragraph)
29987 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
29988 (org-goto-quit, org-occur, org-eval-in-calendar)
29989 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
29990 (org-agenda-diary-entry, org-remember-help)
29991 (org-table-convert-region, org-at-table-p)
29992 (org-table-move-row-down, org-table-move-row-up)
29993 (org-table-copy-region, org-table-toggle-vline-visibility)
29994 (org-table-get-stored-formulas, org-table-get-specials)
29995 (org-recalc-commands, org-table-eval-formula)
29996 (org-table-formula-substitute-names, orgtbl-make-binding)
29997 (org-format-org-table-html, org-format-table-table-html)
29998 (org-format-table-table-html-using-table-generate-source)
29999 (org-customize): Fix typos in docstrings.
30000 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
30001 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
30002 (org-back-to-heading): Doc fixes.
30003 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
30004 (org-agenda-change-all-lines, org-get-header):
30005 Improve argument/docstring consistency.
30006 (orgtbl-error): Fix error message.
30007
30008 * progmodes/flymake.el (flymake-find-possible-master-files)
30009 (flymake-master-file-compare, flymake-get-line-err-count)
30010 (flymake-highlight-line, flymake-gui-warnings-enabled):
30011 Fix typos in docstrings.
30012 (flymake-parse-line, flymake-get-project-include-dirs-function)
30013 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
30014 Doc fixes.
30015 (flymake-get-project-include-dirs-function)
30016 (flymake-make-err-menu-data):
30017 Improve argument/docstring consistency.
30018
30019 2005-07-01 Lute Kamstra <lute@gnu.org>
30020
30021 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
30022 Catch errors with ignore-errors. Use temporary buffer.
30023 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
30024
30025 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
30026 background color faces.
30027 (facemenu-set-foreground, facemenu-set-background):
30028 Use facemenu-set-face-from-menu.
30029 (facemenu-set-face-from-menu): Treat face names that start with
30030 "fg:" or "bg:" as special.
30031 (facemenu-add-new-color): Don't create faces. Simplify.
30032
30033 2005-06-30 Richard M. Stallman <rms@gnu.org>
30034
30035 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
30036 (crm-find-current-element): Likewise.
30037
30038 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
30039
30040 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
30041
30042 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
30043
30044 * arc-mode.el (archive-extract): Make it work as a mouse binding.
30045 (archive-mouse-extract): Make it an obsolete alias.
30046 (archive-mode-map): Don't use archive-mouse-extract any more.
30047 (archive-mode, archive-extract): write-contents-hooks ->
30048 write-contents-functions.
30049 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
30050 first arg.
30051 (archive-rename-entry): Update the call.
30052 (archive-zip-summarize): Remove unused var `method'.
30053 (archive-lzh-summarize): Remove unused var `creator'.
30054
30055 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
30056 dedicated frame upon exit.
30057
30058 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
30059 (archive-zip-extract, archive-zip-expunge)
30060 (archive-zip-update, archive-zip-update-case): Use executable-find.
30061 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
30062 Use restore-buffer-modified-p.
30063 (archive-extract, archive-add-new-member, archive-write-file-member):
30064 Use with-current-buffer.
30065 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
30066
30067 2005-06-30 Andreas Schwab <schwab@suse.de>
30068
30069 * progmodes/gud.el (gud-filter): Remove unneeded progn.
30070
30071 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30072
30073 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
30074
30075 2005-06-30 Juri Linkov <juri@jurta.org>
30076
30077 * faces.el (vertical-border): Inherit from mode-line-inactive
30078 only on tty.
30079
30080 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
30081
30082 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
30083 example, -NLINES in the `occur' docstring).
30084
30085 * replace.el (occur-1): When no matches are found, do not set the
30086 `buffer-read-only' and modified flags for the occur buffer,
30087 because it is deleted.
30088
30089 * emulation/cua-base.el (cua-check-pending-input)
30090 (cua-repeat-replace-region, cua-mode, cua-debug)
30091 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
30092 Fix typos in docstrings.
30093
30094 * emulation/cua-gmrk.el (cua-toggle-global-mark)
30095 (cua-cut-region-to-global-mark)
30096 (cua--cut-rectangle-to-global-mark):
30097 Remove period from end of messages.
30098
30099 * emulation/cua-rect.el (cua-do-rectangle-padding):
30100 Remove period from end of messages.
30101 (cua--rectangle-seq-format): Fix typo in docstring.
30102 (cua-sequence-rectangle, cua-fill-char-rectangle):
30103 Improve argument/docstring consistency.
30104
30105 2005-06-29 Juri Linkov <juri@jurta.org>
30106
30107 * faces.el (default-frame-background-mode): New internal variable.
30108 (frame-set-background-mode): Use it.
30109
30110 * startup.el (normal-top-level): Set default-frame-background-mode
30111 instead of frame-background-mode. Before setting it, test for its
30112 nil value. Remove tests for frame-background-mode and frame
30113 parameter `reverse'. Add test for "unspecified-fg".
30114
30115 * term/xterm.el (xterm-rxvt-set-background-mode):
30116 * term/rxvt.el (rxvt-set-background-mode):
30117 Set default-frame-background-mode instead of frame-background-mode.
30118
30119 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
30120
30121 * simple.el (set-variable): Warn about obsolete user variables.
30122
30123 * imenu.el (imenu--completion-buffer):
30124 * mouse.el (mouse-buffer-menu-alist):
30125 * msb.el (msb-invisible-buffer-p):
30126 * calendar/diary-lib.el (diary-header-line-format):
30127 * emacs-lisp/pp.el (pp-buffer):
30128 * progmodes/cperl-mode.el (cperl-do-auto-fill):
30129 * textmodes/picture.el (picture-replace-match):
30130 Change space constants followed by a sexp to "?\s ".
30131
30132 * play/decipher.el (decipher-loop-with-breaks):
30133 * textmodes/texinfo.el (texinfo-insert-@item): Change space
30134 constants "protected" from end of line by a comment to "?\s".
30135
30136 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
30137
30138 * font-lock.el (save-buffer-state): Use `declare'.
30139
30140 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
30141 reset the syntax-table to cperl-mode-syntax-table.
30142 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
30143 "foo_print_bar" is not matched as a reserved keyword.
30144
30145 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
30146
30147 * textmodes/org.el (orgtbl-setup): New function, for delayed
30148 setup for the orgtbl commands.
30149 (org-calc-default-modes): New option.
30150 (orgtbl-make-binding): Use `defun' to get better help display.
30151 (org-diary): Call `org-compile-prefix-format'.
30152 (org-table-formula-substitute-names): New function.
30153 (org-agenda-day-view, org-agenda-week-view): New commands.
30154 (org-agenda-toggle-week-view): Command removed.
30155 (org-tbl-menu): Split off from org-org-menu.
30156 (org-mode): Move removal of outline-mode menus to here.
30157 (org-table-formula-debug): New option.
30158 (org-table-insert-row): Keep first field if just "#" or "*".
30159 (org-mode): Paragraph regexps fixed.
30160 (org-table-recalculate-regexp): New constant.
30161 (org-table-justify-field-maybe): Avoid replace if not necessary.
30162 (org-copy-special, org-cut-special): Use `call-interactively'.
30163 (org-table-copy-region): Take region from `interactive' call.
30164 (org-trim): Return string even if no match.
30165 (org-formula): New face.
30166 (org-set-font-lock-defaults): No longer highlight "FIXME".
30167 But highlight formula-related fields in table.
30168 (org-table-p): Use regexp, not fontification.
30169 (org-table-align): Handle white space at end of line.
30170 (org-table-formula-evaluate-inline): New option.
30171 (org-mode): Auto-wrapping in comment lines turned off.
30172 (org-table-copy-down): Evaluate only in copied field, not in
30173 destination.
30174 (org-table-current-formula): Variable removed.
30175 (org-table-store-formulas, org-table-get-stored-formulas)
30176 (org-table-modify-formulas, org-table-replace-in-formulas)
30177 (org-table-maybe-eval-formula): New functions.
30178 (org-table-get-formula): Modify to use stored formulas.
30179 (org-table-insert-column, org-table-delete-column)
30180 (org-table-move-column): Call `org-table-modify-formulas'.
30181 (org-complete): Add completion for keyword formulas.
30182 (orgtbl-mode): Pull orgtbl-mode-map to start of
30183 minor-mode-map-alist.
30184
30185 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
30186
30187 * progmodes/python.el (python-check): Require `compile' before
30188 modifying its variables.
30189
30190 * newcomment.el (comment-indent-default): Don't get fooled by an early
30191 end of buffer.
30192
30193 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30194
30195 * ps-print.el (ps-print-version): Fix version number.
30196
30197 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
30198
30199 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
30200
30201 2005-06-28 Richard M. Stallman <rms@gnu.org>
30202
30203 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
30204 (flyspell-local-mouse-map): Declaration deleted.
30205 (flyspell-mouse-map): Bind only mouse-2.
30206 (flyspell-mode-map): Don't test flyspell-use-local-map.
30207 (flyspell-overlay-keymap-property-name): Var deleted.
30208 (flyspell-mode-on): Don't make local bindings for
30209 flyspell-mouse-map and flyspell-mode-map.
30210 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
30211
30212 * textmodes/ispell.el (ispell-word): Do not ignore short words.
30213
30214 * progmodes/compile.el (compilation-next-error-function):
30215 Don't switch buffers; operate on the current buffer.
30216
30217 * progmodes/compile.el (compilation-error-file-name)
30218 (compilation-warning-file-name, compilation-info-file-name)
30219 (compilation-line-number, compilation-column-number): New faces.
30220 (compilation-error-face, compilation-warning-face)
30221 (compilation-info-face, compilation-line-face)
30222 (compilation-column-face): Use them.
30223
30224 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
30225
30226 * comint.el (comint-password-prompt-regexp): Accept ", try again".
30227
30228 * bindings.el (global-map): Bind insertchar and its variants.
30229
30230 2005-06-27 Richard M. Stallman <rms@gnu.org>
30231
30232 * textmodes/artist.el (artist-text-overwrite)
30233 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
30234
30235 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30236
30237 * ps-print.el: It was not working the page selection for printing.
30238 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
30239 (ps-print-version): New version 6.6.7.
30240 (ps-end-sheet): New fun.
30241 (ps-header-sheet, ps-end-job): Call it.
30242
30243 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
30244
30245 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
30246
30247 2005-06-27 Lute Kamstra <lute@gnu.org>
30248
30249 * facemenu.el (facemenu-unlisted-faces): Add foreground and
30250 background color faces.
30251 (facemenu-get-face): Delete function.
30252 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
30253 (facemenu-add-new-color): Make second argument mandatory.
30254 Create the appropriate face and return it. Simplify.
30255 (facemenu-set-foreground, facemenu-set-background): Don't check if
30256 color is defined. Use return value of facemenu-add-new-color.
30257
30258 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
30259
30260 * progmodes/gud.el (gud-filter): Add missing argument to
30261 with-selected-window.
30262
30263 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
30264
30265 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
30266 a :require to the defcustom.
30267
30268 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
30269 defcustoms corresponding to minor modes.
30270
30271 2005-06-26 David Ponce <david@dponce.com>
30272
30273 * recentf.el: Require tree-widget instead of wid-edit.
30274 (recentf-filename-handler): Fix widget :type.
30275 (recentf-cancel-dialog, recentf-open-more-files)
30276 (recentf-open-files-action): Doc fix.
30277 (recentf-dialog-goto-first): New function.
30278 (recentf-dialog-mode-map): Set parent keymap first.
30279 (recentf-dialog-mode): Define with define-derived-mode.
30280 Don't display continuation lines in dialogs.
30281 (recentf-edit-list): Rename from recentf-edit-selected-items.
30282 (recentf-edit-list-select): Rename from recentf-edit-list-action.
30283 Simplify.
30284 (recentf-edit-list-validate): New function.
30285 (recentf-edit-list): Update accordingly.
30286 (recentf-open-files-item-shift): Remove.
30287 (recentf-open-files-item): Convert menu elements into tree and
30288 link widgets. Don't create the widgets.
30289 (recentf-open-files): Update accordingly.
30290 (recentf-save-list): Untabify.
30291
30292 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
30293
30294 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
30295 (keep-lines): Add INTERACTIVE arg. Never delete lines only
30296 partially contained in the active region. Do not take active
30297 region into account when called from Lisp, unless INTERACTIVE arg
30298 is non-nil. Use `forward-line' instead of `beginning-of-line' to
30299 avoid trouble with fields. Make marker point nowhere when no
30300 longer used. Always return nil. Doc fix.
30301 (flush-lines): Add INTERACTIVE arg. Do not take active region
30302 into account when called from Lisp, unless INTERACTIVE arg is
30303 non-nil. Use `forward-line' instead of `beginning-of-line' to
30304 avoid trouble with fields. Make marker point nowhere when no
30305 longer used. Always return nil. Doc fix.
30306 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
30307 interchangeable. Do not take active region into account when
30308 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
30309 message in echo area when called from Lisp, unless INTERACTIVE arg
30310 is non-nil. Avoid saying "1 occurrences". Do not use markers.
30311 Return the number of matches. Doc fix.
30312 (occur): Doc fix.
30313 (perform-replace): Make comment follow double space convention for
30314 the sake of `outline-minor-mode'.
30315
30316 * faces.el (facep): Doc fix.
30317
30318 2005-06-25 Richard M. Stallman <rms@gnu.org>
30319
30320 * facemenu.el (facemenu-enable-faces-p): New function.
30321 (facemenu-background-menu, facemenu-foreground-menu)
30322 (facemenu-face-menu): Add menu-enable property.
30323
30324 * jka-compr.el (jka-compr-insert-file-contents):
30325 Special handling if cannot find the uncompression program.
30326
30327 * cus-face.el (custom-face-attributes): Add autoload.
30328
30329 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30330 Bind comment-indent-function locally.
30331
30332 * window.el (save-selected-window): Use save-current-buffer.
30333
30334 * subr.el (with-selected-window): Use save-current-buffer.
30335
30336 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
30337 and with-current-buffer.
30338
30339 2005-06-24 Richard M. Stallman <rms@gnu.org>
30340
30341 * simple.el (line-move-1): Fix previous change.
30342
30343 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
30344
30345 * replace.el (occur-1): Set `buffer-read-only' and the
30346 buffer-modified flag before running `occur-hook' to protect
30347 against unintentional buffer switches that can lead to data loss.
30348
30349 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
30350
30351 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
30352 (gud-gdb-marker-filter): Use font-lock-warning-face for any
30353 initial error.
30354
30355 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
30356 after fresh input.
30357 (gdb-var-create-handler): Put name of expression in quotes.
30358
30359 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
30360
30361 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
30362 elements of RING in order, and without bogus nil elements.
30363
30364 2005-06-23 Richard M. Stallman <rms@gnu.org>
30365
30366 * simple.el (set-variable): Args renamed; doc fix.
30367 (line-move-1): When there are overlays around, use vertical-motion.
30368
30369 * faces.el (escape-glyph): Use brown against light background.
30370 (nobreak-space): Rename from no-break-space.
30371 Fix previous change.
30372
30373 * dired-aux.el (dired-do-copy): Fix arg prompt.
30374
30375 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
30376
30377 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
30378
30379 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
30380 rather than "Distributor".
30381
30382 2005-06-23 Lute Kamstra <lute@gnu.org>
30383
30384 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
30385 (debug-on-entry): Use it. New interactive declaration that uses
30386 function-called-at-point.
30387
30388 2005-06-23 Kim F. Storm <storm@cua.dk>
30389
30390 * subr.el (save-match-data): Add comment about using evaporate arg
30391 to set-match-data.
30392
30393 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
30394
30395 * cus-edit.el (customize-face)
30396 (customize-face-other-window): Handle face aliases.
30397
30398 * faces.el (face-documentation, set-face-attribute)
30399 (face-spec-set): Handle face aliases.
30400
30401 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
30402
30403 * help-mode.el (help-make-xrefs): If a symbol representing a face
30404 name is not followed by the word "face", it could still be a
30405 function or variable name, so don't bypass other checks.
30406
30407 2005-06-22 Juri Linkov <juri@jurta.org>
30408
30409 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
30410 Replace aliased functions with calls where second arg `inherit' is t.
30411
30412 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
30413
30414 * progmodes/gdb-ui.el (gdb-error): New variable.
30415 (gdb-error): New function.
30416 (gdb-annotation-rules): Act on error-begin and error annotations.
30417 (gdb-concat-output): Use font-lock-warning-face for errors.
30418
30419 2005-06-22 Miles Bader <miles@gnu.org>
30420
30421 * bindings.el (propertized-buffer-identification): Use renamed
30422 `Buffer-menu-buffer' face.
30423
30424 * faces.el (vertical-border): Rename from `vertical-divider'.
30425 (escape-glyph): Change dark-background color back to `cyan'.
30426
30427 2005-06-21 Juri Linkov <juri@jurta.org>
30428
30429 * faces.el (face-user-default-spec): Try getting `customized-face'
30430 prior to `saved-face'.
30431 (frame-background-mode): Refill docstring.
30432
30433 * emacs-lisp/lisp-mode.el (eval-defun-1):
30434 * emacs-lisp/edebug.el (edebug-eval-defun):
30435 Set `saved-face' temporarily to nil before calling form.
30436 Set `customized-face' to the new spec after that.
30437
30438 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
30439
30440 * subr.el (1value, lambda, key-substitution-in-progress):
30441 Doc fixes.
30442
30443 * autoinsert.el (auto-insert-alist):
30444 * ses.el (ses-call-printer):
30445 * subr.el (noreturn):
30446 * emacs-lisp/lisp.el (check-parens):
30447 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
30448 * net/browse-url.el (browse-url-mosaic):
30449 * progmodes/cc-defs.el (c-safe-scan-lists):
30450 * progmodes/ebnf-abn.el (ebnf-abn-lex):
30451 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
30452 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
30453 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
30454 * progmodes/ebnf-iso.el (ebnf-iso-lex):
30455 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
30456
30457 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
30458
30459 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
30460
30461 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
30462
30463 * calendar/appt.el (appt-make-list): Activate the package, if
30464 not already active (for backwards compatibility).
30465
30466 2005-06-20 Kim F. Storm <storm@cua.dk>
30467
30468 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
30469
30470 2005-06-20 Miles Bader <miles@gnu.org>
30471
30472 * faces.el (vertical-divider): New face.
30473
30474 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
30475
30476 * simple.el (kill-whole-line): Doc fix.
30477 (next-error-buffer-p, next-error-find-buffer)
30478 (clone-indirect-buffer): Fix typos in docstrings.
30479 (comment-line-break-function): Doc fix: don't say variable
30480 is automatically buffer-local (it isn't).
30481
30482 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
30483
30484 * net/tramp-ftp.el (top):
30485 * net/tramp-smb.el (top):
30486 * net/tramp-util.el (top):
30487 * net/tramp-uu.el (top):
30488 * net/tramp-vc.el (top):
30489 * net/tramp.el (top): Revert copyright years back to original
30490 ones. Tramp has a life outside GNU Emacs.
30491
30492 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
30493
30494 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
30495
30496 2005-06-18 Juri Linkov <juri@jurta.org>
30497
30498 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
30499 end of first regexp to limit the match to the position between
30500 line number and source line with same separator character as used
30501 between file name and line number. In the second regexp limit
30502 mouse-face area to file name and line number by adding new group
30503 for them and referring it in HYPERLINK arg.
30504 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
30505 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
30506 previous line where grep markers may be already removed.
30507
30508 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
30509
30510 * progmodes/ps-mode.el: Update version and maintainer's email address.
30511
30512 2005-06-18 Steve Youngs <steve@xemacs.org>
30513
30514 * net/browse-url.el (browse-url-browser-function)
30515 (browse-url-default-browser): Add firefox.
30516 (browse-url-firefox-program, browse-url-firefox-arguments)
30517 (browse-url-firefox-startup-arguments)
30518 (browse-url-firefox-new-window-is-tab): New defcustoms.
30519 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
30520
30521 2005-06-17 Richard M. Stallman <rms@gnu.org>
30522
30523 * startup.el (command-line): Warn if specified user name has
30524 no home directory.
30525
30526 * term.el (term-get-old-input, term-input-filter, term-input-sender)
30527 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
30528
30529 * longlines.el (longlines-mode, longlines-show-hard-newlines):
30530 Doc fixes.
30531
30532 * faces.el (underline): Try bold if terminal doesn't support underline.
30533
30534 * mail/sendmail.el (mail-setup-with-from): New variable.
30535 (mail-insert-from-field): New function.
30536 (sendmail-send-it): Call it.
30537 (mail-setup): Optionally call it here.
30538
30539 * term/linux.el: Call tty-no-underline.
30540
30541 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
30542
30543 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
30544
30545 2005-06-17 Miles Bader <miles@gnu.org>
30546
30547 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
30548 (ediff-current-diff-C, ediff-current-diff-Ancestor)
30549 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
30550 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
30551 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
30552 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
30553 Remove "-face" suffix from face names.
30554 (ediff-current-diff-face-A, ediff-current-diff-face-B)
30555 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
30556 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
30557 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
30558 (ediff-even-diff-face-A, ediff-even-diff-face-B)
30559 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30560 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
30561 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
30562 New backward-compatibility aliases for renamed faces.
30563 (ediff-current-diff-face-A, ediff-current-diff-face-B)
30564 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
30565 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
30566 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
30567 (ediff-even-diff-face-A, ediff-even-diff-face-B)
30568 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30569 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
30570 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
30571 Use renamed ediff faces.
30572
30573 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
30574 Remove "-face" suffix from face names.
30575 (eshell-test-ok-face, eshell-test-failed-face):
30576 New backward-compatibility aliases for renamed faces.
30577 (eshell-run-test): Use renamed eshell-test faces.
30578
30579 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
30580 face name.
30581 (eshell-prompt-face): New backward-compatibility alias for renamed
30582 face.
30583 (eshell-emit-prompt): Use renamed eshell-prompt face.
30584
30585 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
30586 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
30587 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
30588 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
30589 Remove "-face" suffix from face names.
30590 (eshell-ls-directory-face, eshell-ls-symlink-face)
30591 (eshell-ls-executable-face, eshell-ls-readonly-face)
30592 (eshell-ls-unreadable-face, eshell-ls-special-face)
30593 (eshell-ls-missing-face, eshell-ls-archive-face)
30594 (eshell-ls-backup-face, eshell-ls-product-face)
30595 (eshell-ls-clutter-face):
30596 New backward-compatibility aliases for renamed faces.
30597 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
30598
30599 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
30600 Remove "-face" suffix from face name.
30601 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
30602 instead of literal face.
30603
30604 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
30605
30606 * emacs-lisp/warnings.el (display-warning, lwarn)
30607 (warning-minimum-log-level): Doc fixes.
30608 (warning-minimum-level, warning-minimum-log-level):
30609 Add :debug to :type choices.
30610
30611 * progmodes/ada-mode.el (ada-format-paramlist)
30612 (ada-get-indent-case, ada-check-matching-start)
30613 (ada-check-defun-name, ada-goto-matching-decl-start)
30614 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
30615 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
30616 (ada-make-subprogram-body): Follow error conventions.
30617 (ada-case-exception-file, ada-indent-comment-as-code)
30618 (ada-indent-handle-comment-special, ada-indent-renames)
30619 (ada-indent-return, ada-search-directories-internal)
30620 (ada-tab-policy, ada-case-exception-substring)
30621 (ada-other-file-alist, ada-matching-start-re)
30622 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
30623 (ada-imenu-generic-expression, ada-compile-goto-error)
30624 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
30625 (ada-popup-menu, ada-add-extensions, ada-mode)
30626 (ada-region-selected, ada-create-case-exception)
30627 (ada-create-case-exception-substring, ada-after-keyword-p)
30628 (ada-activate-keys-for-case, ada-adjust-case-region)
30629 (ada-adjust-case-buffer, ada-format-paramlist)
30630 (ada-scan-paramlist, ada-insert-paramlist)
30631 (ada-indent-newline-indent)
30632 (ada-indent-newline-indent-conditional)
30633 (ada-justified-indent-current, ada-goto-previous-word)
30634 (ada-indent-current, ada-get-indent-open-paren)
30635 (ada-get-indent-paramlist, ada-get-indent-end)
30636 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
30637 (ada-get-indent-block-start, ada-get-indent-subprog)
30638 (ada-get-indent-noindent, ada-get-indent-label)
30639 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
30640 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
30641 (ada-goto-stmt-end, ada-goto-next-word)
30642 (ada-check-matching-start, ada-check-defun-name)
30643 (ada-goto-matching-decl-start, ada-goto-matching-start)
30644 (ada-goto-matching-end, ada-search-ignore-string-comment)
30645 (ada-in-decl-p, ada-looking-at-semi-or)
30646 (ada-looking-at-semi-private, ada-in-paramlist-p)
30647 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
30648 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
30649 (ada-next-procedure, ada-previous-procedure, ada-next-package)
30650 (ada-previous-package, ada-create-menu)
30651 (ada-fill-comment-paragraph-justify)
30652 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
30653 (ada-other-file-name, ada-last-which-function-line)
30654 (ada-last-which-function-subprog, ada-which-function)
30655 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
30656 (ada-gen-treat-proc, ada-check-emacs-version)
30657 (ada-continuation-indent, ada-align-region-separate):
30658 Fix typos in docstrings.
30659 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
30660
30661 2005-06-16 Lute Kamstra <lute@gnu.org>
30662
30663 * simple.el (fundamental-mode): Run after-change-major-mode-hook
30664 conditionally.
30665
30666 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
30667
30668 * comint.el (comint-replace-by-expanded-filename)
30669 (comint-prompt-regexp, comint-delimiter-argument-list)
30670 (comint-preinput-scroll-to-bottom):
30671 * info.el (Info-hide-cookies-node):
30672 * ls-lisp.el (ls-lisp-classify):
30673 * find-file.el (ff-search-directories, ff-special-constructs)
30674 (ff-find-other-file):
30675 * font-lock.el (font-lock-keywords):
30676 * shell.el (shell-prompt-pattern)
30677 (shell-dynamic-complete-functions, shell-mode)
30678 (shell-delimiter-argument-list):
30679 * term.el (term-replace-by-expanded-filename)
30680 (term-prompt-regexp, term-delimiter-argument-list):
30681 * woman.el (woman-ignore, woman0-if):
30682 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
30683 * emacs-lisp/elint.el (elint-init-env):
30684 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
30685 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
30686 * language/ethio-util.el (ethio-tilde-escape)
30687 (ethio-use-three-dot-question):
30688 * net/zone-mode.el (zone-mode-load-time-setup):
30689 * progmodes/cc-align.el (c-lineup-argcont):
30690 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
30691 * progmodes/cperl-mode.el (cperl-set-style-back):
30692 * progmodes/inf-lisp.el (inferior-lisp-prompt):
30693 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
30694 Fix spellings in docstrings.
30695
30696 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
30697 * progmodes/modula2.el (m2-for): Fix spellings.
30698
30699 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
30700
30701 * simple.el (undo-more): Don't use `format' on `error' arguments.
30702 Improve argument/docstring consistency.
30703 (pending-undo-list): Doc fix.
30704
30705 * smerge-mode.el (smerge-ensure-match):
30706 * emulation/vip.el (vip-ex):
30707 * net/zone-mode.el (zone-mode-update-serial):
30708 * progmodes/idlwave.el (idlwave-complete):
30709 * progmodes/vhdl-mode.el (vhdl-visit-file)
30710 (vhdl-compose-wire-components):
30711 Don't use `format' on `error' arguments.
30712
30713 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
30714 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
30715 (tooltip-help-tips): Fix typos in docstrings.
30716
30717 2005-06-16 David Ponce <david@dponce.com>
30718
30719 * tree-widget.el (tree-widget-value-create): Simplify last change.
30720
30721 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
30722
30723 * ido.el (ido-incomplete-regexp): New variable.
30724 (ido-set-matches-1): Handle invalid-regexp error and set
30725 ido-incomplete-regexp.
30726 (ido-incomplete-regexp): New face.
30727 (ido-completions): Use it.
30728 (ido-complete, ido-exit-minibuffer, ido-completions):
30729 Handle incomplete regexps.
30730 (ido-completions): Add check for complete match when entering a regexp.
30731
30732 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
30733
30734 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
30735
30736 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30737
30738 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
30739 by field delimiters.
30740
30741 2005-06-15 David Ponce <david@dponce.com>
30742
30743 * tree-widget.el: eval-and-compile inlined functions so they will
30744 be available at run-time too.
30745 (tree-widget-super-format-handler)
30746 (tree-widget-format-handler): Remove.
30747 (tree-widget-value-create): Handle the :indent property.
30748
30749 2005-06-15 Miles Bader <miles@gnu.org>
30750
30751 * progmodes/which-func.el (which-func): Only inherit
30752 `font-lock-function-name-face' when that makes sense against the
30753 default mode-line face, otherwise set the face color explicitly.
30754
30755 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
30756 faces instead of (non-existent) variables.
30757
30758 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
30759
30760 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
30761 (iswitchb-get-matched-buffers): Likewise. Simplify.
30762
30763 2005-06-14 Miles Bader <miles@gnu.org>
30764
30765 * progmodes/ld-script.el (ld-script-location-counter):
30766 Remove "-face" suffix from face name.
30767 (ld-script-location-counter-face):
30768 New backward-compatibility alias for renamed face.
30769 (ld-script-location-counter-face): Use renamed face.
30770
30771 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
30772 (cperl-hash): Remove "-face" suffix from face names.
30773 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
30774 New backward-compatibility aliases for renamed faces.
30775 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
30776 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
30777
30778 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
30779 name.
30780 (which-func-face): New backward-compatibility alias for renamed face.
30781 (which-func-format): Use renamed which-func face.
30782
30783 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
30784 (vhdl-function, vhdl-directive, vhdl-reserved-word)
30785 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
30786 names.
30787 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
30788 (vhdl-speedbar-configuration, vhdl-speedbar-package)
30789 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
30790 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
30791 (vhdl-speedbar-architecture-selected)
30792 (vhdl-speedbar-configuration-selected)
30793 (vhdl-speedbar-package-selected)
30794 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
30795 names.
30796 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
30797 Use renamed faces.
30798 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
30799 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
30800 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
30801 Use renamed faces.
30802 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
30803 names.
30804 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
30805 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
30806 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
30807 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
30808 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
30809 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
30810
30811 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
30812 face name.
30813 (sh-heredoc-face): New backward-compatibility alias for renamed face.
30814 (sh-heredoc-face): Use renamed sh-heredoc face.
30815
30816 * progmodes/idlw-help.el (idlwave-help-link):
30817 Remove "-face" suffix from face name.
30818 (idlwave-help-link-face):
30819 New backward-compatibility alias for renamed face.
30820 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
30821
30822 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
30823 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
30824 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
30825 New backward-compatibility aliases for renamed faces.
30826 (idlwave-shell-disabled-breakpoint-face)
30827 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
30828
30829 * progmodes/flymake.el (flymake-errline, flymake-warnline):
30830 Remove "-face" suffix from face names.
30831 (flymake-errline-face, flymake-warnline-face):
30832 New backward-compatibility aliases for renamed faces.
30833 (flymake-highlight-line): Use renamed flymake faces.
30834
30835 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
30836 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
30837 (ebrowse-member-class, ebrowse-progress):
30838 Remove "-face" suffix from face names.
30839 (ebrowse-tree-mark-face, ebrowse-root-class-face)
30840 (ebrowse-file-name-face, ebrowse-default-face)
30841 (ebrowse-member-attribute-face, ebrowse-member-class-face)
30842 (ebrowse-progress-face):
30843 New backward-compatibility aliases for renamed faces.
30844 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
30845 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
30846 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
30847 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
30848
30849 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
30850 antlr-syntax)
30851 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
30852 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
30853 names.
30854 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
30855 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
30856 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
30857 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
30858 backward-compatibility aliases for renamed faces.
30859 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
30860 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
30861 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
30862 remove "font-lock-". Use renamed antlr-mode faces.
30863 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
30864 literal face-names with face variable references.
30865
30866 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
30867 face name.
30868 (Buffer-menu-buffer-face): New backward-compatibility alias for
30869 renamed face.
30870 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
30871
30872 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
30873
30874 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
30875 Eliminate "-face" suffix.
30876 (makefile-targets): Inherit from font-lock-function-name-face and
30877 eliminate "-face" suffix.
30878 (makefile-shell): Remove attributes and eliminate "-face" suffix.
30879 (makefile-*-font-lock-keywords): Append makefile-targets in rule
30880 actions, instead of prepending, to make it less visible.
30881 (makefile-previous-dependency, makefile-match-dependency):
30882 Don't match a target on a continuation line.
30883
30884 * files.el (auto-mode-alist): Put Makefile in gmake mode.
30885
30886 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
30887
30888 * progmodes/gdb-ui.el (menu): Re-order menu items.
30889 (gdb-tooltip-print): Respect tooltip-use-echo-area.
30890
30891 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
30892 Define in tooltip.el.
30893 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
30894 (gud-tooltip-tips): Respect tooltip-use-echo-area and
30895 gud-tooltip-echo-area.
30896
30897 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
30898 backward compatibility and make obsolete.
30899 (tooltip-help-tips): Use tooltip-use-echo-area.
30900 (tooltip-show-help-function): Rename to...
30901 (tooltip-show-help): ...this, because it is a function.
30902 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
30903
30904 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
30905
30906 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
30907 (edebug-print-length, edebug-print-level, edebug-print-circle)
30908 (edebug-modify-breakpoint, edebug-eval-last-sexp)
30909 (edebug-eval-print-last-sexp): Doc fixes.
30910
30911 2005-06-14 Kim F. Storm <storm@cua.dk>
30912
30913 * ido.el (ido-mode): Make a new keymap every time we enable ido,
30914 as the coverage buffer/file/both may change.
30915
30916 2005-06-14 Lute Kamstra <lute@gnu.org>
30917
30918 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
30919 and run-mode-hooks. Simplify.
30920
30921 * mail/rmailedit.el (rmail-edit-mode):
30922 * progmodes/octave-inf.el (inferior-octave-mode):
30923 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
30924
30925 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
30926 and run-mode-hooks.
30927 (recentf-edit-list, recentf-open-files): Don't call
30928 kill-all-local-variables directly.
30929
30930 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
30931
30932 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
30933
30934 * emacs-lisp/byte-run.el (make-obsolete)
30935 (define-obsolete-function-alias): Rename arguments FUNCTION and
30936 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
30937 (make-obsolete-variable, define-obsolete-variable-alias):
30938 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
30939 respectively.
30940
30941 * isearchb.el (isearchb-activate):
30942 * pcvs.el (cvs-mode):
30943 * ses.el (ses-load):
30944 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
30945 * net/tramp.el (tramp-find-file-exists-command)
30946 (tramp-find-shell):
30947 * progmodes/ada-mode.el (ada-create-case-exception)
30948 (ada-create-case-exception-substring, ada-make-subprogram-body):
30949 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
30950 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
30951 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
30952 * textmodes/org.el (org-promote, org-evaluate-time-range)
30953 (org-agenda-next-date-line, org-agenda-previous-date-line)
30954 (org-agenda-error, org-open-at-point, org-table-move-row)
30955 (org-format-table-table-html-using-table-generate-source)
30956 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
30957 * textmodes/reftex.el (reftex-access-scan-info):
30958 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
30959 (reftex-toc-promote-prepare): Follow error conventions.
30960
30961 * diff-mode.el (diff-mode): Fix typo in docstring.
30962
30963 * forms.el (forms--intuit-from-file): Fix reference to
30964 `forms-number-of-fields' in error message.
30965 (forms-print): Fix quoting in error message.
30966
30967 * forms.el (forms-mode):
30968 * emulation/vi.el (vi-goto-insert-state):
30969 * progmodes/flymake.el (flymake-new-err-info)
30970 (flymake-start-syntax-check-for-current-buffer)
30971 (flymake-simple-cleanup):
30972 * eshell/esh-var.el (eshell/export):
30973 * progmodes/gud.el (xdb):
30974 * textmodes/flyspell.el (flyspell-incorrect-hook)
30975 (flyspell-maybe-correct-transposition)
30976 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
30977
30978 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
30979
30980 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
30981 minibuffer prompt.
30982
30983 2005-06-13 Kim F. Storm <storm@cua.dk>
30984
30985 * subr.el (add-to-ordered-list): New defun.
30986
30987 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
30988 add cua--keymap-alist to emulation-mode-map-alists.
30989
30990 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
30991
30992 * subr.el (complete-in-turn): New macro.
30993 (dynamic-completion-table, lazy-completion-table): Add debug info.
30994
30995 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
30996 in preference to face aliases.
30997
30998 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
30999 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
31000 Remove unused vars `start' and `firstline'.
31001 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
31002 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
31003
31004 2005-06-13 Eli Zaretskii <eliz@gnu.org>
31005
31006 * cus-start.el (all): Don't complain about missing GTK-related
31007 variables, unless either `gtk' is boundp or this isn't a
31008 `windows-nt' build.
31009
31010 2005-06-13 Lute Kamstra <lute@gnu.org>
31011
31012 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
31013 run-mode-hooks.
31014
31015 * ediff-mult.el (ediff-meta-mode):
31016 * ediff-util.el (ediff-mode): Use run-mode-hooks.
31017
31018 * ledit.el (ledit-mode): Use delay-mode-hooks.
31019
31020 * woman.el (woman-mode-line-format): Delete constant.
31021 (woman-mode-map): Initialize it properly.
31022 (woman-mode): Set mode-class property to special.
31023 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
31024 Set major-mode and mode-name. Don't set mode-line-format directly.
31025 (Man-getpage-in-background): Don't reference woman-mode-line-format.
31026
31027 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
31028 string argument obsolete.
31029
31030 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
31031
31032 * textmodes/org.el (org-CUA-compatible): New option.
31033 (org-disputed-keys): New variable.
31034 (org-key): New function.
31035 (orgtbl-make-binding): Add docstring to the created function.
31036 (org-mode): Set paragraph start/separate regexps.
31037 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
31038 (org-archive-location, org-archive-mark-done)
31039 (org-archive-stamp-time): New options.
31040 (org-archive-subtree): New command.
31041 (org-fill-paragraph): New function.
31042 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
31043 (org-fake-empty-table-line): Function removed.
31044 (org-format-org-table-html): Do not create empty table lines at
31045 separator lines. Improved table header treatment.
31046 (org-link-format): New option.
31047 (org-make-link): New function.
31048 (org-insert-link, org-store-link): Use org-make-link.
31049 (org-open-file): Quote file name for shell command, to allow
31050 spaces in file names.
31051 (org-link-regexp): Fix bug with mailto link.
31052 (org-link-maybe-angles-regexp, org-protected-link-regexp):
31053 New constants.
31054 (org-export-as-html): Deal with the optional angles around a link.
31055 Better treatment of file: links.
31056 (org-open-at-point): Replace @{ and @} with < and >.
31057 (org-run-mode-hooks): Function removed.
31058 (org-agenda-mode): No longer use `org-run-mode-hooks'.
31059
31060 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
31061
31062 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
31063 MI command -data-list-register-values.
31064 (gdb-post-prompt): Indent properly.
31065
31066 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
31067
31068 * hilit-chg.el (highlight-changes-colors): Rename from
31069 `highlight-changes-colours'.
31070 (highlight-changes-colours): Keep as obsolete alias.
31071 (highlight-changes-face-list): Doc fix.
31072 (hilit-chg-make-list): Use `highlight-changes-colors'.
31073
31074 2005-06-12 Mark A. Hershberger <mah@everybody.org>
31075
31076 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
31077 defun-prompt-regexp.
31078
31079 2005-06-12 Eli Zaretskii <eliz@gnu.org>
31080
31081 * loadup.el: Don't say we are dumping under 2 names on windows-nt
31082 and cygwin.
31083
31084 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
31085 Don't use an old loaddefs.el, as in Makefile.in.
31086
31087 2005-06-12 Lute Kamstra <lute@gnu.org>
31088
31089 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
31090
31091 * man.el (Man-mode-map): Initialize it properly.
31092 (Man-mode): Set mode-class property to special.
31093
31094 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
31095
31096 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
31097
31098 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
31099 A newline is needed in the docstring there.
31100
31101 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
31102 Doc fixes.
31103
31104 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
31105
31106 * printing.el: Doc fix. The menubar is no more changed when printing
31107 is loaded, it only changes when pr-menu-bind or pr-update-menus is
31108 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
31109 (pr-version): New version number (6.8.4).
31110 (pr-menu-bind): New command.
31111 (pr-update-menus): Docstring and code fix.
31112 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
31113 Docstring fix.
31114 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
31115 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
31116
31117 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
31118
31119 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
31120 "Returns" to "return", document useful return values, etc.
31121
31122 2005-06-11 Alan Mackenzie <acm@muc.de>
31123
31124 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
31125 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
31126 (adaptive-file-function): Minor amendment to doc-string.
31127
31128 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31129
31130 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
31131 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
31132 Fix :type--it is `integer', not `string'.
31133
31134 * faces.el (modeline-highlight): Rename from (the erroneous)
31135 `modeline-higilight'.
31136
31137 2005-06-11 Lute Kamstra <lute@gnu.org>
31138
31139 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
31140 lisp-interaction-mode-map but make it the parent.
31141 (edebug-eval-mode): Use define-derived-mode.
31142
31143 2005-06-11 Andreas Schwab <schwab@suse.de>
31144
31145 * bindings.el: Add binding of `ESC functionkey' for every
31146 `M-functionkey'.
31147 * hexl.el (hexl-mode-map): Likewise.
31148
31149 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
31150
31151 * progmodes/compile.el (compilation-error-regexp-alist-alist)
31152 [msft]: update regexp for newer msft compilers.
31153
31154 2005-06-10 Mark A. Hershberger <mah@everybody.org>
31155
31156 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
31157 ATTLIST portions of included DTDs.
31158 (xml-parse-dtd): Eliminate use of inefficient match-data.
31159
31160 2005-06-10 Miles Bader <miles@gnu.org>
31161
31162 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
31163 (mpuz-text): Remove "-face" suffix from face names.
31164 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
31165 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
31166 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
31167
31168 * play/gomoku.el (gomoku-O, gomoku-X):
31169 Remove "-face" suffix from face names.
31170 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
31171 New backward-compatibility aliases for renamed faces.
31172 (gomoku-font-lock-keywords): Use renamed gomoku faces.
31173
31174 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
31175
31176 * thumbs.el: Fixes for changes of 2005-06-09.
31177 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
31178 as a directory.
31179 (thumbs-thumbname): Remove directory separator from format string;
31180 `thumbs-thumbsdir' now returns a valid directory name.
31181 (thumbs-temp-dir): New defsubst.
31182 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
31183 Use it.
31184
31185 * cus-edit.el (minibuffer):
31186 * files.el (make-backup-file-name-function):
31187 * filesets.el (filesets-external-viewers):
31188 * hilit-chg.el (highlight-changes-colours)
31189 (highlight-changes-face-list, highlight-changes-rotate-faces):
31190 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
31191 * kmacro.el (kmacro-call-macro):
31192 * log-edit.el (log-edit-changelog-full-paragraphs):
31193 * mouse.el (mouse-1-click-follows-link):
31194 * skeleton.el (skeleton-autowrap):
31195 * subr.el (insert-for-yank-1):
31196 * tempo.el (tempo-insert-region):
31197 * terminal.el (terminal-emulator):
31198 * time.el (display-time-mail-face):
31199 * vc.el (vc-annotate):
31200 * vcursor.el (vcursor-copy-line):
31201 * woman.el (woman-bold-headings, woman-ignore)
31202 (woman-default-faces, woman-monochrome-faces):
31203 * calendar/todo-mode.el (todo-insert-threshold):
31204 * emulation/pc-select.el (pc-select-selection-keys-only)
31205 (pc-selection-mode):
31206 * emulation/vip.el (vip-find-char-forward):
31207 * emulation/viper-cmd.el (viper-find-char-forward):
31208 * international/mule-cmds.el
31209 (select-safe-coding-system-accept-default-p)
31210 (input-method-exit-on-invalid-key):
31211 * international/mule-diag.el (describe-coding-system):
31212 * international/ucs-tables.el (unify-8859-on-encoding-mode):
31213 * net/browse-url.el (browse-url-xterm-program):
31214 * obsolete/lazy-lock.el (lazy-lock-mode):
31215 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
31216 (cperl-mode):
31217 * progmodes/cpp.el (cpp-face-light-name-list)
31218 (cpp-face-dark-name-list):
31219 * progmodes/delphi.el (delphi-newline-always-indents):
31220 Fix spellings in docstrings.
31221
31222 * ido.el (ido-mode, ido-file-extensions-order)
31223 (ido-default-file-method, ido-default-buffer-method)
31224 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
31225 (ido-decorations, ido-read-file-name-as-directory-commands)
31226 (ido-read-file-name-non-ido, ido-work-directory-list)
31227 (ido-ignore-item-temp-list, ido-current-directory)
31228 (ido-magic-forward-char, ido-enter-find-file)
31229 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
31230 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
31231
31232 2005-06-10 Lute Kamstra <lute@gnu.org>
31233
31234 * play/dunnet.el (dun-mode): Use define-derived-mode.
31235 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
31236 obsolete alias.
31237
31238 * play/doctor.el (doctor-mode-map): Remove defvar.
31239 (doctor-mode): Use define-derived-mode.
31240
31241 * mail/mspools.el (mspools-mode):
31242 * net/eudc-hotlist.el (eudc-hotlist-mode):
31243 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
31244
31245 2005-06-10 Miles Bader <miles@gnu.org>
31246
31247 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
31248 Remove "-face" suffix from face names.
31249 (flyspell-incorrect-face, flyspell-duplicate-face):
31250 New backward-compatibility aliases for renamed faces.
31251 (flyspell-mode-on, make-flyspell-overlay)
31252 (flyspell-highlight-incorrect-region)
31253 (flyspell-highlight-duplicate-region)
31254 (flyspell-display-next-corrections)
31255 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
31256
31257 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
31258 from face name.
31259 (texinfo-heading-face): New backward-compatibility alias for
31260 renamed face.
31261 (texinfo-heading-face): Use renamed texinfo-heading face.
31262
31263 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
31264 suffix from face names.
31265 (tex-math-face, tex-verbatim-face):
31266 New backward-compatibility aliases for renamed faces.
31267 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
31268 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
31269 literal face name.
31270
31271 * textmodes/table.el (table-cell): Remove "-face" suffix from face
31272 name.
31273 (table-cell-face): New backward-compatibility alias for renamed face.
31274 (table--put-cell-face-property, table--update-cell-face):
31275 Use renamed table-cell face.
31276
31277 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
31278 from face name.
31279 (sgml-namespace-face): New backward-compatibility alias for
31280 renamed face.
31281 (sgml-namespace-face): Use renamed sgml-namespace face.
31282
31283 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
31284 (org-level-4, org-level-5, org-level-6, org-level-7)
31285 (org-level-8, org-warning, org-headline-done)
31286 (org-deadline-announce, org-scheduled-today)
31287 (org-scheduled-previously, org-link, org-done, org-table)
31288 (org-time-grid): Remove "-face" suffix from face names.
31289 (org-level-1-face, org-level-2-face, org-level-3-face)
31290 (org-level-4-face, org-level-5-face, org-level-6-face)
31291 (org-level-7-face, org-level-8-face, org-warning-face)
31292 (org-headline-done-face, org-deadline-announce-face)
31293 (org-scheduled-today-face, org-scheduled-previously-face)
31294 (org-link-face, org-done-face, org-table-face)
31295 (org-time-grid-face):
31296 New backward-compatibility aliases for renamed faces.
31297 (org-level-faces, org-set-font-lock-defaults, org-timeline)
31298 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
31299 (org-agenda-get-timestamps, org-agenda-get-scheduled)
31300 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
31301
31302 * emulation/viper-init.el (viper-search, viper-replace-overlay)
31303 (viper-minibuffer-emacs, viper-minibuffer-insert)
31304 (viper-minibuffer-vi): Remove "-face" suffix from face names.
31305 (viper-search-face, viper-replace-overlay-face)
31306 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
31307 (viper-minibuffer-vi-face):
31308 New backward-compatibility aliases for renamed faces.
31309 (viper-search-face, viper-replace-overlay-face)
31310 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
31311 (viper-minibuffer-vi-face): Use renamed viper faces.
31312
31313 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
31314 Remove "-face" suffix from face names.
31315 (testcover-nohits-face, testcover-1value-face):
31316 New backward-compatibility aliases for renamed faces.
31317 (testcover-mark): Use renamed testcover faces.
31318
31319 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
31320 face name.
31321 (diary-button-face): New backward-compatibility alias for renamed face.
31322 (diary-entry): Use renamed diary-button face.
31323
31324 * calendar/calendar.el (diary, calendar-today, holiday)
31325 (mark-visible-calendar-date): Remove "-face" suffix from face names.
31326 (diary-face, calendar-today-face, holiday-face):
31327 New backward-compatibility aliases for renamed faces.
31328 (eval-after-load "facemenu", diary-entry-marker)
31329 (calendar-today-marker, calendar-holiday-marker, diary-face):
31330 Use renamed calendar faces.
31331
31332 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
31333 (compare-windows-face): New backward-compatibility alias for
31334 renamed face.
31335 (compare-windows-highlight): Use renamed compare-windows face.
31336
31337 * strokes.el (strokes-char): Remove "-face" suffix from face name.
31338 (strokes-char-face): New backward-compatibility alias for renamed face.
31339 (strokes-encode-buffer): Use renamed strokes-char face.
31340
31341 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
31342 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
31343 Remove "-face" suffix from face names.
31344 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
31345 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
31346 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
31347 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
31348 Use renamed pcvs faces.
31349 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
31350 * pcvs-defs.el (cvs-mode-map): Likewise.
31351 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
31352
31353 * info.el (info-title-1, info-title-2, info-title-3)
31354 (info-title-4): Remove "-face" suffix from and downcase face names.
31355 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
31356 (Info-title-4-face):
31357 New backward-compatibility aliases for renamed faces.
31358 (Info-fontify-node): Use renamed info faces.
31359
31360 * hilit-chg.el (highlight-changes, highlight-changes-delete):
31361 Remove "-face" suffix from face names.
31362 (highlight-changes-face, highlight-changes-delete-face):
31363 New backward-compatibility aliases for renamed faces.
31364 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
31365 (hilit-chg-make-list): Use renamed highlight-changes faces.
31366
31367 * generic-x.el (show-tabs-tab, show-tabs-space):
31368 Remove "-face" suffix from face names.
31369 (show-tabs-tab-face, show-tabs-space-face):
31370 New backward-compatibility aliases for renamed faces.
31371 (show-tabs-generic-mode-font-lock-defaults-1)
31372 (show-tabs-generic-mode-font-lock-defaults-2):
31373 Use renamed show-tabs faces.
31374
31375 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
31376 (smerge-markers): Remove "-face" suffix from face names.
31377 (smerge-mine-face, smerge-other-face, smerge-base-face)
31378 (smerge-markers-face):
31379 New backward-compatibility aliases for renamed faces.
31380 (smerge-mine-face, smerge-other-face, smerge-base-face)
31381 (smerge-markers-face): Use renamed smerge faces.
31382
31383 * log-view.el (log-view-file, log-view-message): Remove "-face"
31384 suffix from face names.
31385 (log-view-file-face, log-view-message-face):
31386 New backward-compatibility aliases for renamed faces.
31387 (log-view-file-face, log-view-message-face): Use renamed log-view
31388 faces.
31389
31390 * paren.el (show-paren-match, show-paren-mismatch):
31391 Remove "-face" suffix from face names.
31392 (show-paren-match-face, show-paren-mismatch-face):
31393 New backward-compatibility aliases for renamed faces.
31394 (show-paren-function): Use renamed show-paren faces.
31395
31396 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
31397 (ruler-mode-margins, ruler-mode-fringes)
31398 (ruler-mode-column-number, ruler-mode-fill-column)
31399 (ruler-mode-comment-column, ruler-mode-goal-column)
31400 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
31401 suffix from face names.
31402 (ruler-mode-default-face, ruler-mode-pad-face)
31403 (ruler-mode-margins-face, ruler-mode-fringes-face)
31404 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
31405 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
31406 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
31407 New backward-compatibility aliases for renamed faces.
31408 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
31409 (ruler-mode-column-number, ruler-mode-fill-column)
31410 (ruler-mode-comment-column, ruler-mode-goal-column)
31411 (ruler-mode-tab-stop, ruler-mode-current-column)
31412 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
31413 faces.
31414
31415 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
31416 face name.
31417 (whitespace-highlight-the-space): Use renamed face.
31418 (whitespace-highlight-face): New backward-compatibility alias for
31419 renamed face.
31420
31421 * woman.el (woman-italic, woman-bold, woman-unknown)
31422 (woman-addition, woman-symbol-face):
31423 Remove "-face" suffix from face names.
31424 (woman-italic-face, woman-bold-face, woman-unknown-face)
31425 (woman-addition-face):
31426 New backward-compatibility aliases for renamed faces.
31427 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
31428 (woman-decode-region, woman-replace-match)
31429 (woman-display-extended-fonts, woman-special-characters)
31430 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
31431 Use renamed woman faces.
31432
31433 * longlines.el (longlines-visible-face): Face removed.
31434
31435 * diff-mode.el (diff-header, diff-file-header, diff-index)
31436 (diff-hunk-header, diff-removed, diff-added, diff-changed)
31437 (diff-function, diff-context, diff-nonexistent): Remove "-face"
31438 suffix from face names.
31439 (diff-header-face, diff-file-header-face, diff-index-face)
31440 (diff-hunk-header-face, diff-removed-face, diff-added-face)
31441 (diff-changed-face, diff-function-face, diff-context-face)
31442 (diff-nonexistent-face): New backward-compatibility aliases for
31443 renamed faces.
31444 (diff-header-face, diff-file-header-face)
31445 (diff-index, diff-index-face, diff-hunk-header)
31446 (diff-hunk-header-face, diff-removed, diff-removed-face)
31447 (diff-added, diff-added-face, diff-changed-face, diff-function)
31448 (diff-function-face, diff-context-face, diff-nonexistent)
31449 (diff-nonexistent-face): Use renamed diff-mode faces.
31450
31451 * progmodes/compile.el (compilation-warning-face)
31452 (compilation-info-face): Remove "-face" suffix from face names.
31453 (compilation-warning-face, compilation-info-face):
31454 New backward-compatibility aliases for renamed faces.
31455 (compilation-warning-face, compilation-info-face):
31456 Use renamed compilation faces.
31457
31458 * add-log.el (change-log-date, change-log-name)
31459 (change-log-email, change-log-file, change-log-list)
31460 (change-log-conditionals, change-log-function)
31461 (change-log-acknowledgement): Remove "-face" suffix from face names.
31462 (change-log-date-face, change-log-name-face)
31463 (change-log-email-face, change-log-file-face)
31464 (change-log-list-face, change-log-conditionals-face)
31465 (change-log-function-face, change-log-acknowledgement-face):
31466 New backward-compatibility aliases for renamed faces.
31467 (change-log-font-lock-keywords): Use renamed change-log faces.
31468
31469 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
31470 (custom-set, custom-changed, custom-saved, custom-button)
31471 (custom-button-pressed, custom-documentation, custom-state)
31472 (custom-comment, custom-comment-tag, custom-variable-tag)
31473 (custom-variable-button, custom-face-tag, custom-group-tag-1)
31474 (custom-group-tag): Remove "-face" suffix from face names.
31475 (custom-magic-alist, custom-magic-value-create)
31476 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
31477 (custom-invalid-face, custom-rogue-face, custom-modified-face)
31478 (custom-set-face, custom-changed-face, custom-saved-face)
31479 (custom-button-face, custom-button-pressed-face)
31480 (custom-documentation-face, custom-state-face)
31481 (custom-comment-face, custom-comment-tag-face)
31482 (custom-variable-tag-face, custom-variable-button-face)
31483 (custom-face-tag-face, custom-group-tag-face-1)
31484 (custom-group-tag-face):
31485 New backward-compatibility aliases for renamed faces.
31486
31487 * wid-edit.el (widget-documentation, widget-button)
31488 (widget-field, widget-single-line-field, widget-inactive)
31489 (widget-button-pressed): "-face" suffix removed from face names.
31490 (widget-documentation-face, widget-button-face)
31491 (widget-field-face, widget-single-line-field-face)
31492 (widget-inactive-face, widget-button-pressed-face):
31493 New backward-compatibility aliases for renamed faces.
31494 (widget-documentation-face, widget-button-face)
31495 (widget-button-pressed-face, widget-specify-field)
31496 (widget-specify-inactive): Use renamed widget faces.
31497
31498 2005-06-10 Kenichi Handa <handa@m17n.org>
31499
31500 * term/x-win.el (x-clipboard-yank): Remove condition-case
31501 wrapping.
31502
31503 2005-06-11 Kenichi Handa <handa@m17n.org>
31504
31505 * add-log.el (change-log-font-lock-keywords): Make the regexp for
31506 date lines stricter.
31507
31508 2005-06-10 Zhang Wei <id.brep@gmail.com>
31509
31510 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
31511 of x-get-selection.
31512
31513 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
31514
31515 * comint.el (comint-mode, comint-snapshot-last-prompt):
31516 * frame.el (frame-current-scroll-bars):
31517 * term.el (term-mode, term-check-proc, term-input-sender)
31518 (term-simple-send, term-extract-string, term-word)
31519 (term-match-partial-filename):
31520 * window.el (window-current-scroll-bars):
31521 * emulation/cua-base.el (cua-normal-cursor-color)
31522 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
31523 (cua-global-mark-cursor-color):
31524 * mail/undigest.el (rmail-forward-separator-regex):
31525 Fix typos in docstrings.
31526
31527 * comint.el (comint-check-proc, make-comint-in-buffer)
31528 (comint-source-default): Doc fixes.
31529
31530 * term.el (term-send-string): Improve argument/docstring consistency.
31531
31532 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
31533
31534 * comint.el (comint-send-input): Bind `inhibit-read-only' around
31535 call to `delete-region'.
31536 (comint-mode-hook): Do not enable Font Lock by default.
31537
31538 2005-06-09 Lute Kamstra <lute@gnu.org>
31539
31540 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
31541 could be void.
31542
31543 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
31544
31545 * emacs-lisp/debug.el (debugger-will-be-back): New var.
31546 (debug): Use it.
31547 (debugger-step-through, debugger-continue, debugger-jump)
31548 (debugger-return-value): Set it when needed.
31549 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
31550 Use inhibit-read-only.
31551
31552 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
31553
31554 * window.el (shrink-window-if-larger-than-buffer)
31555 (window-size-fixed): Fix typo in docstring.
31556
31557 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
31558 thumbnails directory on loading.
31559 (thumbs-conversion-program): Use `eq' to check the system type,
31560 not `equal'.
31561 (thumbs-temp-dir): Initialize to `temporary-file-directory',
31562 not "/tmp". Fix docstring.
31563 (thumbs-thumbsdir): New function to return the thumbnails
31564 directory, creating it if needed.
31565 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
31566 (thumbs-temp-file): Delete variable and make it into a function.
31567 (thumbs-resize-image, thumbs-modify-image): Use it.
31568 (thumbs-kill-buffer): Simplify.
31569 (thumbs-gensym): Defalias or duplicate CL `gensym'.
31570 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
31571 docstrings.
31572
31573 2005-06-09 Kim F. Storm <storm@cua.dk>
31574
31575 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
31576 set-match-data to free markers in match-data.
31577
31578 * replace.el (replace-match-data): Pass RESEAT arg `t' to
31579 match-data to unchain markers in match-data.
31580
31581 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
31582
31583 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
31584 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
31585 unnecessary now.
31586
31587 2005-06-08 Richard M. Stallman <rms@gnu.org>
31588
31589 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
31590 give the variable a doc string that doesn't say don't set it directly.
31591
31592 * textmodes/ispell.el (ispell-check-version):
31593 Use match-string-no-properties.
31594 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
31595 (ispell-buffer-local-words): Likewise.
31596
31597 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
31598 except on terminals with enough colors to really display it.
31599 (makefile-dependency-regex): Delete spurious `bb'.
31600
31601 * faces.el (escape-glyph): Use blue once again in last case.
31602 (no-break-space): Redefine so that it isn't invisible on a tty.
31603
31604 2005-06-08 Kim F. Storm <storm@cua.dk>
31605
31606 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
31607 also when reading directory name.
31608
31609 2005-06-08 Lute Kamstra <lute@gnu.org>
31610
31611 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
31612 (flyspell-mode-line-string): Remove autoload cookie.
31613 (flyspell-mode): Remove defvar.
31614
31615 2005-06-07 Lute Kamstra <lute@gnu.org>
31616
31617 * textmodes/org.el (org-run-mode-hooks): New function.
31618 (org-agenda-mode): Use it.
31619
31620 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
31621
31622 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
31623
31624 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
31625
31626 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
31627
31628 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
31629
31630 * font-lock.el (font-lock-add-keywords): Doc fix.
31631
31632 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
31633
31634 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
31635 (tex-compile-default): In the absence of any history, use the order in
31636 tex-compile-alist to choose the preferred command.
31637 (tex-compile-commands): Reorder a bit.
31638
31639 * textmodes/flyspell.el (flyspell-auto-correct-binding)
31640 (flyspell-incorrect-face, flyspell-duplicate-face):
31641 Use (X)Emacs-agnostic code.
31642 (flyspell-mode-map): Don't overwrite at each load. Remove code
31643 redundant with the subsequent add-minor-mode. Merge Emacs and
31644 XEmacs code.
31645 (flyspell-word): Minor simplification.
31646 (flyspell-math-tex-command-p): Quieten the byte-compiler.
31647 (flyspell-external-point-words): Remove unused vars `size' and `start'.
31648 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
31649 Merge the corresponding Emacs code.
31650 (flyspell-correct-word, flyspell-xemacs-popup):
31651 Use flyspell-do-correct.
31652
31653 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
31654 a dedicated window.
31655
31656 * international/latexenc.el (latexenc-find-file-coding-system):
31657 Undo part of last patch, to turn off a compiler warning.
31658
31659 2005-06-06 Juri Linkov <juri@jurta.org>
31660
31661 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
31662 Rename `tmm-inactive-face' to `tmm-inactive'.
31663
31664 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
31665
31666 * iswitchb.el: Rename faces.
31667
31668 2005-06-06 Kim F. Storm <storm@cua.dk>
31669
31670 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
31671 (cua-global-mark): Remove -face suffix from face names.
31672
31673 * emulation/cua-gmrk.el (cua--init-global-mark):
31674 Remove cua-global-mark face setup.
31675
31676 2005-06-06 Richard M. Stallman <rms@gnu.org>
31677
31678 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
31679 just like other allowed characters.
31680 (makefile-match-dependency): Exclude leading and training whitespace
31681 from the range of regexp subexp 1.
31682 (makefile-macroassign-regex): Don't try to match the body,
31683 just the name of the macro being defined.
31684
31685 * info.el (Info-read-node-name-2): New function.
31686 (Info-read-node-name-1): Use that.
31687 Add a completion-base-size-function property.
31688
31689 * simple.el (completion-setup-function): Look for
31690 completion-base-size-function property of minibuffer-completion-table.
31691
31692 * files.el (locate-file-completion): Doc fix.
31693
31694 * printing.el: Don't call pr-update-menus; user must do that.
31695
31696 * emacs-lisp/debug.el (debugger-window): New variable.
31697 (debug): Use debugger-window if it is set and still alive.
31698 Record debugger-window for next entry.
31699
31700 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
31701
31702 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
31703
31704 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
31705 (hack-one-local-variable, hack-local-variables)
31706 (hack-local-variables-prop-line): Pass that arg.
31707
31708 2005-06-06 Kim F. Storm <storm@cua.dk>
31709
31710 * ido.el (ido-first-match, ido-only-match, ido-subdir)
31711 (ido-indicator): Remove -face suffix from face names.
31712
31713 2005-06-06 Juri Linkov <juri@jurta.org>
31714
31715 * font-lock.el (font-lock-regexp-backslash)
31716 (font-lock-regexp-backslash-construct): New faces.
31717 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
31718 after `('. Add `while-no-input' to control structures.
31719
31720 * faces.el (no-break-space, shadow): New faces.
31721 (escape-glyph): Use less loud colors pink2 and red4.
31722
31723 * diff-mode.el (diff-context-face)
31724 * dired.el (dired-ignored)
31725 * rfn-eshadow.el (file-name-shadow)
31726 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
31727
31728 * info.el (Info-title-1-face): Use green instead of yellow because
31729 bold yellow is not readable on light backgrounds.
31730
31731 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
31732 before selecting the desired mode to not spend time fontifying
31733 old contents.
31734
31735 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
31736
31737 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
31738 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
31739
31740 * ps-print.el (ps-default-fg, ps-default-bg):
31741 Fix typos in docstrings.
31742
31743 * isearchb.el (isearchb): Don't pass a spurious second argument to
31744 `iswitchb-completions'.
31745
31746 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
31747
31748 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
31749 to preserve point.
31750 (gdb-find-file-hook): Add doc string.
31751
31752 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
31753 C dereferenced pointer expression.
31754 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
31755
31756 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
31757
31758 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
31759 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
31760 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
31761 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
31762 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
31763 Make background transparent.
31764
31765 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
31766
31767 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
31768 (font-lock-remove-keywords): Doc fix.
31769 (font-lock-mode-major-mode): Compiler defvar.
31770 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
31771
31772 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
31773 (font-lock-mode): Update `font-lock-mode-major-mode'.
31774 (font-lock-set-defaults): Compiler defvar.
31775 (font-lock-default-function): Take `font-lock-mode-major-mode'
31776 into account.
31777
31778 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
31779 keep track of which major mode it enabled the minor mode for.
31780 Use find-file-hook again. Update docstring.
31781
31782 * simple.el (eval-expression-print-level)
31783 (eval-expression-print-length, eval-expression-debug-on-error):
31784 Doc fixes.
31785
31786 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
31787
31788 * iswitchb.el (iswitchb-single-match-face)
31789 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
31790 (iswitchb-invalid-regexp-face): New faces.
31791 (iswitchb-completions): Use them.
31792 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
31793 now marked as an obsolete alias.
31794 (iswitchb-read-buffer): Remove check for bound font variables.
31795 (iswitchb-invalid-regexp): New free variable.
31796 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
31797 set iswitchb-invalid-regexp.
31798 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
31799 invalid regexps.
31800 (iswitchb-completions): Add check for complete match when entering
31801 a regexp.
31802 (iswitchb-completions): Remove require-match argument.
31803 (iswitchb-exhibit): Fix caller.
31804 (iswitchb-common-match-inserted): New variable.
31805 (iswitchb-complete, iswitchb-completion-help): Use it.
31806
31807 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
31808
31809 * url/url-http.el (url-http-chunked-encoding-after-change-function):
31810 Use `url-http-debug' instead of `message'.
31811
31812 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
31813
31814 * url/url-http.el (url-http-parse-headers): Pass redirected URL
31815 as a callback argument.
31816
31817 2005-06-04 Kim F. Storm <storm@cua.dk>
31818
31819 * simple.el (line-move): Only call sit-for when moving backwards.
31820
31821 * ido.el (ido-make-merged-file-list-1): New defun split from
31822 ido-make-merged-file-list.
31823 (ido-make-merged-file-list): Bind throw-on-input around call to
31824 ido-make-merged-file-list-1. Return input-pending-p if
31825 interrupted by more input available.
31826 (ido-read-internal): Handle input-pending-p return value from
31827 ido-make-merged-file-list.
31828
31829 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
31830
31831 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
31832 compatibility code.
31833
31834 * international/latexenc.el (latexenc-find-file-coding-system):
31835 Don't inherit the EOL part of the coding-system from the
31836 tex-main buffer. Fit within 80 columns.
31837
31838 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
31839
31840 * tmm.el (tmm-inactive-face): New face.
31841 (tmm-remove-inactive-mouse-face): New function.
31842 (tmm-prompt, tmm-add-one-shortcut)
31843 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
31844 but not selectable.
31845
31846 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
31847
31848 * faces.el (face-equal): Improve argument/docstring consistency.
31849
31850 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
31851
31852 * progmodes/make-mode.el (makefile-targets-face)
31853 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
31854 (makefile-bsdmake-dependency-regex)
31855 (makefile-makepp-rule-action-regex)
31856 (makefile-bsdmake-rule-action-regex): New constants.
31857 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
31858
31859 * progmodes/compile.el (compilation-error-regexp-alist-alist):
31860 Allow (...) within `...' for makepp messages.
31861
31862 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
31863
31864 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
31865
31866 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
31867 "." files are deleted from all file lists before comparison.
31868
31869 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
31870 (viper-ESC-key): Made them customizable.
31871
31872 * emulation/viper.el (viper-non-hook-settings):
31873 Fix the names of defadvices.
31874
31875 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
31876
31877 * autorevert.el (auto-revert-buffers): Use save-match-data.
31878
31879 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
31880
31881 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
31882 menu items with a nil command binding.
31883
31884 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
31885
31886 * emacs-lisp/cl-macs.el (defsetf):
31887 Improve argument/docstring consistency.
31888
31889 * faces.el (list-faces-display): Improve the formatting by
31890 computing the maximum length required for any face-name (reworked
31891 patch of 1999-01-11, accidentally deleted on 1999-07-21).
31892 (internal-find-face): Remove redundant info in docstring.
31893
31894 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
31895
31896 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
31897 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
31898 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
31899 (gdb-assembler-custom): Improve regexps.
31900 (def-gdb-auto-update-handler): Use window point to preserve point.
31901
31902 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
31903
31904 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
31905
31906 2005-05-31 Jay Belanger <belanger@truman.edu>
31907
31908 * calc/calc-embed.el (calc-embedded-word): Change argument passed
31909 to calc-embedded.
31910 (calc-embedded-make-info): Have plain prefix argument select
31911 entire line.
31912
31913 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
31914
31915 * faces.el (list-faces-display): Signal error if passed a regexp
31916 that matches no face name.
31917
31918 * simple.el (filter-buffer-substring): Fix typo in docstring.
31919
31920 2005-05-31 Richard M. Stallman <rms@gnu.org>
31921
31922 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
31923 (vhdl-emacs-21): Doc fix.
31924 (vhdl-mode): Unconditionally set comment-padding.
31925 (vhdl-fixup-whitespace-region): Insert spaces only where
31926 there are none.
31927 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
31928
31929 2005-05-30 John Wiegley <johnw@newartisans.com>
31930
31931 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
31932 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
31933 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
31934 `directory-sep-char' to ?/, and all uses of `string-to-int' to
31935 `string-to-number'.
31936
31937 2005-05-30 Jay Belanger <belanger@truman.edu>
31938
31939 * calc/calc.el (calc-bug-address): Fix docstring.
31940 (calc-window-hook, calc-trail-window-hook): New variables.
31941 (calc-trail-display): Restore use of calc-trail-window-hook.
31942 (calc): Restore use of calc-window-hook.
31943
31944 2005-05-31 Masatake YAMATO <jet@gyve.org>
31945
31946 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
31947
31948 * help-fns.el (help-C-file-name): Add autoload mark for
31949 `find-function-noselect'.
31950
31951 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
31952
31953 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
31954 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
31955
31956 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
31957
31958 * calendar/diary-lib.el (mark-included-diary-files): Only kill
31959 included diary buffer if it was not already being visited.
31960 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
31961
31962 * calendar/icalendar.el (top-level): Do not require appt.
31963
31964 * mail/supercite.el (sc-select-attribution): Only use a list
31965 element from sc-attrib-selection-list if it returns a string.
31966 Reported by Davide G. M. Salvetti <salve@debian.org>.
31967
31968 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
31969
31970 * thumbs.el (thumbs-thumbname): The resulting thumbname now
31971 includes a hash value to improve its uniqueness, and has a ".jpg"
31972 extension. Also, it is now a valid filename on all systems.
31973 (thumbs-make-thumb): Use `let', not `let*'.
31974 (thumbs-show-thumbs-list): Check for JPEG availability.
31975
31976 2005-05-30 Richard M. Stallman <rms@gnu.org>
31977
31978 * filesets.el (filesets-menu-ensure-use-cached):
31979 Prevent warning when emacs-version>= is undefined.
31980
31981 * printing.el (pr-interactive-n-up): Use string-to-number.
31982
31983 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
31984
31985 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
31986 Warn only when name to be defined is quoted.
31987
31988 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
31989
31990 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
31991 Make regexp more robust.
31992 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
31993 Force regeneration of disassembly.
31994
31995 2005-05-29 Jay Belanger <belanger@truman.edu>
31996
31997 * calc/calc.el (calc-user-invocation): Check if
31998 calc-invocation-macro is non-nil.
31999
32000 2005-05-29 Juri Linkov <juri@jurta.org>
32001
32002 * add-log.el (change-log-font-lock-keywords):
32003 Add `+' to e-mail regexp to accept mail address with keywords.
32004
32005 * man.el (Man-name-regexp): Add `:' to accept qualified names.
32006
32007 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
32008
32009 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
32010
32011 * ielm.el (inferior-emacs-lisp-mode): Ditto.
32012
32013 2005-05-29 Richard M. Stallman <rms@gnu.org>
32014
32015 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
32016 Undo the change that moves to end of the current word.
32017
32018 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
32019
32020 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
32021 Throw error when count <= 0 to ensure input is a number.
32022 (gdb-read-memory-custom): Pick up address from buffer.
32023 (gdb-memory-mode): Allow user to increment and decrement
32024 memory address from header line.
32025
32026 2005-05-29 Richard M. Stallman <rms@gnu.org>
32027
32028 * textmodes/flyspell.el (flyspell-version): Function deleted.
32029 (flyspell-auto-correct-previous-hook): Doc fix.
32030
32031 * jit-lock.el (jit-lock-function, jit-lock-after-change):
32032 Do nothing if memory is full.
32033
32034 * font-lock.el (font-lock-fontify-syntactically-region):
32035 Pass t for GREEDY to looking-back.
32036
32037 * saveplace.el (save-place-alist-to-file): Write the file
32038 using write-region.
32039
32040 * subr.el (looking-back): New argument GREEDY.
32041
32042 * progmodes/compile.el (compilation-start): Set the mode
32043 before inserting the initial text.
32044
32045 * progmodes/which-func.el (which-func-update-1): Turn the mode
32046 off in case of error by setting which-func-mode.
32047
32048 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
32049
32050 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
32051 Narrow down to what's on the screen, and recenter overlays
32052 at the end of the next word.
32053
32054 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
32055
32056 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
32057 8Vars moved up.
32058 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
32059 (flyspell-abbrev-p): Default to nil.
32060 (flyspell-use-global-abbrev-table-p): Doc fix.
32061 (flyspell-large-region): Allow nil as value.
32062 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
32063
32064 (mail-mode-flyspell-verify): More robust handling
32065 of `mail-header-separator'. More efficient signature detection.
32066 Allow for regexp metacharacters in message-header-separator.
32067 Adding `To' not to be checked in mail-mode-flyspell-verify.
32068
32069 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
32070 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
32071 Bind flyspell-auto-correct-binding.
32072 Bind C-. and C-, .
32073 (flyspell-mode-map): Likewise.
32074 (flyspell-mode): Doc fix.
32075 (flyspell-accept-buffer-local-defs): Preserve current buffer.
32076 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
32077 (flyspell-word-cache-result): New var, always local.
32078 (flyspell-check-pre-word-p): Doc fix.
32079 (flyspell-check-changed-word-p): Handle spc like newline.
32080 (flyspell-post-command-hook): Set flyspell-word-cache-result.
32081 (flyspell-word-search-backward, flyspell-word-search-forward):
32082 New functions.
32083 (flyspell-word): Return t if nothing to check.
32084 When parsing TeX code, check for after } or \.
32085 Use flyspell-word-search-backward to find previous word.
32086 Return nil if duplicated word.
32087 For word already checked, return same value as last time.
32088 Set flyspell-word-cache-result after checking.
32089 Don't clobber the return value.
32090 (flyspell-get-word): Major rewrite.
32091 (flyspell-external-point-words): New locals pword, pcount.
32092 Fix size used in progress message.
32093 Find the proper corresponding word in flyspell-large-region-buffer.
32094 (flyspell-region): Check for flyspell-large-region = nil.
32095 (flyspell-highlight-incorrect-region): Clean up overlays in region.
32096 (flyspell-auto-correct-word): Check that WORD is a cons.
32097 (flyspell-correct-word): Likewise.
32098
32099 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
32100
32101 * progmodes/make-mode.el (makefile-rule-action-regex)
32102 (makefile-macroassign-regex, makefile-makepp-mode)
32103 (makefile-bsdmake-mode): Continuation lines may be empty.
32104 Reported by Joshua Varner.
32105 (makefile-makepp-font-lock-keywords): Add $(stem).
32106
32107 2005-05-28 Karl Berry <karl@gnu.org>
32108
32109 * textmodes/tex-mode.el: Now that tex-send-command calls
32110 shell-quote-argument (2005-03-31 change), remove all calls to
32111 shell-quote-argument; they all end up invoking tex-send-command.
32112 The double quoting loses on filenames with non-safe characters,
32113 such as "@". Reported by Frederik Fouvry.
32114
32115 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
32116
32117 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
32118 about preserving point.
32119
32120 2005-05-27 Jay Belanger <belanger@truman.edu>
32121
32122 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
32123 Info-goto-node.
32124
32125 * calc/calc-embed.el (calc-embed-arg): New variable.
32126 (calc-do-embedded-activate, calc-embedded-activate-formula)
32127 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
32128 variable by new variable.
32129 (calc-embedded-make-info): Replace undeclared variable by new
32130 variable. When selecting region with positive prefix
32131 argument, use end of previous line instead of beginning of line.
32132
32133 * calc/calc-aent.el (calc-arg-values): Declare it.
32134
32135 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
32136 Declare them.
32137
32138 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
32139
32140 * calc/calc.el (calc-alg-map): Declare it.
32141
32142 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
32143
32144 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
32145
32146 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
32147 (gdb-registers-buffer, toggle-gdb-all-registers):
32148 Toggle display of floating point registers.
32149 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
32150
32151 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
32152 (toggle-gud-tooltip-dereference):
32153 Rename from gud-toggle-tooltip-dereference.
32154
32155 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
32156
32157 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
32158
32159 2005-05-27 Jay Belanger <belanger@truman.edu>
32160
32161 * calc/calc-prog.el (calc-kbd-report): Remove.
32162 (calc-kbd-query): Rewrite.
32163
32164 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
32165
32166 * image.el (image-library-alist): Move to image.c.
32167 (image-type-available-p): Doc fix.
32168
32169 2005-05-27 Lute Kamstra <lute@gnu.org>
32170
32171 * calc/calc.el (calc):
32172 * outline.el (outline-1, outline-2, outline-3, outline-4)
32173 (outline-5, outline-6, outline-7, outline-8):
32174 * textmodes/dns-mode.el (dns-mode):
32175 * textmodes/sgml-mode.el (sgml-namespace-face):
32176 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
32177 (tex-verbatim-face, tex-use-reftex):
32178 * textmodes/texinfo.el (texinfo-heading-face):
32179 Specify customization group.
32180
32181 * longlines.el: Don't require easy-mmode.
32182 (longlines-visible-face): Specify customization group.
32183
32184 2005-05-27 Kenichi Handa <handa@m17n.org>
32185
32186 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
32187 encoding table of windows-1251.
32188
32189 * international/ucs-tables.el (ucs-set-table-for-input):
32190 If translation-table-for-input of a coding system is a symbol, get
32191 its translation-table property.
32192
32193 * international/code-pages.el: Don't register a coding system into
32194 non-iso-charset-alist more than once.
32195 (cp-make-coding-system): Likewise.
32196
32197 2005-05-26 John Wiegley <johnw@newartisans.com>
32198
32199 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
32200 `eshell-resume-eval' is wrapped in a list, it indicates that the
32201 command was run asynchronously. In that case, unwrap the value
32202 before checking the delimiter value.
32203
32204 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
32205 character before a space at the end of a line is \, assume the space
32206 is part of the last argument rather than a final argument separator.
32207
32208 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
32209 is in use, and the target is `t' or `nil' (which are the most common
32210 values), don't assume that the symbol target is a buffer.
32211
32212 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
32213
32214 * calendar/calendar.el (calendar-mode-line-format):
32215 Use mode-line-highlight as mouse-face.
32216
32217 * time.el (display-time-string-forms, display-time-update):
32218 Use mode-line-highlight as mouse-face.
32219
32220 2005-05-26 Jay Belanger <belanger@truman.edu>
32221
32222 * calc/calc.el (calc-language-alist): Remove extra defvar.
32223
32224 2005-05-26 Lute Kamstra <lute@gnu.org>
32225
32226 * arc-mode.el (archive-mode):
32227 * bookmark.el (bookmark-read-annotation-mode)
32228 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
32229 * bs.el (bs-mode):
32230 * calc/calc-yank.el (calc-edit-mode):
32231 * calc/calc.el (calc-mode, calc-trail-mode):
32232 * calculator.el (calculator-mode):
32233 * chistory.el (command-history-mode):
32234 * comint.el:
32235 * cus-edit.el (custom-mode):
32236 * descr-text.el (describe-text-mode):
32237 * ebuff-menu.el (Electric-buffer-menu-mode):
32238 * ediff-util.el (ediff-mode):
32239 * emacs-lisp/re-builder.el (reb-mode):
32240 * emulation/vi.el (vi-mode-setup):
32241 * emulation/ws-mode.el (wordstar-mode):
32242 * eshell/esh-mode.el (eshell-mode):
32243 * forms.el (forms-mode):
32244 * help-mode.el (help-mode):
32245 * hexl.el (hexl-mode):
32246 * ibuffer.el (ibuffer-mode):
32247 * ielm.el (inferior-emacs-lisp-mode):
32248 * info.el (Info-mode, Info-edit-mode):
32249 * international/swedish.el:
32250 * ledit.el (ledit-from-lisp-mode):
32251 * locate.el (locate-mode):
32252 * mail/rmail.el (rmail-mode):
32253 * mail/rmailedit.el (rmail-edit-mode):
32254 * mail/rmailsum.el (rmail-summary-mode):
32255 * mail/supercite.el (sc-electric-mode):
32256 * net/eudc.el (eudc-mode):
32257 * net/quickurl.el (quickurl-list-mode):
32258 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
32259 * obsolete/ooutline.el (outline-mode):
32260 * obsolete/options.el (Edit-options-mode):
32261 * obsolete/rnews.el (news-mode):
32262 * obsolete/rnewspost.el (news-reply-mode):
32263 * play/5x5.el (5x5-mode):
32264 * play/decipher.el (decipher-mode, decipher-stats-mode):
32265 * play/gomoku.el (gomoku-mode):
32266 * play/snake.el (snake-mode):
32267 * play/solitaire.el (solitaire-mode):
32268 * play/tetris.el (tetris-mode):
32269 * progmodes/ada-mode.el (ada-mode):
32270 * progmodes/antlr-mode.el (antlr-mode):
32271 * progmodes/autoconf.el (autoconf-mode):
32272 * progmodes/dcl-mode.el (dcl-mode):
32273 * progmodes/delphi.el (delphi-mode):
32274 * progmodes/ebrowse.el (ebrowse-tree-mode)
32275 (ebrowse-electric-list-mode, ebrowse-member-mode)
32276 (ebrowse-electric-position-mode):
32277 * progmodes/f90.el (f90-mode):
32278 * progmodes/fortran.el (fortran-mode):
32279 * progmodes/icon.el (icon-mode):
32280 * progmodes/idlw-help.el (idlwave-help-mode):
32281 * progmodes/idlw-shell.el (idlwave-shell-mode):
32282 * progmodes/idlwave.el (idlwave-mode):
32283 * progmodes/inf-lisp.el (inferior-lisp-mode):
32284 * progmodes/m4-mode.el (m4-mode):
32285 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
32286 * progmodes/modula2.el (modula-2-mode):
32287 * progmodes/octave-inf.el (inferior-octave-mode):
32288 * progmodes/octave-mod.el (octave-mode):
32289 * progmodes/pascal.el (pascal-mode):
32290 * progmodes/sh-script.el (sh-mode):
32291 * progmodes/sql.el (sql-mode, sql-interactive-mode):
32292 * progmodes/vhdl-mode.el (vhdl-mode):
32293 * progmodes/xscheme.el (scheme-interaction-mode):
32294 * replace.el (occur-mode):
32295 * ses.el (ses-mode):
32296 * simple.el (completion-list-mode):
32297 * skeleton.el:
32298 * speedbar.el (speedbar-mode):
32299 * term.el (term-mode):
32300 * terminal.el (terminal-edit-mode):
32301 * textmodes/reftex-index.el (reftex-index-mode)
32302 (reftex-index-phrases-mode):
32303 * textmodes/reftex-sel.el (reftex-select-label-mode)
32304 (reftex-select-bib-mode):
32305 * textmodes/reftex-toc.el (reftex-toc-mode):
32306 * wdired.el (wdired-change-to-wdired-mode):
32307 * wid-browse.el (widget-browse-mode):
32308 Use run-mode-hooks.
32309
32310 * array.el (array-mode):
32311 * calendar/todo-mode.el (todo-mode):
32312 * man.el (Man-mode):
32313 * play/landmark.el (lm-mode):
32314 * play/mpuz.el (mpuz-mode):
32315 Use kill-all-local-variables and run-mode-hooks.
32316
32317 * subr.el (delay-mode-hooks): Specify indentation.
32318
32319 2005-05-26 Mark A. Hershberger <mah@everybody.org>
32320
32321 * xml.el (xml-substitute-special): Don't die for undefined xml
32322 entities.
32323
32324 2005-05-26 Jay Belanger <belanger@truman.edu>
32325
32326 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
32327 of nil.
32328
32329 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
32330
32331 * progmodes/gdb-ui.el (gdb-frame-address):
32332 Rename from gdb-current-address.
32333 (gdb-previous-frame-address): Rename from gdb-previous-address.
32334 (gdb-selected-frame): Rename from gdb-current-frame.
32335 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
32336 (gdb-frame-number): Rename from gdb-current-stack-level.
32337 (gdb-ann3): Match new mode-name for disassembly buffer.
32338 Extend initialization of variables.
32339 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
32340 (gdb-memory-mode): Use mouse-face in header line.
32341 (gdb-assembler-buffer-name): Call it disassembly and give frame
32342 in mode line.
32343 (gdb-source-spec-regexp, gdb-assembler-custom)
32344 (gdb-invalidate-assembler, gdb-frame-handler):
32345 Make robust to leading zeroes in address format.
32346
32347 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
32348
32349 * textmodes/org.el (org-mode): Use `define-derived-mode' to
32350 define `org-mode'.
32351 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
32352
32353 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
32354
32355 * log-edit.el (log-edit-changelog-entries): Distinguish between
32356 filenames like xfns.c and fns.c.
32357
32358 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
32359
32360 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
32361 point after reverting.
32362 (Buffer-menu-make-sort-button): Handle the case where
32363 `Buffer-menu-use-header-line' is nil.
32364
32365 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
32366
32367 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
32368 New funcs. In minibuffer-local-completion-map bind `]', `/'
32369 and `:' to them.
32370
32371 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
32372
32373 * startup.el (normal-top-level): Allow modification of load-path while
32374 we're iterating over it.
32375
32376 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
32377
32378 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
32379 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
32380 (thumbs-resize-interactive, thumbs-insert-image)
32381 (thumbs-insert-thumb, thumbs-dired-show-marked)
32382 (thumbs-find-image-at-point, thumbs-delete-images)
32383 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
32384 (thumbs-increment-image-size, thumbs-decrement-image-size):
32385 Fix typos in docstrings.
32386
32387 2005-05-24 Andre Spiegel <spiegel@gnu.org>
32388
32389 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
32390 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
32391 (cperl-mode): Use them.
32392
32393 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
32394
32395 * window.el (quit-window, shrink-window-if-larger-than-buffer):
32396 Doc fixes.
32397
32398 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
32399
32400 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
32401 Bind C-d to gdb-inferior-io-eof.
32402
32403 * dired.el (dired-dnd-popup-notice): Use message-box.
32404
32405 2005-05-23 Masatake YAMATO <jet@gyve.org>
32406
32407 * bindings.el (mode-line-major-mode-keymap):
32408 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
32409
32410 * faces.el (mode-line-highlight): New face.
32411
32412 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
32413 as mouse-face.
32414
32415 * bindings.el (top-level, help-echo, mode-line-modified)
32416 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
32417 as mouse-face.
32418
32419 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
32420
32421 * progmodes/cc-engine.el (c-guess-basic-syntax):
32422 Remove spurious call to `zerop'.
32423
32424 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
32425
32426 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
32427
32428 CC Mode update to 5.30.10:
32429
32430 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
32431 the point could go past the limit in decoration level 2, thereby
32432 causing errors during interactive fontification.
32433
32434 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
32435 bug when the file is evaluated interactively.
32436
32437 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
32438 declarations somewhat better in C++.
32439
32440 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
32441 New helper macro to make use of `run-mode-hooks'
32442 which has been added in Emacs 21.1.
32443 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
32444 (awk-mode): Use it.
32445 (make-local-hook): Suppress warning about obsoleteness.
32446
32447 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
32448 (c-append-backslashes-forward, c-delete-backslashes-forward)
32449 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
32450 Compensate for return value from `forward-line' when it has moved
32451 but not to a different line due to eob.
32452
32453 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
32454 `objc-method-intro' and `objc-method-args-cont'.
32455
32456 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
32457
32458 CC Mode update to 5.30.10:
32459
32460 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
32461 address in the copyright statement. Incidentally, change "along with
32462 GNU Emacs" to "along with this program" where it occurs.
32463
32464 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
32465 autoload, so that it is interactive, hence can be found by M-x awk-mode
32466 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
32467 <gmorris+emacs@ast.cam.ac.uk>.
32468
32469 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
32470 Mode's regexps.
32471
32472 2005-05-23 Kevin Ryde <user42@zip.com.au>
32473
32474 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
32475 from c-parse-state, to avoid a lisp error (on bad code).
32476
32477 2005-05-23 Lute Kamstra <lute@gnu.org>
32478
32479 * subr.el (font-lock-defaults): Remove defvar as it's already
32480 defined in font-core.el.
32481
32482 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
32483
32484 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
32485
32486 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
32487 more general and work when GDB variable "print pretty" is on,
32488 as with Emacs, for example.
32489
32490 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
32491
32492 * font-core.el: Update comment.
32493
32494 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32495 Use `after-change-major-mode-hook' instead of `find-file-hook'.
32496
32497 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
32498
32499 2005-05-22 Eli Zaretskii <eliz@gnu.org>
32500
32501 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
32502 and `yank-handler' in the doc strings.
32503
32504 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
32505
32506 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
32507
32508 2005-05-22 Richard M. Stallman <rms@gnu.org>
32509
32510 * help.el (describe-key): Move print-help-return-message call
32511 out of conditional.
32512
32513 * progmodes/etags.el (list-tags): Use with-no-warnings.
32514
32515 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
32516 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
32517 (starttls-extra-args, starttls-extra-arguments): Add defvars.
32518
32519 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
32520
32521 * language/viet-util.el (viet-viscii-nonascii-translation-table):
32522 Add defvar.
32523
32524 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
32525 Use defvar, not defconst.
32526
32527 * hexl.el (hexl-follow-line): Use with-no-warnings.
32528
32529 * emulation/tpu-extras.el: Use write-file-functions instead of
32530 write-file-hooks.
32531
32532 * dired.el (dired-font-lock-keywords): Fontify files with junk
32533 extensions even if marked by -F.
32534
32535 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
32536
32537 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
32538 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
32539 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
32540 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
32541 (concatenate, list-length, get*, getf, cl-remprop):
32542 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
32543 (etypecase, progv, lexical-let, lexical-let*)
32544 (multiple-value-bind, multiple-value-setq, shiftf):
32545 Improve argument/docstring consistency.
32546
32547 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
32548
32549 2005-05-22 Andre Spiegel <spiegel@gnu.org>
32550
32551 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
32552 doesn't exist.
32553
32554 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
32555 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
32556
32557 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
32558
32559 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
32560 already deleted variables: auto-fill-hook, blink-paren-hook,
32561 lisp-indent-hook, inhibit-local-variables, unread-command-event,
32562 suspend-hooks, comment-indent-hook, meta-flag,
32563 before-change-function, after-change-function,
32564 font-lock-doc-string-face.
32565
32566 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
32567
32568 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
32569
32570 2005-05-21 Eli Zaretskii <eliz@gnu.org>
32571
32572 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
32573 rmail-dont-reply-to.
32574
32575 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32576
32577 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
32578 literal blank when splitting new-header-values.
32579
32580 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
32581
32582 * calendar/cal-menu.el (cal-menu-update): Add separator as a
32583 string so that tmm doesn't create a completion entry for it.
32584
32585 * textmodes/table.el (table-disable-menu): Ditto.
32586
32587 2005-05-21 Richard M. Stallman <rms@gnu.org>
32588
32589 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
32590
32591 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
32592
32593 * net/rcompile.el (remote-compile): Use compilation-start.
32594
32595 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
32596
32597 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
32598
32599 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
32600 Default to makefile-bsdmake-mode on BSD systems.
32601
32602 * imenu.el (imenu-generic-expression, imenu--generic-function'):
32603 REGEXP may also be a search function now. The part of doc-string
32604 for describing the structure was 95% identical to that of
32605 `imenu--generic-function'. Unify it there.
32606
32607 * progmodes/make-mode.el (makefile-imenu-generic-expression):
32608 Use function to find dependencies, because regexp alone is so complex,
32609 it easily goes into an endless loop.
32610 (makefile-makepp-mode): Also add submenu for Perl functions
32611 defined in the makefile.
32612 (makefile-bsdmake-mode): Special imenu-generic-expression no
32613 longer needed, due to function call.
32614 (makefile-match-dependency): Take BOUND into account when checking
32615 if we're through.
32616
32617 2005-05-20 Jay Belanger <belanger@truman.edu>
32618
32619 * calc/calc-units.el (calc-invalidate-units-table):
32620 Use inhibit-read-only.
32621 (math-build-units-table-buffer): Use view-mode.
32622
32623 2005-05-20 David Kastrup <dak@gnu.org>
32624
32625 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
32626 easy-menu-add is not a nop on Emacs; and clarify when to call it.
32627
32628 2005-05-20 Lute Kamstra <lute@gnu.org>
32629
32630 * diff-mode.el (diff-header-face, diff-file-header-face)
32631 (diff-index-face, diff-hunk-header-face, diff-removed-face)
32632 (diff-added-face, diff-changed-face, diff-function-face)
32633 (diff-context-face, diff-nonexistent-face): Put them in the
32634 diff-mode customization group.
32635
32636 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
32637
32638 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
32639
32640 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
32641
32642 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
32643 Minor regexp-optimization.
32644
32645 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
32646
32647 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
32648 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
32649 (org-agenda-add-time-grid-maybe): New function.
32650 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
32651 (org-table-create): `dotimes' instead of `mapcar'.
32652 (org-xor): Simplify implementation.
32653 (org-agenda): `inhibit-redisplay' turned on.
32654 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
32655 a consistent line after a state change.
32656 (org-agenda-remove-times-when-in-prefix): New option.
32657 (org-prefix-has-time): New variable.
32658 (org-parse-time-string): Optional argument NODEFAULT.
32659 (org-format-agenda-item): Parse items for time-of-day
32660 specifications and move these into the prefix if possible.
32661 (org-agenda-priority): Get current heading, not previous heading
32662 during agenda remote editing.
32663
32664 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
32665
32666 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
32667 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
32668 (remove-duplicates, delete-duplicates, substitute)
32669 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
32670 (nsubstitute-if-not, find, find-if, find-if-not, position)
32671 (position-if, position-if-not, count, count-if, count-if-not)
32672 (mismatch, search, sort*, stable-sort, merge, member*)
32673 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
32674 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
32675 (intersection, nintersection, set-difference, nset-difference)
32676 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
32677 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
32678 (nsublis, tree-equal): Improve argument/docstring consistency.
32679
32680 * subr.el (send-string, send-region): Remove obsolescence declaration.
32681 (window-dot, set-window-dot, read-input, show-buffer)
32682 (eval-current-buffer, string-to-int):
32683 Add release number to obsolescence declarations.
32684
32685 2005-05-19 Kim F. Storm <storm@cua.dk>
32686
32687 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
32688 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
32689
32690 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
32691
32692 * faces.el (list-faces-display): Make back button respect optional
32693 regexp arg.
32694
32695 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
32696
32697 * calculator.el (calculator-radix-grouping-mode)
32698 (calculator-radix-grouping-digits, calculator-displayer)
32699 (calculator-radix-grouping-separator, calculator-copy-displayer):
32700 * dabbrev.el (dabbrev-search-these-buffers-only):
32701 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
32702 (diff-advance-after-apply-hunk, diff-mode-hook)
32703 (diff-minor-mode-prefix):
32704 * imenu.el (imenu-use-popup-menu):
32705 * jit-lock.el (jit-lock-context-time):
32706 * newcomment.el (comment-fill-column, comment-column)
32707 (comment-style, comment-padding, comment-multi-line)
32708 (comment-empty-lines, comment-auto-fill-only-comments):
32709 * reveal.el (reveal-around-mark):
32710 * uniquify.el (uniquify-buffer-name-style)
32711 (uniquify-after-kill-buffer-p)
32712 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
32713 (uniquify-min-dir-content, uniquify-separator)
32714 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
32715 * w32-vars.el (w32-fixed-font-alist):
32716 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
32717 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
32718 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
32719 * progmodes/perl-mode.el (perl-indent-level)
32720 (perl-continued-statement-offset, perl-continued-brace-offset)
32721 (perl-brace-offset, perl-brace-imaginary-offset)
32722 (perl-label-offset, perl-indent-continued-arguments)
32723 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
32724 * progmodes/tcl.el (tcl-indent-level)
32725 (tcl-continued-indent-level, tcl-auto-newline)
32726 (tcl-tab-always-indent, tcl-electric-hash-style)
32727 (tcl-help-directory-list, tcl-use-smart-word-finder)
32728 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
32729 (inferior-tcl-source-command):
32730 * textmodes/fill.el (enable-kinsoku):
32731 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
32732 * textmodes/table.el (table-yank-handler):
32733 Specify missing group (and type, if simple) in defcustom.
32734
32735 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
32736
32737 * progmodes/compile.el (compilation-finish-function): Fix defvar.
32738
32739 2005-05-19 Richard M. Stallman <rms@gnu.org>
32740
32741 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
32742
32743 * subr.el (event-basic-type): Don't get an error.
32744 (left-fringe-p): Function deleted.
32745
32746 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
32747 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
32748
32749 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
32750 in recursive copy.
32751
32752 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
32753
32754 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
32755
32756 * emacs-lisp/bytecomp.el
32757 (byte-compile-file-form-custom-declare-variable):
32758 Call byte-compile-nogroup-warn if appropriate.
32759
32760 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
32761 (compilation-set-window): Don't call left-fringe-p; do it directly.
32762
32763 2005-05-19 Jay Belanger <belanger@truman.edu>
32764
32765 * calc/calc-graph.el (calc-graph-format-data): Make sure
32766 var-PlotRejects is bound before trying to check its value.
32767
32768 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
32769
32770 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
32771 definition of this variable from reftex-global.el to reftex.el,
32772 because it is needed in the menu.
32773
32774 2005-05-19 Lute Kamstra <lute@gnu.org>
32775
32776 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
32777 years are fixed. Don't insert a space after a dash.
32778
32779 2005-05-19 Kim F. Storm <storm@cua.dk>
32780
32781 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
32782
32783 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
32784
32785 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
32786 strings, because (eq ... ?\\) is fairly frequent.
32787
32788 * progmodes/make-mode.el (makefile-add-this-line-targets):
32789 Simplify and integrate into `makefile-pickup-targets'.
32790 (makefile-add-this-line-macro): Simplify and integrate into
32791 `makefile-pickup-macros.
32792 (makefile-pickup-filenames-as-targets): Simplify.
32793 (makefile-previous-dependency, makefile-match-dependency):
32794 Don't stumble over `::'.
32795
32796 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
32797
32798 * subr.el (post-command-idle-hook, post-command-idle-delay):
32799 Remove obsoletion of post-command-idle-hook and
32800 post-command-idle-delay.
32801
32802 * faces.el (list-faces-display): Provide button when describe-face
32803 is called to take user back to the list of faces.
32804
32805 * help-fns.el (describe-variable): Remove hyperlinks in a
32806 variable's value as these are quite frequently inappropriate.
32807
32808 * follow.el (follow-submit-feedback, follow-mode):
32809 Remove references to post-command-idle-hook.
32810
32811 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
32812
32813 * progmodes/make-mode.el (makefile-previous-dependency)
32814 (makefile-match-dependency): Check for := (and in bsd mode also
32815 !=) to give a better result, even when font-lock is not on.
32816
32817 2005-05-18 Jay Belanger <belanger@truman.edu>
32818
32819 * calc/calc-help.el (calc-s-prefix-help):
32820 Add `calc-copy-special-constant' to help string.
32821
32822 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
32823
32824 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32825
32826 2005-05-18 Jay Belanger <belanger@truman.edu>
32827
32828 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
32829 in linear factors are in proper order.
32830
32831 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
32832
32833 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32834 Support for jurabib.
32835
32836 * textmodes/reftex.el (featurep): Define aliases for overlay
32837 commands, for XEmacs compatibility, and use these aliases in
32838 overlay initializations.
32839 (reftex-highlight): Use `reftex-move-overlay'.
32840 (reftex-unhighlight): Use `reftex-delete-overlay'.
32841 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
32842 (reftex-access-search-path): Use `reftex-uniquify' instead of
32843 `reftex-uniq'.
32844
32845 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
32846 `before-string' property modification enables for Emacs as well.
32847 (reftex-select-item): Use `reftex-delete-overlay'.
32848 (reftex-select-mark): Use `reftex-make-overlay' and
32849 `reftex-overlay-put'.
32850 (reftex-select-unmark): Use `reftex-delete-overlay' and
32851 `reftex-overlay-put'.
32852
32853 2005-05-18 Lute Kamstra <lute@gnu.org>
32854
32855 * emacs-lisp/lisp.el (check-parens): Fix docstring.
32856
32857 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
32858
32859 * add-log.el (add-change-log-entry):
32860 * array.el (array-make-template, array-reconfigure-rows)
32861 (array-init-max-row, array-init-max-column)
32862 (array-init-columns-per-line, array-init-field-width):
32863 * replace.el (replace-match-maybe-edit, perform-replace):
32864 * textmodes/spell.el (spell-region):
32865 Replace `read-input' by `read-string'.
32866
32867 * forms.el (forms-mode):
32868 * finder.el (finder-compile-keywords):
32869 * shadowfile.el (shadow-read-files):
32870 Replace `eval-current-buffer' by `eval-buffer'.
32871
32872 * terminal.el (te-pass-through):
32873 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
32874 (ange-ftp-raw-send-cmd):
32875 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
32876 (send-process-next-char, telnet-initial-filter, telnet):
32877 Replace `send-string' by `process-send-string'.
32878
32879 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
32880 (prolog-consult-region): Replace `send-string' by
32881 `process-send-string'; replace `send-region' by `process-send-region'.
32882
32883 * progmodes/delphi.el (delphi-log-msg):
32884 Replace `set-window-dot' by `set-window-point'.
32885
32886 * subr.el (window-dot, set-window-dot, read-input, send-string)
32887 (send-region, show-buffer, eval-current-buffer):
32888 Make really obsolete, as the comment says.
32889
32890 2005-05-17 Kim F. Storm <storm@cua.dk>
32891
32892 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
32893 (cua--init-keymaps): Bind C-return instead of S-return to set
32894 rectangle mark.
32895
32896 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
32897 instead of S-return to toggle/clear rectangle mark.
32898
32899 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
32900
32901 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
32902 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
32903 Also fontify plain strings assigned to variables, mostly so that a
32904 colon has a face and is thus not taken as a dependency separator.
32905 (makefile-previous-dependency): Inline the new matcher, because it
32906 is too complex to work in both directions.
32907 (makefile-match-dependency): Eliminate `backward' arg (see above).
32908 Completely reimplemented so as to not sometimes go into an endless
32909 loop. It should also be more efficient, because first it only
32910 searches for `:', instead of applying the very complex regexp.
32911 (makefile-mode): Cancel `font-lock-support-mode', because blocks
32912 to be fontified in one piece can be too long for JIT.
32913 Makefiles are never *that* big.
32914
32915 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
32916
32917 * dired.el (dired-mode): Simplify.
32918
32919 2005-05-17 Lute Kamstra <lute@gnu.org>
32920
32921 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
32922 defcustom for the mode hook variable.
32923
32924 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
32925 Emacs Lisp Reference Manual.
32926
32927 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
32928
32929 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
32930 (evenp, list*):
32931 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
32932 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
32933
32934 * net/tramp-smb.el (tramp-smb-open-connection):
32935 Pass `tramp-chunksize' as fifth (required) argument.
32936
32937 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
32938
32939 * font-lock.el (lisp-font-lock-keywords-1):
32940 Set `font-lock-negation-char-face' for [^...] char group.
32941 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
32942
32943 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
32944 a var, and refine it to mask one more level of nested vars.
32945 (makefile-rule-action-regex): Turn it into a var, and refine it so
32946 it recognizes backslashed continuation lines as belonging to the
32947 same command.
32948 (makefile-macroassign-regex): Refine it so it recognizes
32949 backslashed continuation lines as belonging to the same command.
32950 (makefile-var-use-regex): Don't look at the next char, because it
32951 might be the same one to be skipped by the initial [^$], leading
32952 to an overlooked variable use.
32953 (makefile-make-font-lock-keywords): Remove two parameters, which
32954 are now variables that some of the modes set locally.
32955 Handle dependency and rule action matching through functions, because
32956 regexps alone match too often. Dependency matching now comes
32957 last, so it can check, whether a colon already matched something else.
32958 (makefile-mode): Inform that font-lock improves makefile parsing
32959 capabilities.
32960 (makefile-match-dependency, makefile-match-action): New functions.
32961
32962 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
32963
32964 * emacs-lisp/cl-extra.el (equalp): Doc fix.
32965
32966 * align.el (align-regexp):
32967 * ansi-color.el (ansi-color-get-face):
32968 * array.el (array-reconfigure-rows, array-init-max-row)
32969 (array-init-max-column, array-init-columns-per-line)
32970 (array-init-field-width):
32971 * dired-aux.el (dired-trample-file-versions):
32972 * dired-x.el (dired-mark-sexp):
32973 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
32974 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
32975 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
32976 * faces.el (face-read-integer):
32977 * files.el (backup-extract-version, insert-directory):
32978 * hexl.el (hexl-insert-decimal-char):
32979 * server.el (server-process-filter):
32980 * shell.el (shell-extract-num):
32981 * startup.el (command-line-1):
32982 * term.el (term-command-hook):
32983 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
32984 (time-stamp-do-number):
32985 * time.el (display-time-update):
32986 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
32987 (timezone-fix-time):
32988 * vms-patch.el (vms-suspend-resume-hook):
32989 * calendar/appt.el (appt-convert-time):
32990 * calendar/cal-bahai.el (mark-bahai-diary-entries):
32991 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
32992 * calendar/cal-islam.el (mark-islamic-diary-entries):
32993 * calendar/calendar.el (calendar-cursor-to-date)
32994 (calendar-star-date):
32995 * calendar/diary-lib.el (diary-attrtype-convert)
32996 (mark-diary-entries, diary-entry-time):
32997 * calendar/solar.el (solar-get-number):
32998 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
32999 * emacs-lisp/re-builder.el (reb-display-subexp):
33000 * emulation/edt.el (edt-set-scroll-margins):
33001 * emulation/tpu-extras.el (tpu-set-scroll-margins):
33002 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
33003 (vip-get-ex-count):
33004 * emulation/viper-ex.el (viper-get-ex-token)
33005 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
33006 * international/fontset.el (fontset-plain-name):
33007 * mail/feedmail.el (feedmail-look-at-queue-directory):
33008 * mail/mailalias.el (mail-get-names):
33009 * mail/rmail.el (rmail-convert-to-babyl-format):
33010 * mail/rmailsum.el (rmail-make-basic-summary-line)
33011 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
33012 (rmail-summary-goto-msg):
33013 * mail/smtpmail.el (smtpmail-read-response):
33014 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
33015 (ange-ftp-vms-add-file-entry):
33016 * play/gametree.el (gametree-looking-at-ply)
33017 (gametree-current-branch-score):
33018 * progmodes/ada-xref.el (ada-prj-find-prj-file)
33019 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
33020 * progmodes/cperl-mode.el (condition-case):
33021 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
33022 (ebrowse-set-member-buffer-column-width)
33023 (ebrowse-select-1st-to-9nth):
33024 * progmodes/etags.el (etags-snarf-tag):
33025 * progmodes/flymake.el (flymake-parse-line):
33026 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
33027 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
33028 (idlwave-shell-menu-def):
33029 * progmodes/ps-mode.el (ps-run-goto-error):
33030 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
33031 (vhdl-speedbar-contract-level):
33032 * term/mac-win.el (x-handle-numeric-switch):
33033 * term/sun-mouse.el (sun-get-frame-data):
33034 * term/w32-win.el (x-handle-numeric-switch):
33035 * term/x-win.el (x-handle-numeric-switch):
33036 * textmodes/ispell.el (ispell-parse-output):
33037 * textmodes/nroff-mode.el (nroff-outline-level):
33038 * textmodes/reftex-cite.el (reftex-bib-sort-year)
33039 (reftex-bib-sort-year-reverse, reftex-format-citation):
33040 * textmodes/reftex-parse.el (reftex-init-section-numbers)
33041 (reftex-section-number):
33042 * textmodes/texinfmt.el (texinfo-paragraphindent):
33043 Replace `string-to-int' by `string-to-number'.
33044
33045 * international/latexenc.el: Add page marker to force the "Local
33046 Variables:" string out of the last page.
33047
33048 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
33049
33050 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
33051 tooltip-change-major-mode.
33052 (gud-tooltip-print-command): Remove case where gud-minor-mode
33053 is gdb ("--fullname").
33054 (gud-tooltip-tips): Turn GUD tooltips off for this case and
33055 explain to user.
33056
33057 2005-05-16 Jay Belanger <belanger@truman.edu>
33058
33059 * calc/calc-store.el (calc-copy-special-constant): New function.
33060
33061 * calc/calc-ext.el (calc-init-extensions): Add binding for
33062 `calc-copy-special-constant'.
33063
33064 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
33065 for the `calc-copy-special-constant' command.
33066
33067 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
33068
33069 * subr.el (left-fringe-p): New function.
33070
33071 * progmodes/compile.el (compilation-setup): Set local value of
33072 overlay-arrow-string to "" always.
33073 (compilation-set-window): Left fringe then don't scroll.
33074 No left fringe then no arrow and scroll message to top.
33075 (compilation-context-lines): Adjust doc string accordingly.
33076
33077 2005-05-16 Kim F. Storm <storm@cua.dk>
33078
33079 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
33080 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
33081 (ido-wide-find-dir-or-delete-dir): New command for M-d.
33082 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
33083 (ido-read-file-name): Handle commands with ido property value
33084 equal to find-file as reading a file name, to allow C-d to enter dired.
33085 (ibuffer-find-file): Add ido property with value find-file.
33086
33087 2005-05-15 Kim F. Storm <storm@cua.dk>
33088
33089 * subr.el (open-network-stream-nowait): Remove.
33090 (open-network-stream-server): Remove.
33091
33092 2005-05-15 Richard M. Stallman <rms@gnu.org>
33093
33094 * faces.el (describe-face): Output a definition link button.
33095
33096 * help-mode.el (help-face-def): New button type.
33097
33098 * emacs-lisp/copyright.el (copyright-fix-years):
33099 Match properly if the first year is 2-digit.
33100 Don't mess up the whitespace after the years by filling.
33101
33102 * dired-aux.el (dired-mark-confirm):
33103 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
33104
33105 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
33106 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
33107 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
33108
33109 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33110 Set font-lock-comment-start-skip.
33111
33112 * font-lock.el (font-lock-comment-start-skip): New variable.
33113 (font-lock-comment-end-skip): New variable.
33114 (font-lock-fontify-syntactically-region): Use them if non-nil.
33115
33116 2005-05-15 Jay Belanger <belanger@truman.edu>
33117
33118 * calc/calc-store.el (calc-store-value): Return a string rather
33119 than display it as a message.
33120 Use calc-var-name for variable name.
33121 (calc-store-into): Add the result of calc-store-value to message.
33122 (calc-copy-variable): Add a message.
33123 (calc-store-exchange): Improve error messages.
33124 (calc-store-binary, calc-store-map): Don't reset the values of
33125 special constants.
33126
33127 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
33128
33129 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
33130 manual to docstring.
33131
33132 * files.el (hack-local-variables-confirm): Add STRING argument.
33133 Make the function handle non file visiting buffers correctly.
33134 (hack-local-variables-prop-line, hack-local-variables)
33135 (hack-one-local-variable): Use STRING arg of
33136 `hack-local-variables-confirm'.
33137
33138 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
33139
33140 Sync with Tramp 2.0.49.
33141
33142 * net/tramp.el (tramp-handle-dired-call-process)
33143 (tramp-handle-insert-directory):`insert-buffer' cannot be used
33144 because the contents of the Tramp buffer is changed before
33145 insertion (`expand-file' and alike).
33146 (tramp-handle-insert-directory): If `localname' has an empty
33147 nondirectory name, it must not be quoted.
33148 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
33149 variable `tramp-chunksize'. Change callees.
33150 (tramp-open-connection-setup-interactive-shell): Check remote host
33151 for buggy `send-process-string' implementation.
33152 Set `tramp-chunksize' if found. Reported by Michael Kifer
33153 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
33154 (tramp-handle-shell-command): `insert-buffer' cannot be used
33155 because the contents of the Tramp buffer is changed before
33156 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
33157 <frederic.bothamy@free.fr>.
33158 (tramp-set-auto-save): Actions should be done for Tramp file name
33159 handler only. Ange-FTP has its own auto-save mechanism.
33160 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
33161 (tramp-set-auto-save-file-modes): Set file modes of
33162 `buffer-auto-save-file-name' to ?\600 as fallback solution.
33163 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
33164 (tramp-bug): Remove obsolete variable.
33165 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
33166 for presence of `mml-mode'. Make it running for older Emacsen as well.
33167
33168 2005-05-14 John Paul Wallington <jpw@pobox.com>
33169
33170 * ibuf-ext.el (define-ibuffer-filter filename):
33171 If `dired-directory' is a list, use its car.
33172
33173 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
33174
33175 * ibuffer.el (define-ibuffer-column filename):
33176 If `dired-directory' is a list, use its car.
33177
33178 2005-05-14 Richard M. Stallman <rms@gnu.org>
33179
33180 * subr.el (symbol-file): Doc fix.
33181
33182 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
33183 (byte-compile-form): Call byte-compile-nogroup-warn.
33184 (byte-compile-warning-types): Doc fix.
33185
33186 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
33187
33188 * progmodes/cc-engine.el (c-literal-faces):
33189 Add font-lock-comment-delimiter-face.
33190
33191 * net/net-utils.el (dig): Use with-no-warnings.
33192
33193 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
33194 (sc-recite-frame-alist, sc-default-cite-frame)
33195 (sc-default-uncite-frame, sc-default-recite-frame)
33196 (sc-attrib-selection-list, sc-rewrite-header-list):
33197 Mark as risky-local-variable.
33198
33199 * international/ogonek.el (ogonek-jak, ogonek-how):
33200 Don't use beginning-of-buffer.
33201
33202 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
33203
33204 * calendar/solar.el (solar-data-list): Move definition up.
33205
33206 * dnd.el (dnd-protocol-alist): Add autoload.
33207
33208 * progmodes/sh-script.el: Many doc usage fixes.
33209 (sh-indent-after-do): Change default to match common styles.
33210
33211 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
33212
33213 * files.el (interpreter-mode-alist)
33214 (auto-mode-interpreter-regexp): Doc fixes.
33215
33216 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
33217
33218 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
33219
33220 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
33221
33222 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33223
33224 * dired.el (dired-mode): make-variable-buffer-local =>
33225 make-local-variable.
33226
33227 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33228
33229 * term/mac-win.el (mac-select-convert-to-string): Try coding
33230 systems in mac-script-code-coding-systems if specified one cannot
33231 encode string for `com.apple.traditional-mac-plain-text'.
33232
33233 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
33234
33235 * progmodes/make-mode.el (makefile-targets-face)
33236 (makefile-shell-face, makefile-makepp-perl-face): New faces.
33237 (makefile-dependency-regex): Fix it to not make the colon in
33238 $(var:a=b) special.
33239 (makefile-rule-action-regex): New regexp for highlighting embedded
33240 Shell strings.
33241 (makefile-macroassign-regex): Handle != for highlighting as
33242 embedded Shell strings.
33243 (makefile-var-use-regex): New const.
33244 (makefile-statements, makefile-automake-statements)
33245 (makefile-gmake-statements, makefile-makepp-statements)
33246 (makefile-bsdmake-statements): New consts.
33247 (makefile-make-font-lock-keywords): New function.
33248 (makefile-automake-font-lock-keywords)
33249 (makefile-gmake-font-lock-keywords)
33250 (makefile-makepp-font-lock-keywords)
33251 (makefile-bsdmake-font-lock-keywords): New consts.
33252 (makefile-mode-map): Add switchers between the various submodes.
33253 (makefile-mode): Document the availability of the variants.
33254 (makefile-automake-mode, makefile-gmake-mode)
33255 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
33256
33257 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
33258 new variants of makefile-mode.
33259
33260 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
33261
33262 * font-lock.el (font-lock-comment-delimiter-face): Fix up
33263 the inheritance.
33264
33265 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
33266
33267 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
33268 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
33269
33270 * files.el (normal-mode): Extend the scope of the
33271 `enable-local-variables' binding to include the `set-auto-mode' call.
33272 (magic-mode-alist): Doc fix.
33273
33274 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
33275
33276 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
33277 font-lock-comment-face rather than copying its setting.
33278
33279 2005-05-12 Andreas Schwab <schwab@suse.de>
33280
33281 * eshell/esh-mode.el (eshell-send-input): Doc fix.
33282
33283 2005-05-12 Lute Kamstra <lute@gnu.org>
33284
33285 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
33286 defcustom for the mode hook variable. Delete the last argument.
33287 * generic-x.el: Fix callers of define-generic-mode.
33288 (generic-x-modes): Delete group.
33289 (show-tabs-tab-face, show-tabs-space-face): Put them in the
33290 generic-x customization group.
33291
33292 2005-05-12 Kim F. Storm <storm@cua.dk>
33293
33294 * font-lock.el (font-lock-negation-char-face): Default to "off".
33295
33296 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
33297 font-lock-negation-char-face to ! in !=.
33298
33299 2005-05-12 Masatake YAMATO <jet@gyve.org>
33300
33301 * add-log.el (find-change-log): Fix typos in the docstring
33302 of function.
33303
33304 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
33305
33306 * international/latexenc.el (latexenc-find-file-coding-system):
33307 Avoid `re-search-forward' when looking for input encoding because
33308 of speed and safety. Better regular expressions for recognizing
33309 input encoding. Limit a search for TeX-master/tex-main-file to
33310 the local variable section.
33311
33312 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
33313
33314 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
33315 syntax of $ to "'" (quote).
33316
33317 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
33318
33319 * dnd.el (dnd-protocol-alist): Improve custom type.
33320
33321 * dired.el (dired-dnd-protocol-alist): New variable.
33322 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
33323 `dired-mode-hook' to the end.
33324
33325 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
33326
33327 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
33328 comment-end if comment-start-skip is not set.
33329 Obey the font-lock-comment-delimiter-face variables.
33330
33331 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
33332
33333 * files.el (executable-find): Move from executable.el. Use
33334 locate-file.
33335 * progmodes/executable.el (executable-find): Move to files.el.
33336
33337 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
33338 when trying to ensure forward progress.
33339
33340 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
33341
33342 * mouse-sel.el (mouse-sel-follow-link-p): New function.
33343 (mouse-select, mouse-select-internal, mouse-extend-internal):
33344 Use it to implement mouse-1-click-follows-link functionality.
33345
33346 2005-05-11 Richard M. Stallman <rms@gnu.org>
33347
33348 * font-lock.el (font-lock-fontify-syntactically-region):
33349 Use font-lock-comment-delimiter-face for comment delimiters.
33350
33351 2005-05-10 Jay Belanger <belanger@truman.edu>
33352
33353 * calc/calc-help.el (calc-m-prefix-help): Add mention of
33354 preserving embedded modes.
33355
33356 2005-05-10 Richard M. Stallman <rms@gnu.org>
33357
33358 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
33359
33360 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
33361 Move from ada-stmt.el.
33362 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
33363
33364 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
33365 Move to ada-mode.el.
33366 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
33367
33368 * cus-edit.el (custom-file): Call file-chase-links.
33369
33370 * files.el (read-directory-name): Fix previous change.
33371 (hack-local-variables-confirm): New function.
33372 (hack-local-variables-prop-line, hack-local-variables)
33373 (hack-one-local-variable): Use it.
33374
33375 2005-05-10 Lute Kamstra <lute@gnu.org>
33376
33377 * font-lock.el (font-lock-keywords-alist)
33378 (font-lock-removed-keywords-alist): Clarify docstrings.
33379
33380 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
33381
33382 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
33383 (gdb-source-info): Check for preprocessor info.
33384 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
33385 a macro for a function.
33386 (gdb-info-breakpoints-custom): Try to find file again if not already
33387 found (user might have used GDB dir command).
33388 (gdb-get-location): Update gdb-location-alist correctly for change
33389 to gdb-info-breakpoints-custom.
33390
33391 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
33392 (gud-tooltip-print-command): Add gdbmi case.
33393 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
33394 preprocessor info.
33395
33396 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
33397
33398 * startup.el (fancy-splash-insert): Fix typo in doc string.
33399
33400 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
33401
33402 * obsolete/float.el (string-to-float):
33403 * obsolete/hilit19.el (hilit-add-pattern):
33404 * obsolete/rnews.el (news-parse-range, news-select-message)
33405 (news-get-pruned-list-of-files): Replace `string-to-int' by
33406 `string-to-number'.
33407
33408 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
33409 `find-file-not-found-hooks'; use `add-hook'.
33410 (uncompress-while-visiting): Set `write-file-functions', not
33411 `write-file-hooks'; use `add-hook'.
33412
33413 2005-05-09 Kim F. Storm <storm@cua.dk>
33414
33415 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
33416 (cua-paste): Handle clipboard action.
33417 (cua--init-keymaps): Remap clipboard-kill-region and
33418 clipboard-kill-ring-save.
33419
33420 2005-05-08 Eli Zaretskii <eliz@gnu.org>
33421
33422 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
33423 Improve commentary.
33424
33425 * simple.el (next-error-overlay-arrow-position): Revert the change
33426 made on 2005-04-30.
33427
33428 2005-05-07 Jay Belanger <belanger@truman.edu>
33429
33430 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
33431 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
33432 `calc-sel-reselect'.
33433
33434 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
33435 Calc is in embedded mode.
33436
33437 2005-05-07 Eli Zaretskii <eliz@gnu.org>
33438
33439 * progmodes/compile.el (compilation-setup):
33440 Set overlay-arrow-string to an empty string on text terminals.
33441
33442 * textmodes/ispell.el (ispell-program-name): Try looking for
33443 "aspell" along exec-path, and if found, use it as the default
33444 speller program.
33445
33446 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
33447
33448 * international/mule.el (sgml-xml-auto-coding-function):
33449 Recognize encoding='FOO' in single quotes as well as in double quotes.
33450
33451 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
33452
33453 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
33454 as well as `interactive', so that defmacro* would recognize
33455 `declare' forms.
33456
33457 2005-05-07 Eli Zaretskii <eliz@gnu.org>
33458
33459 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
33460 Explain more about the LIGHTER arg's usage in the doc string.
33461 Add commentary to clarify what the code does. Fix the regexp that
33462 strips whitespace from LIGHTER. Quote LIGHTER before using it,
33463 since it could have characters special to regular expressions.
33464
33465 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
33466
33467 * replace.el (occur-1): Bind inhibit-read-only so that
33468 erase-buffer doesn't barf on read-only text properties (likewise
33469 for add-text-properties in occur-engine). Mark buffer as unmodified.
33470 (occur-engine): Don't set buffer-read-only here.
33471
33472 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
33473
33474 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
33475 list-buffers-directory. This caused the *cvs-commit* buffer to be
33476 sometimes mistakenly reused as a *cvs* buffer.
33477
33478 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
33479
33480 * tooltip.el: Move code for GUD tooltips into gud.el.
33481 (require): CL no longer needed to compile case.
33482 (tooltip-mode): Do not toggle functions for GUD tooltips.
33483 (tooltip-gud-tips-p): Remove. Replace with minor mode
33484 gud-tooltip-mode in gud.el.
33485 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
33486 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
33487 tooltip-gud prefix with gud-tooltip and obsolete.
33488 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
33489 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
33490 (tooltip-mouse-motion): Mouse movement functions/variable.
33491 Rename in gud.el by adding gud prefix.
33492 (tooltip-gud-original-filter, tooltip-gud-dereference)
33493 (tooltip-gud-event, tooltip-toggle-gud-tips)
33494 (tooltip-gud-process-output, tooltip-gud-print-command)
33495 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
33496 gud.el by replacing tooltip-gud prefix with gud-tooltip.
33497 (gdb-tooltip-print): Move to gdb-ui.el.
33498
33499 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
33500 (require): CL needed to compile case.
33501 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
33502 tooltip-gud-tips-p. Make it a minor-mode.
33503 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
33504 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
33505 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
33506 (gud-tooltip-change-major-mode)
33507 (gud-tooltip-activate-mouse-motions-if-enabled)
33508 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
33509 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
33510 (gud-tooltip-original-filter, gud-tooltip-dereference)
33511 (gud-tooltip-event, tooltip-toggle-gud-tips)
33512 (gud-tooltip-process-output, gud-tooltip-print-command)
33513 (gud-tooltip-tips): Move from tooltip.el.
33514
33515 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
33516 (gdb-cpp-define-alist-flags): Doc fix.
33517 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
33518 gud-tooltip-mode is t.
33519
33520 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
33521
33522 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
33523 evaporate if their text is deleted.
33524 (goto-address-at-point): Make it work as a mouse binding as well.
33525 (goto-address-at-mouse): Obsolete it. Update users.
33526
33527 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
33528
33529 * calendar/appt.el (top-level): No longer activate on load.
33530
33531 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
33532
33533 * calendar/cal-bahai.el (mark-bahai-diary-entries):
33534 * net/webjump.el (webjump):
33535 * progmodes/idlw-help.el (idlwave-do-context-help1)
33536 (idlwave-highlight-linked-completions):
33537 * textmodes/po.el (po-find-file-coding-system-guts):
33538 Replace `assoc-ignore-case' by `assoc-string'.
33539
33540 2005-05-06 Eli Zaretskii <eliz@gnu.org>
33541
33542 * files.el (locate-file): Doc fix.
33543
33544 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
33545 Remove the redundant test for ms-dos.
33546
33547 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
33548 look for the preprocessor with exec-suffixes. If not found in
33549 standard places, look in exec-path. Remove most of the tests that
33550 used system-type.
33551
33552 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
33553
33554 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
33555
33556 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
33557 file-name clash with jka-compr.el on 8+3 filesystems.
33558
33559 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33560
33561 * term/mac-win.el: Don't define or bind scroll bar functions if
33562 x-toolkit-scroll-bars is t.
33563 (x-select-text, x-get-selection-value): Clear
33564 x-last-selected-text-clipboard if x-select-enable-clipboard is
33565 nil.
33566 (PRIMARY): Put mac-scrap-name property.
33567 (mac-select-convert-to-file-url): New function.
33568 (public.file-url): New selection target type. Add to
33569 selection-converter-alist.
33570 (x-get-selection, x-selection-value): Handle it.
33571 (x-cut-buffer-or-selection-value): New alias.
33572
33573 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33574
33575 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
33576 entry to avoid calling bibtex-find-entry with arg global
33577 being t. Remove arg key.
33578 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
33579 (bibtex-copy-summary-as-kill): Change accordingly.
33580
33581 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
33582
33583 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
33584 (org-agenda-date-later): Use with-current-buffer.
33585
33586 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
33587
33588 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
33589 (define-obsolete-variable-alias): Doc Fixes.
33590
33591 2005-05-06 Kim F. Storm <storm@cua.dk>
33592
33593 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
33594 vertical-motion when selective-display is active.
33595
33596 * ido.el (ido-setup-hook): New hook.
33597 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
33598 (ido-input-stack): New var.
33599 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
33600 ido-next-work-file binding to M-O.
33601 Bind M-f to ido-wide-find-file-or-pop-dir.
33602 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
33603 (ido-read-internal): Run ido-setup-hook.
33604 Catch quit in read-file-name and read-string to cancel edit.
33605 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
33606 Automatically pop-all when completing a directory name (RET).
33607 (ido-file-internal): Add with-no-warnings around ffap and dired code.
33608 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
33609 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
33610 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
33611 New functions for M-b/M-f to move among the directory components.
33612 (ido-make-merged-file-list): Catch quit to cancel merge.
33613 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
33614 (ido-completion-help): No warnings for ido-completion-buffer-full.
33615
33616 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
33617
33618 * font-lock.el (font-lock-negation-char-face): New face and variable.
33619 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
33620 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
33621 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
33622 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
33623
33624 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
33625
33626 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
33627 Fix typo in docstring.
33628
33629 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
33630 (ebrowse-print-statistics-line)
33631 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
33632
33633 * term/w32-win.el (image-library-alist): Add additional name for
33634 Xpm library.
33635
33636 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
33637
33638 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
33639 use gcc instead of cpp.
33640
33641 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
33642 (gdb-create-define-alist): Use it.
33643 (gdb-cpp-define-alist-program): Update for MS-DOS.
33644
33645 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
33646
33647 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
33648
33649 2005-05-04 Richard M. Stallman <rms@gnu.org>
33650
33651 * help.el (describe-key): No error when UNTRANSLATED is nil.
33652
33653 * simple.el (line-move-1): Fix previous change to signal errors
33654 appropriately.
33655
33656 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
33657
33658 * calendar/icalendar.el (icalendar-version): Now at 0.12.
33659 (icalendar-duration-correction): Remove.
33660 (icalendar--get-event-properties): Split result at commas.
33661 (icalendar--decode-isoduration): New optional argument
33662 DURATION-CORRECTION.
33663 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
33664 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
33665 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
33666 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
33667 (icalendar--convert-anniversary-to-ical): New functions, extracted
33668 from icalendar-export-region, with bug fixes.
33669 (icalendar-export-region): Use the above functions.
33670 (icalendar-import-buffer): Check before saving diary file.
33671 (icalendar--convert-recurring-to-diary)
33672 (icalendar--convert-non-recurring-all-day-to-diary)
33673 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
33674 extracted from icalendar--convert-ical-to-diary, with bug fixes.
33675 (icalendar--convert-ical-to-diary): Use the above functions.
33676
33677 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
33678
33679 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
33680 Remove these recent additions.
33681 (c-mode): Restore to before 2005-04-28.
33682
33683 * progmodes/cc-vars.el (cc-define-list-program): Remove this
33684 recent addition.
33685
33686 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
33687 (gdb-define-alist): New variables.
33688 (gdb-create-define-alist): New function.
33689 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
33690 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
33691 with string-to-number.
33692 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
33693
33694 * progmodes/gud.el: Replace string-to-int with string-to-number.
33695 (gud-find-file): Handle gdb-define-alist.
33696
33697 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
33698
33699 2005-05-02 Jay Belanger <belanger@truman.edu>
33700
33701 * calc/calc-aent.el (math-read-token):
33702 * calc/calc-bin.el (calc-word-size):
33703 * calc/calc-ext.el (calc-read-number-fancy):
33704 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
33705 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
33706 * calc/calc-frac.el (calc-over-notation):
33707 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
33708 (calc-graph-num-points, calc-graph-init):
33709 * calc/calc-prog.el (calc-read-parse-table-part)
33710 (calc-edit-macro-repeats):
33711 * calc/calc-yank.el (calc-do-grab-rectangle):
33712 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
33713 Replace `string-to-int' by `string-to-number'.
33714
33715 2005-05-02 Kim F. Storm <storm@cua.dk>
33716
33717 * kmacro.el: Use executing-kbd-macro-index variable.
33718
33719 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
33720
33721 * net/rlogin.el (rlogin-parse-words): Delete func.
33722 (rlogin): Use split-string, not rlogin-parse-words.
33723 Also, if there are option-like elements in the parsed args,
33724 take the host to be the first arg immediately following them.
33725 Suggested by Michael Mauger.
33726
33727 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
33728
33729 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
33730
33731 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
33732
33733 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
33734 (cc-mode-cpp-program): Rename to cc-define-list-program and
33735 move to cc-vars.el.
33736
33737 * progmodes/cc-vars.el (cc-define-list-program):
33738 Change to "gcc -E -dM -". Make customizable.
33739
33740 2005-05-02 Kim F. Storm <storm@cua.dk>
33741
33742 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
33743
33744 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
33745
33746 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
33747
33748 * international/mule-util.el (truncate-string): Remove alias and
33749 obsolete declaration.
33750
33751 * international/mule-cmds.el (update-iso-coding-systems):
33752 Remove alias and obsolete declaration.
33753
33754 * international/mule.el (coding-system-parent): Remove alias and
33755 obsolete declaration.
33756
33757 * subr.el (define-function, sref): Remove aliases and obsolete
33758 declarations.
33759 (chars-in-region): Remove obsolete declaration.
33760
33761 2005-05-01 Richard M. Stallman <rms@gnu.org>
33762
33763 * info.el (Info-mode): Set widen-automatically to nil, locally.
33764
33765 * simple.el (widen-automatically): New variable.
33766 (pop-global-mark): Obey widen-automatically.
33767
33768 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
33769
33770 * term/xterm.el (function-key-map): Call substitute-key-definition
33771 before the keymap size is increased by a lot of define-key calls.
33772
33773 2005-05-01 Richard M. Stallman <rms@gnu.org>
33774
33775 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
33776 Rename ARG to ELEMENT. Doc fix.
33777
33778 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
33779
33780 * allout.el (allout-exposure): Remove macro and obsolete declaration.
33781 Remove references to allout-exposure/change to allout-new-exposure.
33782
33783 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
33784 bytecode symbols.
33785
33786 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
33787 (compiled-function-p, focus-frame, unfocus-frame):
33788 Remove aliases and obsolete declarations.
33789 Back out inadvertent changes from previous commit.
33790
33791 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
33792
33793 * files.el (require-final-newline): Make Custom tags consistent
33794 with mode-require-final-newline.
33795 (mode-require-final-newline): Doc fix.
33796
33797 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
33798
33799 * international/latexenc.el (latexenc-find-file-coding-system):
33800 Fix regular expressions.
33801
33802 2005-05-01 David Kastrup <dak@gnu.org>
33803
33804 * international/latexenc.el (latexenc-find-file-coding-system):
33805 Fix regular expressions.
33806
33807 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
33808
33809 * subr.el (string-to-int): Make obsolete.
33810
33811 2005-04-30 Richard M. Stallman <rms@gnu.org>
33812
33813 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
33814
33815 * loadup.el: Load jka-comp-hook.
33816
33817 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
33818 (jka-compr-handler): Add autoload. `put' calls moved
33819 to jka-comp-hook.el.
33820 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
33821 (jka-compr-inhibit): Autoload.
33822
33823 * jka-comp-hook.el: New file.
33824 Enable the mode by default.
33825
33826 * files.el (backup-buffer-copy): Use copy-file instead
33827 of write-region, and put back the 'excl.
33828
33829 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
33830
33831 * progmodes/flymake.el (flymake-split-string)
33832 (flymake-split-string, flymake-log, flymake-pid-to-names)
33833 (flymake-reg-names, flymake-get-source-buffer-name)
33834 (flymake-unreg-names, flymake-add-line-err-info)
33835 (flymake-add-err-info): Clarify docstrings.
33836 (flymake-popup-menu, flymake-make-emacs-menu)
33837 (flymake-make-xemacs-menu): Add docstrings.
33838 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
33839 Set variables directly throughout.
33840
33841 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
33842
33843 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
33844 exists. Initialize cc-define-alist.
33845 (c-mode): Add cc-create-define-alist locally to after-save-hook.
33846 If there is no file (Macroexpansion) don't create an alist.
33847
33848 2005-04-29 Sam Steingold <sds@gnu.org>
33849
33850 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
33851 (cc-create-define-alist): Use it instead of the hard-coded string.
33852
33853 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
33854
33855 * international/mule-conf.el (file-coding-system-alist): Fix regexp
33856 for latexenc.
33857
33858 2005-04-29 Lute Kamstra <lute@gnu.org>
33859
33860 * emacs-lisp/generic.el: Improve commentary section.
33861 (define-generic-mode): Improve docstring.
33862
33863 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
33864
33865 * textmodes/org.el (many places): Change to quiet the byte compiler.
33866 (org-prefix-format-compiled): New variable.
33867 (org-compile-prefix-format): New function.
33868 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
33869 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
33870 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
33871 (org-get-entries-from-diary): Use `org-get-time-of-day' for
33872 consistency with entries from `org-mode' files.
33873 (org-get-time-of-day): Fix bug with partial matches early in a line.
33874 (org-non-link-chars): New constant.
33875 (org-link-regexp): Respect `org-non-link-chars'.
33876 (org-agenda-day-view): Remove command.
33877 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
33878 (org-follow-bbdb-link, org-store-link): Search also company field.
33879 (org-highlight-overlay): New variable.
33880 (org-highlight, org-unhighlight): New functions.
33881 (org-agenda-mode): Add pre-command-hook to remove highlight.
33882 (org-evaluate-time-range): Behavior depends upon whether time stamp
33883 contains a time or not.
33884 (org-show-subtree, org-show-entry): New functions.
33885 (org-agenda-cleanup-fancy-diary): Remove empty lines.
33886
33887 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
33888
33889 * comint.el (comint-output-filter-functions): Add autoload cookie.
33890
33891 2005-04-28 Kim F. Storm <storm@cua.dk>
33892
33893 * ido.el (ido-everywhere): Fix last change.
33894
33895 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
33896
33897 * international/latexenc.el: New file.
33898 * international/mule-conf.el (file-coding-system-alist): For .tex,
33899 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
33900
33901 2005-04-28 Lute Kamstra <lute@gnu.org>
33902
33903 * font-lock.el (font-lock-add-keywords)
33904 (font-lock-remove-keywords): Clarify docstring.
33905 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
33906 Don't start docstrings with a `*'.
33907 (font-lock-update-removed-keyword-alist): Give it a docstring.
33908
33909 * generic-x.el: Update commentary section.
33910 Only require font-lock when compiling.
33911 Define all modes conditionally.
33912 Place all generic modes in the generic-x-modes customization group.
33913 (generic-x-modes): New customization group.
33914 (generic-default-modes, generic-mswindows-modes)
33915 (generic-unix-modes, generic-other-modes): New constants.
33916 (generic-define-mswindows-modes, generic-define-unix-modes):
33917 Update docstrings. Make them obsolete.
33918 (generic-extras-enable-list): New default value. Update docstring.
33919 Improve :type. Change :set function.
33920 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
33921 Fix docstring.
33922
33923 * emacs-lisp/generic.el (generic-mode-internal):
33924 Simplify font-lock-defaults.
33925 (define-generic-mode): Fix docstring.
33926
33927 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
33928
33929 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
33930 font-lock-face property to highlight matches.
33931
33932 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
33933
33934 * progmodes/cc-mode.el (cc-create-define-alist): New function.
33935 (cc-define-alist): New variable.
33936 (c-mode): Make it local and initialize it.
33937
33938 * progmodes/gdb-ui.el (gdb-active-process): New variable.
33939 (gdb-exited): New function.
33940 (gdb-annotation-rules): Use it.
33941 (gdb-starting): Set gdb-active-process to t.
33942 (gdb-stopping): Amend doc string.
33943 (gdb-reset): Set gdb-active-process to nil.
33944
33945 * tooltip.el (tooltip-gud-tips): Show the associated #define
33946 directives when a C program under GDB is not executing.
33947
33948 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
33949
33950 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
33951 font-lock-fontify-syntactic-keywords.
33952
33953 * font-lock.el (font-lock-default-fontify-region): Don't force
33954 parse-sexp-lookup-properties to nil.
33955
33956 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
33957
33958 * man.el (man-mode-syntax-table): Set up `:' to have
33959 word-constituent syntax.
33960
33961 2005-04-27 Lute Kamstra <lute@gnu.org>
33962
33963 * novice.el (disable-command): Don't add spurious newlines to the
33964 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
33965
33966 2005-04-26 Jay Belanger <belanger@truman.edu>
33967
33968 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
33969 than one window before deleting window.
33970
33971 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
33972
33973 * shell.el (shell-prompt-pattern): Doc fix.
33974 (shell-mode): Set paragraph-separate buffer locally to "\\'".
33975
33976 * comint.el (comint-prompt-regexp, comint-get-old-input)
33977 (comint-use-prompt-regexp)
33978 (comint-use-prompt-regexp-instead-of-fields)
33979 (comint-replace-by-expanded-history, comint-send-input)
33980 (comint-output-filter, comint-get-old-input-default)
33981 (comint-line-beginning-position, comint-bol, comint-show-output)
33982 (comint-backward-matching-input, comint-forward-matching-input)
33983 (comint-next-prompt, comint-previous-prompt):
33984 Rename `comint-use-prompt-regexp-instead-of-fields' to
33985 `comint-use-prompt-regexp'. Keep old name as alias and declare
33986 obsolete.
33987 (comint-use-prompt-regexp): Shorten first line of doc string.
33988
33989 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
33990 Set paragraph-separate buffer locally to "\\'".
33991
33992 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
33993 Adapt to above name change.
33994
33995 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
33996 (smbclient-prompt-regexp): Ditto.
33997
33998 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
33999
34000 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
34001
34002 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
34003 gdb-location-list.
34004 Break lines that are over 80 characters wide.
34005
34006 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
34007
34008 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
34009 New fun and var, to preserve compatibility.
34010
34011 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
34012
34013 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
34014
34015 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
34016 name to file-newer-than-file-p.
34017
34018 2005-04-26 Richard M. Stallman <rms@gnu.org>
34019
34020 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
34021
34022 * progmodes/python.el (python-mode):
34023 Use new name eldoc-documentation-function.
34024
34025 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
34026
34027 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
34028 (eldoc-documentation-function):
34029 Rename from eldoc-print-current-symbol-info-function. Calls changed.
34030
34031 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
34032
34033 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
34034
34035 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
34036
34037 * term/xterm.el (function-key-map): Fix strings for
34038 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
34039 {C,S,A,C-S}-{f1-f12}.
34040
34041 2005-04-26 Kenichi Handa <handa@m17n.org>
34042
34043 * international/mule-cmds.el (select-safe-coding-system):
34044 Fix previous change.
34045
34046 2005-04-26 Lute Kamstra <lute@gnu.org>
34047
34048 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
34049
34050 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
34051 (font-lock-comment-delimiter-face): Ditto.
34052
34053 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
34054
34055 2005-04-25 Jay Belanger <belanger@truman.edu>
34056
34057 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
34058 to t while inserting information; use help-mode.
34059
34060 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
34061
34062 * term.el (ansi-term-color-vector): Use the xterm colors.
34063 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
34064
34065 2005-04-25 Lute Kamstra <lute@gnu.org>
34066
34067 * font-core.el (font-lock-defaults): Fix docstring.
34068
34069 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
34070
34071 2005-04-25 Kenichi Handa <handa@m17n.org>
34072
34073 * international/mule-cmds.el (select-safe-coding-system):
34074 Don't check consistency with coding: spec, etc if raw-text or
34075 no-conversion was found to be safe.
34076
34077 2005-04-24 Richard M. Stallman <rms@gnu.org>
34078
34079 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
34080 citation markers at start of each line.
34081
34082 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
34083 citation markers at start of each line.
34084
34085 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
34086
34087 * files.el (mode-require-final-newline): Fix previous change.
34088 (require-final-newline): Fix type label.
34089
34090 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
34091
34092 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
34093 statement in buffer (broken by 2004-11-24 change).
34094
34095 2005-04-24 Kim F. Storm <storm@cua.dk>
34096
34097 * ido.el (ido-everywhere): Save and restore old read-buffer-function
34098 and read-file-name-function values. Don't overwrite existing
34099 non-nil values if ido-mode is enabled without ido-everywhere.
34100
34101 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
34102
34103 * files.el (mode-require-final-newline): Minor doc fix.
34104
34105 2005-04-24 Eli Zaretskii <eliz@gnu.org>
34106
34107 * subr.el (syntax-after): Doc fix.
34108 (syntax-class): If argument is nil, return nil. Mask off upper 16
34109 bits, not 8 bits.
34110
34111 * files.el (mode-require-final-newline): Doc fix.
34112 (backup-buffer-copy): Fix last change.
34113
34114 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34115
34116 * term/mac-win.el: Require select. Set selection-coding-system to
34117 mac-system-coding-system. Call menu-bar-enable-clipboard.
34118 (x-last-selected-text-clipboard, x-last-selected-text-primary)
34119 (x-select-enable-clipboard): New variables.
34120 (x-select-text, x-get-selection, x-selection-value)
34121 (x-get-selection-value, mac-select-convert-to-string)
34122 (mac-services-open-file, mac-services-open-selection)
34123 (mac-services-insert-text): New functions.
34124 (CLIPBOARD, FIND): Put mac-scrap-name property.
34125 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
34126 (public.tiff): Put mac-ostype property.
34127 (selection-converter-alist): Add entries for them.
34128 (mac-application-menu-map): New keymap.
34129 (interprogram-cut-function, interprogram-paste-function): Set to
34130 x-select-text and x-get-selection-value, respectively.
34131 (split-window-keep-point): Set to t.
34132
34133 2005-04-23 Richard M. Stallman <rms@gnu.org>
34134
34135 * files.el (read-directory-name): Always pass non-nil
34136 DEFAULT-FILENAME arg to read-file-name.
34137 (backup-buffer-copy, basic-save-buffer-2): Take care against
34138 writing thru an unexpected existing symlink.
34139 (revert-buffer): In indirect buffer, revert the base buffer.
34140 (magic-mode-alist): Doc fix.
34141 (buffer-stale-function): Doc fix.
34142 (minibuffer-with-setup-hook): Avoid warning.
34143 (mode-require-final-newline): Doc and custom fix.
34144
34145 * follow.el (follow-end-of-buffer): Use with-no-warnings.
34146
34147 * font-lock.el (font-lock-comment-face): On terminals with few colors,
34148 use the default appearance.
34149 (font-lock-comment-delimiter-face): New face, new variable.
34150
34151 * imenu.el (imenu--generic-function): The official position of a
34152 definition is the start of the line that BEG is in.
34153
34154 * midnight.el (midnight-timer): Move defvar up.
34155
34156 * mouse.el (mouse-drag-region-1): Delete some debugging code.
34157
34158 * saveplace.el (save-place-to-alist): Use with-no-warnings.
34159
34160 * startup.el (command-line): Use with-no-warnings.
34161
34162 * window.el (window-size-fixed): New defvar.
34163
34164 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
34165
34166 * mail/rmail.el (rmail-font-lock-keywords):
34167 Use font-lock-comment-delimiter-face.
34168
34169 * mail/sendmail.el (mail-font-lock-keywords):
34170 Use font-lock-comment-delimiter-face.
34171
34172 * progmodes/compile.el (next-error-highlight-timer): New defvar.
34173
34174 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
34175
34176 * progmodes/compile.el (compilation-mode-font-lock-keywords):
34177 Specify t for LAXMATCH when matching directories.
34178 Save match data around compilation-compat-error-properties form.
34179
34180 2005-04-23 David Kastrup <dak@gnu.org>
34181
34182 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
34183 Mention that the autoloaded aliases should be kept for AUCTeX.
34184
34185 2005-04-23 Andreas Schwab <schwab@suse.de>
34186
34187 * isearch.el (isearch-forward): Doc fix.
34188
34189 2005-04-23 Eli Zaretskii <eliz@gnu.org>
34190
34191 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
34192 (jit-lock-stealth-nice): Change default value to 0.5.
34193
34194 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
34195
34196 * abbrev.el (write-abbrev-file): Write table entries in
34197 alphabetical order by table name.
34198
34199 2005-04-22 Kim F. Storm <storm@cua.dk>
34200
34201 * ido.el (ido-read-internal): Fix `list' completion.
34202
34203 2005-04-22 Kenichi Handa <handa@m17n.org>
34204
34205 * recentf.el (recentf-save-file-coding-system): New variable.
34206 (recentf-save-list): Encode the file by
34207 recentf-save-file-coding-system and add coding: tag.
34208
34209 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
34210
34211 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
34212
34213 2005-04-21 Lute Kamstra <lute@gnu.org>
34214
34215 * loadhist.el (unload-feature): Don't remove a function from hooks
34216 if it is about to be restored to an autoload . Remove functions
34217 that will become unbound from auto-mode-alist. Simplify the code.
34218
34219 * subr.el (assq-delete-all): New implementation that is linear,
34220 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
34221 (rassq-delete-all): New function.
34222
34223 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
34224 Add size-indication-mode.
34225
34226 2005-04-21 Kenichi Handa <handa@m17n.org>
34227
34228 * international/mule-cmds.el: Add autoload for widget-value in
34229 eval-when-compile.
34230
34231 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
34232
34233 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
34234 Add tooltip-mode.
34235
34236 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
34237
34238 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
34239
34240 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
34241 (inferior-lisp-filter-regexp, inferior-lisp-program)
34242 (inferior-lisp-load-command, inferior-lisp-prompt)
34243 (inferior-lisp-mode-hook, lisp-source-modes)
34244 (inferior-lisp-load-hook): defvar->defcustom.
34245 (inferior-lisp-program, inferior-lisp-prompt)
34246 (inferior-lisp-load-hook): Doc fixes.
34247 (inferior-lisp-install-letter-bindings): Small change in
34248 introductory comment.
34249
34250 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
34251
34252 * vc.el (vc-annotate-color-map): Change some colors so that text
34253 using them as foreground is readable on both white and black
34254 backgrounds.
34255
34256 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
34257
34258 * international/mule-conf.el (translation-table-for-input):
34259 Remove redundant declaration.
34260
34261 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
34262
34263 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
34264
34265 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
34266 (tooltip-toggle-gud-tips): New function.
34267
34268 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34269
34270 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
34271 right angle brackets.
34272
34273 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
34274
34275 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
34276
34277 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
34278
34279 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
34280 Remove. Update callers to use expand-file-name instead.
34281
34282 * subr.el (syntax-class): New function.
34283
34284 * simple.el (blink-matching-open): Use it.
34285
34286 * paren.el (show-paren-function): Use it to recognize parens that are
34287 also used in 2-char comment markers.
34288
34289 2005-04-19 Lute Kamstra <lute@gnu.org>
34290
34291 * loadhist.el (unload-feature): Update for new format of
34292 load-history. Simplify the code.
34293
34294 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34295
34296 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
34297 (mac-add-charset-info): New function. Initialize variable
34298 mac-charset-info-alist using it.
34299 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
34300 for translation.
34301 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
34302 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
34303 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
34304 New CCL programs.
34305
34306 2005-04-19 Kim F. Storm <storm@cua.dk>
34307
34308 * simple.el (next-buffer, prev-buffer, next-error)
34309 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
34310 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
34311
34312 * bindings.el (next-buffer, prev-buffer, next-error)
34313 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
34314 (clone-indirect-buffer-other-window): Move bindings from simple.el.
34315 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
34316 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
34317
34318 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
34319
34320 * isearch.el (isearch-edit-string): Make the search-ring available for
34321 minibuffer history commands.
34322 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
34323 the default history commands now work just as well.
34324 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
34325
34326 2005-04-18 Kim F. Storm <storm@cua.dk>
34327
34328 * emulation/cua-base.el (cua--pre-command-handler): Add more
34329 elaborate check for shift modifier on non-window systems.
34330
34331 2005-04-18 Lars Hansen <larsh@math.ku.dk>
34332
34333 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
34334
34335 2005-04-18 Kim F. Storm <storm@cua.dk>
34336
34337 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
34338 and make it optional. Don't test tooltip-gud-echo-area here.
34339 (tooltip-gud-process-output, gdb-tooltip-print):
34340 Pass tooltip-gud-echo-area to tooltip-show.
34341 (tooltip-help-tips): Remove second optional arg to tooltip-show.
34342
34343 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34344
34345 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
34346 `display-graphic-p' may not be bound yet.
34347
34348 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
34349
34350 * startup.el (command-line): No longer enable Xterm Mouse mode by
34351 default in terminals compatible with xterm.
34352
34353 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
34354
34355 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
34356
34357 * tooltip.el (tooltip-gud-echo-area): Rename from
34358 tooltip-use-echo-area.
34359 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
34360 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
34361 area independently of where help tooltips are displayed.
34362
34363 2005-04-17 David Kastrup <dak@gnu.org>
34364
34365 * cus-theme.el (custom-theme-write-variables): Quote variables
34366 where necessary.
34367
34368 2005-04-17 Richard M. Stallman <rms@gnu.org>
34369
34370 * simple.el (yank-excluded-properties): Add follow-link to value.
34371
34372 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
34373
34374 * startup.el (fancy-splash-max-time): Just 30 seconds.
34375 (fancy-splash-delay): Just 7.
34376 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
34377
34378 * loadhist.el (unload-feature): Update for new format of load-history.
34379 Simplify the code.
34380
34381 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
34382 (rmail-font-lock-keywords): Don't fontify the text of a citation.
34383
34384 * mail/sendmail.el (mail-font-lock-keywords):
34385 Don't fontify subject text.
34386 Don't fontify the text of a citation.
34387
34388 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
34389
34390 * comint.el (comint-output-filter): Run comint-output-filter-functions
34391 with point where the user had it.
34392
34393 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
34394
34395 * international/ucs-tables.el (ucs-set-table-for-input):
34396 Disable when using unify-on-decoding.
34397
34398 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
34399
34400 * emulation/cua-base.el (cua-global-mark-face): Add special case
34401 for displays supporting a high number of colors.
34402
34403 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
34404
34405 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
34406
34407 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
34408
34409 * filesets.el (filesets-add-buffer): If user supplies a name of a
34410 non-existing fileset, create a new fileset.
34411
34412 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
34413
34414 * textmodes/org.el (org-up-heading-all): Fix bug with
34415 `outline-up-heading-all'.
34416
34417 2005-04-16 Andreas Schwab <schwab@suse.de>
34418
34419 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
34420 /etc/permissions.d/* and /etc/aliases.d/*.
34421
34422 2005-04-16 Kenichi Handa <handa@m17n.org>
34423
34424 * international/code-pages.el (cp-make-coding-system):
34425 Set `translation-table-for-input' property value to the symbol
34426 ucs-mule-to-mule-unicode, not to that value.
34427 (pt154): Escape guillemet by `\'.
34428
34429 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
34430
34431 * loadup.el: Load tooltip if x-show-tip is fboundp.
34432
34433 * startup.el (command-line): Add comment.
34434
34435 * tooltip.el (tooltip-mode): Specify correct standard value for
34436 Custom in init-value.
34437
34438 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
34439
34440 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
34441 possible.
34442
34443 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
34444
34445 * textmodes/org.el (org-agenda-date-prompt): Rename from
34446 `org-agenda-date-today'.
34447 (org-evaluate-time-range): Insert at point instead of directly
34448 after time range.
34449 (org-first-headline-recenter, org-subtree-end-visible-p)
34450 (org-optimize-window-after-visibility-change): New functions
34451 (org-agenda-post-command-hook): Don't allow point at end of line,
34452 to make sure it always hits the text properties.
34453 (org-agenda-next-date-line, org-agenda-previous-date-line):
34454 New commands.
34455 (org-set-regexps-and-options): Category may contain white space.
34456 (org-agenda-get-deadlines, org-agenda-get-scheduled):
34457 Improve marker positions.
34458 (org-agenda-new-marker): Argument POS made optional.
34459 (org-agenda-get-timestamps): Deadlines which are done are listed
34460 in org-done-face now.
34461 (org-agenda-get-todos, org-agenda-get-timestamps)
34462 (org-agenda-get-deadlines, org-agenda-get-scheduled):
34463 Set `undone-face' and `done-face' properties.
34464 (org-last-todo-state-is-todo): New variable.
34465 (org-todo): Set `org-last-todo-state-is-todo'.
34466 (org-agenda-todo): Change face according to
34467 `org-last-todo-state-is-todo'. And change other lines referring to
34468 the same entry.
34469 (org-calendar-goto-agenda): New command.
34470 (org-calendar-to-agenda-key): New option.
34471 (org-startup-folded): New allowed value `content'.
34472 (org-set-regexps-and-options): Accept new value `content' for
34473 `org-startup-folded'.
34474 (org-get-current-options): Handle new value `content' for
34475 `org-startup-folded'.
34476 (org-insert-todo-heading): New command.
34477 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
34478 interactively in empty file and option
34479 `org-insert-mode-line-in-empty-file' has been set.
34480 (org-agenda-todo, org-agenda-priority): Modify to use
34481 `org-agenda-change-all-lines'.
34482 (org-warning-face): Change color on dark background.
34483
34484 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34485
34486 * international/mule-cmds.el (set-locale-environment): On Mac OS,
34487 use preferences AppleLocale and AppleLanguages, and variable
34488 mac-system-locale for default locale. On Mac OS Classic, use
34489 mac-system-coding-system for default coding systems.
34490
34491 * term/mac-win.el: Don't set file-name-coding-system.
34492 Decode variables system-name, emacs-build-system, user-login-name, and
34493 user-full-name by mac-system-coding-system on Mac OS Classic.
34494 (mac-system-coding-system): New variable.
34495
34496 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
34497
34498 * startup.el (command-line): Handle `xterm-mouse-mode' before
34499 reading init file.
34500
34501 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
34502
34503 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
34504
34505 * progmodes/sh-script.el (sh-here-document-word): Make it a
34506 defcustom. Doc fix.
34507 (sh-add): Bash uses $(( )) for arithmetic.
34508 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
34509 (sh-maybe-here-document): Remove quotes and leading whitespace
34510 from heredoc word when closing. Indent heredoc with tabs if word
34511 starts with "-".
34512
34513 2005-04-13 Richard M. Stallman <rms@gnu.org>
34514
34515 * simple.el (undo): Fix previous change.
34516
34517 * custom.el (defface): Doc fix.
34518
34519 2005-04-13 Lute Kamstra <lute@gnu.org>
34520
34521 * Makefile.in (DONTCOMPILE): Remove list.
34522 (compile, compile-always): Don't use DONTCOMPILE.
34523 (update-authors): Load the library in which batch-update-authors
34524 is defined.
34525 * makefile.w32-in (DONTCOMPILE): Remove list.
34526 (compile, compile-always): Fix comments.
34527 (update-authors): Load the library in which batch-update-authors
34528 is defined.
34529
34530 * generic-x.el (generic-mode-ini-file-find-file-hook):
34531 Rename to ini-generic-mode-find-file-hook.
34532 Keep generic-mode-ini-file-find-file-hook as an alias.
34533 (ini-generic-mode-find-file-hook): Rename from
34534 generic-mode-ini-file-find-file-hook. Fix docstring.
34535 (ini-generic-mode): Docstring change.
34536 (bat-generic-mode-run-as-comint): Silence the byte compiler.
34537
34538 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
34539 called from lisp.
34540
34541 * generic.el: Move to the emacs-lisp subdir.
34542
34543 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
34544
34545 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
34546 and C-S- function and cursor motion keys.
34547
34548 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
34549
34550 * startup.el (command-line): Enable Xterm Mouse mode by default.
34551 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
34552 for Custom. No longer show "Mouse" in mode line when enabled.
34553 Doc fix.
34554
34555 2005-04-12 Kim F. Storm <storm@cua.dk>
34556
34557 * emulation/cua-base.el (cua-rectangle-face)
34558 (cua-rectangle-noselect-face): Define face attributes here.
34559
34560 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
34561
34562 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34563
34564 * startup.el (command-line): Turn off blinking cursor if
34565 cursorBlink in resources is off or false.
34566
34567 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34568
34569 * term/mac-win.el (dnd): Require dnd.
34570 (mac-drag-n-drop): Call dnd-handle-one-url.
34571 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
34572 (kTextEncodingISOLatin2): Remove constants.
34573 (mac-script-code-coding-systems): New constant.
34574 (mac-handle-language-change): New function.
34575 (special-event-map): Bind it to `language-change' event.
34576 (mac-centraleurroman, mac-cyrillic): New coding systems.
34577 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
34578 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
34579 and mac-cyrillic-encoder to encode-mac-centraleurroman and
34580 encode-mac-cyrillic, respectively.
34581
34582 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
34583
34584 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
34585 Don't set overlay-arrow-string to "=>" as this is done
34586 globally in C now.
34587
34588 2005-04-12 Lute Kamstra <lute@gnu.org>
34589
34590 * generic-x.el (rc-generic-mode, rul-generic-mode):
34591 Fix auto-mode-alist entries.
34592 (etc-fstab-generic-mode): Tweak fontification.
34593
34594 * generic.el (generic-make-keywords-list): Fix docstring.
34595 (generic-mode-internal): Simplify generic-font-lock-keywords.
34596
34597 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
34598
34599 * whitespace.el (whitespace-buffer-leading)
34600 (whitespace-buffer-trailing): Revert the incorrect test inversion.
34601 However, fix the highlight area for the leading and
34602 trailing whitespaces to show space.
34603
34604 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
34605
34606 * whitespace.el (whitespace-version): Bump to 3.5.
34607
34608 (whitespace-buffer-leading, whitespace-buffer-trailing):
34609 Invert sense of the test to highlight the whitespace.
34610
34611 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
34612
34613 * progmodes/gud.el (gud-display-line): GUD uses its own
34614 overlay arrow now so don't set overlay-arrow-string.
34615 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
34616
34617 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
34618
34619 * term.el (term-ansi-current-bold, term-ansi-current-underline)
34620 (term-ansi-current-reverse, term-ansi-current-invisible)
34621 (term-ansi-face-already-done): Change to boolean.
34622 (term-reset-terminal, term-handle-colors-array): Handle the above
34623 vars accordingly.
34624 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
34625 (term-emulate-terminal): Use the new name.
34626
34627 * faces.el (secondary-selection): Use yellow1, not yellow.
34628 (trailing-whitespace): Use red1, not red.
34629
34630 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34631
34632 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
34633 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
34634 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
34635
34636 * cus-edit.el (dnd): New group.
34637
34638 * term/w32-win.el (dnd): Require dnd
34639 (w32-drag-n-drop): Call dnd-handle-one-url.
34640
34641 * x-dnd.el: Require dnd.
34642 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
34643 Call dnd-handle-one-url.
34644 (x-dnd-types-alist, x-dnd-insert-utf8-text)
34645 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
34646 to dnd-insert-text.
34647 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
34648 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
34649 (x-dnd-get-local-file-name, x-dnd-open-local-file)
34650 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
34651
34652 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
34653
34654 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34655
34656 * wdired.el: Doc fixes.
34657 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
34658 (wdired-use-dired-vertical-movement): Rename from
34659 wdired-always-move-to-filename-beginning.
34660 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
34661 (wdired-change-to-wdired-mode): Change mode name.
34662 (wdired-newline): Delete.
34663
34664 2005-04-11 Richard M. Stallman <rms@gnu.org>
34665
34666 * whitespace.el (whitespace-highlight-the-space):
34667 Don't call whitespace-unhighlight-the-space here.
34668
34669 * simple.el (undo): Record t in undo-equiv-table
34670 for the redo record made by an undo-in-region.
34671
34672 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
34673
34674 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
34675 (gdb-frame-inferior-io-buffer): New Functions to control
34676 display of separate IO buffer.
34677 (menu): Add them to menu-bar.
34678 (gdb-display-buffer): Check for buffer another frame.
34679 Protect GUD buffer.
34680 (gdb-setup-windows): Create IO buffer if not already there.
34681 (gdb-memory-mode): Remove purecopy noops.
34682
34683 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34684
34685 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
34686 and pass to self-insert-command.
34687
34688 2005-04-11 Lute Kamstra <lute@gnu.org>
34689
34690 * generic.el: Commentary section cleanup.
34691 (generic): Delete.
34692 (generic-use-find-file-hook, generic-lines-to-scan)
34693 (generic-find-file-regexp, generic-ignore-files-regexp)
34694 (default-generic-mode, generic-mode-find-file-hook)
34695 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
34696 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
34697 (generic-use-find-file-hook, generic-lines-to-scan)
34698 (generic-find-file-regexp, generic-ignore-files-regexp)
34699 (default-generic-mode, generic-mode-find-file-hook)
34700 (generic-mode-ini-file-find-file-hook): Move from generic.el.
34701
34702 2005-04-10 Karl Fogel <kfogel@red-bean.com>
34703
34704 * bookmark.el (bookmark-write-file): Catch errors writing file.
34705 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
34706
34707 2005-04-10 Richard M. Stallman <rms@gnu.org>
34708
34709 * startup.el (fancy-splash-tail): Update copyright year.
34710 (command-line): Split part of -Q into -D.
34711 (emacs-basic-display): New defvar.
34712 (fancy-splash-text): Correct name of menu item.
34713
34714 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
34715
34716 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
34717 lines in one node.
34718
34719 * comint.el (comint-send-input): New arg ARTIFICIAL.
34720 Callers in this file changed.
34721
34722 * abbrev.el (define-abbrevs): Read system abbrevs properly.
34723
34724 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
34725
34726 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
34727
34728 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
34729 `ldap-search-internal'.
34730
34731 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
34732
34733 * files.el (set-auto-mode-1): Use line-end-position.
34734
34735 * international/latin-1.el:
34736 * international/latin-2.el:
34737 * international/latin-3.el:
34738 * international/latin-4.el:
34739 * international/latin-5.el:
34740 * international/latin-8.el:
34741 * international/latin-9.el: Give punctuation syntax to NBSP.
34742
34743 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
34744 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
34745 Use char-classes to accept non-ascii letters, accepted in some recent
34746 bibtex implementations.
34747
34748 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
34749
34750 * custom.el (custom-set-minor-mode): Any non-nil value for the
34751 variable should enable the mode when set through Custom.
34752
34753 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
34754
34755 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
34756 TAB binding so tab-always-indent is obeyed.
34757 (vhdl-minibuffer-local-map): Move initialization into declaration.
34758 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
34759 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
34760 (vhdl-hooked-abbrev): Avoid test for XEmacs.
34761 (vhdl-current-line): Use line-beginning-position.
34762 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
34763 with-output-to-temp-buffer, so the current position can be recorded.
34764
34765 2005-04-10 Masatake YAMATO <jet@gyve.org>
34766
34767 * progmodes/compile.el (compilation-error-regexp-alist-alist):
34768 Add regexp for gcov.
34769
34770 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
34771
34772 * calendar/time-date.el (time-to-seconds, seconds-to-time)
34773 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
34774 syntax which Emacs 20 doesn't support.
34775
34776 2005-04-09 Richard M. Stallman <rms@gnu.org>
34777
34778 * help.el (describe-key-briefly, describe-key):
34779 Replace strings as event types with "(any string)".
34780
34781 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
34782
34783 * arc-mode.el (archive-mode-map): Move initialization into
34784 the declaration. Override *all* bindings of `undo'.
34785 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
34786
34787 2005-04-09 Jay Belanger <belanger@truman.edu>
34788
34789 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
34790
34791 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
34792
34793 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
34794 (xterm-register-default-colors): Update color values computation
34795 to match xterm-200.
34796
34797 2005-04-09 Kenichi Handa <handa@m17n.org>
34798
34799 * international/code-pages.el (iso-latin-7): Fix the map.
34800
34801 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
34802
34803 * emacs-lisp/lisp.el (defun-prompt-regexp)
34804 (parens-require-spaces, buffer-end, end-of-defun)
34805 (insert-parentheses): Doc fixes.
34806
34807 2005-04-08 Kim F. Storm <storm@cua.dk>
34808
34809 * comint.el (comint-highlight-prompt): Fix face spec.
34810 * hi-lock.el (hi-green): Likewise.
34811
34812 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
34813
34814 * cus-edit.el (custom-modified-face):
34815 * comint.el (comint-highlight-input): Fix previous changes.
34816 * term.el (term-handle-ansi-escape): Add a comment.
34817
34818 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
34819
34820 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
34821 in the buffer and in whitespace-highlighted-space.
34822 (whitespace-unhighlight-the-space): Simplify.
34823 (whitespace-buffer): Simplify.
34824
34825 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
34826
34827 * textmodes/table.el (table-cell-face): Add special case for
34828 displays supporting a high number of colors.
34829 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
34830 (vhdl-font-lock-reserved-words-face)
34831 (vhdl-speedbar-architecture-face)
34832 (vhdl-speedbar-instantiation-face)
34833 (vhdl-speedbar-architecture-selected-face)
34834 (vhdl-speedbar-instantiation-selected-face): Likewise.
34835 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
34836 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
34837 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
34838 (ebrowse-root-class-face, ebrowse-member-attribute-face)
34839 (ebrowse-progress-face): Likewise.
34840 * progmodes/compile.el (compilation-info-face): Likewise.
34841 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
34842 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
34843 * calendar/calendar.el (diary-face): Likewise.
34844 * woman.el (woman-italic-face, woman-bold-face)
34845 (woman-unknown-face): Likewise.
34846 * wid-edit.el (widget-button-pressed-face): Likewise.
34847 * whitespace.el (whitespace-highlight-face): Likewise.
34848 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
34849 * pcvs-info.el (cvs-marked-face): Likewise.
34850 * info.el (info-xref): Likewise.
34851 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
34852 * hilit-chg.el (highlight-changes-face)
34853 (highlight-changes-delete-face): Likewise.
34854 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
34855 (hi-red-b): Likewise.
34856 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
34857 * font-lock.el (font-lock-keyword-face)
34858 (font-lock-function-name-face, font-lock-warning-face): Likewise.
34859 * cus-edit.el (custom-invalid-face, custom-modified-face)
34860 (custom-set-face, custom-changed-face, custom-variable-tag-face)
34861 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
34862 * comint.el (comint-highlight-prompt): Likewise.
34863
34864 2005-04-08 Lute Kamstra <lute@gnu.org>
34865
34866 * font-lock.el (font-lock-keywords): Docstring fixes.
34867
34868 2005-04-08 Kenichi Handa <handa@m17n.org>
34869
34870 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
34871 chars are more than a limit, print " and more..." at the tail.
34872
34873 2005-04-08 Kim F. Storm <storm@cua.dk>
34874
34875 * emacs-lisp/authors.el (authors-aliases): Update list.
34876 (authors-ignored-files): New list.
34877 (authors-fixed-entries): Fix typo.
34878 (authors-renamed-files-alist): Update list.
34879 (authors-add): Check authors-ignored-files.
34880
34881 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
34882
34883 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
34884 optional, to ensure backward compatibility.
34885
34886 2005-04-08 Stephen Eglen <stephen@gnu.org>
34887
34888 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
34889
34890 2005-04-08 Kim F. Storm <storm@cua.dk>
34891
34892 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
34893
34894 * mouse.el (mouse-on-link-p): Doc fix.
34895
34896 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
34897
34898 * ielm.el (ielm-prompt-read-only): Doc fix.
34899
34900 * comint.el (comint-prompt-read-only): Doc fix.
34901
34902 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
34903
34904 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
34905 ensure dired always handles wildcards passed to ffap.
34906 (find-file-at-point): Use it.
34907 (ffap-dired-wildcards): Doc fix.
34908
34909 2005-04-07 Juri Linkov <juri@jurta.org>
34910
34911 * simple.el (next-error-overlay-arrow-position): New defvar.
34912 Put "=>" on its property `overlay-arrow-string'. Add it to
34913 `overlay-arrow-variable-list'.
34914
34915 * progmodes/compile.el (compilation-setup):
34916 Set `next-error-overlay-arrow-position' to nil. Also set it to
34917 nil in the local hook `kill-buffer-hook'. Make local variable
34918 `overlay-arrow-string' and set it to "=>".
34919 (compilation-goto-locus): Set BOL position to
34920 `next-error-overlay-arrow-position' instead of
34921 `overlay-arrow-position'.
34922
34923 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
34924 locally instead of adding it to the global hook.
34925 (Info-kill-buffer): Move up.
34926
34927 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
34928
34929 * term/xterm.el (xterm-standard-colors): Update color values from
34930 xterm-200.
34931
34932 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
34933
34934 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
34935
34936 * fast-lock.el:
34937 * lazy-lock.el: Move them to the obsolete subdir.
34938
34939 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34940
34941 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
34942 (wdired-add-replace-advice): Remove.
34943 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
34944
34945 2005-04-06 Kim F. Storm <storm@cua.dk>
34946
34947 * startup.el (command-line): Add --bare-bones alias for -Q.
34948
34949 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34950
34951 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
34952 create the startup fontset if a font specification ends with
34953 `mac-roman'.
34954
34955 2005-04-06 Lute Kamstra <lute@gnu.org>
34956
34957 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
34958 change.
34959
34960 * emacs-lisp/copyright.el (copyright-update-year): Replace the
34961 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
34962
34963 2005-04-05 Lute Kamstra <lute@gnu.org>
34964
34965 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
34966 (define-generic-mode): Ditto. Fix debug declaration.
34967
34968 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
34969 Put them in the generic-x group.
34970
34971 * calendar/timeclock.el (timeclock): Doc fix.
34972
34973 * generic.el (define-generic-mode): Don't use custom-current-group.
34974 Document default :group value.
34975 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
34976 (define-global-minor-mode): Don't use custom-current-group.
34977
34978 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
34979
34980 * startup.el (command-line-1): Display startup-echo-area-message
34981 when fancy splash screen is in use.
34982
34983 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
34984 (sh-escaped-newline): New face.
34985 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
34986 newline, and use sh-escaped-newline face.
34987
34988 * progmodes/tcl.el (tcl-escaped-newline): New face.
34989 (tcl-builtin-list): New variable.
34990 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
34991 newlines. Fix keywords subexpression number.
34992
34993 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
34994
34995 * textmodes/org.el (org-diary-default-entry): Fix call to
34996 `add-to-diary-entry'.
34997
34998 2005-04-05 Kim F. Storm <storm@cua.dk>
34999
35000 * ediff-init.el: Use (featurep 'xemacs).
35001
35002 2005-04-05 David Ponce <david@dponce.com>
35003
35004 * cus-edit.el (face): Derive from symbol widget. Display sample
35005 of the current face on the fly.
35006 (widget-face-sample-face-get, widget-face-notify): New functions.
35007 (widget-face-value-create): Remove.
35008
35009 * wid-edit.el (widget-field-end): Temporarily remove field
35010 narrowing before to call `get-char-property'.
35011
35012 2005-04-04 Jay Belanger <belanger@truman.edu>
35013
35014 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
35015 (math-read-subscripts): New variable.
35016 (math-read-preprocess-string): Process subscripts.
35017
35018 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
35019
35020 * comint.el (comint-prompt-read-only): Doc fix.
35021
35022 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
35023 `-1'. Doc fix.
35024
35025 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
35026
35027 * textmodes/org.el (org-insert-mode-line-in-empty-file):
35028 Change default value to nil.
35029
35030 2005-04-04 Lute Kamstra <lute@gnu.org>
35031
35032 * autorevert.el (auto-revert-mode): Specify :group.
35033 * battery.el (display-battery-mode): Specify :group.
35034 * diff-mode.el (diff-minor-mode): Specify :group.
35035 * font-core.el (font-lock-mode): Specify :group.
35036 * hl-line.el (hl-line-mode): Specify :group.
35037 * iimage.el (iimage): New customization group.
35038 (iimage-mode): Specify :group.
35039 * longlines.el (longlines-mode): Specify :group.
35040 * master.el: Don't require easy-mmode.
35041 (master): New customization group.
35042 (master-mode): Specify :group.
35043 * msb.el (msb-mode): Specify :group.
35044 * reveal.el (reveal-mode): Specify :group.
35045 * simple.el (next-error-follow-minor-mode): Specify :group.
35046 * smerge-mode.el (smerge-mode): Specify :group.
35047 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
35048 * emulation/cua-base.el (cua-mode): Specify :group.
35049 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
35050 * language/thai-util.el (thai-auto-composition-mode)
35051 (thai-word-mode): Specify :group.
35052 * mail/supercite.el (sc-minor-mode): Specify :group.
35053 * progmodes/cwarn.el (cwarn-mode): Specify :group.
35054 * progmodes/flymake.el (flymake-mode): Specify :group.
35055 * progmodes/glasses.el (glasses-mode): Specify :group.
35056 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
35057 * textmodes/enriched.el (enriched-mode): Specify :group.
35058 * textmodes/refill.el (refill-mode): Specify :group.
35059
35060 * add-log.el (change-log-font-lock-keywords): Names in
35061 parenthesized lists can contain spaces.
35062
35063 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
35064
35065 * startup.el (fancy-splash-text): Shorten default text of
35066 "Emacs Tutorial" line. Also, if the current language env
35067 indicates an available tutorial file other than TUTORIAL,
35068 extract its title and append it to the line in parentheses.
35069 (fancy-splash-insert): If arg is a thunk, funcall it.
35070
35071 2005-04-04 Jay Belanger <belanger@truman.edu>
35072
35073 * calc/calc.el (calc-language-alist): Add tags to customization type.
35074
35075 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
35076
35077 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
35078 Doc fix.
35079
35080 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
35081
35082 * add-log.el (change-log-font-lock-keywords): The manual
35083 describing a Change Log entry, says: (...) "Aside from these
35084 header lines, every line in the change log starts with a space or
35085 a tab.". The font-lock was not highlighting lines started with
35086 spaces, added support for it.
35087
35088 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35089
35090 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
35091 (bibtex-generate-url-list): Update docstring accordingly. Put the
35092 complex example in the docstring.
35093 (bibtex-font-lock-url): Use pop.
35094
35095 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
35096
35097 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
35098
35099 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
35100
35101 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
35102
35103 * filesets.el (filesets-set-default): Doc fix.
35104
35105 2005-04-03 Lute Kamstra <lute@gnu.org>
35106
35107 * generic.el (define-generic-mode): Add argument to specify
35108 keywords for defcustom.
35109 (default-generic-mode): Specify :group.
35110
35111 * generic-x.el: Specify :group for all generic modes.
35112
35113 * desktop.el (desktop-no-desktop-file-hook)
35114 (desktop-after-read-hook): Doc fix.
35115
35116 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
35117
35118 * simple.el (visible-mode): Use explicit :group keyword.
35119 This changes the group of `visible-mode-hook' from paren-blinking
35120 to editing-basics.
35121
35122 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
35123
35124 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
35125 mailbox specifications as well as URLs.
35126 (rmail-insert-inbox-text): Remove unused conditional branches.
35127
35128 2005-04-01 Jay Belanger <belanger@truman.edu>
35129
35130 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
35131 (calc-gnuplot-print-command): Move definitions to calc.el.
35132
35133 * calc/calc-embed.el (calc-embedded-announce-formula)
35134 (calc-embedded-open-formula, calc-embedded-close-formula)
35135 (calc-embedded-open-word, calc-embedded-close-word)
35136 (calc-embedded-open-plain, calc-embedded-close-plain)
35137 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
35138 (calc-embedded-open-mode, calc-embedded-close-mode):
35139 Move definitions to calc.el.
35140
35141 * calc/calc.el (calc-settings-file, calc-language-alist):
35142 Make customizable.
35143 (calc-embedded-announce-formula, calc-embedded-open-formula)
35144 (calc-embedded-close-formula, calc-embedded-open-word)
35145 (calc-embedded-close-word, calc-embedded-open-plain)
35146 (calc-embedded-close-plain, calc-embedded-open-new-formula)
35147 (calc-embedded-close-new-formula, calc-embedded-open-mode)
35148 (calc-embedded-close-mode, calc-gnuplot-name)
35149 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
35150 from other files and make customizable.
35151
35152 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
35153
35154 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
35155 Use buffer-live-p.
35156 (cvs-mode-run): Don't call cvs-update-header here.
35157 (cvs-run-process): Call cvs-update-header.
35158 Use process properties for cvs-postprocess and cvs-buffer so that
35159 the sentinel can behave better if the temp buffer is killed.
35160 Use a pipe rather than a tty, to better handle unexpected prompts.
35161 (cvs-sentinel): Rewrite. Call cvs-update-header.
35162
35163 2005-04-01 Andre Spiegel <spiegel@gnu.org>
35164
35165 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
35166 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
35167
35168 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
35169
35170 * generic.el (define-generic-mode): Add indentation rule.
35171
35172 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
35173
35174 * files.el (mode-require-final-newline): Make Custom correctly
35175 report a nil value and allow to set it to nil via Custom.
35176 Doc fix.
35177
35178 2005-04-01 Kenichi Handa <handa@m17n.org>
35179
35180 * international/characters.el: Enable the correct case setting for
35181 dotless-i and dotted-I.
35182
35183 2005-04-01 Kim F. Storm <storm@cua.dk>
35184
35185 * ido.el (ido-file-internal): Fall back to non-ido command if
35186 initial directory is on slow ftp (or tramp) host.
35187
35188 2005-03-31 Richard M. Stallman <rms@gnu.org>
35189
35190 * emacs-lisp/autoload.el (make-autoload):
35191 Handle define-global-minor-mode.
35192
35193 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
35194 Rename from easy-mmode-define-global-mode.
35195 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
35196
35197 * progmodes/scheme.el (scheme-mode-syntax-table):
35198 Update syntax of | and # for two-character comment syntax.
35199
35200 2005-03-31 Lute Kamstra <lute@gnu.org>
35201
35202 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
35203 (define-minor-mode): Call custom-current-group at load-time.
35204
35205 * generic.el (define-generic-mode): Add debug declaration.
35206 Add defcustom for the mode hook.
35207 (generic-mode-internal): Use run-mode-hooks.
35208
35209 2005-03-31 Kim F. Storm <storm@cua.dk>
35210
35211 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
35212 (mouse-fixup-help-message): New defun called by show_help_echo
35213 to fixup mouse-2 prefix in help messages when applicable.
35214
35215 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
35216
35217 2005-03-31 Kenichi Handa <handa@m17n.org>
35218
35219 * language/thai-word.el (thai-find-word-ends): Pay attention to
35220 the case that we reach the end of buffer.
35221
35222 * textmodes/fill.el (fill-text-properties-at): New function.
35223 (fill-newline): Use fill-text-properties-at instead of
35224 text-properties-at.
35225
35226 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
35227
35228 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
35229 not comint-quote-filename.
35230
35231 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
35232
35233 * help-fns.el (help-with-tutorial): Revert last change.
35234
35235 2005-03-31 Kim F. Storm <storm@cua.dk>
35236
35237 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
35238
35239 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
35240
35241 * calendar/cal-china.el: Update reference to "Calendrical
35242 Calculations" book; there's a new edition.
35243 * calendar/cal-coptic.el: Likewise.
35244 * calendar/cal-french.el: Likewise.
35245 * calendar/cal-hebrew.el: Likewise.
35246 * calendar/cal-islam.el: Likewise.
35247 * calendar/cal-iso.el: Likewise.
35248 * calendar/cal-julian.el: Likewise.
35249 * calendar/cal-mayan.el: Likewise.
35250 * calendar/cal-persia.el: Likewise.
35251 * calendar/calendar.el: Likewise.
35252 * calendar/holidays.el: Likewise.
35253 * calendar/lunar.el: Likewise.
35254 * calendar/solar.el: Likewise.
35255
35256 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
35257 white space from doc string.
35258
35259 2005-03-30 Jay Belanger <belanger@truman.edu>
35260
35261 * calc/calc-help.el (calc-full-help): Remove email address.
35262
35263 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
35264
35265 * help-fns.el (help-with-tutorial): Delete title line.
35266
35267 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
35268
35269 * calendar/cal-x.el (calendar-one-frame-setup)
35270 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
35271 rather than `symbol' for set-window-dedicated-p.
35272
35273 * calendar/appt.el (appt-buffer-name): Make it a constant.
35274 (appt-add): Doc fix.
35275
35276 * filesets.el (filesets-menu-path, filesets-menu-before)
35277 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
35278 (filesets-menu-cache-file): Use directory ~/.emacs.d.
35279 (filesets-add-submenu): Delete and use add-submenu instead.
35280
35281 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
35282
35283 * textmodes/org.el (org-agenda-phases-of-moon)
35284 (org-agenda-sunrise-sunset, org-agenda-convert-date)
35285 (org-agenda-goto-calendar): New commands.
35286 (org-diary-default-entry): New function.
35287 (org-get-entries-from-diary): Better parsing of diary entries.
35288 (org-agenda-check-no-diary): New function.
35289 ("diary-lib"): Advice to function `add-to-diary-list', to allow
35290 linking to diary entries.
35291 (org-agenda-execute-calendar-command): New function.
35292 (org-agenda): Improve visible section in window.
35293 Use `org-fit-agenda-window'.
35294 (org-fit-agenda-window): New option.
35295 (org-move-subtree-down): Better handling of empty lines
35296 at end of subtree.
35297 (org-cycle): Numeric prefix is interpreted now as show-subtree N
35298 levels up.
35299 (org-fontify-done-headline): New option.
35300 (org-headline-done-face): New face.
35301 (org-set-font-lock-defaults): Use `org-headline-done-face'.
35302 (org-table-copy-down): Rename from `org-table-copy-from-above'.
35303 When current field is non-empty, it is copied to next row.
35304 (org-table-copy-from-above): Fix bug which made it
35305 impossible to copy fields containing only a single non-white character.
35306
35307 2005-03-30 Kim F. Storm <storm@cua.dk>
35308
35309 * kmacro.el (kmacro-end-macro): Isearch may store this command
35310 into the macro -- so ignore it when executing keyboard macro.
35311
35312 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
35313
35314 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
35315
35316 2005-03-29 Kenichi Handa <handa@m17n.org>
35317
35318 * language/thai.el ("Thai"): Set setup-function and exit-function
35319 for Thai language environment.
35320
35321 * language/thai-util.el: Require thai-word.
35322 (thai-word-mode-map): New variable.
35323 (thai-word-mode): New minor mode.
35324 (setup-thai-language-environment-internal): New function.
35325 (exit-thai-language-environment-internal): New function.
35326
35327 * language/thai-word.el (thai-word-table): Declare it by defvar,
35328 use dolist to initialize it.
35329 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
35330 (thai-fill-find-break-point): New functions.
35331
35332 2005-03-29 Richard M. Stallman <rms@gnu.org>
35333
35334 * simple.el (idle-update-delay): Move definition up.
35335 (set-mark): Doc fix.
35336
35337 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
35338
35339 * longlines.el: New file.
35340
35341 * simple.el (buffer-substring-filters): New variable.
35342 (filter-buffer-substring): New function.
35343 (kill-region, copy-region-as-kill): Use it.
35344
35345 * register.el (copy-to-register, append-to-register)
35346 (prepend-to-register): Use filter-buffer-substring.
35347
35348 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
35349
35350 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
35351 (gud-filter-pending-text): Move in front of gdb.
35352 (gud-overlay-arrow-position): New variable.
35353 (gud-sentinel, gud-display-line): Use it in place of
35354 overlay-arrow-position.
35355
35356 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
35357
35358 * progmodes/fortran.el (fortran-if-indent): Doc fix.
35359 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
35360 (fortran-font-lock-keywords-4): New variable.
35361 (fortran-blocks-re, fortran-end-block-re)
35362 (fortran-start-block-re): New constants, for hideshow.
35363 (hs-special-modes-alist): Add a Fortran entry.
35364 (fortran-mode-map): Bind fortran-end-of-block,
35365 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
35366 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
35367 (fortran-looking-at-if-then, fortran-end-of-block)
35368 (fortran-beginning-of-block): New functions, for hideshow.
35369
35370 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
35371 Doc fix. Tweak regexp.
35372 (f90-beginning-of-block): Push mark first.
35373
35374 2005-03-29 Jay Belanger <belanger@truman.edu>
35375
35376 * calc/calc.el: Update copyright date.
35377 (calc-version): Increase to 2.1.
35378 (calc-version-date): Remove.
35379
35380 * calc/calc-help.el: Update copyright date.
35381 (calc-full-help): Remove reference to calc-version-date.
35382 Update copyright date.
35383
35384 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
35385
35386 * vc.el (vc-do-command): Use a pipe for async processes, so password
35387 prompts don't show up at places where the user can't reply.
35388
35389 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
35390
35391 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
35392 on the file name we pass to the inferior shell.
35393
35394 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
35395
35396 * progmodes/which-func.el (which-function): Be robust in the face of an
35397 imenu--make-index-alist failure.
35398
35399 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
35400
35401 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
35402
35403 * progmodes/python.el (python-preoutput-filter): Fix last change.
35404
35405 2005-03-29 Lute Kamstra <lute@gnu.org>
35406
35407 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
35408 functions and compiled macros.
35409 (debug-convert-byte-code): Handle macros too.
35410 (debug-on-entry-1): Don't signal an error when trying to clear a
35411 function that is not set to debug on entry.
35412
35413 2005-03-29 Jay Belanger <belanger@truman.edu>
35414
35415 * calc/calc-lang.el: Add functions to math-function-table
35416 properties of tex and math.
35417
35418 2005-03-29 Kenichi Handa <handa@m17n.org>
35419
35420 * ps-mule.el (ps-mule-plot-string): Translate characters by
35421 ps-print-translation-table.
35422 (ps-mule-begin-job): Call find-charset-region/string with
35423 ps-print-translation-table.
35424 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
35425
35426 * ps-print.el (ps-print-translation-table): New variable.
35427 (ps-plot-region): Translate characters by ps-print-translation-table.
35428
35429 2005-03-29 Juri Linkov <juri@jurta.org>
35430
35431 * simple.el (next-error-highlight-timer): New variable.
35432
35433 * progmodes/compile.el (compilation-goto-locus):
35434 Use `next-error-highlight-timer' instead of `sit-for'.
35435
35436 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
35437
35438 * mail/supercite.el (sc-mail-field): Use assoc-string.
35439 (sc-get-address): Simplify regexps.
35440
35441 * files.el (minibuffer-with-setup-hook): New macro.
35442 (find-file-read-args): Use it to avoid let-binding
35443 minibuffer-with-setup-hook (which breaks turning on/off
35444 file-name-shadow-mode while in the prompt).
35445
35446 * complete.el (PC-read-include-file-name-internal):
35447 Use test-completion.
35448
35449 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
35450
35451 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
35452
35453 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
35454
35455 * window.el (window-buffer-height): Use count-screen-lines.
35456
35457 * progmodes/python.el (python-preoutput-leftover): New var.
35458 (python-preoutput-filter): Use it.
35459 (python-send-receive): Loop until all the result has been received.
35460
35461 2005-03-28 Juri Linkov <juri@jurta.org>
35462
35463 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
35464
35465 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
35466 "Recover Crashed Session".
35467 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
35468 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
35469 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
35470 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
35471 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
35472 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
35473 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
35474 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
35475
35476 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
35477 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
35478 Ediff Sessions", "Toggle use of separate control buffer frame",
35479 "Use separate frame for Ediff control buffer".
35480
35481 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
35482 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
35483 "Rename Bookmark", "Delete Bookmark".
35484
35485 * info.el (Info-mode-menu): Remove ellipsis from "Index".
35486 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
35487 Add `:active Info-index-alternatives' to "Next Matching Item".
35488
35489 * wdired.el (wdired-change-to-wdired-mode):
35490 Mention `wdired-abort-changes' key in the initial message.
35491
35492 * international/mule.el (auto-coding-alist): Associate non-ascii
35493 image filename extensions with `no-conversion'.
35494
35495 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
35496
35497 * international/iso-acc.el:
35498 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
35499
35500 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
35501
35502 * textmodes/sgml-mode.el (html-mode): Doc update.
35503
35504 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
35505
35506 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
35507
35508 * term.el (term-move-columns): Fix face after extending a line.
35509 (term-insert-spaces): Likewise.
35510 (term-reset-terminal): Fix off by one error.
35511
35512 2005-03-26 Eli Zaretskii <eliz@gnu.org>
35513
35514 * international/mule.el (auto-coding-alist): Add .xpi files.
35515
35516 * files.el (auto-mode-alist): Add .xpi files.
35517
35518 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
35519
35520 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
35521
35522 2005-03-26 Eli Zaretskii <eliz@gnu.org>
35523
35524 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
35525
35526 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
35527
35528 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
35529 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
35530
35531 * calendar/cal-move.el (calendar-beginning-of-year): Move the
35532 cursor to Jan 1 when needed.
35533 (calendar-end-of-year): Fix -/+ typo.
35534 Reported by Chong Yidong <cyd@stupidchicken.com>.
35535
35536 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
35537
35538 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
35539
35540 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
35541 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
35542
35543 2005-03-25 Richard M. Stallman <rms@gnu.org>
35544
35545 * filesets.el (filesets-init): Add autoload.
35546
35547 * mail/mailalias.el (mail-directory): Doc fix.
35548
35549 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
35550
35551 * mail/mailalias.el (mail-directory-process): Do nothing if
35552 mail-directory-process is an atom.
35553 (mail-get-names): Ignore mail-directory-names if it is an atom.
35554 (mail-directory-process defvar): Doc fix.
35555 (mail-names): Doc fix.
35556
35557 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
35558
35559 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
35560
35561 2005-03-26 Kenichi Handa <handa@m17n.org>
35562
35563 * international/mule-util.el (detect-coding-with-priority):
35564 Call update-coding-systems-internal before detect-coding-region.
35565
35566 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
35567
35568 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
35569 (gdb-frames-mode-map): Add follow-link property.
35570
35571 2005-03-25 Jay Belanger <belanger@truman.edu>
35572
35573 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
35574 for variables.
35575
35576 2005-03-25 Juri Linkov <juri@jurta.org>
35577
35578 * image-mode.el: Optimize image filename extension regexps in
35579 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
35580 in `auto-mode-alist'.
35581 (image-mode): Add `image-toggle-display-text' to local hook
35582 `change-major-mode-hook'. Display the image as an image by
35583 default. Set `cursor-type' and `truncate-lines' if the image
35584 is already displayed. Take into account the current mode (image
35585 or text) in message.
35586 (image-minor-mode): New minor mode.
35587 (image-mode-maybe, image-toggle-display-text): New functions.
35588 (image-toggle-display): Use called-interactively-p.
35589 Let-bind `inhibit-read-only' to t.
35590
35591 * image-mode.el (image-minor-mode): Set `cursor-type' and
35592 `truncate-lines' if the image is already displayed. Add turning
35593 image-minor-mode off to `change-major-mode-hook'. Add message.
35594 Call `image-toggle-display-text' after turning image-minor-mode off.
35595
35596 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
35597
35598 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
35599 Terminal.app, use utf-8.
35600 (set-display-table-and-terminal-coding-system): Add coding-system arg.
35601 (set-locale-environment): Use it.
35602
35603 * term/xterm.el: Undo last change, better done in mule-cmds.el.
35604
35605 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
35606
35607 * progmodes/python.el (python-close-block-statement-p)
35608 (python-outdent-p, python-current-defun): Use symbol-end.
35609
35610 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
35611
35612 * files.el (save-some-buffers): Doc fix.
35613
35614 2005-03-25 Werner Lemberg <wl@gnu.org>
35615
35616 * complete.el, thumbs.el: Replace `legal' with `valid'.
35617 * calendar/calendar.el: Replace `legal' with `valid'.
35618 * emacs-lisp/advice.el: Replace `legal' with `valid'.
35619 * mail/supercite.el: Replace `legal' with `valid'.
35620 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
35621 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
35622 Replace `legal' with `valid'.
35623 * textmodes/reftex-vars.el, textmodes/reftex.el:
35624 Replace `legal' with `valid'.
35625
35626 2005-03-25 Werner Lemberg <wl@gnu.org>
35627
35628 * calc/calc-forms.el, calc/calc-sel.el
35629 * midnight.el, vc-cvs.el
35630 * emacs-lisp/cl-macs.el
35631 * emulation/vip.el
35632 * eshell/esh-io.el, eshell/esh-var.el
35633 * mail/supercite.el
35634 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
35635 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
35636 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
35637 * progmodes/sh-script.el, progmodes/xscheme.el
35638 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
35639 * textmodes/reftex-index.el, textmodes/reftex-parse.el
35640 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
35641 * textmodes/reftex.el, textmodes/org.el:
35642 Replace `illegal' with `invalid'.
35643
35644 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
35645
35646 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
35647 (flymake-find-buildfile, flymake-find-possible-master-files)
35648 (flymake-check-include, flymake-parse-line): Replace loops over the
35649 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
35650
35651 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
35652 Substitute file-name-as-directory in the rest of the file.
35653 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
35654 (flymake-replace-region): Remove unused arg `buffer'.
35655 (flymake-check-patch-master-file-buffer): Update calls to it.
35656 (flymake-add-err-info): Remove unused var `count'.
35657 (flymake-mode): Use define-minor-mode.
35658
35659 * progmodes/flymake.el: Use with-current-buffer.
35660 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
35661 flymake-replace-regexp-in-string, flymake-line-beginning-position)
35662 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
35663 Avoid testing for `xemacs'.
35664 (flymake-nop): Move.
35665 (flymake-region-has-flymake-overlays): Return the computed value.
35666 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
35667 Remove unused var `endline'.
35668 (flymake-get-line-count): Remove unused function.
35669 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
35670
35671 * emulation/vi.el:
35672 * generic.el:
35673 * hilit-chg.el (global-highlight-changes):
35674 * hi-lock.el (hi-lock-mode):
35675 * follow.el: find-file-hooks -> find-file-hook.
35676
35677 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
35678
35679 2005-03-24 Juri Linkov <juri@jurta.org>
35680
35681 * dired.el (dired-mode-map): Add menu item "Compare directories"
35682 for dired-compare-directories.
35683
35684 * dired-aux.el (dired-compare-directories): Add autoload cookie.
35685 Doc fix. Replace `read-file-name' with `read-directory-name'.
35686
35687 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
35688
35689 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
35690
35691 2005-03-24 Jay Belanger <belanger@truman.edu>
35692
35693 * calc/calc-embed.el (calc-embedded-mode-change): Save all
35694 relevant mode settings in calc-embedded-original-modes when modes
35695 are permanently changed.
35696
35697 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
35698
35699 * autoinsert.el: find-file-hooks -> find-file-hook.
35700
35701 2005-03-24 Lute Kamstra <lute@gnu.org>
35702
35703 * generic.el (generic-font-lock-defaults): Make it obsolete.
35704 (generic-font-lock-keywords): New variable to replace
35705 generic-font-lock-defaults.
35706 (generic-mode-set-font-lock): Delete it.
35707 (generic-mode-internal): Don't call generic-mode-set-font-lock.
35708 (generic-bracket-support): Add docstring.
35709
35710 * generic-x.el: Rename generic-font-lock-defaults to
35711 generic-font-lock-keywords throughout.
35712 (mailagent-rules-setup-function): Delete it.
35713 (mailagent-rules-generic-mode): Use anonymous function instead.
35714 (show-tabs-generic-mode-font-lock-defaults-1)
35715 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
35716 Quote faces.
35717 (show-tabs-tab-face, show-tabs-space-face): Specify background,
35718 not foreground.
35719
35720 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
35721 Recognize define-generic-mode.
35722
35723 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
35724
35725 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
35726 if there's no completion table.
35727
35728 2005-03-23 Miles Bader <miles@gnu.org>
35729
35730 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35731 Remove tty-specific variants, as they're no longer needed.
35732
35733 2005-03-23 Lute Kamstra <lute@gnu.org>
35734
35735 * generic-x.el: Code cleanup: make args constant whenever possible.
35736 (installshield-statement-keyword-list)
35737 (installshield-system-functions-list)
35738 (installshield-system-variables-list, installshield-types-list)
35739 (installshield-funarg-constants-list): Make them constants.
35740
35741 * generic.el (generic-make-keywords-list): Add autoload cookie.
35742
35743 * calendar/time-date.el: Add comment on time value formats.
35744 Don't require parse-time.
35745 (with-decoded-time-value): New macro.
35746 (encode-time-value): New function.
35747 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
35748 (days-to-time): Return a valid time value when arg is huge.
35749 (time-since): Use time-subtract.
35750 (time-to-number-of-days): Use time-to-seconds.
35751
35752 2005-03-23 David Ponce <david@dponce.com>
35753
35754 * recentf.el (recentf-keep): New option.
35755 (recentf-menu-action): Default to `find-file'.
35756 (recentf-keep-non-readable-files-flag)
35757 (recentf-keep-non-readable-files-p)
35758 (recentf-file-readable-p, recentf-find-file)
35759 (recentf-cleanup-remote): Remove.
35760 (recentf-include-p): More robust.
35761 (recentf-keep-p): New function.
35762 (recentf-remove-if-non-kept): Rename from
35763 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
35764 All callers updated.
35765 (recentf-menu-items-for-commands): Fix help string.
35766 (recentf-track-closed-file): Update. Doc fix.
35767 (recentf-cleanup): Update. Count removed files. Doc fix.
35768
35769 2005-03-23 Kim F. Storm <storm@cua.dk>
35770
35771 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35772 Don't inherit from fringe face (now happens automatically).
35773
35774 2005-03-22 Kim F. Storm <storm@cua.dk>
35775
35776 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
35777 position values.
35778
35779 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
35780
35781 * menu-bar.el (showhide-date-time): Remove.
35782 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
35783 (menu-bar-make-mm-toggle): Simplify.
35784
35785 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
35786
35787 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
35788 Accept qualified variable and function names.
35789
35790 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
35791
35792 * bindings.el (completion-ignored-extensions):
35793 Remove ".lis" for `vax-vms'.
35794
35795 2005-03-22 Andreas Schwab <schwab@suse.de>
35796
35797 * generic-x.el: Revert last change.
35798 * ldefs-boot.el: Update.
35799
35800 2005-03-22 Jay Belanger <belanger@truman.edu>
35801
35802 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
35803 (calc-embedded-save-original-modes)
35804 (calc-embedded-restore-original-modes): New functions.
35805 (calc-do-embedded): Save original modes when entering embedded mode
35806 and restore when leaving embedded mode.
35807 (calc-embedded-modes-change): Change the value of
35808 calc-embedded-original-modes to reflect permanent changes.
35809
35810 2005-03-22 Lute Kamstra <lute@gnu.org>
35811
35812 * generic-x.el: Require generic again.
35813
35814 2005-03-22 Miles Bader <miles@gnu.org>
35815
35816 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35817 Tweak details to look good on both ttys and bitmap displays, light
35818 or dark background, etc.
35819
35820 2005-03-21 Kim F. Storm <storm@cua.dk>
35821
35822 * tooltip.el (tooltip-show-help-function): Check car and cdr of
35823 mouse position.
35824
35825 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
35826
35827 * icomplete.el: Don't forcibly turn on the mode upon load.
35828 (icomplete-mode): Use define-minor-mode.
35829 (icomplete-eoinput): Default to nil.
35830 (icomplete-minibuffer-setup): Remove autoload.
35831 (icomplete-tidy): Simplify.
35832 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
35833 in the initial state or if the user has modified the field.
35834 Fix handling of icomplete-max-delay-chars.
35835 Remove code that handles the oddball case where
35836 minibuffer-completion-table is an integer.
35837 Wrap icomplete-completions in while-no-input in case building
35838 completions takes more time than expected.
35839 (icomplete-completions): Simplify.
35840
35841 2005-03-21 Richard M. Stallman <rms@gnu.org>
35842
35843 * jka-compr.el (jka-compr-really-do-compress):
35844 Make variable buffer-local.
35845
35846 * image-mode.el: Handle .xpm files too.
35847 (image-toggle-display): Preserve modification flag.
35848
35849 * help.el (where-is): Don't mention aliases with no key bindings.
35850
35851 2005-03-21 Lute Kamstra <lute@gnu.org>
35852
35853 * generic.el: Fix commentary section. Don't require cl for
35854 compilation.
35855 (generic-mode-list): Add autoload cookie.
35856 (generic-use-find-file-hook, generic-lines-to-scan)
35857 (generic-find-file-regexp, generic-ignore-files-regexp)
35858 (generic-mode, generic-mode-find-file-hook)
35859 (generic-mode-ini-file-find-file-hook): Fix docstrings.
35860 (define-generic-mode): Make it a defmacro. Fix docstring.
35861 (generic-mode-internal): Code cleanup. Add autoload cookie.
35862 (generic-mode-set-comments): Code cleanup.
35863 * generic-x.el: Don't prevent compilation. Don't require generic.
35864 Follow coding conventions. Minor code cleanup.
35865 (etc-fstab-generic-mode): Add some keywords.
35866 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
35867 define-generic-mode like a function declaration.
35868
35869 2005-03-21 Jay Belanger <belanger@truman.edu>
35870
35871 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
35872 changing modes.
35873
35874 2005-03-21 Sam Steingold <sds@gnu.org>
35875
35876 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
35877
35878 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
35879
35880 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
35881 Add underscore to "f$ lexicals" regexp.
35882
35883 2005-03-20 Juri Linkov <juri@jurta.org>
35884
35885 * subr.el (progress-reporter-do-update): When `min-value' is equal
35886 to `max-value', set `percentage' to 0 and prevent division by zero.
35887
35888 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
35889
35890 Sync with Tramp 2.0.48.
35891
35892 * net/tramp.el (all): Change all addresses to .gnu.org.
35893 (tramp-append-tramp-buffers): New defun.
35894 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
35895 Catch `dont-send' signal.
35896 (tramp-set-auto-save-file-modes): Set always permissions, because
35897 there might be an old auto-saved file belonging to another
35898 original file. This could be a security threat. Reported by
35899 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
35900 Check for Emacs 21.3.50 removed.
35901
35902 * net/tramp-smb.el (all): Remove debug construct for
35903 `with-parsed-tramp-file-name'.
35904 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
35905 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
35906 No error message if DIRECTORY or FILENAME doesn't exist.
35907 (tramp-smb-open-connection): Check existence of
35908 `tramp-smb-program'.
35909
35910 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
35911
35912 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
35913 Properly handle the case where the `m' or `s' command's argument is not
35914 yet terminated.
35915 (perl-indent-new-calculate): New function.
35916 (perl-indent-line): Use it.
35917
35918 2005-03-20 Miles Bader <miles@gnu.org>
35919
35920 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
35921 in text-mode too. Change to new face names.
35922 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
35923 Add `:weight bold' attribute.
35924 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
35925
35926 2005-03-19 Juri Linkov <juri@jurta.org>
35927
35928 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
35929
35930 * international/mule.el (auto-coding-alist): Sync with
35931 `auto-mode-alist' by adding upper case archive file extensions
35932 and adding ear/war to jar extension.
35933
35934 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
35935
35936 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
35937 running, restart it.
35938
35939 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
35940
35941 * finder.el (finder-current-item): Throw an error on an empty line.
35942
35943 * man.el (Man-follow-manual-reference): If current-word returns
35944 nil, use "".
35945
35946 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
35947
35948 * simple.el (goto-line): Doc fix.
35949
35950 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
35951
35952 * files.el (save-buffer): Doc fix.
35953
35954 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
35955
35956 * recentf.el (recentf-cleanup-remote): New variable.
35957 (recentf-cleanup): Use it to conditionally check availability of
35958 remote files.
35959
35960 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
35961
35962 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
35963 function names.
35964
35965 2005-03-19 Eli Zaretskii <eliz@gnu.org>
35966
35967 * language/thai-word.el: New file.
35968
35969 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
35970
35971 * files.el (backup-buffer): If the file's directory is not
35972 writable, use copy instead of move to backup the file.
35973
35974 2005-03-19 Eli Zaretskii <eliz@gnu.org>
35975
35976 * obsolete/keyswap.el: Moved to obsolete/ from term/.
35977
35978 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
35979
35980 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
35981 Use functionp instead of symbolp and fboundp. Reported by Drkm
35982 <darkman_spam@yahoo.fr>.
35983 (ps-print-version): New version 6.6.6.
35984
35985 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
35986
35987 * textmodes/table.el (table--line-column-position): New idiom.
35988 (table--row-column-insertion-point-p): New function to test
35989 validity of row and column insertion operation at a location.
35990 (table-global-menu, table-cell-menu): Use above functions for
35991 deterministic test operation.
35992 (table--editable-cell-p): Behave in deterministic fashion.
35993
35994 2005-03-18 Juri Linkov <juri@jurta.org>
35995
35996 * isearch.el (isearch-lazy-highlight-new-loop):
35997 Make arguments beg and end optional.
35998 (isearch-update): Remove optional arguments nil from
35999 isearch-lazy-highlight-new-loop.
36000 (isearch-lazy-highlight-search): Let-bind case-fold-search to
36001 isearch-lazy-highlight-case-fold-search instead of
36002 isearch-case-fold-search, and let-bind isearch-regexp to
36003 isearch-lazy-highlight-regexp.
36004 Use isearch-lazy-highlight-last-string instead of isearch-string.
36005
36006 * replace.el (perform-replace): Remove bindings of global
36007 variables isearch-string, isearch-regexp, isearch-case-fold-search.
36008 Add three new arguments to `replace-highlight'.
36009 (replace-highlight): Add arguments string, regexp, case-fold.
36010 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
36011 to allow isearch-lazy-highlight-new-loop to use these values
36012 to set corresponding isearch-lazy-highlight-* internal
36013 variables whose values lazy highlighting will use regardless of
36014 changes to global variables isearch-string, isearch-regexp,
36015 isearch-case-fold-search during lazy highlighting loop.
36016 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
36017 to `lazy-highlight-cleanup'.
36018
36019 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
36020 (ispell-highlight-face): Set default face to `isearch' when
36021 lazy highlighting is enabled.
36022 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
36023 priority to 1. Add lazy highlighting.
36024 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
36025 from `isearch-dehighlight'.
36026
36027 2005-03-18 David Ponce <david@dponce.com>
36028
36029 * files.el (hack-local-variables): Do a case-insensitive search
36030 for End.
36031
36032 2005-03-18 Juri Linkov <juri@jurta.org>
36033
36034 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
36035 `isearch-lazy-highlight-cleanup', add alias to old name and
36036 declare obsolete. Add release numbers to other obsolete vars.
36037 (isearch-done, isearch-lazy-highlight-new-loop):
36038 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
36039 (lazy-highlight-cleanup) <variable>: Doc fix.
36040 (isearch-lazy-highlight-update): Rename obsolete
36041 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
36042
36043 2005-03-18 Kenichi Handa <handa@m17n.org>
36044
36045 * language/thai-util.el: Fix categorization of Thai characters in
36046 thai-category-table.
36047 (thai-composition-pattern): Adjust it for the above change.
36048 (thai-self-insert-command, thai-compose-syllable): New functions.
36049 (thai-compose-region): Use thai-compose-syllable.
36050 (thai-compose-string): Likewise.
36051 (thai-composition-function): Likewise.
36052 (thai-auto-composition): New function.
36053 (thai-auto-composition-mode): New minor mode.
36054
36055 * language/thai.el: Fix patterns to be registered in
36056 composition-function-table.
36057
36058 * international/quail.el (quail-input-method): Locally bind
36059 inhibit-modification-hooks to t.
36060
36061 2005-03-17 Richard M. Stallman <rms@gnu.org>
36062
36063 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
36064 (perl-mode): Use run-mode-hooks.
36065
36066 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
36067 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
36068 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
36069
36070 * mail/sendmail.el (sendmail-send-it): Reenable the code
36071 to compute resend-to-address and use it.
36072
36073 * tar-mode.el (tar-mode): Turn off undo unconditionally.
36074
36075 * image-mode.el: New file.
36076
36077 * image.el (insert-sliced-image): Add autoload cookie.
36078
36079 * font-lock.el (font-lock-lines-before): New user option.
36080 (font-lock-after-change-function): Obey it.
36081
36082 * bindings.el (esc-map): Make M-g a prefix.
36083 Bind M-g g and M-g M-g to goto-line.
36084
36085 * faces.el (face-id): Doc fix.
36086
36087 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
36088
36089 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
36090 (rmail-show-message): Use rmail-unknown-mail-followup-to.
36091 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
36092
36093 * mail/sendmail.el (mail-yank-ignored-headers)
36094 (mail-font-lock-keywords, mail-mode-fill-paragraph):
36095 Add Mail-Followup-To and Mail-Reply-To headers.
36096 (mail-citation-hook): Add autoload cookie.
36097 (mail-mode): Doc fix.
36098 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
36099 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
36100 (mail-mode-fill-paragraph): Handle those headers.
36101 (mail-mailing-lists): New variable.
36102 (mail-mail-reply-to, mail-mail-followup-to): New functions.
36103
36104 2005-03-17 Juri Linkov <juri@jurta.org>
36105
36106 * isearch.el (isearch-fallback): Check for `(car previous)'
36107 before calling `isearch-other-end-state'.
36108
36109 2005-03-17 Kim F. Storm <storm@cua.dk>
36110
36111 * simple.el (move-beginning-of-line): Move to beginning of buffer
36112 line, as well as beginning of screen line.
36113
36114 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
36115
36116 * calendar/diary-lib.el (mark-diary-entries): Use new optional
36117 argument REDRAW rather than calendar-redrawing variable.
36118 * calendar/calendar.el (calendar-redrawing): Delete.
36119 (redraw-calendar): Do not bind calendar-redrawing.
36120
36121 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
36122
36123 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
36124 diary-file buffer.
36125
36126 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
36127
36128 * help.el (describe-mode): Allow a :minor-mode-function property to
36129 specify a different minor mode toggle function than the variable.
36130 * simple.el (auto-fill-function):
36131 * subr.el (add-minor-mode): Use it.
36132
36133 2005-03-16 Kenichi Handa <handa@m17n.org>
36134
36135 * language/ethio-util.el (sera-being-called-by-w3): New variable.
36136 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
36137 (ethio-fidel-to-sera-buffer): Likewise.
36138
36139 2005-03-16 Juri Linkov <juri@jurta.org>
36140
36141 * emacs-lisp/find-func.el (find-function-regexp):
36142 Add defun-emitting macro `menu-bar-make-toggle'.
36143
36144 * isearch.el: Put `isearch-scroll' property to
36145 `split-window-horizontally'.
36146
36147 * info.el: Update error messages for `debug-ignored-errors'.
36148 (Info-isearch-search): Doc fix.
36149 (Info-find-node): Move up code to go into info buffer before
36150 recording the node to the history.
36151 (Info-fontify-node): Fontify titles only if the next line
36152 has two or more `*', `=', `-', `.'.
36153 Display "go to this node" for empty (match-string 3).
36154
36155 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
36156
36157 * term/mac-win.el: Add mouse pointer shape constants.
36158
36159 2005-03-15 Kim F. Storm <storm@cua.dk>
36160
36161 * simple.el (move-beginning-of-line): Use vertical-motion.
36162
36163 2005-03-15 Juri Linkov <juri@jurta.org>
36164
36165 * isearch.el (isearch-error): New variable.
36166 (isearch-invalid-regexp, isearch-within-brackets): Remove.
36167 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
36168 (isearch-within-brackets-state): Remove.
36169 (isearch-case-fold-search-state, isearch-pop-fun-state):
36170 Decrease frame index.
36171 (isearch-mode, isearch-top-state, isearch-push-state)
36172 (isearch-edit-string, isearch-abort, isearch-search-and-update)
36173 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
36174 (isearch-search, isearch-lazy-highlight-new-loop):
36175 Replace `isearch-invalid-regexp' with `isearch-error'.
36176 Remove `isearch-within-brackets'.
36177 (isearch-search): Add `search-failed' handler to `condition-case'.
36178 (isearch-lazy-highlight-search): Add `condition-case' to catch
36179 errors and allow `isearch-lazy-highlight-update' to try
36180 highlighting from the beginning of the window.
36181 (isearch-repeat): Move up code to set isearch-wrapped to t
36182 before calling isearch-wrap-function.
36183
36184 * info.el (Info-isearch-initial-node): New internal variable.
36185 (Info-search): Signal an error in isearch mode when search leaves
36186 the initial node. Signal an error when `bound' is non-nil and
36187 nothing was found in the current subfile.
36188 (Info-isearch-search): Remove `condition-case'.
36189 (Info-isearch-wrap): Don't wrap when search failed during leaving
36190 the initial node. If `Info-isearch-search' is nil, wrap around
36191 the current node.
36192 (Info-isearch-start): New fun.
36193 (Info-mode): Add buffer-local hook `Info-isearch-start' to
36194 `isearch-mode-hook'.
36195
36196 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
36197
36198 * simple.el (normal-erase-is-backspace): Set default to t if
36199 running on Mac.
36200
36201 * term/mac-win.el (function-key-map): Sync with x-win.el.
36202
36203 2005-03-15 Kenichi Handa <handa@m17n.org>
36204
36205 * international/mule-cmds.el (locale-language-names): Modify the
36206 format of elements and add more entries.
36207 (locale-preferred-coding-systems): Add more entries.
36208 (set-locale-environment): Adjust for the change of
36209 locale-language-names.
36210
36211 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
36212
36213 * pcvs.el (smerge-ediff): Remove bogus autoload.
36214
36215 2005-03-14 Lute Kamstra <lute@gnu.org>
36216
36217 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
36218 Ignore a `*' at the beginning of a line.
36219
36220 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
36221 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
36222 subr.el.
36223 (dont-compile, eval-when-compile, eval-and-compile): Use declare
36224 to specify indentation.
36225
36226 * generic.el (define-generic-mode): Let generic-mode-list be a
36227 list of strings; test membership with equal.
36228
36229 2005-03-14 Kim F. Storm <storm@cua.dk>
36230
36231 * simple.el (next-line, previous-line): Add optional try-vscroll
36232 arg to recognize interactive use. Pass it on to line-move.
36233 (line-move): Don't perform auto-window-vscroll when defining or
36234 executing keyboard macro to ensure consistent behavior.
36235
36236 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
36237
36238 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
36239
36240 2005-03-13 Lute Kamstra <lute@gnu.org>
36241
36242 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
36243 debugger-setup-buffer so that backtrace marks the frames set to
36244 debug-on-exit and we don't have to do it manually. Set an extra
36245 debug-on-exit for macro's.
36246 (debugger-setup-buffer): Don't mark the top frame manually.
36247
36248 2005-03-12 Lute Kamstra <lute@gnu.org>
36249
36250 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
36251 lisp-indent-function throughout.
36252 (with-no-warnings): Set lisp-indent-function property.
36253
36254 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
36255
36256 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
36257 Add entry for backslash.
36258
36259 2005-03-12 Juri Linkov <juri@jurta.org>
36260
36261 * info.el (Info-search): Four fixes for backward search.
36262
36263 2005-03-11 Jay Belanger <belanger@truman.edu>
36264
36265 * calc/calc.el (calc-language-alist): New variable.
36266 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
36267 (calc-embedded-find-modes): Use calc-language-alist instead of
36268 calc-embedded-language-alist.
36269
36270 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
36271
36272 * calendar/calendar.el (calendar-redrawing): New internal
36273 variable.
36274 (redraw-calendar): Remove bogus save-excursion from previous
36275 change. Bind calendar-redrawing to t for mark-diary-entries.
36276 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
36277 calendar if that is why we were called.
36278
36279 2005-03-11 Kenichi Handa <handa@m17n.org>
36280
36281 * international/mule.el (make-coding-system): Set property
36282 coding-system-define-form to nil.
36283 (define-coding-system-alias): Likewise.
36284
36285 2005-03-11 Kenichi Handa <handa@m17n.org>
36286
36287 These changes are suggested by Dave Love <fx@gnu.org>.
36288
36289 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
36290 coding: tag.
36291 (adaptive-fill-regexp): Add more bullets.
36292 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
36293 regexps.
36294
36295 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
36296
36297 * help.el (describe-mode): Properly handle non-trivial lighters.
36298 Don't ignore minor modes that are not listed in minor-mode-list.
36299
36300 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
36301 feature ON when the user requests to turn it OFF.
36302
36303 2005-03-10 Lute Kamstra <lute@gnu.org>
36304
36305 * emacs-lisp/debug.el (debug-entry-code): Delete it.
36306 (implement-debug-on-entry): New function to replace debug-entry-code.
36307 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
36308 second argument as the 2005-03-07 change makes it obsolete.
36309 (debug-on-entry, cancel-debug-on-entry): Update call to
36310 debug-on-entry-1.
36311 (debug, debugger-setup-buffer): Comment update.
36312 (debugger-frame-number): Update to work with implement-debug-on-entry.
36313
36314 2005-03-10 Jay Belanger <belanger@truman.edu>
36315
36316 * calc/calc-embed.el (math-ms-args): Declare it.
36317 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
36318 math-ms-args.
36319 (calc-embedded-subst): Use math-multi-subst-rec to substitute
36320 variables.
36321
36322 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
36323
36324 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
36325 Use message-box.
36326
36327 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
36328 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
36329 (tooltip-gud-tips): Simplify.
36330 (tooltip-gud-tips-p): Remove superfluous :set.
36331 (tooltip-gud-modes): Add fortran-mode.
36332 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
36333
36334 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
36335
36336 2005-03-09 Kim F. Storm <storm@cua.dk>
36337
36338 * play/animate.el (animate-place-char): Use forward-line instead
36339 of next-line to improve performance.
36340
36341 2005-03-09 Simon Josefsson <jas@extundo.com>
36342
36343 * net/browse-url.el (browse-url-default-browser): Doc fix.
36344
36345 2005-03-09 Miles Bader <miles@gnu.org>
36346
36347 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
36348 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
36349
36350 2005-03-09 Kenichi Handa <handa@m17n.org>
36351
36352 * international/latin-1.el: Set case and syntax for 255 only if
36353 set-case-syntax-set-multibyte is nil.
36354
36355 * textmodes/ispell.el (ispell-insert-word): New function.
36356 (ispell-word): Use ispell-insert-word to insert a new word.
36357 (ispell-process-line): Likewise.
36358 (ispell-complete-word): Likewise.
36359
36360 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
36361
36362 * calendar/calendar.el (redraw-calendar): Preserve point.
36363 Reported by Matt Hodges <MPHodges@member.fsf.org>.
36364 (calendar-week-start-day): Move after definition of
36365 redraw-calendar. Delete buffer test, since redraw-calendar has
36366 that now.
36367
36368 * calendar/diary-lib.el (mark-diary-entries): Only call
36369 redraw-calendar in the first of any recursive calls.
36370 Reported by Alan Shutko <ats@acm.org>.
36371
36372 2005-03-08 Juri Linkov <juri@jurta.org>
36373
36374 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
36375 (html-horizontal-rule, html-line, html-image, html-checkboxes)
36376 (html-radio-buttons): Add a space before the trailing `/>' where
36377 sgml-xml-mode is non-nil.
36378 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
36379 the subsequent tag of the empty XML tag.
36380 (html-href-anchor): Don't set initial input to "http:".
36381 (html-image): Ask for the image URL and set point inside alt="".
36382 (html-name-anchor): Duplicate the name in the `id' attribute when
36383 sgml-xml-mode is non-nil.
36384 (html-paragraph): Remove \n before <p>.
36385 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
36386 instead of `checked' when sgml-xml-mode is non-nil.
36387
36388 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
36389 Remove 1 space before #RRGGBB to not truncate it on terminal
36390 windows w/o fringes. Remove 1 space between bg and fg examples
36391 to get more space.
36392 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
36393 avoid byte-compile warnings.
36394
36395 * image-file.el (image-file-handler): Put `safe-magic' property to
36396 `image-file-handler'.
36397
36398 * info.el (Info-isearch-search): Emulate word search in
36399 isearching through multiple Info nodes with Info-search.
36400 (Info-isearch-wrap): Allow isearch-word.
36401
36402 2005-03-08 Lute Kamstra <lute@gnu.org>
36403
36404 * emacs-lisp/debug.el (debugger-step-through): Make sure that
36405 stepping into the debugger's code is not possible.
36406 (debugger-jumping-flag): Docstring update.
36407
36408 2005-03-08 Jay Belanger <belanger@truman.edu>
36409
36410 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
36411 embedded mode begins.
36412 (calc-embedded-language-alist): New variable.
36413 (calc-embedded-find-modes): Use calc-embedded-language-alist to
36414 set default language mode.
36415
36416 2005-03-08 Kenichi Handa <handa@m17n.org>
36417
36418 * international/ccl.el (define-ccl-program): Fix docstring about
36419 extra 256 bytes assured for the output buffer.
36420
36421 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
36422 Fix BUFFER_MAGNIFICATION to 2.
36423 (ccl-encode-mule-utf-16be-with-signature): Likewise.
36424
36425 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
36426
36427 * align.el (align-rules-list): Added an alignment rule for CSS
36428 declarations (applies to css-mode and html-mode buffers).
36429
36430 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
36431
36432 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
36433
36434 2005-03-07 Kim F. Storm <storm@cua.dk>
36435
36436 * simple.el (move-beginning-of-line): New command.
36437
36438 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
36439
36440 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
36441
36442 * emulation/cua-base.el: Put CUA move property on move-end-of-line
36443 and move-beginning-of-line.
36444
36445 * apropos.el (apropos-print): Omit command from M-x ... RET.
36446
36447 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
36448
36449 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
36450 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
36451
36452 2005-03-06 Richard M. Stallman <rms@gnu.org>
36453
36454 * bindings.el (esc-map): Bind M-g to goto-line.
36455
36456 * facemenu.el (global-map): Bind M-o, not M-g.
36457
36458 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
36459
36460 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
36461 "Open Directory" as for "Open File".
36462
36463 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
36464
36465 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
36466 (push-mark-command): Run activate-mark-hook.
36467
36468 2005-03-06 Richard M. Stallman <rms@gnu.org>
36469
36470 * help-mode.el (help-mode-finish): Don't alter the element
36471 in view-return-to-alist if there already is one.
36472
36473 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
36474 make sure the current buffer is the expected one.
36475
36476 * novice.el (disabled-command-function): Output in *Disabled Command*.
36477 Explicitly ignore non-keyboard events, and explicitly handle C-g.
36478
36479 * textmodes/flyspell.el (flyspell-large-region):
36480 Pass args differently for aspell.
36481
36482 * files.el (mode-require-final-newline): Doc fix.
36483
36484 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
36485
36486 * progmodes/which-func.el (which-function):
36487 Specify NOERROR when calling imenu--make-index-alist.
36488
36489 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
36490
36491 * simple.el (normal-erase-is-backspace): Define default value.
36492
36493 * custom.el (custom-theme-set-variables): Remove unused var
36494 `immediate'.
36495 (custom-reevaluate-setting): Simple function to handle variables
36496 that are defined before their default value can really be
36497 computed.
36498
36499 * startup.el (command-line): Use it for temporary-file-directory,
36500 small-emporary-file-directory, auto-save-file-name-transforms,
36501 blink-cursor-mode, and normal-erase-is-backspace.
36502
36503 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
36504 progress, even with buggy anchored keywords.
36505
36506 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
36507
36508 * simple.el (goto-line): Remove unbalanced final parenthesis.
36509
36510 2005-03-05 Richard M. Stallman <rms@gnu.org>
36511
36512 * simple.el (goto-line): Use a number at point as the default.
36513 With C-u as arg, switch buffers.
36514
36515 2005-03-05 Juri Linkov <juri@jurta.org>
36516
36517 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
36518 with `no-blinking-cursor'.
36519
36520 * startup.el (no-blinking-cursor): New defvar.
36521 (command-line): Add `--no-blinking-cursor' to longopts.
36522 Set `no-blinking-cursor' to t for command line arguments
36523 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
36524 with `no-blinking-cursor' in the condition for calling
36525 `blink-cursor-mode'.
36526
36527 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
36528
36529 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
36530 (menu-bar-options-save): Add blink-cursor-mode.
36531 (menu-bar-options-menu): Add blink-cursor-mode.
36532
36533 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
36534
36535 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
36536 (icalendar-export-file, icalendar-export-region)
36537 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
36538 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
36539
36540 2005-03-04 Lute Kamstra <lute@gnu.org>
36541
36542 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
36543 (debug-function-list): Ditto.
36544
36545 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
36546
36547 * textmodes/texinfmt.el (texinfo-append-refill):
36548 Redefine the types of line to which @refill
36549 is not appended by replacing a search for `@refill\\|@bye' with
36550 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
36551 itemize@refill' bug and the unfilled long lines bug.
36552 (texinfmt-version): Update number and date.
36553
36554 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
36555
36556 * international/code-pages.el (windows-1250, windows-125[2-8])
36557 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
36558
36559 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
36560
36561 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
36562 bound yet.
36563
36564 2005-03-02 Romain Francoise <romain@orebokech.com>
36565
36566 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
36567 buffer after removing limits.
36568 (ibuffer-pop-filter): Ditto.
36569 Update copyright.
36570
36571 2005-03-02 Miles Bader <miles@gnu.org>
36572
36573 * button.el (make-text-button): If the user doesn't specify a
36574 type, use the default. Rewrite to use `add-text-properties' and
36575 plist functions.
36576
36577 2005-03-01 Lute Kamstra <lute@gnu.org>
36578
36579 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
36580 (debugger-jumping-flag): New var.
36581 (debug-entry-code): Use it.
36582 (debugger-jump): Use debugger-jumping-flag and add
36583 debugger-reenable to post-command-hook.
36584 (debugger-reenable): Use debugger-jumping-flag and remove itself
36585 from post-command-hook.
36586 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
36587 debugger-reenable.
36588
36589 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
36590
36591 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
36592 inclusion of "itemize\\|", which may be unnecessary, is certainly
36593 inelegant, and stops refilling in itemize lists when formatting
36594 Japanese Texinfo files to Info.
36595 Update copyright to 2005.
36596
36597 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
36598
36599 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
36600 of an error if GDB can't find the source file.
36601
36602 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
36603
36604 * calendar/calendar.el (redraw-calendar): Work from any buffer,
36605 not just the calendar.
36606
36607 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
36608 first.
36609 (diary-redraw-calendar): New function.
36610 (make-diary-entry): Add diary-redraw-calendar to local
36611 write-contents-functions. Turn off selective display before
36612 inserting in diary.
36613
36614 2005-03-01 Kim F. Storm <storm@cua.dk>
36615
36616 * emacs-lisp/copyright.el (copyright-fix-years): New command.
36617
36618 2005-03-01 Lute Kamstra <lute@gnu.org>
36619
36620 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
36621 that debug-entry-code can be safely removed from a function while
36622 this code is being evaluated. Revert the 2005-02-27 change as the
36623 new implementation no longer requires it. Make sure that a
36624 function body containing just a string is not mistaken for a docstring.
36625 (debug): Skip one more frame in case of debug on entry.
36626 (debugger-setup-buffer): Delete one more frame line in case of
36627 debug on entry.
36628 (debugger-frame-number): Update to use the new text introduced by
36629 the 1999-11-03 change. Skip one more frame in case of debug on entry.
36630
36631 2005-02-28 Kim F. Storm <storm@cua.dk>
36632
36633 * double.el (double-translate-key): Call force-window-update after
36634 read-event to avoid crash in redisplay.
36635
36636 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
36637
36638 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
36639 (debug): Use it. Move the inhibit-trace earlier.
36640 (debug-entry-code): New const.
36641 (debug-on-entry-1): Use it.
36642
36643 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
36644
36645 * international/utf-16.el (ccl-encode-mule-utf-16le):
36646 Fix BUFFER_MAGNIFICATION to 2.
36647 (ccl-encode-mule-utf-16be): Likewise.
36648
36649 2005-02-28 Kenichi Handa <handa@m17n.org>
36650
36651 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
36652 Fix BUFFER_MAGNIFICATION to 4.
36653 (ccl-encode-mule-utf-16be-with-signature): Likewise.
36654
36655 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
36656
36657 * speedbar.el (speedbar-update-flag): Doc fix.
36658 (speedbar-show-info-under-mouse): Give set-mouse-position the right
36659 argument.
36660
36661 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
36662
36663 * reveal.el (reveal-post-command): Don't try to reveal overlays which
36664 have a non-nil `invisible' property but are actually visible.
36665
36666 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
36667 for perldoc sections.
36668 (perl-outline-regexp, perl-outline-level): New var and function.
36669 (perl-mode): Use them.
36670
36671 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
36672
36673 * calendar/diary-lib.el (diary-remind): Discard any mark portion
36674 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
36675
36676 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
36677
36678 * cus-edit.el: Comment change.
36679 (custom-buffer-create-internal): Slightly reword text at top of
36680 Custom buffers. Mention there that saving an option edits the
36681 init file. Add link to Emacs manual node on `custom-file'.
36682 (custom-magic-alist): Rewrite individual State messages to use
36683 capitalized keywords. Doc fix.
36684
36685 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
36686
36687 * calendar/calendar.el (calendar-buffer): Move above
36688 calendar-week-start-day.
36689 (calendar-week-start-day): Doc fix. Add :set function.
36690 (calendar-minimum-window-height): New variable.
36691 (generate-calendar-window): Only resize window if selected-window
36692 is displaying the calendar buffer. Use new variable
36693 calendar-minimum-window-height.
36694 (generate-calendar): Reword error message.
36695 (calendar-mode-map): Bind DEL to scroll-other-window-down.
36696
36697 2005-02-27 Andreas Schwab <schwab@suse.de>
36698
36699 * vc.el (vc-do-command): Don't run command asynchronously when
36700 operating in a remote directory.
36701
36702 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
36703 change from sync with Tramp 2.0.47.
36704
36705 2005-02-27 Richard M. Stallman <rms@gnu.org>
36706
36707 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
36708
36709 * textmodes/flyspell.el (flyspell-mode-on):
36710 Call ispell-change-dictionary only if necessary.
36711
36712 * emacs-lisp/re-builder.el (regexp-builder): New function.
36713
36714 * register.el (describe-register-1): Explicitly handle
36715 yank-excluded-properties = t.
36716
36717 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
36718 (custom-magic-alist): Change the status descriptions again.
36719 (face widget-type): Total rewrite based on `restricted-sexp'
36720 to eliminate the confusing double hiding levels.
36721
36722 * emacs-lisp/debug.el (debug-on-entry-1):
36723 If function body is empty, add nil as body form.
36724
36725 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
36726
36727 * emacs-lisp/trace.el (inhibit-trace): New var.
36728 (trace-make-advice): Use it.
36729
36730 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
36731
36732 2005-02-26 Kim F. Storm <storm@cua.dk>
36733
36734 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
36735 (mouse-on-link-p, mouse-drag-region-1): Use it.
36736
36737 2005-02-25 Lute Kamstra <lute@gnu.org>
36738
36739 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
36740
36741 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
36742
36743 * frame.el (blink-cursor-mode): Add :group keyword.
36744
36745 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
36746
36747 * calendar/icalendar.el (icalendar--decode-isodatetime):
36748 New optional argument DAY-SHIFT.
36749 (icalendar-export-region): Fix coding-system-for-write.
36750 (icalendar--convert-ical-to-diary): Shift end-day of all-day
36751 events by one.
36752
36753 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
36754
36755 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
36756
36757 2005-02-24 Kim F. Storm <storm@cua.dk>
36758
36759 * international/iso-acc.el (iso-accents-compose): Fix crash
36760 during redisplay. Call force-window-update after read-event
36761 and delete-region to signal that window is not accurate.
36762
36763 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
36764
36765 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
36766 Remove unused and inexistent var `inhibit-trace'.
36767 (debugger-mode): Use run-mode-hooks.
36768 (debugger-list-functions): Add buttons; setup xref stack.
36769
36770 2005-02-23 Richard M. Stallman <rms@gnu.org>
36771
36772 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
36773 appointment says it was explicitly made.
36774 (appt-add): Set the 3rd element.
36775 (appt-make-list): Preserve explicit appointments.
36776
36777 * subr.el (find-tag-default): Catch errors in forward-sexp.
36778
36779 2005-02-23 Juri Linkov <juri@jurta.org>
36780
36781 * info.el (Info-isearch-search): New defcustom.
36782 (Info-isearch-search): Call the default isearch function
36783 when Info-isearch-search is nil.
36784 (Info-isearch-wrap): Use variable Info-isearch-search.
36785
36786 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
36787
36788 * cus-edit.el: Comment change.
36789
36790 2005-02-22 Kim F. Storm <storm@cua.dk>
36791
36792 * progmodes/hideif.el (hide-ifdef-use-define-alist):
36793 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
36794
36795 2005-02-22 Simon Josefsson <jas@extundo.com>
36796
36797 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
36798 New variable.
36799 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
36800 Oskarsson" <myrkraverk@users.sourceforget.net>.
36801
36802 2005-02-22 Kim F. Storm <storm@cua.dk>
36803
36804 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
36805 check that window of that event is the selected window.
36806 (mouse-drag-region-1): Compare mouse event window to selected
36807 window before setting point.
36808
36809 * tooltip.el (tooltip-show-help-function): Pass event to
36810 mouse-on-link-p so it can check selected window.
36811
36812 2005-02-22 Kenichi Handa <handa@m17n.org>
36813
36814 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
36815 (ps-mule-show-warning): New function.
36816 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
36817 characters are found.
36818
36819 * ps-print.el (ps-header-footer-string): Return a list of header
36820 and footer strings.
36821
36822 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
36823
36824 * pcvs.el (cvs-retrieve-revision): Fix thinko.
36825
36826 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
36827
36828 * frame.el (blink-cursor-mode): Use define-minor-mode.
36829
36830 * term/mac-win.el (function-key-map): Use char-names more consistently.
36831 (file-name-coding-system): Only set it for MacOS-9. The other case is
36832 already handled in mule-cmds.el (where it also works when mac-win.el
36833 is not used).
36834
36835 2005-02-21 Kenichi Handa <handa@m17n.org>
36836
36837 * international/mule.el (ctext-pre-write-conversion): Always use
36838 " *code-converting-work*" buffer for work.
36839
36840 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
36841
36842 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
36843
36844 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
36845
36846 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
36847
36848 * ses.el (undo-more): Restore defadvice, but only the part that
36849 allows changes outside the restricted area of the buffer.
36850
36851 2005-02-20 Kim F. Storm <storm@cua.dk>
36852
36853 * simple.el (line-move): Add fourth optional arg try-vscroll which
36854 must be set to perform auto-window-vscroll.
36855 When moving backwards and doing auto-window-vscroll, automatically
36856 vscroll to the last part of lines which are taller than the window.
36857 (next-line, previous-line): Set try-vscroll arg on line-move.
36858
36859 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
36860
36861 * replace.el (query-replace, query-replace-regexp)
36862 (replace-string, replace-regexp): When operating on region, make
36863 the minibuffer prompt say so.
36864
36865 * isearch.el (isearch-forward): Document isearch-query-replace and
36866 isearch-query-replace-regexp keybindings.
36867
36868 2005-02-19 Jay Belanger <belanger@truman.edu>
36869
36870 * calc/calc-aent.el (math-read-token): Add local variable.
36871
36872 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
36873 (calc-edit-top): Move declaration to earlier in file.
36874 (calc-edit-macro-repeats): Add local variables.
36875
36876 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
36877 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
36878 calcFunc-tanh.
36879 Adjust integration rule for calcFunc-tan.
36880
36881 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
36882
36883 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
36884 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
36885 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
36886 (viper-skip-separators): Bug fix.
36887 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
36888 particular major mode.
36889 (viper-del-backward-char-in-replace): Don't put deleted char on the
36890 kill ring.
36891
36892 * emulation/viper-ex.el (viper-color-display-p): New function.
36893 (viper-has-face-support-p): Use viper-color-display-p.
36894
36895 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
36896
36897 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
36898
36899 * emulation/viper-util.el (viper-glob-unix-files):
36900 Fix shell status check.
36901 (viper-file-remote-p): Make equivalent to file-remote-p.
36902
36903 * emulation/viper.el (viper-major-mode-modifier-list):
36904 Use viper-gnus-modifier-map.
36905
36906 2005-02-19 David Kastrup <dak@gnu.org>
36907
36908 * subr.el (subregexp-context-p): Fix garbled doc string by adding
36909 quoting.
36910
36911 2005-02-19 Jay Belanger <belanger@truman.edu>
36912
36913 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
36914 Remove extra definitions.
36915 (calc-coth): New function.
36916 (calcFunc-cot): Fix `let'.
36917
36918 2005-02-19 Eli Zaretskii <eliz@gnu.org>
36919
36920 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
36921 the reasons we use "type pc" in these faces.
36922
36923 * button.el (button): Ditto.
36924
36925 2005-02-19 Michael Mauger <mmaug@yahoo.com>
36926
36927 * replace.el (query-replace-read-from): Set the value of
36928 query-replace-from-history-variable to handle the case of an empty
36929 string entered to accept the suggested default.
36930
36931 * net/tramp.el (tramp-file-name-for-operation):
36932 Use dired-call-process instead of dired-call-process-command.
36933
36934 2005-02-19 Jay Belanger <belanger@truman.edu>
36935
36936 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
36937 (math-div-non-trig): New variables.
36938 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
36939 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
36940 (math-combine-prod, math-div-symb-fancy): Add simplifications for
36941 trig expressions.
36942
36943 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
36944
36945 * progmodes/gdb-ui.el (gdb-var-update-handler)
36946 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
36947 for watch expressions,
36948 (gdb-var-create-handler): Don't set speedbar-update-flag.
36949 (gdb-post-prompt): Simplify test for speedbar.
36950
36951 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
36952
36953 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
36954 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
36955 we use the syntax table of the correct buffer.
36956 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
36957 Felix Gatzemeier.
36958
36959 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
36960 (ediff-file-remote-p): Make synonymous with file-remote-p.
36961 In all deffaces ediff-*-face-*, use min-colors.
36962
36963 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
36964 ediff-recurse-to-subdirectories.
36965 (ediff-mark-if-equal): Check that the arguments are strings, use
36966 ediff-same-contents (after to Felix Gatzemeier).
36967
36968 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
36969 nil.
36970
36971 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
36972
36973 * log-view.el (log-view-message-re): Fix up Subversion regexp.
36974
36975 2005-02-18 David Kastrup <dak@gnu.org>
36976
36977 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
36978 use `mark-active' when defined.
36979
36980 2005-02-18 Kenichi Handa <handa@m17n.org>
36981
36982 * ps-print.el (ps-font-info-database): New entry
36983 ZapfChancery-MediumItalic with correct font name. Fix font name
36984 of the entry Zapf-Chancery-MediumItalic.
36985
36986 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
36987
36988 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
36989
36990 2005-02-16 Kim F. Storm <storm@cua.dk>
36991
36992 * ido.el (ido-fallback-command): Pass user input to fallback command.
36993
36994 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
36995
36996 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
36997 (gdb-find-file-hook): Add server prefix.
36998
36999 2005-02-16 Richard M. Stallman <rms@gnu.org>
37000
37001 * replace.el (perform-replace): Pass new args to replace-highlight.
37002 (replace-highlight): Take region args,
37003 and pass them to isearch-lazy-highlight-new-loop.
37004
37005 * novice.el (disabled-command-hook): Autoload the defalias
37006 and the make-obsolete-variable call.
37007
37008 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
37009
37010 * isearch.el (isearch-lazy-highlight-start-limit)
37011 (isearch-lazy-highlight-end-limit): New variables limit
37012 the region for highlighting.
37013 (isearch-lazy-highlight-new-loop): New args BEG and END.
37014 (isearch-lazy-highlight-search): Use the new vars.
37015 (isearch-lazy-highlight-update): Likewise.
37016
37017 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
37018
37019 * cus-start.el (all): Use default-boundp.
37020
37021 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
37022
37023 * menu-bar.el (menu-bar-select-frame): Handle current frame.
37024
37025 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
37026
37027 * autorevert.el (auto-revert-stop-on-user-input)
37028 (auto-revert-verbose): Doc fixes.
37029
37030 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
37031
37032 * international/mule-cmds.el (set-locale-environment): Remove call
37033 to set-selection-coding-system on Windows.
37034
37035 2005-02-15 Jay Belanger <belanger@truman.edu>
37036
37037 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
37038 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
37039 calcFunc-coth.
37040 (math-simplify-sqrt): Add simplifications.
37041
37042 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
37043 to list.
37044
37045 * calc/calc-ext.el: Add functions to autoloads.
37046
37047 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
37048 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
37049 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
37050 (math-csc-raw, math-cot-raw): New functions.
37051
37052 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
37053
37054 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
37055 the variable name in a message.
37056
37057 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
37058 calcFunc-csc, calcFunc-cot.
37059
37060 * calc/calcalg2.el: Add derivative and integration rules for
37061 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
37062 calcFunc-csch, calcFunc-coth.
37063 (math-do-integral-methods): Add to checks for when to use
37064 substitutions.
37065
37066 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
37067
37068 2005-02-15 Lute Kamstra <lute@gnu.org>
37069
37070 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
37071 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
37072 <monnier@iro.umontreal.ca>.
37073 (lisp-outline-level): Improve efficiency. Suggested by David
37074 Kastrup <dak@gnu.org>.
37075
37076 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
37077
37078 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
37079 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
37080 (gdb-set-gud-minor-mode-existing-buffers): New functions.
37081 (gdb-find-file-hook): New hook. Add it to find-file-hook.
37082 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
37083
37084 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
37085
37086 * cus-start.el (all): Comment change.
37087
37088 2005-02-14 Lute Kamstra <lute@gnu.org>
37089
37090 * cus-start.el (all): Check if symbol is void.
37091
37092 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
37093
37094 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
37095 optional argument to \cite.
37096
37097 2005-02-14 Richard M. Stallman <rms@gnu.org>
37098
37099 * cus-edit.el (custom-buffer-create-internal): Update help message.
37100 (custom-magic-alist): Update help messages.
37101
37102 * cus-start.el (all): Allow a var to specify a standard value.
37103
37104 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
37105
37106 * custom.el (custom-theme-set-variables): Handle variable aliases.
37107
37108 * frame.el (blink-cursor-timer): Doc fix.
37109 (blink-cursor): Make it an alias for `blink-cursor-mode' and
37110 declare obsolete.
37111 (blink-cursor-mode): Define with defcustom and use correct
37112 standard expression in that defcustom.
37113 * startup.el (command-line): Adapt to above changes in frame.el.
37114
37115 2005-02-11 Lute Kamstra <lute@gnu.org>
37116
37117 * apropos.el (apropos-score-doc): Prevent division by zero.
37118
37119 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
37120
37121 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
37122 (icalendar--get-event-property-attributes)
37123 (icalendar--get-event-properties)
37124 (icalendar--datetime-to-diary-date): New functions.
37125 (icalendar--split-value): Doc fix.
37126 (icalendar--datetime-to-noneuropean-date)
37127 (icalendar--datetime-to-european-date): New optional argument
37128 SEPARATOR. Return result as a string instead of a list.
37129 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
37130 (icalendar--convert-string-for-export): Rename arg S to STRING.
37131 (icalendar-export-region): Doc fix. Change name of error buffer.
37132 Save output buffer.
37133 (icalendar-import-file): Add blank at end of prompt.
37134 (icalendar-import-buffer): Doc fix. Do not switch to error
37135 buffer. Indicate status in return value.
37136 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
37137 buffer. Save output buffer. Handle exception from recurrence
37138 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
37139 events. Fix problems with weekly all-day events.
37140
37141 2005-02-10 Richard M. Stallman <rms@gnu.org>
37142
37143 * simple.el (eval-expression-print-format):
37144 Avoid warning about edebug-active.
37145
37146 * help.el (help-for-help-internal): Rename from help-for-help.
37147 (help-for-help): Define with defalias.
37148
37149 * font-core.el (font-lock-default-function): Use with-no-warnings.
37150
37151 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
37152
37153 * custom.el (defface): Doc fix.
37154
37155 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
37156
37157 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
37158 width 0" to prevent word wrapping problems.
37159
37160 2005-02-09 Kim F. Storm <storm@cua.dk>
37161
37162 * ido.el (ido-file-extensions-order): New defcustom.
37163 (ido-file-extension-lessp, ido-file-extension-aux)
37164 (ido-file-extension-order): New advanced file ordering.
37165 (ido-file-lessp): New simple file ordering.
37166 (ido-sort-list): Remove.
37167 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
37168 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
37169
37170 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
37171
37172 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
37173 that some versions of grep produce.
37174 (grep-mode-font-lock-keywords): Likewise.
37175
37176 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
37177
37178 * progmodes/gdb-ui.el (gdb-location-list): New variable.
37179 (gdb-cdir): Delete.
37180 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
37181 (gdb-source-info): Treat case when source file is in another
37182 directory properly.
37183 (gdb-get-location): New function.
37184
37185 2005-02-07 Jay Belanger <belanger@truman.edu>
37186
37187 * calc/calc-prog.el (calc-write-parse-table-part)
37188 (calc-fix-token-name): Fix a check for language type.
37189
37190 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
37191
37192 2005-02-07 Andre Spiegel <spiegel@gnu.org>
37193
37194 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
37195 as directory not writable.
37196
37197 2005-02-07 Kim F. Storm <storm@cua.dk>
37198
37199 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
37200 (cua--standard-movement-commands): Remove list.
37201 Instead, set CUA property value to move for movement commands.
37202 (cua-movement-commands): Remove. Users must set CUA prop instead.
37203 (cua--pre-command-handler): Check CUA property.
37204 (cua--init-keymaps): Don't remap undo commands.
37205 (cua-mode): Don't call cua--rectangle-on-off.
37206
37207 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
37208 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
37209 (cua--rect-undo-set-point): New var.
37210 (cua--rectangle-undo-boundary): Setup undo apply entry.
37211 (cua--rect-undo-handler): New function for rectangle undo.
37212 (cua--rect-start-position, cua--rect-end-position): Add.
37213 (cua--rectangle-post-command): Call cua--rectangle-set-corners
37214 for restored rectangle. Set point if cua--rect-undo-set-point.
37215
37216 2005-02-06 Jay Belanger <belanger@truman.edu>
37217
37218 * calc/calc-lang.el (calc-tex-language): Display more information
37219 in messages.
37220
37221 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
37222 in TeX mode.
37223
37224 2005-02-06 Richard M. Stallman <rms@gnu.org>
37225
37226 * emacs-lisp/lisp.el (buffer-end): Doc fix.
37227
37228 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
37229
37230 * net/ldap.el (ldap-search-internal): Support attributes with
37231 optional descriptions separated by a semi-colon, as in
37232 "userCertificate;binary".
37233
37234 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
37235
37236 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
37237 isn't a cons (i.e. the version is 0).
37238
37239 2005-02-05 Eli Zaretskii <eliz@gnu.org>
37240
37241 * help.el (help-for-help): Doc fix.
37242
37243 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
37244
37245 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
37246 GDB-Windows on the menu-bar as this works better.
37247
37248 2005-02-04 Jay Belanger <belanger@truman.edu>
37249
37250 * calc/calc-embed.el (calc-embedded-update): Don't put in
37251 unnecessary newlines. Adjust the end of formula marker.
37252
37253 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
37254 (math-latex-parse-two-args): New function.
37255
37256 2005-02-03 Lute Kamstra <lute@gnu.org>
37257
37258 * help-fns.el (help-with-tutorial): Make sure that users cannot
37259 remove the entire text of the tutorial by means of `undo'.
37260
37261 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
37262
37263 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
37264 in recent changes, where the ispell process was repeatedly
37265 killed & restarted.
37266
37267 * international/mule-cmds.el (set-locale-environment): Set file-name
37268 coding system to utf-8 on Darwin systems.
37269 (set-default-coding-systems): Don't set default-file-name-coding-system
37270 on Darwin systems.
37271
37272 2005-02-03 Richard M. Stallman <rms@gnu.org>
37273
37274 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
37275
37276 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
37277
37278 * faces.el (list-faces-display): Add optional argument.
37279
37280 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
37281
37282 * font-core.el (font-lock-default-function): Handle the rare case where
37283 only font-lock-keywords is set.
37284
37285 2005-02-02 Kenichi Handa <handa@m17n.org>
37286
37287 * international/characters.el: Cancel previous change for
37288 I-WITH-DOT-ABOVE and DOTLESS-i.
37289
37290 * international/latin-5.el: Cancel previous change.
37291
37292 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
37293
37294 * progmodes/gud.el: Correction to syntax in gud-menu-map.
37295
37296 2005-02-02 Kenichi Handa <handa@m17n.org>
37297
37298 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
37299 DOTLESS-i.
37300
37301 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
37302 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
37303
37304 * case-table.el (get-upcase-table): New function.
37305 (copy-case-table): Copy upcaes table too if non-nil.
37306 (set-case-syntax-delims): Maintain upcase table too.
37307 (set-case-syntax-pair): Likewise.
37308 (set-upcase-syntax, set-downcase-syntax): New functions.
37309 (set-case-syntax): Maintain upcase table too.
37310
37311 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
37312
37313 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
37314
37315 * progmodes/gud.el (gud-goto-info): New function.
37316 (gud-tool-bar-map): Use correct icon.
37317
37318 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
37319
37320 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
37321 When delegating, order args in the funcall correctly.
37322
37323 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
37324
37325 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
37326
37327 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
37328
37329 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
37330 buffer not visiting a file.
37331
37332 2005-01-31 Jay Belanger <belanger@truman.edu>
37333
37334 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
37335 bound on the line with the formula.
37336
37337 2005-01-31 Kim F. Storm <storm@cua.dk>
37338
37339 * ses.el (ses-create-cell-variable-range)
37340 (ses-destroy-cell-variable-range, ses-reset-header-string)
37341 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
37342 (ses-insert-row): Fix format of apply undo entries.
37343
37344 2005-01-31 Jay Belanger <belanger@truman.edu>
37345
37346 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
37347 parts.
37348
37349 * calc/calc-embed.el (calc-embedded-open-formula)
37350 (calc-embedded-close-formula): Ignore matrix environments.
37351
37352 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
37353 TeX mode.
37354
37355 * calc/calc-lang.el (math-function-table, math-oper-table)
37356 (math-variable-table): Adjust the LaTeX portions.
37357
37358 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
37359 (math-latex-ignore-words): New constant.
37360
37361 2005-01-31 Richard M. Stallman <rms@gnu.org>
37362
37363 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
37364 (ispell-local-dictionary): Doc fix.
37365 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
37366 Don't reinitialize at run time. Don't defcustom.
37367 All uses changed to append ispell-local-dictionary-alist,
37368 or check it first.
37369 (ispell-current-dictionary): New variable for dictionary in use.
37370 (ispell-dictionary): Now used only for global default.
37371 (ispell-start-process): Set ispell-current-dictionary,
37372 not ispell-dictionary.
37373 (ispell-change-dictionary): Use this only for setting
37374 user preferences.
37375 (ispell-internal-change-dictionary): New function
37376 to change the current dictionary in use.
37377 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
37378 Use ispell-current-dictionary.
37379 Handle ispell-local-dictionary-overridden.
37380 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
37381
37382 2005-01-31 Jay Belanger <belanger@truman.edu>
37383
37384 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
37385
37386 * calc/calc-ext.el: Add calc-latex-language to autoloads.
37387 (calc-mode-map): Add calc-latex-language.
37388
37389 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
37390 (math-latex-print-frac): New functions.
37391 (math-oper-table, math-function-table, math-variable-table)
37392 (math-complex-format, math-input-filter): Add latex properties.
37393 (calc-set-language): Set math-expr-special-function-mapping.
37394
37395 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
37396 (calc-write-parse-table-part): Add LaTeX support.
37397
37398 * calc/calc.el (calc-language): Adjust docstring.
37399 (calc-set-mode-line): Add LaTeX support.
37400 (math-expr-special-function-mapping): New variable.
37401 (math-tex-ignore-words): Add to list.
37402
37403 * calc/calccomp.el (math-compose-expr, math-compose-rows):
37404 Add LaTeX support.
37405 (math-compose-expr): Add support for special functions.
37406
37407 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
37408
37409 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
37410
37411 * progmodes/gdb-ui.el (gdb-memory-address)
37412 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
37413 (gdb-memory-mode-map, gdb-memory-format-keymap)
37414 (gdb-memory-format-menu, gdb-memory-unit-keymap)
37415 (gdb-memory-unit-menu): New variables for a buffer
37416 that lets the user examine program memory.
37417 (gdb-memory-set-address, gdb-memory-set-repeat-count)
37418 (gdb-memory-format-binary, gdb-memory-format-octal)
37419 (gdb-memory-format-unsigned, gdb-memory-format-signed)
37420 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
37421 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
37422 (gdb-memory-unit-word, gdb-memory-unit-halfword)
37423 (gdb-memory-unit-byte, gdb-memory-unit-menu)
37424 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
37425 (gdb-memory-mode, gdb-memory-buffer-name)
37426 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
37427 New functions for above buffer.
37428
37429 2005-01-30 Richard M. Stallman <rms@gnu.org>
37430
37431 * cus-edit.el (custom-bury-buffer): Function deleted.
37432 (custom-buffer-done-function): Option deleted.
37433 (custom-buffer-done-kill): New replacement option.
37434 (Custom-buffer-done): Call quit-window.
37435 (custom-buffer-create-internal): Update for above changes.
37436
37437 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
37438
37439 * simple.el (undo-ask-before-discard): New var.
37440 (undo-outer-limit-truncate): Implement it.
37441 (undo-extra-outer-limit): Doc update.
37442
37443 2005-01-29 Richard M. Stallman <rms@gnu.org>
37444
37445 * ses.el (undo-more): Delete defadvice.
37446 (ses-begin-change): Doc fix.
37447
37448 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
37449 instead of rebinding C-x u and C-_.
37450
37451 * files.el (normal-backup-enable-predicate): Return nil for files
37452 in /tmp, regardless of temporary-file-directory.
37453
37454 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
37455
37456 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
37457 (open-rectangle, delete-whitespace-rectangle-line)
37458 (clear-rectangle-line): If FILL, pass t instead of FILL
37459 for move-to-column's 2nd arg.
37460
37461 * simple.el (undo): Fix the test for continuing a series of undos.
37462 (undo-more): Set pending-undo-list to t when we reach end.
37463 (pending-undo-list): Move up defvar.
37464
37465 * wid-edit.el (widget-button-click):
37466 Shorten the range of the track-mouse binding.
37467
37468 * comint.el (comint-insert-input): Undo previous changes;
37469 use last-input-event in interactive spec.
37470
37471 2005-01-29 Eli Zaretskii <eliz@gnu.org>
37472
37473 * progmodes/compile.el (compilation-start): Bind buffer-read-only
37474 to nil before invoking call-process. Reset buffer's modified flag
37475 after fontifying it in the no-async branch.
37476
37477 * wid-edit.el (widget-specify-button): If mouse pointer shape
37478 cannot be changed, use mouse face instead.
37479
37480 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
37481
37482 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
37483 (gdb-goto-breakpoint): Make breakpoint handling work on template
37484 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
37485 (gdb-assembler-custom): Update to recognize breakpoint information
37486 added on 2005-01-19.
37487
37488 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
37489
37490 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
37491 (dsssl-mode): Use define-derived-mode.
37492 (scheme-mode-initialize): Remove.
37493 (scheme-mode): Use run-mode-hooks.
37494
37495 * cus-edit.el (customize-group-other-window)
37496 (custom-buffer-create-other-window): Don't override special-display-*.
37497 (custom-mode-map): Make it dense.
37498
37499 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
37500 sets the default value.
37501
37502 2005-01-28 Eli Zaretskii <eliz@gnu.org>
37503
37504 * descr-text.el: Add more keywords.
37505
37506 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
37507
37508 * speedbar.el: Avoid unnecessary use of locate-library.
37509
37510 * international/mule-cmds.el (standard-display-european-internal):
37511 Don't fiddle with latin-1 non-break space any more since it's now
37512 special cased in the C code.
37513 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
37514
37515 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
37516
37517 * cus-start.el (all): Add `undo-outer-limit'.
37518
37519 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
37520
37521 * textmodes/bibtex.el (bibtex-format-entry):
37522 Use `bibtex-empty-field-re' only on the text of fields, not on entire
37523 field lines.
37524 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
37525 not on part of a buffer.
37526
37527 2005-01-25 Lute Kamstra <lute@gnu.org>
37528
37529 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
37530 nonempty field text strings like "{letters\\macro{}more letters}".
37531 Clarify docstring.
37532 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
37533 (bibtex-entry-offset, bibtex-parse-association)
37534 (bibtex-parse-field-name): Fix typos in docstrings.
37535 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
37536
37537 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
37538 Juri Linkov <juri@jurta.org>
37539
37540 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
37541 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
37542 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
37543 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
37544
37545 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
37546 isearch minor mode.
37547
37548 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
37549
37550 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
37551
37552 2005-01-24 Lute Kamstra <lute@gnu.org>
37553
37554 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
37555 CASECHARS and NOT-CASECHARS regular expressions of the
37556 "nederlands" and "nederlands8" dictionaries to prevent a "Range
37557 striding over charsets" error.
37558
37559 2005-01-24 Jay Belanger <belanger@truman.edu>
37560
37561 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
37562 display variable name.
37563
37564 2005-01-24 Kenichi Handa <handa@m17n.org>
37565
37566 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
37567 Fix setting of the element of encoded-kbd-iso2022-invocations.
37568
37569 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
37570
37571 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
37572 (gdb-threads-select): Change to also accept mouse events.
37573 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
37574 (gdb-threads-mouse-select): Delete.
37575
37576 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
37577
37578 * files.el (insert-directory): Take care of empty directory,
37579 listed without -a switch.
37580
37581 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
37582
37583 * textmodes/refill.el (refill-post-command-function):
37584 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
37585 to the list of functions that we should be careful not to undo.
37586 (refill-late-fill-paragraph-function): Remove.
37587 (refill-saved-state): New var.
37588 (refill-mode): Use it to save fill-paragraph-function.
37589 Save also the value of auto-fill-function.
37590
37591 * term/w32-win.el: Simplify code.
37592
37593 2005-01-23 Kim F. Storm <storm@cua.dk>
37594
37595 * simple.el (line-move): Adapt to new return value from
37596 pos-visible-in-window-p.
37597
37598 * simple.el (line-move): Fix last change. Check partial
37599 visibility at point rather than at window-start.
37600
37601 2005-01-22 Jason Rumney <jasonr@gnu.org>
37602
37603 * term/w32-win.el (xw-defined-colors): Remove debug-message.
37604
37605 2005-01-22 David Kastrup <dak@gnu.org>
37606
37607 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
37608
37609 2005-01-22 Eli Zaretskii <eliz@gnu.org>
37610
37611 * type-break.el (type-break-mode): Add a test for
37612 type-break-file-name being non-nil.
37613
37614 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
37615
37616 * net/eudc.el (top level): Call (message "") via progn, so that
37617 eudc-options-file is loaded.
37618
37619 2005-01-22 Kim F. Storm <storm@cua.dk>
37620
37621 * simple.el (line-move-1): Rename from line-move.
37622 (line-move): New function that adjusts vscroll for partially
37623 visible rows, and calls line-move-1 otherwise.
37624
37625 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
37626
37627 * pcomplete.el: Define pcomplete-read-event instead of read-event,
37628 since it's not a complete read-event implementation.
37629
37630 2005-01-20 Jay Belanger <belanger@truman.edu>
37631
37632 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
37633 for called function.
37634
37635 2005-01-20 Steven Tamm <steventamm@mac.com>
37636
37637 * term/mac-win.el (process-connection-type): Remove.
37638 Controlled now by s/darwin.h:PTY_ITERATION.
37639
37640 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
37641
37642 * window.el (handle-select-window): Don't switch window when we're
37643 in the minibuffer.
37644
37645 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
37646
37647 * subr.el (dotimes-with-progress-reporter): New macro.
37648
37649 * ses.el (ses-dotimes-msg): Remove macro.
37650 Use `dotimes-with-progress-reporter' instead.
37651
37652 2005-01-19 Steven Tamm <steventamm@mac.com>
37653
37654 * term/mac-win.el (process-connection-type): Use new
37655 operating-system-release variable to use ptys on Darwin 7 (OS X
37656 10.3) when using carbon build.
37657
37658 2005-01-19 Jay Belanger <belanger@truman.edu>
37659
37660 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
37661 flags if the last command was a tab or M-tab.
37662
37663 * calc/calc-prog.el (calc-user-define-edit): Put original formula
37664 in formula editing buffer.
37665
37666 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
37667
37668 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
37669 breakpoint image symbol in margin.
37670
37671 2005-01-19 Jay Belanger <belanger@truman.edu>
37672
37673 * calc/calc-prog.el (calc-execute-kbd-macro):
37674 Ignore calc-keep-arg-flag.
37675
37676 2005-01-19 Kenichi Handa <handa@m17n.org>
37677
37678 * textmodes/ispell.el (ispell-looking-at): New function.
37679 (ispell-process-line): Use ispell-looking-at to compare the ispell
37680 output and the buffer contents.
37681
37682 2005-01-18 Jay Belanger <belanger@truman.edu>
37683
37684 * calc/calc.el (calc-display-raw): Fix docstring.
37685
37686 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
37687
37688 * simple.el (blink-matching-open): Strip extra info from syntax.
37689
37690 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
37691 funny chars in the end-of-here-doc marker.
37692
37693 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
37694
37695 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
37696 that enable/disabled state of breakpoints is shown correctly in
37697 fringe and on ttys.
37698 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
37699 Add breakpoint information as text properties.
37700 (gdb-mouse-toggle-breakpoint):
37701 Rename to gdb-mouse-set-clear-breakpoint.
37702 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
37703 breakpoints in the margin.
37704 (gdb-remove-strings): Simplify.
37705
37706 2005-01-17 Jay Belanger <belanger@truman.edu>
37707
37708 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
37709 erasing buffer.
37710
37711 2005-01-17 Richard M. Stallman <rms@gnu.org>
37712
37713 * progmodes/grep.el (grep-find): Copy from `grep' the condition
37714 for calling grep-compute-defaults.
37715
37716 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
37717 if buffer is empty.
37718
37719 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
37720
37721 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
37722
37723 * hilit-chg.el (highlight-changes-mode): Don't autoload.
37724
37725 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
37726 non-preloaded variables.
37727
37728 2005-01-17 Steven Tamm <steventamm@mac.com>
37729
37730 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
37731 tex-shell cause to force interactivity when using pipes.
37732
37733 2005-01-17 Kim F. Storm <storm@cua.dk>
37734
37735 * simple.el (just-one-space): Make arg optional.
37736
37737 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
37738
37739 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
37740 posn-at-x-y to t to access left-margin.
37741
37742 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
37743
37744 Sync with Tramp 2.0.47.
37745
37746 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
37747 catching keep-date problems in cp/scp operations.
37748 (tramp-handle-copy-file): Don't call `set-file-modes'
37749 unconditionally. Specialized functions should know better what is
37750 necessary. This improves performance a little bit, and the
37751 functions could catch errors with `cp -p' and `scp -p'.
37752 (tramp-do-copy-or-rename-file-via-buffer)
37753 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
37754 when appropriate.
37755 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
37756 Call `set-file-modes' when appropriate.
37757 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
37758 Johnsson <isak@hypergene.com>.
37759 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
37760 of both Tramp buffer and debug buffer. Reported by Joakim Verona
37761 <joakim@verona.se>.
37762 (tramp-file-name-for-operation): Mark `shell-command' as magic for
37763 Emacs only.
37764
37765 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
37766 `find-file-hooks' and `dired-mode-hook'.
37767 (tramp-minor-mode-map): Respective map. Add remapping for
37768 `compile' and `recompile'.
37769 (tramp-remap-command, tramp-recompile): New defuns.
37770 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
37771 in buffer "*Compilation*". Call the commands asynchronously.
37772
37773 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
37774 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
37775 `shell-command', because it isn't magic in XEmacs. Reported by
37776 Adrian Aichner <adrian@xemacs.org>.
37777
37778 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
37779 `substitute-in-file-name.
37780 (tramp-smb-handle-substitute-in-file-name): New defun.
37781 (tramp-smb-advice-PC-do-completion): Delete advice.
37782
37783 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
37784
37785 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
37786 Fix error in deleting region.
37787
37788 2005-01-15 Richard M. Stallman <rms@gnu.org>
37789
37790 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
37791 In non-temp buffer, switch syntax table temporarily.
37792
37793 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
37794
37795 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
37796
37797 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
37798
37799 * imenu.el (imenu--split-menu): Copy menulist before sorting.
37800 (imenu--generic-function): Use START, not BEG, as pos of definition.
37801
37802 * simple.el (just-one-space): Argument specifies number of spaces.
37803
37804 * simple.el (eval-expression-print-format): Avoid warning
37805 about edebug-active.
37806
37807 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
37808
37809 * progmodes/sh-script.el: Code copied from make-mode.el
37810 with small changes,
37811 (sh-mode-map): Bind C-c C-\.
37812 (sh-backslash-column, sh-backslash-align): New variables.
37813 (sh-backslash-region, sh-append-backslash): New functions.
37814
37815 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
37816
37817 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
37818 (rmail-pop-password, rmail-pop-password-required): Move to
37819 rmail-obsolete group.
37820 (rmail-set-pop-password): Rename to rmail-set-remote-password.
37821 All callers updated.
37822 (rmail-get-pop-password): Rename to rmail-get-remote-password.
37823 Take an argument specifying whether it is POP or IMAP mailbox we
37824 are using. All callers updated.
37825 (rmail-pop-password-error): Rename to
37826 rmail-remote-password-error. Added mailutils-specific error message.
37827 (rmail-movemail-search-path)
37828 (rmail-movemail-variant-in-use): New variables.
37829 (rmail-remote-password, rmail-remote-password-required):
37830 New customization variables.
37831 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
37832 (rmail-parse-url): New function.
37833 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
37834 with GNU mailutils movemail.
37835
37836 2005-01-15 Kevin Ryde <user42@zip.com.au>
37837
37838 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
37839 suffix to space, $ or '$, to correctly position point when going
37840 to @table style constants like DBL_MAX.
37841
37842 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
37843
37844 * type-break.el (type-break-mode, type-break-file-time)
37845 (type-break-file-keystroke-count, type-break-choose-file):
37846 Don't store data in or load data from the file if type-break-file-name
37847 is nil.
37848 (type-break-file-name): Doc update as per the above.
37849
37850 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
37851
37852 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
37853 lookup-key might return nil; handle that.
37854
37855 2005-01-15 Alan Mackenzie <acm@muc.de>
37856
37857 * progmodes/ebrowse.el (ebrowse-class-in-tree):
37858 Return the tail of the tree rather than the element found,
37859 thus enabling the tree to be setcar'd.
37860
37861 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
37862
37863 * textmodes/org.el (org-show-following-heading): New option.
37864 (org-show-hierarchy-above): Use `org-show-following-heading'.
37865 (org-cycle): Documentation fix.
37866
37867 * textmodes/org.el (orgtbl-optimized): New option.
37868 (orgtbl-mode): New command, a minor mode.
37869 (orgtbl-mode-map): New variable.
37870 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
37871 (orgtbl-error, orgtbl-self-insert-command)
37872 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
37873
37874 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
37875 a local variable in each org-mode buffer.
37876
37877 * textmodes/org.el (org-set-regexps-and-options): Rename from
37878 `org-set-regexps'. Added checking for STARTUP keyword.
37879 (org-get-current-options): Add STARTUP options.
37880 (org-table-insert-row): Make mode intelligent about when
37881 realignment is needed.
37882 (org-self-insert-command, org-delete-backward-char, org-delete-char):
37883 New commands.
37884 (org-enable-table-editor): New default value `optimized'.
37885 (org-table-blank-field): Support blanking regions if active.
37886
37887 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
37888
37889 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
37890 if the year is not given.
37891
37892 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
37893 Add new escapes %m and %M, fixed bug with %F by adding
37894 save-match-data.
37895 (reftex-reference): Remove ?. from list of spaces.
37896 (reftex-label-info): Add automatic label prefix recognition.
37897
37898 * textmodes/reftex-index.el (reftex-index-next-phrase):
37899 Add slave parameter to call of `reftex-index-this-phrase'.
37900 (reftex-index-this-phrase): New optional argument.
37901 (reftex-index-region-phrases): Add slave parameter to call of
37902 `reftex-index-this-phrase'.
37903 (reftex-display-index): New argument redo.
37904 (reftex-index-rescan): Add `redo' to arguments of
37905 `reftex-display-index'.
37906 (reftex-index-Rescan, reftex-index-revert)
37907 (reftex-index-switch-index-tag): Add `redo' to arguments of
37908 `reftex-display-index'.
37909 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
37910 indexing. Fix bug with matching is there is a quote before or
37911 after the word.
37912
37913 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
37914 Fix bug when collecting citation keys in lines with comments.
37915 (reftex-citation): Prefix argument no longer rescans the document,
37916 but forces prompting for optional arguments of cite macros.
37917 (reftex-do-citation): Prompting for optional arguments implemented.
37918
37919 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
37920 Add optional arguments to most cite commands.
37921 (reftex-cite-cleanup-optional-args): New option
37922 (reftex-cite-prompt-optional-args): New option.
37923 (reftex-trust-label-prefix): New option.
37924
37925 * textmodes/reftex-toc.el (reftex-toc-find-section):
37926 Add push-mark before changing the position in the buffer.
37927
37928 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
37929 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
37930
37931 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
37932
37933 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
37934 more carefully.
37935
37936 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
37937
37938 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
37939 (sgml-mode): Use it.
37940 (sgml-get-context): Better keep track of implicitly closed tags.
37941
37942 2005-01-13 Kenichi Handa <handa@m17n.org>
37943
37944 * textmodes/ispell.el: These changes are to fix misalignment error
37945 caused by equivalent characters of different Emacs charsets.
37946 (ispell-unified-chars-table): New variable.
37947 (ispell-get-decoded-string): New function.
37948 (ispell-get-casechars, ispell-get-not-casechars)
37949 (ispell-get-otherchars): Call ispell-get-decoded-string.
37950
37951 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
37952
37953 * custom.el (custom-declare-variable): Just put symbol instead
37954 of (defvar . symbol) in `current-load-list'.
37955
37956 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
37957
37958 * emacs-lisp/elint.el: Fixed typo in Commentary section.
37959
37960 2005-01-12 Jay Belanger <belanger@truman.edu>
37961
37962 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
37963 to create a Calc summary.
37964
37965 2005-01-12 Kim F. Storm <storm@cua.dk>
37966
37967 * mouse.el (mouse-on-link-p): Change functionality and doc
37968 string to comply with latest description in lisp ref.
37969
37970 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
37971
37972 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
37973 Enable mouse clicks on mode-line, header-line and margin.
37974 (event-type): Give mouse event symbols an `event-kind' property
37975 with value `mouse-click'.
37976
37977 2005-01-12 Juri Linkov <juri@jurta.org>
37978
37979 * facemenu.el (list-colors-display): Add new arg buffer-name.
37980 Use it. Fix docstring. Replace code for identifying duplicate
37981 colors by the name with call to `list-colors-duplicates' which
37982 identifies duplicate colors by the value unless the color
37983 is one of special Windows colors. Set truncate-lines to t.
37984 Print sorted duplicate color names on each line. Indent to 22
37985 \(the longest color name in rgb.txt) instead of 20. Optimize.
37986 (list-colors-duplicates): New function.
37987 (facemenu-color-name-equal): Delete function.
37988
37989 * facemenu.el (list-colors-print): New function created from code
37990 in list-colors-display. Print #RRGGBB at the window right edge.
37991 (list-colors-display): When temp-buffer-show-function is not
37992 defined, call list-colors-print from temp-buffer-show-hook
37993 to get the right value of window-width in list-colors-print
37994 after the buffer is displayed.
37995
37996 * simple.el (pop-mark): Move deactivate-mark out of conditional
37997 part to deactivate the active mark regardless of the state of the
37998 mark ring.
37999
38000 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
38001 variables line in desktop files.
38002
38003 2005-01-12 Juri Linkov <juri@jurta.org>
38004
38005 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
38006 Bring together isearch highlight related options.
38007 (lazy-highlight): Replace group `replace' by `matching'.
38008 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
38009 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
38010 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
38011 and declare them obsolete.
38012 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
38013 (isearch-faces): Remove defgroup.
38014 (isearch-overlay, isearch-highlight, isearch-dehighlight):
38015 Move isearch highlighting code closer to lazy highlighting code.
38016
38017 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
38018 (query-replace-highlight, query-replace-lazy-highlight)
38019 (query-replace): Move definitions to the beginning of the file.
38020
38021 2005-01-11 Juri Linkov <juri@jurta.org>
38022
38023 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
38024 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
38025 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
38026
38027 * info.el (Info-history-forward): New variable.
38028 (Info-select-node): Reset Info-history-forward to nil.
38029 (Info-last): Turn into defalias.
38030 (Info-history-back): Rename from Info-last.
38031 Add current node to Info-history-forward.
38032 (Info-history-forward): New fun.
38033 (Info-mode-map): Replace Info-last by Info-history-back.
38034 Bind Info-history-forward to "r".
38035 (Info-mode-menu): Replace Info-last by Info-history-back.
38036 Fix menu item text. Add menu item for Info-history-forward.
38037 (info-tool-bar-map): Replace Info-last by Info-history-back.
38038 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
38039 for Info-history-forward.
38040 (Info-mode): Replace Info-last by Info-history-back in docstring.
38041 Add local variable Info-history-forward.
38042 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
38043
38044 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
38045
38046 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
38047 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
38048 Ignore select-window events rather than fiddle with
38049 mouse-autoselect-window.
38050
38051 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
38052
38053 * type-break.el (type-break-mode): Fix previous change.
38054
38055 2005-01-10 Jay Belanger <belanger@truman.edu>
38056
38057 * calc/calc-ext.el (calc-reset): Reset when inside embedded
38058 calculator; only reset when point is inside a calculator.
38059 Don't adjust the window height if the window takes up the whole height
38060 of the frame.
38061
38062 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
38063
38064 * ebuff-menu.el (Electric-buffer-menu-mode):
38065 Preserve value of buffer-local var header-line-format.
38066
38067 2005-01-09 Jay Belanger <belanger@truman.edu>
38068
38069 * calc/calc.el (calc-mode-var-list-restore-saved-values):
38070 Make sure settings file exists before accessing it.
38071
38072 * calc/calc-embed.el (calc-embedded-subst):
38073 Replace math-multi-subst-rec, which is only supposed to be called
38074 by math-multi-subst, by math-multi-subst.
38075
38076 2005-01-09 Andre Spiegel <spiegel@gnu.org>
38077
38078 * vc.el (vc-allow-async-revert): New user option.
38079 (vc-disable-async-diff): New internal variable.
38080 (vc-revert-buffer): Use them to disable asynchronous diff.
38081
38082 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
38083 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
38084 asynchronously if vc-disable-async-diff is t.
38085
38086 2005-01-09 Jay Belanger <belanger@truman.edu>
38087
38088 * calc/calc.el (defcalcmodevar): New macro.
38089 (calc-mode-var-list-restore-default-values)
38090 (calc-mode-var-list-restore-saved-values): New functions.
38091 (calc-mode-var-list): Use defcalcmodevar to define it.
38092 (calc-always-load-extensions, calc-line-numbering)
38093 (calc-line-breaking, calc-display-just, calc-display-origin)
38094 (calc-number-radix, calc-leading-zeros, calc-group-digits)
38095 (calc-group-char, calc-point-char, calc-frac-format)
38096 (calc-prefer-frac, calc-hms-format, calc-date-format)
38097 (calc-float-format, calc-full-float-format, calc-complex-format)
38098 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
38099 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
38100 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
38101 (calc-matrix-brackets, calc-language, calc-language-option)
38102 (calc-left-label, calc-right-label, calc-word-size)
38103 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
38104 (calc-display-raw, calc-internal-prec, calc-angle-mode)
38105 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
38106 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
38107 (calc-window-height, calc-display-trail, calc-show-selections)
38108 (calc-use-selections, calc-assoc-selections)
38109 (calc-display-working-message, calc-auto-why, calc-timing)
38110 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
38111 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
38112 (calc-gnuplot-default-device, calc-gnuplot-default-output)
38113 (calc-gnuplot-print-device, calc-gnuplot-print-output)
38114 (calc-gnuplot-geometry, calc-graph-default-resolution)
38115 (calc-graph-default-resolution-3d, calc-invocation-macro)
38116 (calc-show-banner): Use defcalcmodevar to declare them and set
38117 their default values.
38118
38119 * calc/calc-ext.el (calc-reset): Restore saved values of variables
38120 instead of default values (but restore default values if there is
38121 an argument of 0).
38122
38123 2005-01-09 David Kastrup <dak@gnu.org>
38124
38125 * desktop.el (desktop-restore-eager): Fix typo in type.
38126
38127 2005-01-08 Richard M. Stallman <rms@gnu.org>
38128
38129 * cus-edit.el (customize): Delete :link.
38130
38131 2005-01-08 Jay Belanger <belanger@truman.edu>
38132
38133 * calc/calc.el (calc-mode): Remove the extension from the
38134 `calc-settings-file' file name when loading it.
38135
38136 2005-01-08 Kim F. Storm <storm@cua.dk>
38137
38138 * info.el (Info-mode-map, Info-next-link-keymap)
38139 (Info-prev-link-keymap, Info-up-link-keymap):
38140 Map follow-link to mouse-face.
38141 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
38142
38143 2005-01-08 Jay Belanger <belanger@truman.edu>
38144
38145 * calc/calc.el (calc-settings-file): Change default value.
38146 Suggested by cgw in a comment in calc-mode.el.
38147
38148 * calc/calc-mode.el (calc-settings-file-name):
38149 Compare calc-settings-file to user-init-file instead of ~/.emacs.
38150 Replace ~/.emacs in a prompt by calc-settings-file.
38151
38152 2005-01-07 Lars Hansen <larsh@math.ku.dk>
38153
38154 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
38155 (desktop-lazy-idle-delay): New customizable variables.
38156 (desktop-buffer-args-list): New variable.
38157 (desktop-append-buffer-args): New function.
38158 (desktop-save): Call desktop-append-buffer-args for some buffers.
38159 (desktop-lazy-create-buffer): New function.
38160 (desktop-idle-create-buffers): New function.
38161 (desktop-read): Add message about buffers to restore lazily.
38162 (desktop-lazy-abort): New command.
38163 (desktop-clear): Call desktop-lazy-abort.
38164 (desktop-lazy-complete): New command.
38165
38166 2005-01-06 Richard M. Stallman <rms@gnu.org>
38167
38168 * emacs-lisp/find-func.el (find-face-definition):
38169 Rename from find-face.
38170
38171 2005-01-06 Kim F. Storm <storm@cua.dk>
38172
38173 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
38174
38175 * man.el (Man-xref-man-page, Man-xref-header-file)
38176 (Man-xref-normal-file): Add follow-link property.
38177
38178 2005-01-06 Jay Belanger <belanger@truman.edu>
38179
38180 * calc/calc-units.el: Make sure the proper macro definitions are
38181 available when compiling.
38182
38183 2005-01-06 Juri Linkov <juri@jurta.org>
38184
38185 * isearch.el (isearch-lazy-highlight-update):
38186 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
38187
38188 2005-01-06 Miles Bader <miles@gnu.org>
38189
38190 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
38191 (isearch-lazy-highlight-face): Use new name.
38192
38193 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
38194
38195 * uniquify.el (uniquify-rationalize-file-buffer-names):
38196 Re-add an interactive spec.
38197 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
38198 to the same name.
38199
38200 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
38201 (isearch-update, isearch-done): Adjust calls accordingly.
38202
38203 2005-01-05 Richard M. Stallman <rms@gnu.org>
38204
38205 * custom.el (custom-set-variables, custom-theme-set-variables):
38206 Clarify documentation.
38207
38208 * emacs-lisp/find-func.el (find-variable)
38209 (find-variable-other-window, find-variable-other-frame):
38210 Fix the TYPE args to find-function-read and find-function-do-it.
38211 (find-function): Doc fix.
38212 (find-function-at-point): Replace function-at-point alias.
38213
38214 2005-01-04 Richard M. Stallman <rms@gnu.org>
38215
38216 * cus-face.el (custom-declare-face):
38217 Record defface in current-load-list.
38218
38219 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
38220
38221 * emacs-lisp/find-func.el: Doc fixes.
38222 (find-face-regexp): New variable.
38223 (find-function-regexp-alist): New variable.
38224 (find-function-C-source): Third arg is now TYPE.
38225 (find-function-search-for-symbol): Handle general TYPE.
38226 (find-function-read, find-function-do-it): Handle general TYPE.
38227 (find-definition-noselect, find-face): New functions.
38228 (function-at-point): Alias deleted.
38229
38230 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
38231
38232 * battery.el (display-battery-mode): Rename from display-battery.
38233 Handle the case where it gets turned off.
38234
38235 2005-01-04 Richard M. Stallman <rms@gnu.org>
38236
38237 * cus-edit.el (customize): Make :link point to user doc.
38238
38239 * man.el (Man-fontify-manpage): Turn off undo generation.
38240
38241 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
38242
38243 2005-01-04 Andreas Schwab <schwab@suse.de>
38244
38245 * files.el (insert-directory): Only look for error lines in
38246 inserted text. Don't move too far after processing --dired markers.
38247
38248 2005-01-04 Richard M. Stallman <rms@gnu.org>
38249
38250 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
38251 Don't expand if the character is @, period, dash, etc.
38252 (define-mail-abbrev): Quote names that contain problem characters.
38253
38254 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
38255
38256 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
38257
38258 2005-01-03 Richard M. Stallman <rms@gnu.org>
38259
38260 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
38261 (query-replace-highlight, query-replace-lazy-highlight)
38262 (query-replace): Definitions moved up. Doc fix.
38263
38264 2005-01-03 Richard M. Stallman <rms@gnu.org>
38265
38266 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
38267 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
38268 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
38269 (lazy-highlight-face): Rename from isearch-lazy-...
38270 Change all references to them.
38271
38272 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
38273
38274 * cus-edit.el (custom-file): Doc fix for defcustom.
38275 (custom-file): The function no longer sets the variable
38276 `custom-file' to its return value.
38277
38278 * startup.el (command-line): No longer load `custom-file'.
38279
38280 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
38281
38282 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
38283
38284 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
38285 Don't confuse module-prefixed identifiers for labels.
38286 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
38287
38288 2005-01-02 Richard M. Stallman <rms@gnu.org>
38289
38290 * files.el (basic-save-buffer-1): Fix previous change.
38291
38292 * loadhist.el (file-loadhist-lookup): New function.
38293 (file-provides, file-requires): Use it.
38294
38295 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
38296 instead of calculating the right size.
38297
38298 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
38299
38300 * vc-svn.el (vc-svn-diff): Stay local if possible.
38301
38302 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
38303
38304 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
38305
38306 * files.el (hack-local-variables): Fix last change.
38307
38308 2005-01-02 Jay Belanger <belanger@truman.edu>
38309
38310 * calc/calc-yank.el (calc-edit-top): New variable.
38311 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
38312 object. Change header properties.
38313 (calc-edit-finish, calc-edit-finish-stack-object)
38314 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
38315 edited object.
38316 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
38317 for the beginning of the edited object.
38318 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
38319 for the beginning of the edited object.
38320 * calc/calc-prog.el (calc-edit-macro-finish-edit)
38321 (calc-finish-formula-edit, calc-macro-repeats)
38322 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
38323 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
38324 beginning of the edited object.
38325 (calc-user-define-edit): Change the header for editing macros.
38326 Remove unnecessary variable.
38327
38328 2005-01-01 Jay Belanger <belanger@truman.edu>
38329
38330 * calc/calc-yank.el (calc-edit-mode): Change default header.
38331 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
38332 * calc/calc-store.el (calc-edit-variable): Change title to match new
38333 header.
38334 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
38335 mode to match new header.
38336 (calc-user-define-edit): Change titles to include names of commands.
38337 (calc-finish-formula-edit): Adjust to handle new header.
38338 (calc-finish-macro-edit): Remove.
38339 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
38340 (calc-edit-macro-command, calc-edit-macro-command-type)
38341 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
38342 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
38343 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
38344 (calc-edit-macro-finish-edit): New functions.
38345 (calc-user-define-edit): Use new functions to edit named calc macros.
38346
38347 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
38348
38349 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
38350
38351 * ses.el (copy-region-as-kill): Deactivate mark.
38352
38353 2005-01-01 Richard M. Stallman <rms@gnu.org>
38354
38355 * replace.el (occur-1): If the output buffer is also an input,
38356 don't kill it, rename it.
38357
38358 * faces.el (set-face-background, set-face-foreground): Doc fix.
38359
38360 * cus-face.el (custom-face-attributes): Fix :help-echo strings
38361 for :foreground and :background.
38362
38363 * dired.el (dired-view-command-alist): Variable deleted.
38364 (dired-view-file, dired-mouse-find-file-other-window):
38365 Delete the code to use it.
38366
38367 2005-01-01 Kim F. Storm <storm@cua.dk>
38368
38369 * image.el (insert-sliced-image): Use t for line-height property.
38370
38371 See ChangeLog.11 for earlier changes.
38372
38373 ;; Local Variables:
38374 ;; coding: iso-2022-7bit
38375 ;; add-log-time-zone-rule: t
38376 ;; End:
38377
38378 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
38379
38380 This file is part of GNU Emacs.
38381
38382 GNU Emacs is free software; you can redistribute it and/or modify
38383 it under the terms of the GNU General Public License as published by
38384 the Free Software Foundation; either version 3, or (at your option)
38385 any later version.
38386
38387 GNU Emacs is distributed in the hope that it will be useful,
38388 but WITHOUT ANY WARRANTY; without even the implied warranty of
38389 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38390 GNU General Public License for more details.
38391
38392 You should have received a copy of the GNU General Public License
38393 along with GNU Emacs; see the file COPYING. If not, write to the
38394 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
38395 Boston, MA 02110-1301, USA.
38396
38397 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1