1 2008-06-21 Alan Mackenzie <acm@muc.de>
3 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
4 infinite loop on invalid syntax.
6 2008-06-11 Michael Albinus <michael.albinus@gmx.de>
8 * net/tramp.el (tramp-make-temp-file): Backport from Tramp 2.1.
10 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
12 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
14 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16 * tar-mode.el (tar-header-block-summarize): Ensure one space around
19 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
21 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
22 Use diary-ordinal-suffix.
24 2008-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
26 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
28 2008-05-24 Alan Mackenzie <acm@muc.de>
30 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
31 if c-file-style is set to a non-string
33 (c-neutralize-CPP-line): Surround by `save-excursion'.
34 (c-neutralize-syntax-in-CPP): Optimize for speed.
36 2008-05-18 David Hull <david@snap.com> (tiny change)
38 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
40 2008-05-18 mohrmarc <debian@miller-mohr.de> (tiny change)
42 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add keywords for
43 logic operators .eqv. and .neqv.
45 2008-05-17 David Hull <david@snap.com> (tiny change)
47 * vc-hg.el (vc-hg-annotate-command): Allow white space before
50 2008-05-12 Simon Marshall <simon@gnu.org>
52 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
53 from its default value and give it the risky-local-variable
54 property (CVE-2008-2142).
56 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
58 * smerge-mode.el (smerge-command-prefix): Fix custom type.
60 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
62 * textmodes/org.el (org-read-date-get-relative): Interpret lone
63 weekday abbreviation as relative to today.
65 2008-05-01 Nick Roberts <nickrob@snap.net.nz>
67 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
68 Don't throw error if no file is found.
70 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
72 * net/tramp.el (tramp-replace-environment-variables): Remove it.
73 There is a more simple solution.
74 (tramp-file-name-handler): Apply `substitute-in-file-name' w/o
75 Tramp file name handlers.
77 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
79 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
80 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
81 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
82 (gdb-assembler-custom): Be careful not to match other addresses.
84 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
86 * net/tramp.el (tramp-replace-environment-variables): New defun.
87 (tramp-file-name-handler): Use it.
89 2008-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
91 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
92 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
93 (diff-sanity-check-hunk): Adjust code accordingly.
95 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
97 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
99 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
101 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
102 (gdb-set-gud-minor-mode-existing-buffers)
103 (gdb-info-breakpoints-custom, gdb-get-location)
104 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
105 Previously gdb-create-define-alist wasn't always run and added to
108 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
110 2008-04-12 Kevin Ryde <user42@zip.com.au>
112 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
113 comments like unindented ones.
115 2008-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
117 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
120 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
122 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
124 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
126 * woman.el (woman2-TH): Use string-equal instead of string-match.
128 2008-04-11 Kevin Ryde <user42@zip.com.au>
130 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
131 Bind print-level to ensure output forms aren't truncated if
132 print-level is set to eval-expression-print-level when going via
133 eval-defun and friends, or has been otherwise fiddled with.
135 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
137 * net/tramp.el (tramp-find-file-name-coding-system-alist):
139 (tramp-handle-insert-file-contents, tramp-handle-write-region):
142 * net/trampver.el: Update release number.
144 2008-04-09 Alan Mackenzie <acm@muc.de>
146 * font-lock.el (font-lock-extend-after-change-region-function):
147 Make it buffer local.
149 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
151 * progmodes/cc-mode.el (c-basic-common-init): Don't set
152 font-lock-extend-after-change-region-function globally.
154 2008-04-08 Carsten Dominik <dominik@science.uva.nl>
156 * textmodes/org-export-latex.el: New file.
158 * textmodes/org-irc.el: New file.
160 * textmodes/org-mac-message.el: New file.
162 * textmodes/org-publish.el: New file.
164 * textmodes/org.el (org-agenda-collect-markers)
165 (org-create-marker-find-array)
166 (org-check-agenda-marker-table, org-extract-log-state-settings)
167 (org-nofm-to-completion, org-refile-goto-last-stored)
168 (org-export-html-convert-special-strings, org-first-list-item-p)
169 (org-imenu-new-marker, org-imenu-get-tree)
170 (org-speedbar-set-agenda-restriction)
171 (org-agenda-set-restriction-lock)
172 (org-agenda-remove-restriction-lock)
173 (org-agenda-maybe-redo, org-compute-latex-and-specials-regexp)
174 (org-do-latex-and-special-faces, org-read-date-display)
175 (org-select-remember-template, org-agenda-copy-local-variable)
176 (org-read-date-get-relative, org-columns-cleanup-item)
177 (org-find-entry-with-id)
178 (org-insert-columns-dblock, org-listtable-to-string)
179 (org-dblock-write:columnview, org-columns-capture-view)
180 (org-edit-headline, org-parse-local-options)
181 (org-in-clocktable-p, org-property-or-variable-value)
182 (org-get-tags-string, org-up-heading-safe)
183 (org-fast-todo-selection, org-get-wdays)
184 (org-switch-to-buffer-other-window, org-agenda-deadline-face)
185 (org-add-link-type, org-columns-content, org-columns-widen)
186 (org-columns-next-allowed-value, org-columns-edit-allowed)
187 (org-columns-store-format)
188 (org-columns-uncompile-format, org-columns-redo)
189 (org-columns-edit-attributes, org-delete-property)
190 (org-set-property, org-columns-update, org-columns-compute)
192 (org-columns-not-in-agenda, org-columns-compute-all)
193 (org-property-next-allowed-value)
194 (org-columns-compile-format, org-fill-paragraph-experimental)
195 (org-string-to-number, org-property-action, org-columns-move-left)
197 (org-column-number-to-string, org-property-previous-allowed-value)
198 (org-at-property-p, org-columns-delete)
199 (org-columns-previous-allowed-value)
200 (org-columns-move-right, org-columns-narrow)
201 (org-property-get-allowed-values)
202 (org-verify-version, org-column-string-to-number)
203 (org-delete-property-globally)
204 (org-get-property-block, org-entry-properties, org-entry-get)
205 (org-entry-delete, org-entry-get-with-inheritance)
206 (org-entry-put, org-buffer-property-keys, org-new-column-overlay)
207 (org-overlay-columns)
208 (org-overlay-columns-title, org-remove-column-overlays)
209 (org-column-show-value, org-column-quit, org-column-edit)
210 (org-cached-entry-get, org-table-put-field-property)
211 (org-get-columns-autowidth-alist, turn-on-orgstruct)
212 (orgstruct-error, orgstruct-setup)
213 (orgstruct-make-binding, org-context-p, org-get-local-variables)
214 (org-run-like-in-org-mode)
215 (org-make-link-regexps, org-remove-keyword-keys)
216 (org-get-todo-face, org-export-get-title-from-subtree)
217 (org-assign-fast-keys, org-get-min-level)
218 (org-get-wdays, org-clock-find-position)
219 (org-clock-goto, org-fontify-priorities)
220 (org-get-date-from-calendar)
221 (org-entry-add-to-multivalued-property)
222 (org-entry-remove-from-multivalued-property)
223 (org-entry-member-in-multivalued-property)
224 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state)
225 (org-agenda-get-restriction-and-command)
226 (org-open-link-from-string, org-columns-open-link)
227 (org-go-to-remember-target, org-remember-insinuate)
228 (org-icalendar-cleanup-string, org-first-sibling-p)
229 (org-back-over-empty-lines, org-skip-whitespace)
230 (org-goto-local-auto-isearch)
231 (org-clocktable-steps, org-refile-get-location)
232 (org-kill-line, org-remove-timestamp-with-keyword)
233 (org-local-logging): New functions.
234 (org-agenda-marker-table, org-log-note-how)
235 (org-goto-local-auto-isearch-map)
236 (org-last-remember-storage-locations)
237 (org-imenu-markers, org-agenda-restriction-lock-overlay)
238 (org-speedbar-restriction-lock-overlay)
239 (org-massive-special-regexp)
240 (org-verbatim-re, org-read-date-display-live)
241 (org-agenda-file-regexp, org-complex-heading-regexp)
242 (org-completion-fallback-command, org-todo-log-states)
243 (org-goto-exit-command, org-goto-selected-point)
244 (org-todo-key-alist, org-todo-key-trigger, org-agenda-remove-date)
245 (org-agenda-after-show-hook, org-agenda-skip-unavailable-files)
246 (org-fast-tag-selection-can-set-todo-state, org-local-properties)
247 (org-store-link-functions, org-columns-top-level-marker)
248 (orgstruct-mode-map, org-entry-property-inherited-from)
249 (org-column-overlays, org-current-columns-fmt)
250 (org-current-columns-maxwidths, org-column-map)
251 (org-cached-props): New variables.
252 (org-special-ctrl-k, org-goto-auto-isearch)
253 (org-agenda-todo-keyword-format)
254 (org-remember-use-refile-when-interactive)
255 (org-imenu-depth, org-highlight-latex-fragments-and-specials)
256 (org-agenda-skip-scheduled-if-done, org-extend-today-until)
257 (org-agenda-window-frame-fractions, org-fontify-priorities)
258 (org-agenda-deadline-leaders, org-use-property-inheritance)
259 (org-clock-into-drawer, org-agenda-compact-blocks)
260 (org-use-fast-todo-selection, org-fast-tag-selection-include-todo)
261 (org-edit-timestamp-down-means-later, org-todo-keyword-faces)
262 (org-agenda-deadline-faces, org-remember-store-without-prompt)
263 (org-default-columns-format)
264 (org-agenda-default-appointment-duration)
265 (org-export-with-footnotes, org-clock-out-when-done)
266 (org-global-properties, org-todo-keyword-faces)
267 (org-archive-save-context-info)
268 (org-edit-timestamp-down-means-later)
269 (org-scheduled-past-days, org-export-with-drawers)
270 (org-read-date-prefer-future, org-hide-emphasis-markers)
271 (org-clock-heading-function, org-clock-in-switch-to-state)
272 (org-export-with-special-strings): New options.
273 (org-link-store, org-link-follow, org-latex)
274 (org-remember-templates, org-time-stamp-rounding-minutes)
275 (org-back-over-empty-lines, org-find-base-buffer-visiting)
276 (org-columns-new): Fix typos in docstrings.
277 (org-ctrl-c-star): Implement a missing branch in the decision tree.
278 (org-select-remember-template): Clean the code.
279 (org-prepare-dblock): Add the extra :content parameter.
280 (org-write-agenda): New output type ".ics" files.
281 (org-write-agenda): Call `org-icalendar-verify-function', both for
282 time stamps and for TODO entries.
283 (org-export-as-html): Revert the change that killed the html
284 buffer. Side effects first need to be studied carefully.
285 (org-get-tags-at): Fix the structure of the condition-case statement.
286 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
287 (org-timestamp-change): Fix regulear expressions to swallow the
288 extra character for repeat-shift control.
289 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
290 (org-get-legal-level): Alias to `org-get-valid-level'.
291 (org-dblock-write:clocktable): Add a :link parameter, linking
292 headlines to their location in the Org agenda files.
293 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
294 throwing an error when getting tags before headlines.
295 (org-timestamp-change, org-modify-ts-extra)
296 (org-ts-regexp1): Fix timestamp editing.
297 (org-agenda-custom-commands-local-options): New constant.
298 (org-agenda-custom-commands):
299 Use `org-agenda-custom-commands-local-options' to improve customize
300 type. "htmlize": Removed hack to fix face problem with htmlize,
301 it no longer seem necessary.
302 (org-follow-link-hook): New hook.
303 (org-agenda-custom-commands): Add "Component" as a tag for each
304 item in a command serie.
305 (org-open-at-point): Run `org-follow-link-hook'.
306 (org-agenda-schedule): Bugfix: don't display marker type when it
308 (org-store-link): org-irc required.
309 (org-set-regexps-and-options): Parse the new logging options.
310 (org-todo): Handle the new ways of recording state change stuff.
311 (org-columns-open-link): Fix bug with opening link in column view.
312 (org-todo): Make sure that LOGGING properties are honoured.
313 (org-todo-keywords): Improve docstring.
314 (org-startup-options): Cleanup startup options.
315 (org-set-regexps-and-options): Process the "!" markers.
316 (org-todo): Respect the new logging stuff.
317 (org-add-log-maybe): New parameter HOW that defines how logging
318 should be done and also overrides PURPOSE. Add a docstring.
319 (org-add-log-note): Check if we really need to ask for a note.
320 (org-get-current-options): Digest the new keyword.
321 (org-agenda-reset-markers): Rename from
322 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
323 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
324 function, without force argument.
325 (org-buffer-property-keys): Bind local variables s and p.
326 (org-make-tags-matcher): Allow "" to match an empty or
327 non-existent property value.
328 (org-export-as-html): Join unsorted lists when they directly
329 follow each other. Such lists may be created by headlines that
330 are converted to lists.
331 (org-export-as-html): Use :html-extension instead of
332 org-export-html-extension.
333 (org-store-link): Support for links from `rmail-summary-mode'.
334 (org-columns-new, org-complete, org-set-property): Set the
335 `include-columns' argument in the call to `org-buffer-property-keys'.
336 (org-buffer-property-keys): New argument `include-columns', to
337 include properties expected by any of the COLUMS formats in the
339 (org-cleaned-string-for-export): Get rid of drawers first, so that
340 they will be removed also in the text before the first headline.
341 (org-clock-report): Show the clocktable when found.
342 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
343 (org-version): With prefix argument, insert `org-version' at point.
344 (org-agenda-goto): Recenter the window after finding the target
345 location, to make sure the correct position will be displayed.
346 (org-agenda-get-deadlines): Don't scale priority with the warning
348 (org-insert-heading): Don't break line in the middle of the line.
349 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
351 (org-update-checkbox-count): Revamp to deal with hierarchical
352 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
353 (org-schedule, org-deadline): Use `org-remove-timestamp-with-keyword'
354 to make sure all such time stamps are removed.
355 (org-mode): Support for `align'.
356 (org-agenda-get-deadlines): Make sure priorities increase as the
357 due date approaches and is passed.
358 (org-remember-apply-template): Fix problem with tags that contain
360 (org-make-link-regexps): Improve the regular expression for plain
362 (org-agenda-get-closed): List each clocking entry.
363 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
364 (org-archive-all-done): Fix incorrect number of stars in regexp.
365 (org-global-tags-completion-table): Add the value of org-tag-alist
366 in each buffer, to make sure that also unused tags will be
367 available for completion.
368 (org-columns-edit-value)
369 (org-columns-next-allowed-value): Only update if not in agenda.
370 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
371 (org-archive-subtree): Add the outline tree context as a property.
372 (org-closest-date): New optional argument `prefer'.
373 (org-goto-map, org-get-location): Implement auto-isearch.
374 (org-goto-local-search-forward-headings)
375 (org-get-entries-from-diary): Require diary-lib.
376 (org-agenda-sunrise-sunset): Require solar.
377 (org-export-html-style): Doc fix.
378 (org-get-legal-level): New obsolete alias.
379 (org-get-valid-level): Rename from `org-get-legal-level'.
380 (org-promote, org-demote, org-archive-subtree)
381 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
382 (org-info): Use info rather than Info-goto-node.
383 (org-entry-properties): Let-bind `clocksum'.
384 (org-unmodified, org-cycle-emulate-tab)
385 (org-descriptive-links, org-link-file-path-type)
386 (org-remember-use-refile-when-interactive)
387 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
388 (org-export-ascii-bullets, org-agenda-deadline-faces)
389 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
390 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
391 (org-kill-note-or-show-branches): Fix typos in docstrings.
392 (org-html-do-expand): `org-export-html-convert-special-strings'
393 added to the list of conversion.
394 (org-infile-export-plist, org-get-current-options): Add support
395 for "-" in the #+OPTION line to let user switch on/off special
397 (org-export-plist-vars): New :html-table-tag property.
398 (org-export-as-html, org-format-org-table-html)
399 (org-format-table-table-html) Use the :html-table-tag property
400 instead of the `org-export-html-table-tag' global value.
401 (org-additional-option-like-keywords): Add "TBLFM".
402 (org-entry-properties): Include the CLOCKSUM special property.
403 (org-columns-edit-value): Do not allow to edit the special
405 (org-flag-drawer): Use the original value of `outline-regexp'.
406 (org-remember-handler): Add invisible-ok flag to call to
407 `org-end-of-subtree'.
408 (org-agenda-highlight-todo): Respect `org-agenda-todo-keyword-format'.
409 (org-infile-export-plist): No restriction while searching for
411 (org-remember-handler): Remove comments at the end of the buffer.
412 (org-table-sort-lines): Make sure sorting works on link
413 descritions only, and ignores the link.
414 (org-sort-entries-or-items): Make sure the end of the subtree is
416 (org-refile-use-outline-path): New allowed values `file' and
418 (org-get-refile-targets): Respect new values for
419 `org-refile-use-outline-path'.
420 (org-agenda-get-restriction-and-command): DEL goes back to initial
422 (org-export-as-xoxo): Restore point when done.
423 (org-open-file): Allow multiple %s in command.
424 (org-get-refile-targets): Interpret the new maxlevel setting.
425 (org-refile-targets): New option `:maxlevel'.
426 (org-copy-subtree): Include empty lines before but not after subtree.
427 (org-move-item-down, org-move-item-up): Include empty lines before
429 (org-remember-apply-template): Defaults, completions and history
430 for template prompts. Also, interpret new `%!' escape.
431 (org-context-choices): New constant.
432 (org-bound-and-true-p): New macro.
433 (org-agenda-restriction-lock): New face.
434 (org-open-at-point): Remove obsolete way to do redirection in
436 (org-imenu-and-speedbar): New customization group.
437 (org-entry-properties): Return keyword-less time strings.
438 (org-clock-in): Use `org-clock-heading-function'.
439 (org-calendar-holiday): Try to use `calendar-check-holidays'
440 instead of the obsolete `check-calendar-holidays'.
441 (org-export-html-special-string-regexps): New constant.
442 (org-latex-and-export-specials): New face.
443 (org-link-escape-chars): Use characters instead of strings.
444 (org-link-escape-chars-browser, org-link-escape)
445 (org-link-unescape): Use characters instead of strings.
446 (org-export-html-convert-sub-super, org-html-do-expand): Check for
448 (org-emphasis-alist): Additional `verbatim' flag.
449 (org-set-emph-re): Handle the verbatim flag and compute
451 (org-cleaned-string-for-export): Protect verbatim elements.
452 (org-additional-option-like-keywords): Add new keywords.
453 (org-get-entry): Rename from `org-get-cleaned-entry'.
454 (org-agenda-get-scheduled, org-agenda-get-blocks):
455 Use `org-agenda-skip-scheduled-if-done'.
456 (org-prepare-agenda-buffers): Allow buffers as arguments.
457 (org-entry-properties): Add CATEGORY as a special property.
458 (org-use-property-inheritance): Allow a list of properties as a value.
459 (org-eval-in-calendar): No longer update the prompt.
460 (org-read-date-popup-calendar): Rename from
461 `org-popup-calendar-for-date-prompt'.
462 (org-remember-apply-template): Define `remember-finalize' if it is
464 (org-read-date): Respect the setting of
465 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
466 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
468 (org-remember-apply-template): Use `remember-finalize' instead of
470 (org-columns-compute, org-column-number-to-string)
471 (org-columns-uncompile-format, org-columns-compile-format)
472 (org-columns-compile-format): Handle printf format specifier.
473 (org-columns-new, org-column-number-to-string)
474 (org-columns-uncompile-format, org-columns-compile-format):
475 Support for new currency summary type.
476 (org-tree-to-indirect-buffer): Do not kill old buffer when
477 `org-indirect-buffer-display' is `new-frame'.
478 (org-indirect-buffer-display): Document that `new-frame' leads to
479 indiret buffer proliferation.
480 (org-agenda-list): Use `org-extend-today-until'.
481 (org-format-org-table-html): Use lower-case for <col> tag.
482 (org-agenda-execute): New command.
483 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
484 (org-remember-apply-template): Use `org-select-remember-template'.
485 (org-region-active-p): Use `use-region-p'.
486 (org-cycle-hide-archived-subtrees)
487 (org-table-rotate-recalc-marks, org-mark-ring-push)
488 (org-follow-info-link, org-mhe-get-message-folder-from-index)
489 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
490 (org-evaluate-time-range, org-edit-agenda-file-list):
492 (org-calendar-holiday): Use calendar-check-holidays instead of the
493 obsolete check-calendar-holidays.
494 (org-table-formula-substitute-names): Remove forgotten temporary
496 (org-agenda-get-restriction-and-command): Use `mapc' instead of
498 (org-agenda-list): Numeric prefix argument can specify the number
500 (remember-register, remember-buffer): Prevent byte compiler from
502 (org-todo): Save and restore match data.
503 (org-no-warnings): New macro.
504 (org-columns-eval): Use `org-no-warnings'.
505 (org-version): Change to 5.13e.
506 (org-agenda-file-regexp): Fix typo in docstring.
507 (org-add-planning-info): Fix bug in parenthesis settings.
508 (org-scan-tags): Catch the case of indirect buffers with no filename.
509 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
510 Re-install switch to mapc, had been removed by accident.
511 (org-columns-map): New binding `C-c C-o'.
512 (org-columns-menu): Change menu text and added new entry.
513 (org-columns-eval): Document the use of `next-line'.
514 (org-columns-follow-link): Remove function.
515 (org-read-date-get-relative): Fix typo in docstring.
516 (org-read-date-get-relative): Leading +/- is not optional.
517 (org-agenda-get-restriction-and-command): Always resize window on
519 (org-agenda-open-link): Make sure the link abbreviations are
520 present in the agenda buffer.
521 (org-agenda-files): Allow directories in the variable.
522 (org-agenda): Use `org-agenda-get-restriction-and-command'.
523 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
524 (org-remember-apply-template): Catch C-g and make sure window
525 configuration is restored.
526 (org-agenda-open-link): Make it work with several links in the line.
527 (org-drawers, org-set-regexps-and-options)
528 (org-get-current-options): Add support for a DRAWERS in-buffer option.
529 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
530 (org-agenda-to-appt): Require calendar.
531 (org-entry-get-with-inheritance): Widen for search.
532 (org-columns-display-here): Don't mark buffer as modified when
533 adding space characters to accomodate column overlays.
534 (org-export-as-html): Better formatting of tags in the toc.
535 (org-columns-display-here): Make the ITEM column as compact as
537 (org-remember-templates): Customization interface improved.
538 (org-export-with-property-drawer): Variable removed.
539 (org-sort-entries): Rewrite using `sort-subr'.
540 (org-set-property): More appropriate completion during interactive use.
541 (org-sort-entries): Allow sorting by property.
542 (org-additional-option-like-keywords): Add more values.
543 (org-sort-entries-or-items): Rename from `org-sort-entries'.
544 (org-at-timestamp-p, org-timestamp-change)
545 (org-remember-templates): First element of each entry is now a
546 name for the template.
547 (org-store-log-note): Check for `org-note-abort'.
548 (org-kill-note-or-show-branches): New command.
549 (org-cut-subtree, org-copy-subtree): New argument N to act on N
551 (org-paste-subtree): Fix the level at which a tree is pasted.
552 (org-fit-agenda-window): Limitations on window size removed.
553 (org-agenda-find-same-or-today-or-agenda): Rename from
554 `org-agenda-find-today-or-agenda'.
555 (org-agenda-scheduled-leaders)
556 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
557 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
558 (org-export-with-tags, org-export-plist-vars)
559 (org-infile-export-plist): New "tags" option.
560 (org-cached-entry-get): Use `org-use-property-inheritance'.
561 (org-remember-apply-template): Fix typo.
562 (org-additional-option-like-keywords): New constant.
563 (org-complete): Use `org-additional-option-like-keywords'.
564 (org-clock-report): Only update the table at point, or insert a
566 (org-open-file): Use `start-process-shell-command' instead of
567 `shell-command' with an ampersand.
568 (org-deadline, org-schedule): New argument REMOVE to remove the
570 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
571 argument to `org-schedule' and `org-deadline'.
572 (org-trim): Use the correct expressions for beginning and end of
574 (org-get-cleaned-entry): Trim the string before returning it.
575 (org-agenda-tags-column): Rename from
576 `org-agenda-align-tags-to-column'.
577 (org-agenda-align-tags): Allow negative values for
578 `org-agenda-tags-column'.
579 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
580 (org-agenda-to-appt): New optional argument FILTER.
581 (org-complete): Use `org-completion-fallback-command'.
582 (org-find-base-buffer-visiting): Catch the case that there is no
583 buffer visiting the file.
584 (org-todo): Use `org-property-or-variable-value'
585 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
586 (org-agenda-schedule, org-agenda-deadline):
587 Call `org-agenda-show-new-time'.
588 (org-agenda-show-new-time): New argument PREFIX.
589 (org-colgroup-info-to-vline-list): Fix but that cause a shift in
591 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
592 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
593 (org-indent-item): No arg in call to `org-fix-bullet-type'.
594 (org-fix-bullet-type): Remove argument.
595 (org-read-date): Check for am/pm twice, to catch the end time.
596 (org-goto-map): Use `suppress-keymap'.
597 (org-remember-apply-template): Respect the dynamically scoped
599 (org-kill-is-subtree-p): Use `org-outline-regexp'.
600 (org-outline-regexp): New constant.
601 (org-remember-handler): Throw error when the target file is not in
603 (org-cleaned-string-for-export): No longer call
604 `org-export-latex-cleaned-string' with an argument.
605 (org-get-tags): Returns now a list, not a string.
606 (org-archive-subtree): No need to split return of `org-get-tags'.
607 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
608 instead of `org-get-tags'.
609 (org-agenda-format-date): Rename from `org-agenda-date-format'.
610 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
611 (org-compatible-face): New argument INHERITS. Inherit from this
613 (org-level-1, org-level-2, org-level-3, org-level-4)
614 (org-level-5, org-level-6, org-level-7, org-level-8)
615 (org-special-keyword, org-drawer, org-column, org-warning)
616 (org-archived, org-todo, org-done, org-headline-done, org-table)
617 (org-formula, org-code, org-agenda-structure)
618 (org-scheduled-today, org-scheduled-previously)
619 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
621 (org-get-heading): New argument NO-TAGS.
622 (org-fast-tag-selection-include-todo): Made defvar instead of
623 defcustom, feature is not deprecated.
624 (org-remember-store-without-prompt): New default value t.
625 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
626 Compute the log states.
627 (org-goto-map): More commands copied from global map. Also bind
629 (org-goto): Made into a general lookup command.
630 (org-get-location): Complete rewrite.
631 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
632 Set the new variables.
633 (org-paste-subtree): Whitespace insertion strategy revised.
634 (org-remember-apply-template): Protect v-A from the possibility
635 that v-a might be nil.
636 (org-remember-handler): Insertion rules revised.
637 (org-todo): Respect org-todo-log-states.
638 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
639 (org-confirm-shell-link-function)
640 (org-confirm-elisp-link-function): Doc fixes.
641 (org-re): Also replace the :alpha: class.
642 (org-todo-tag-alist): Variable removed.
643 (org-log-done): Docstring fixed.
644 (org-deadline-warning-days): New default value 14.
645 (org-tag-alist): Docstring fixed.
646 (org-export-language-setup): New languages added.
647 (org-set-regexps-and-options): Compute the new variables.
648 (org-paste-subtree): Cleaning up.
649 (org-remember-apply-template): New escape %A.
650 (org-todo): Call fast TODO selection.
651 (org-add-log-note): Allow prefix for abort exit.
652 (org-at-property-p, org-entry-properties)
653 (org-columns-get-autowidth-alist): Use :alpha: class.
654 (org-agenda-get-deadlines): Use `org-get-wdays'.
655 (org-agenda-get-deadlines): Reverse ee before returning.
656 (org-format-agenda-item): New argument REMOVE-RE.
657 (org-agenda-convert-date): Baha'i calendar added.
658 (org-infile-export-plist): Also find DATE line.
659 (org-export-as-html, org-export-as-ascii): Use the date format.
660 (org-shiftup, org-shiftdown): Use.
661 `org-edit-timestamp-down-means-later'.
662 (org-columns-compile-format)
663 (org-columns-get-autowidth-alist, org-buffer-property-keys)
664 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
666 (org-export-visible): Fix drawers before export.
667 (org-do-sort): Allow sorting by priority.
668 (org-agenda-files): Ignore non-existing files.
669 (org-ellipsis): All a face as value.
670 (org-mode): Interprete the face value of `org-ellipsis'.
671 (org-archive-subtree): Store context info in archived entry.
672 (org-fast-tag-selection): Allow setting TODO states through this
674 (org-cycle): Docstring updated.
675 (org-set-font-lock-defaults, org-agenda-highlight-todo):
676 Use `org-get-todo-face'.
677 (org-table-edit-field, org-table-show-reference)
678 (org-table-edit-formulas, org-add-log-note)
679 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
680 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
681 `switch-to-buffer-other-window' to make sure that the temporary
682 windows show up on the current frame.
683 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
684 (org-get-entries-from-diary, org-replace-region-by-html):
685 Don't allow pop-up frames.
686 (org-agenda-get-deadlines, org-agenda-get-scheduled): Fix problems
688 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
689 with listing items that are DONE.
690 (org-change-tag-in-region): New command.
691 (org-agenda-skip-scheduled-if-done)
692 (org-agenda-skip-deadline-if-done): Docstring clarified.
693 (org-mode): Hide drawers on startup.
694 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
695 (org-agenda-skip): Allow a form for `org-agenda-skip-function'.
696 (org-agenda-redo): Re-use local settings.
697 (org-agenda): Store local settings.
698 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
699 entries on their due date.
700 (org-agenda-get-timestamps): No longer handle the due dates of
701 schedules and deadline items.
702 (org-insert-link-global, org-open-at-point-global): New commands.
703 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
704 :for-ascii parameter.
705 (org-skip-comments): Function removed.
706 (org-cleaned-string-for-export): Handle special table lines.
707 (org-entry-get-with-inheritance): Check global properties.
708 (org-set-regexps-and-options): Find the #+PROPERTY line.
709 (org-link-types): Change type into variable (was constant).
710 (org-link-re-with-space, org-link-re-with-space2)
711 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
712 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
713 these regular expressions happens now in the function
714 `org-make-link-regexps'.
715 (org-store-link): Call the functions in
716 `org-store-link-functions'.
717 (org-activate-tags): Force matches to be in headlines.
718 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
719 (org-columns-display-here): Make sure this works in a narrowed
720 buffer by checking for point-min.
721 (org-columns-display-here): Make the rest of the line intangible,
722 so that point never can be there.
723 (org-cleaned-string-for-export): Use `with-current-buffer'.
724 (org-replace-region-by-html): Use `with-current-buffer'.
725 (org-unfontify-region, org-do-occur, org-columns-display-here)
726 (org-columns-remove-overlays, org-columns-quit)
727 (org-columns-edit-value, org-columns-next-allowed-value)
728 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
729 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
730 (org-agenda-todo, org-agenda-change-all-lines)
731 (org-agenda-align-tags, org-agenda-priority)
732 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
733 (org-agenda-show-new-time, org-cleaned-string-for-export)
734 (org-export-grab-title-from-buffer)
735 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
736 instead of `buffer-read-only'.
737 (org-export-as-html): Set `coding-system-for-write'.
738 (org-archive-subtree): Fix bug with modifying TODO keyword.
739 (org-beginning-of-line): Also treat C-a special in items.
740 (org-table-convert-refs-to-rc): Fix problem with column
741 reference after "..".
742 (org-columns-compute): Don't mark buffer modified because of text
744 (org-batch-store-agenda-views): Use the variable
745 `default-directory', not the function.
746 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
747 (org-html-entities): Add HTML entities for smileys.
748 (org-end-of-line): Move to end of line if in headline without tags.
749 (org-agenda-day-view, org-agenda-week-view): Remember span as default.
750 (org-columns-edit-value): Rename from `org-column-edit'.
751 (org-columns-display-here-title): Rename from
752 `org-overlay-columns-title'.
753 (org-columns-remove-overlays): Rename from
754 org-remove-column-overlays.
755 (org-columns-get-autowidth-alist): Rename from
756 `org-get-columns-autowidth-alist'.
757 (org-columns-display-here): Rename from `org-overlay-columns'.
758 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
759 (org-columns-quit): Rename from `org-column-quit'.
760 (org-columns-show-value): Rename from `org-column-show-value'.
761 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
762 (org-columns-overlays): Rename from `org-column-overlays'.
763 (org-columns-map): Rename from `org-column-map'.
764 (org-columns-current-maxwidths): Rename from
765 `org-current-columns-maxwidths'.
766 (org-columns-begin-marker, org-columns-current-fmt-compiled)
767 (org-previous-header-line-format)
768 (org-columns-inhibit-recalculation)
769 (org-columns-default-format): Rename from
770 `org-default-columns-format'.
771 (org-property-re): New constant.
772 (orgstruct-mode): New minor mode.
773 (org-cycle-list-bullet): New command.
774 (org-special-properties, org-property-start-re)
775 (org-property-end-re): New constants.
776 (org-with-point-at): New macro.
777 (org-insert-property-drawer): New command.
778 (org-column): New face.
779 (org-column-menu): New menu.
780 (org-columns, org-agenda-columns): New commands.
781 (org-properties): New customize group.
782 (org-priority): Realign tags after changing priority.
783 (org-preserve-lc): New macro.
784 (org-update-checkbox-count): Catch case when there is no headline.
785 (org-agenda-quit): Remove any column overlays.
786 (org-beginning-of-item-list): Fix bug when non-item line is
788 (org-make-tags-matcher): Handle property matches.
789 (org-table-recalculate): Swap evaluation order: Field formula
790 first, then column formulas, but don't allow them to overwrite the
792 (org-table-eval-formula): New argument untouchable.
793 (org-export-as-html): Fix replacement bug for XEmacs.
795 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
797 * dired.el (dired-dnd-handle-local-file):
798 Obey dired-backup-overwrite for copy, move, and link operations.
800 * dired-aux.el (dired-overwrite-confirmed): Undo last change.
802 2008-04-06 Alan Mackenzie <acm@muc.de>
804 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
805 typo in the doc string.
807 * progmodes/cc-mode.el (c-extend-after-change-region):
808 New function, used in font-lock-extend-after-change-region-function,
809 thus superseding advice on the Font Lock after change functions.
811 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
813 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
815 2008-04-04 Stephen Berman <Stephen.Berman@gmx.net>
817 * newcomment.el (comment-enter-backward): Be careful to restore
818 position changed during narrowing.
820 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
822 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
823 Fix in disassembly buffer (regression in 22.2).
825 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
827 * shell.el (shell-dynamic-complete-filename): New fun.
828 (shell-dynamic-complete-functions): Use it.
830 2008-04-02 Alan Mackenzie <acm@muc.de>
832 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
833 New optimised functions to get the name of the current defun/macro.
835 * add-log.el (add-log-current-defun): Move the functionality which
836 gets the current function name for C like modes to cc-cmds.el,
837 thus optimising for speed.
839 2008-04-02 Eli Zaretskii <eliz@gnu.org>
841 * ps-print.el (ps-generate-postscript-with-faces): If the face
842 specified by the overlay's `face' property is a string, assume
843 it's a string name and intern it to get the face symbol.
845 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
847 * find-dired.el (find-dired-filter): Fix last patch to handle
848 multi-line process input. Pad link numbers too.
850 2008-04-01 Jari Aalto <jari.aalto@cante.net>
852 * find-dired.el (find-dired-filter): Align columns by padding file
855 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
857 * calc/calc.el: Autoload `calc-yank'.
858 (calc-mode-map): Add keybindings for `calc-yank'.
859 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
860 assignments for `calc-yank'.
862 2008-03-31 Martin Rudalics <rudalics@gmx.at>
864 * emacs-lisp/find-func.el (find-function-search-for-symbol):
865 Strip extension from .emacs.el to make sure symbol is searched
868 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
870 * vc.el (vc-do-command): Don't show internal temp buffers.
872 2008-03-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
874 * term/mac-win.el (mac-ae-reopen-application): New function.
875 (mac-apple-event-map): Bind "reopen application" Apple event to it.
877 2008-03-29 Juanma Barranquero <lekktu@gmail.com>
879 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
881 2008-03-26 Chong Yidong <cyd@stupidchicken.com>
883 * Version 22.2 released.
885 2008-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@gnu.org>
887 * info.el (Info-isearch-search): Always return point.
889 2008-03-23 Andreas Schwab <schwab@suse.de>
891 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
892 Fix radio button condition.
894 [customize]: Add radio button.
896 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
898 * vc-bzr.el (vc-bzr-print-log): Ensure it works when passed a
899 single file argument.
900 (vc-bzr-show-log-entry): Fix typo.
902 2008-03-19 Wilson Snyder <wsnyder@wsnyder.org>
904 * progmodes/verilog-mode.el (verilog-easy-menu-filter):
906 (verilog-stmt-menu, verilog-menu): Add :help.
907 (verilog-customize, verilog-font-customize)
908 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
909 (verilog-mode): Update documentation strings to match tool tips.
910 (verilog-auto-search-do, verilog-auto-re-search-do)
911 (verilog-skip-forward-comment-or-string): Fix verilog-auto
912 expansion when a .* appears inside a string.
913 (verilog-re-search-forward, verilog-re-search-backward):
914 Add comment to recall how this works.
916 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
918 * net/tls.el (open-tls-stream): Reindent.
920 2008-03-19 Glenn Morris <rgm@gnu.org>
922 * net/tls.el: Don't require rx when compiling.
923 (tls-end-of-info): Rewrite without using rx.
924 (open-tls-stream): Use with-current-buffer.
926 2008-03-18 Dan Nicolaescu <dann@ics.uci.edu>
928 * font-lock.el (font-lock-comment-face): Set the foreground for
929 the light background 8 colors case.
931 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
932 command for each file in the list.
933 (vc-bzr-log-view-mode): Recognize the file marker.
934 (vc-bzr-show-log-entry): Make regexp match more cases.
936 2008-03-18 Wilson Snyder <wsnyder@wsnyder.org>
938 * verilog-mode.el (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT
939 mis-including genvars.
941 2008-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
943 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
944 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
945 Revision numbers can include ".".
947 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
948 "+" lines not accounted for by counting "-" and context lines.
950 2008-03-16 Juri Linkov <juri@jurta.org>
952 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
953 (dired-perm-write): Rename from `dired-warn-writable'.
954 Change parent face from `font-lock-warning-face' to
955 `font-lock-comment-delimiter-face'.
956 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
957 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
958 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
959 with `dired-perm-write-face'.
961 2008-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
963 * term/mac-win.el (mac-service-open-file): Use file URL instead of
966 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
968 * vc-bzr.el (vc-bzr-registered): Fail if `bzr' is not installed.
969 (vc-bzr-annotate-command): Preserve line alignment.
970 (vc-bzr-annotate-time): Accept space used to preserve alignment.
972 2008-03-13 Richard Stallman <rms@gnu.org>
974 * mouse.el (mouse-yank-secondary): Nice error msg if no secondary sel.
976 * emacs-lisp/advice.el (defadvice): Add usage pattern.
978 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
980 * simple.el (set-mark-command): Doc fix.
982 2008-03-10 Nick Roberts <nickrob@snap.net.nz>
984 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
987 2008-03-08 Johan Bockg
\e,Ae
\e(Brd <bojohan@gnu.org>
989 * subr.el (while-no-input): Don't splice BODY directly into the
992 2008-03-06 Kim F. Storm <storm@cua.dk>
994 * help.el (view-emacs-todo): Rename from view-todo. Change users.
995 (describe-gnu-project): Rename from describe-project. Change users.
996 Define obsolete function aliases for the old names.
998 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
1000 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
1001 Reported by Drew Adams <drew.adams@oracle.com>.
1003 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
1005 * iswitchb.el (iswitchb-use-faces): Doc fix.
1006 (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings.
1008 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
1010 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
1012 (verilog-type-font-keywords): Reindent.
1014 2008-03-03 Michael McNamara <mac@mail.brushroad.com>
1016 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
1017 grouping-keyword regular expression.
1018 (verilog-font-lock-keywords): Allow users to toggle special
1019 highlight of grouping-keywords.
1020 (verilog-highlight-grouping-keywords): The toggle for special
1021 highlighting of grouping keywords.
1023 2008-03-02 Juri Linkov <juri@jurta.org>
1025 * startup.el: Revert 2008-02-28 change that adds initial message
1026 to *scratch* buffer regardless of the value of `inhibit-startup-screen'.
1028 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
1030 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
1031 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
1032 * progmodes/verilog-mode.el (verilog-mode):
1033 * net/socks.el (socks):
1034 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
1036 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
1038 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
1039 running `desktop-not-loaded-hook' to allow modifying it.
1040 Don't show warning message if `desktop-dirname' was modified.
1042 2008-03-01 Alan Mackenzie <acm@muc.de>
1044 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
1046 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
1047 doc-string, "c-old-LEN" -> "c-old-END".
1049 2008-02-29 Glenn Morris <rgm@gnu.org>
1051 * allout.el (allout-topic-encryption-bullet)
1052 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
1053 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
1056 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
1058 * desktop.el (desktop-save): Save the buffer name if the
1059 uniquified base name is empty.
1061 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
1063 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
1064 we still expect more lines.
1066 2008-02-28 Juri Linkov <juri@jurta.org>
1068 * startup.el (normal-splash-screen): Add argument `concise'.
1069 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
1070 to the created buffer. If `concise' is non-nil, call
1071 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
1072 (display-startup-screen): Add argument `concise' to the call to
1073 `normal-splash-screen'.
1075 2008-02-28 Kim F. Storm <storm@cua.dk>
1077 * startup.el (startup-echo-area-message): Check for about-emacs.
1079 2008-02-28 Juri Linkov <juri@jurta.org>
1081 * startup.el: Always add initial message to *scratch* buffer if
1082 `initial-scratch-message' is non-nil regardless of the value of
1083 `inhibit-startup-screen'.
1084 (inhibit-startup-screen, initial-scratch-message): Doc fix.
1085 (command-line-1): Move code that inserts `initial-scratch-message'
1086 up before the if-form that checks for `inhibit-startup-screen'.
1087 Suggested by Jonathan Rockway <jon@jrock.us>.
1089 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1091 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
1092 comment-paragraph filling if the commark doesn't match
1095 * uniquify.el (uniquify-buffer-base-name): Undo last change.
1097 2008-02-28 Daiki Ueno <ueno@unixuser.org>
1099 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
1102 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
1104 * uniquify.el (uniquify-buffer-base-name): If the base name is an
1105 empty string, return nil to allow the caller to default to the
1106 buffer name. Reported by Martin Fischer <parozusa@web.de>.
1108 2008-02-26 Jason Rumney <jasonr@gnu.org>
1110 * files.el (make-auto-save-file-name): Encode more characters in
1111 non-file buffer names. Use url-encoding.
1113 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
1115 * net/net-utils.el (ftp-program): Fix typo in docstring.
1116 (ifconfig-program-options, netstat-program-options)
1117 (arp-program-options, route-program-options, nslookup-program-options)
1118 (ftp-program-options, smbclient-program-options)
1119 (dns-lookup-program-options, arp, route): Doc fixes.
1121 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
1122 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
1123 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
1124 Fix typos in docstrings.
1125 (gdb-pending-triggers): Reflow docstring.
1126 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
1128 2008-02-25 Alan Mackenzie <acm@muc.de>
1130 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
1133 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
1135 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
1137 2008-02-24 Jason Rumney <jasonr@gnu.org>
1139 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
1141 2008-02-23 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1143 * textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags.
1145 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1147 * dired.el (dired-mark-prompt): Don't count/display the t element.
1148 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
1150 2008-02-22 Bill Meier <wmeier@newsguy.com> (tiny change)
1152 * progmodes/sh-script.el (sh-indent-comment): Docstring fix.
1154 2008-02-21 Glenn Morris <rgm@gnu.org>
1156 * subr.el (sit-for): Fix obsolete form for nil second argument.
1158 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
1160 * progmodes/verilog-mode.el (eval-when-compile): Don't define
1162 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
1163 Remove. Move contents to the only use ...
1164 (verilog-menu): ... here.
1165 (verilog-statement-menu): Remove. Move contents to the only use ...
1166 (verilog-stmt-menu): ... here.
1167 (verilog-mark-defun): Simply call mark-defun for Emacs.
1168 (occur-pos-list): Declare for byte compiler.
1169 (mode-popup-menu): Don't defvar.
1170 (verilog-add-statement-menu): Remove.
1171 (verilog-mode-hook): Don't add verilog-add-statement-menu.
1172 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
1174 2008-02-21 Michael McNamara <mac@mail.brushroad.com>
1176 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
1178 (verilog-font-grouping-keywords-face): Make the begin..end
1179 keywords standout more than other verilog keywords.
1180 (verilog-type-font-keywords): Move the begin..end out of this list
1181 to facilitate making them to (potentially) stand out more.
1182 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
1183 function & task blocks.
1184 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
1185 initial, function & task blocks.
1186 (verilog-forward-sexp): Handle the new "disable fork" statement of
1188 (verilog-beg-block-re-ordered): Handle the new "disable fork"
1189 statement of IEEE-1800 Verilog.
1190 (verilog-calc-1): Handle the new "disable fork" statement of
1192 (verilog-disable-fork-re): Add const to help handle the new
1193 "disable fork" statement of IEEE-1800 Verilog.
1194 (verilog-declaration-core-re): Add port directions by themselves,
1195 with no qualification, as base item of a declaration.
1196 (verilog-pretty-declarations): Add new flag to ask it to refrain
1197 from printing to the message buffer.
1198 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
1199 printing to the message buffer. Improve handling of the many
1200 types of expression line up.
1201 (verilog-just-one-space): Remove printing of an empty message.
1202 (verilog-get-lineup-indent): Rework to support the better handling
1203 of expression lineup for verilog-pretty-expr.
1204 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1206 2008-02-20 Alan Mackenzie <acm@muc.de>
1208 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
1211 2008-02-20 Nick Roberts <nickrob@snap.net.nz>
1213 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
1214 to mouse-set-point in buffers that aren't associated with files.
1216 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
1218 2008-02-20 Glenn Morris <rgm@gnu.org>
1220 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
1223 2008-02-19 Alan Mackenzie <acm@muc.de>
1225 Set of changes so that "obtrusive" syntactic elements in a
1226 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
1227 unmatched paren) don't interact syntactically with stuff outside
1230 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
1231 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
1233 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
1234 a bit of refactoring.
1235 (c-awk-extend-and-syntax-tablify-region): Takes some of the
1236 functionality of c-awk-advise-fl-for-awk-region, which has been
1239 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
1240 (c-clear-char-property-with-value): New function and macro which
1241 remove text-properties `equal' to a supplied value.
1243 * progmodes/cc-engine.el: Comment about text properties amended.
1245 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
1246 parens around "error\\|warning".
1248 * progmodes/cc-langs.el (c-get-state-before-change-function)
1249 (c-before-font-lock-function, c-anchored-cpp-prefix):
1250 New language variables.
1251 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
1253 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
1254 syntax-table text properties.
1255 (c-common-init): Call language specific before/after-change
1256 functions at mode initialisation.
1257 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
1258 (c-extend-region-for-CPP, c-neutralize-CPP-line)
1259 (c-neutralize-syntax-in-CPP): New functions.
1260 (c-before-change, c-after-change): Call the new language specific
1261 change functions defined in cc-langs.el.
1262 (c-advise-fl-for-region): New macro.
1263 (awk-mode): Remove AWK specific stuff which has been refactored
1264 into language independent stuff.
1266 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1268 * diff-mode.el (diff-file-junk-re): New const.
1269 (diff-beginning-of-file-and-junk): Use it.
1270 (diff-file-kill): Make sure we were really inside a file diff.
1272 * diff-mode.el: Make it more robust in the presence of empty context
1273 lines in unified hunks.
1274 (diff-valid-unified-empty-line): New var.
1275 (diff-unified->context, diff-sanity-check-hunk): Obey it.
1276 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
1277 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
1278 (diff-hunk-header-re-unified): New const.
1279 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
1280 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
1281 (diff-sanity-check-hunk): Use it.
1283 2008-02-19 Nick Roberts <nickrob@snap.net.nz>
1285 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
1286 (gdb): (Re)set gdb-flush-pending-output to nil here...
1287 (gdb-init-1): ...instead of here (before gdb-prompt).
1289 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
1291 * progmodes/verilog-mode.el (customize): Fix typo in error message.
1292 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
1293 (verilog-mode-auto, verilog-indent-level-module)
1294 (verilog-minimum-comment-distance, verilog-library-flags)
1295 (verilog-library-directories, verilog-library-files)
1296 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
1297 (verilog-xemacs-menu, verilog-set-compile-command)
1298 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
1299 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
1300 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
1301 (verilog-batch-inject-auto, verilog-batch-indent)
1302 (verilog-continued-line, verilog-type-keywords)
1303 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
1304 (verilog-read-inst-pins, verilog-read-arg-pins)
1305 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
1306 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
1307 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
1308 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
1309 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
1310 (verilog-mode-version, verilog-mode-release-date)
1311 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
1312 (verilog-simulator, verilog-compiler)
1313 (verilog-auto-sense-defines-constant, verilog-company)
1314 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
1315 Fix typos in docstrings.
1316 (verilog-set-auto-endcomments, verilog-calculate-indent)
1317 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
1319 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
1320 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
1321 (electric-verilog-forward-sexp, verilog-in-case-region-p)
1322 (verilog-in-struct-region-p, verilog-in-generate-region-p)
1323 (verilog-leap-to-head, verilog-current-indent-level)
1324 (verilog-case-indent-level, verilog-cpp-keywords)
1325 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
1326 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
1327 (verilog-signals-not-in, verilog-symbol-detick-text)
1328 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
1329 (verilog-forward-close-paren, verilog-backward-open-paren)
1330 (verilog-backward-open-bracket): Doc fixes.
1332 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
1333 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
1334 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
1335 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
1336 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
1337 Fix typos in docstrings.
1339 2008-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1341 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1342 Recognize ''' just like any other char-constant.
1344 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1346 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
1347 careful enough. Detect the uid-change all within the main loop.
1349 2008-02-14 Stefan Monnier <monnier@pastel.home>
1351 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
1353 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1355 * hilit-chg.el (highlight-save-buffer-state): New macro.
1356 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
1357 (hilit-chg-clear): Use it to preserve the modified-p flag.
1358 (highlight-changes-rotate-faces): Don't mess with the undo-list.
1360 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
1362 * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
1364 2008-02-12 Juri Linkov <juri@jurta.org>
1366 * startup.el (fancy-startup-screen, normal-splash-screen):
1367 Set default-directory to command-line-default-directory.
1369 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
1370 after reading the desktop.
1372 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1374 * font-lock.el (font-lock-set-defaults): Unset previously set variables
1377 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
1379 * uniquify.el (uniquify-buffer-base-name): New function.
1380 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1382 * desktop.el (uniquify-managed): Don't defvar.
1383 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
1384 `uniquify-managed'. Return also the buffer's base name.
1385 (desktop-save): When saving the buffer info, filter out the base name,
1386 and save it as buffer name if the buffer is managed by uniquify.
1388 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1390 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
1391 Index: line, don't search backward for the previous one.
1393 2008-02-10
\e,AF
\e(Bvar Arnfj
\e,Av
\e(Br
\e,Ap
\e(B Bjarmason <avar@cpan.org> (tiny change)
1395 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
1396 from gnus-button-url-regexp.
1398 2008-02-09 Eli Zaretskii <eliz@gnu.org>
1400 * progmodes/compile.el (compilation-next-error): Doc fix.
1401 (compilation-find-file): Doc fix.
1403 2008-02-09 Glenn Morris <rgm@gnu.org>
1405 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
1406 Add obsolete aliases to the old names.
1408 2008-02-08 Richard Stallman <rms@gnu.org>
1410 * net/net-utils.el (ifconfig): Rename from ipconfig.
1411 (ipconfig): Alias to ifconfig.
1412 (ifconfig-program): Rename from ipconfig-program.
1413 (ifconfig-program-options): Rename from ipconfig-program-options.
1415 2008-02-08 Glenn Morris <rgm@gnu.org>
1417 * custom.el (custom-theme-set-variables): Sort symbols that are
1418 dependencies before symbols that depend on them.
1419 (custom-enabled-themes): Set after custom-theme-directory.
1421 2008-02-04 Juanma Barranquero <lekktu@gmail.com>
1423 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
1425 2008-02-04 Michael McNamara <mac@mail.brushroad.com>
1427 * progmodes/verilog-mode.el (verilog-declaration-core-re):
1428 Add port directions by themselves, with no qualification, as base
1429 item of a declaration.
1430 (verilog-pretty-declarations): Add new flag that inhibits printing
1431 to the message buffer.
1432 (verilog-pretty-expr): Add new flag that inhibits printing to the
1433 message buffer. Improve handling of the many types of expression
1435 (verilog-just-one-space): Don't print an empty message.
1436 (verilog-get-lineup-indent): Rework to support the better handling
1437 of expression lineup for verilog-pretty-expr.
1438 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1439 (verilog-mode-version, verilog-mode-release-date): Update.
1441 2008-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
1443 * subr.el (cancel-change-group): Don't move point.
1445 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
1447 Sync with Tramp 2.0.57.
1449 * net/tramp.el (tramp-handle-make-auto-save-file-name)
1450 (tramp-completion-dissect-file-name, tramp-find-executable):
1451 Use `mapc' instead of `mapcar'.
1452 (tramp-open-connection-setup-interactive-shell): Send only single
1453 prompt setting commands, in order to avoid double-prompt.
1455 * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
1458 * net/trampver.el: Update release number.
1460 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
1462 * progmodes/etags.el (next-file): Improve revert message.
1464 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
1466 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
1467 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
1468 of today, the most recent libpng is 1.2.24).
1470 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1472 * vc.el (vc-update): Fix bug: Specify branch tip as
1473 vc-checkout REVISION. Reported by Dan Nicolaescu.
1475 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1477 * simple.el (reindent-then-newline-and-indent): Be careful about the
1478 unusual case where indent-according-to-mode moves point.
1480 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1482 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
1483 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
1484 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
1485 (verilog-sk-state-machine): Quote all calls to
1486 "auxiliary skeleton"s to prevent infloops.
1488 2008-01-31 Jason Rumney <jasonr@gnu.org>
1490 * w32-fns.el: Partially revert 2007-11-10 change.
1492 2008-01-31 Martin Rudalics <rudalics@gmx.at>
1494 * mail/rmail.el (rmail-highlight): Fix specification.
1495 Reported by pod <pod@herald.ox.ac.uk>.
1497 2008-01-31 Jason Rumney <jasonr@gnu.org>
1499 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
1501 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
1503 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
1504 (gdb-var-set-format-handler): New function.
1505 (gdb-var-set-format): Use it.
1507 2008-01-29 Alan Mackenzie <acm@muc.de>
1509 * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
1510 (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
1511 @catch, @synchronized, @throw.
1513 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
1514 from this regexp; part of same fix as next change to cc-engine.el.
1516 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
1517 Anchor the "{" of a template function correctly on "template", not the
1520 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
1522 2008-01-29 Richard Stallman <rms@gnu.org>
1524 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
1527 * files.el (hack-local-variables): Don't query about fake variables.
1529 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
1531 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
1532 gdb-cpp-define-alist-program if file is nil (currently only
1533 " *partial-output-...").
1535 2008-01-27 Alan Mackenzie <acm@muc.de>
1537 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
1540 2008-01-27 Richard Stallman <rms@gnu.org>
1542 * allout.el: Many doc fixes.
1543 (allout-encrypt-string): Fix error message.
1545 2008-01-26 Alan Mackenzie <acm@muc.de>
1547 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
1548 arglist-cont-nonempty.
1550 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
1551 for a brace with syntax arglist-cont-nonempty.
1553 * progmodes/cc-styles.el (c-style-alist): Add elements for
1554 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
1557 2008-01-26 Alan Mackenzie <acm@muc.de>
1559 * progmodes/cc-defs.el (c-save-buffer-state):
1560 Bind buffer-file-name and buffer-file-truename to nil, to prevent
1561 primitives generating "buffer is read only" messages.
1563 2008-01-26 Eli Zaretskii <eliz@gnu.org>
1565 * progmodes/etags.el (tags-query-replace): Doc fix.
1567 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
1569 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
1570 that the filename end is found even when the filename is empty.
1571 Fixes error and spurious newlines when marking files for deletion.
1573 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
1575 * allout.el (allout-unload-function): New function.
1577 2008-01-25 Sven Joachim <svenjoac@gmx.de>
1579 * view.el (kill-buffer-if-not-modified): Don't pass t to
1582 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
1584 * allout.el (allout-prefix-data): Doc fix.
1585 (allout-show-current-subtree): Reflow docstring.
1586 (allout-use-mode-specific-leader, allout-use-hanging-indents)
1587 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
1588 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
1589 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
1590 (allout-copy-topic-as-kill, allout-listify-exposed)
1591 (allout-process-exposed, allout-encrypted-key-info)
1592 (allout-update-passphrase-mnemonic-aids)
1593 (allout-next-topic-pending-encryption)
1594 (allout-tests-globally-true): Fix typos in docstrings.
1596 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1598 * vc.el (vc-version-diff): Make sure we shrink the right window.
1600 2008-01-23 Jason Rumney <jasonr@gnu.org>
1602 * lpr.el (printer-name): Do not set on MS Windows.
1604 2008-01-20 Glenn Morris <rgm@gnu.org>
1606 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
1609 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
1611 * progmodes/python.el (python-imports): Default to "None".
1613 2008-01-19 Dan Nicolaescu <dann@ics.uci.edu>
1615 * progmodes/sh-script.el (sh-basic-offset):
1616 * progmodes/cc-vars.el (c-syntactic-indentation)
1617 (c-syntactic-indentation-in-macros): Mark as safe.
1619 2008-01-18 Richard Stallman <rms@gnu.org>
1621 * icomplete.el (icomplete-get-keys):
1622 Look up KEYS using all maps in proper buffer.
1624 2008-01-16 Alan Mackenzie <acm@muc.de>
1626 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an
1627 eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap).
1629 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
1631 * frame.el (display-mm-height, display-mm-width):
1632 * whitespace.el (whitespace-check-leading-whitespace)
1633 (whitespace-check-trailing-whitespace)
1634 (whitespace-check-spacetab-whitespace)
1635 (whitespace-check-indent-whitespace)
1636 (whitespace-check-ateol-whitespace):
1637 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
1639 2008-01-16 Glenn Morris <rgm@gnu.org>
1641 * comint.el (comint-regexp-arg): Fix no-input case.
1643 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
1645 * calendar/icalendar.el (icalendar-export-file)
1646 (icalendar-import-file): Restore significant trailing whitespace
1647 in `interactive' prompts.
1649 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1651 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
1652 after-save-hook so that it is not called multiple times.
1654 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
1656 2008-01-15 Glenn Morris <rgm@gnu.org>
1658 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
1660 2008-01-14 Alan Mackenzie <acm@muc.de>
1662 * progmodes/cc-vars.el (c-constant-symbol): New function which
1663 supersedes c-const-symbol. During a customize-.. call it enables
1664 an element of (e.g.) c-hanging-braces alist to have its name
1665 displayed, even when the default value of c-h-b etc. doesn't
1666 include the elemnt. Replace uses of the old function by the new.
1668 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
1669 obscure non-working fragment ":value c-".
1671 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
1672 call inside a struct being recognised as a K&R argument.
1674 2008-01-14 Jason Rumney <jasonr@gnu.org>
1676 * image.el (image-type): Use image-type-from-file-name (from trunk
1677 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
1679 2008-01-12 Glenn Morris <rgm@gnu.org>
1681 * woman.el (woman-parse-numeric-arg): Change handling of `==':
1682 can be interned without a function definition.
1684 2008-01-12 Eli Zaretskii <eliz@gnu.org>
1686 * view.el (view-file-other-window, view-file-other-frame):
1687 Don't kill the buffer if it is modified. Doc fixes.
1688 (kill-buffer-if-not-modified): New function.
1689 (view-file): Don't kill the buffer if it is modified.
1691 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
1692 (ebrowse-view/find-file-and-search-pattern):
1693 Call view-file-other-window instead of ebrowse-view-file-other-window.
1694 (ebrowse-view-file-other-frame): Don't call
1695 current-window-configuration. Fix second argument in the call to
1696 view-mode-enter. Doc fix.
1698 2008-01-11 Richard Stallman <rms@gnu.org>
1700 * subr.el (atomic-change-group): Prevent undo list truncation.
1702 2008-01-11 Martin Rudalics <rudalics@gmx.at>
1704 * cus-start.el (all): Add missing version entries.
1706 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1708 * files.el (safe-local-eval-forms):
1709 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
1711 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
1713 * comint.el (comint-insert-input): Set point first.
1715 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
1716 session doesn't hang because gdb-pending-triggers is non-nil.
1717 (gdb-frame-handler): Use buffer-file-name instead of
1718 buffer-name in case of duplicate file names.
1720 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1722 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
1723 C-M-e and C-M-h for emacs, they work by default.
1724 (verilog-emacs-features): Remove.
1725 (verilog-setup-dual-comments, verilog-populate-syntax-table):
1726 Remove. Move syntax table initialization ...
1727 (verilog-mode-syntax-table): ... here.
1728 (verilog-mode): Don't initialize the syntax table here.
1729 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
1732 2008-01-10 Glenn Morris <rgm@gnu.org>
1734 * shell.el (shell-dirtrack-verbose, shell-mode)
1735 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
1736 (dirtrack-toggle, dirtrack-mode): No longer alias to
1737 shell-dirtrack-mode.
1739 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
1741 * international/mule-cmds.el (select-safe-coding-system):
1742 When a buffer is modified, cancel the writing.
1744 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
1746 * progmodes/verilog-mode.el (verilog-booleanp): New function for
1747 backward compatibility. Replace all uses of booleanp with
1750 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
1752 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
1754 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
1756 * progmodes/verilog-mode.el (top-level): Fix spacing.
1757 (verilog-mode-version, verilog-mode-release-date): Update version
1759 (verilog-mode-release-emacs): New variable.
1760 (compile-command, reporter-prompt-for-summary-p): Define for byte
1762 (verilog-startup-message-lines)
1763 (verilog-startup-message-displayed)
1764 (verilog-display-startup-message): Remove.
1765 (verilog-highlight-p1800-keywords): Improve docstring.
1766 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
1767 (vector-skip-list): Only defvar at compile time.
1768 (verilog-highlight-translate-off, verilog-indent-level)
1769 (verilog-indent-level-module, verilog-indent-level-declaration)
1770 (verilog-indent-declaration-macros, verilog-indent-lists)
1771 (verilog-indent-level-behavioral)
1772 (verilog-indent-level-directive, verilog-cexp-indent)
1773 (verilog-case-indent, verilog-auto-newline)
1774 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
1775 (verilog-tab-to-comment, verilog-indent-begin-after-if)
1776 (verilog-align-ifelse, verilog-minimum-comment-distance)
1777 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
1778 (verilog-auto-endcomments, verilog-auto-read-includes)
1779 (verilog-auto-star-expand, verilog-auto-star-save)
1780 (verilog-library-flags, verilog-library-directories)
1781 (verilog-library-files, verilog-library-extensions)
1782 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
1783 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
1784 (verilog-assignment-delay, verilog-auto-inst-vector)
1785 (verilog-auto-inst-template-numbers)
1786 (verilog-auto-input-ignore-regexp)
1787 (verilog-auto-inout-ignore-regexp)
1788 (verilog-auto-output-ignore-regexp)
1789 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1790 Add safe-local-variable properties.
1791 (verilog-statement-menu, verilog-company)
1792 (verilog-re-search-forward, verilog-re-search-backward)
1793 (verilog-error-regexp-add, verilog-end-block-re)
1794 (verilog-emacs-features, verilog-populate-syntax-table)
1795 (verilog-setup-dual-comments, verilog-type-font-keywords)
1796 (verilog-inside-comment-p, electric-verilog-backward-sexp)
1797 (verilog-backward-sexp, verilog-forward-sexp)
1798 (verilog-font-lock-init, verilog-mode)
1799 (electric-verilog-terminate-line, electric-verilog-semi)
1800 (electric-verilog-tab, verilog-insert-1, )
1801 (verilog-insert-indices, verilog-generate-numbers)
1802 (verilog-comment-region, verilog-label-be)
1803 (verilog-beg-of-statement, verilog-in-case-region-p)
1804 (verilog-in-struct-region-p, verilog-in-generate-region-p)
1805 (verilog-in-fork-region-p, verilog-backward-case-item)
1806 (verilog-set-auto-endcomments, verilog-get-expr)
1807 (verilog-expand-vector-internal, verilog-surelint-off)
1808 (verilog-batch-execute-func, verilog-calculate-indent)
1809 (verilog-calc-1, verilog-calculate-indent-directive)
1810 (verilog-leap-to-head, verilog-continued-line)
1811 (verilog-backward-token, verilog-backward-syntactic-ws)
1812 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
1813 (verilog-forward-ws&directives, verilog-at-constraint-p)
1814 (verilog-skip-backward-comments, verilog-indent-line-relative)
1815 (verilog-do-indent, verilog-indent-comment)
1816 (verilog-more-comment, verilog-pretty-declarations)
1817 (verilog-pretty-expr, verilog-just-one-space)
1818 (verilog-indent-declaration, verilog-get-completion-decl)
1819 (verilog-goto-defun, verilog-showscopes, verilog-header)
1820 (verilog-signals-combine-bus, verilog-read-decls)
1821 (verilog-read-always-signals-recurse, verilog-read-instants)
1822 (verilog-read-auto-template, verilog-set-define)
1823 (verilog-read-defines, verilog-read-signals, verilog-getopt)
1824 (verilog-is-number, verilog-expand-dirnames)
1825 (verilog-modi-lookup, verilog-modi-cache-results)
1826 (verilog-insert-one-definition, verilog-make-width-expression)
1827 (verilog-delete-autos-lined, verilog-auto-save-check)
1828 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
1829 (verilog-auto-inst-param, verilog-auto-reg)
1830 (verilog-auto-reg-input, verilog-auto-wire, )
1831 (verilog-auto-output, verilog-auto-output-every)
1832 (verilog-auto-input, verilog-auto-inout)
1833 (verilog-auto-inout-module, verilog-auto-sense)
1834 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
1835 (verilog-auto-ascii-enum, verilog-auto)
1836 (verilog-sk-define-signal, verilog-mode-mouse-map)
1837 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1838 (verilog-library-files): Cleanup spacing of )'s they should not be
1839 on unique lines. Fix checkdoc warnings.
1841 2008-01-09 Glenn Morris <rgm@gnu.org>
1843 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
1846 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1848 * ps-print.el: Some face attributes (like :strike-through) was not
1849 being recognised. Reported by Leo <sdl.web@gmail.com>.
1850 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
1851 (ps-screen-to-bit-face): Fix code.
1853 2008-01-08 Kevin Ryde <user42@zip.com.au>
1855 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1856 For perl, allow "during global destruction" at end.
1858 2008-01-08 Glenn Morris <rgm@gnu.org>
1860 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
1863 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
1865 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1867 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
1868 quotes in case of spaces, e.g. STL containers (not pretty).
1870 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
1872 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
1874 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
1876 * progmodes/gdb-ui.el (gud-gdb-command-name):
1877 Explain "--annotate=3" option is necessary for the Graphical Interface.
1879 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
1881 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command.
1883 2008-01-07 Glenn Morris <rgm@gnu.org>
1885 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
1887 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
1889 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
1892 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
1894 * ffap.el (ffap-read-file-or-url): Let-bind
1895 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
1897 2008-01-05 Sven Joachim <svenjoac@gmx.de>
1899 * vc-bzr.el: Fix typo in header.
1901 2008-01-05 Eli Zaretskii <eliz@gnu.org>
1903 * Makefile.in (custom-deps, finder-data): Depend on autoloads
1904 instead of loaddefs.el.
1906 2008-01-05 Glenn Morris <rgm@gnu.org>
1908 * progmodes/verilog-mode.el: Replace all instances of
1909 string-to-int with string-to-number, insert-string with insert,
1910 and read-input with read-string.
1911 (top-level): No need to require imenu, reporter, dinotrace, vc,
1912 font-lock when compiling. Always require compile. Relegate remaining
1913 compatibility cruft to XEmacs. Don't require font-lock.
1914 (verilog-version): Remove superfluous concat.
1915 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1917 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1918 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1919 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1920 (verilog-startup-message-displayed): These are variables, not constants.
1921 (verilog-batch-execute-func, verilog-auto-inst)
1922 (verilog-auto-inst-param): Use mapc rather than mapcar.
1923 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1925 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1926 (verilog-modi-get-outputs, verilog-modi-get-inouts)
1927 (verilog-modi-get-inputs, verilog-modi-get-wires)
1928 (verilog-modi-get-regs, verilog-modi-get-assigns)
1929 (verilog-modi-get-consts, verilog-modi-get-gparams)
1930 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1931 (verilog-modi-get-sub-inputs): Move inline functions earlier in
1933 (sigs-in, sigs-out): Don't declare multiple times.
1934 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
1936 (verilog-auto): Call dinotrace-unannotate-all only if bound.
1937 (verilog-module-inside-filename-p): No need to wrap fboundp test
1939 (reporter-submit-bug-report): Autoload it.
1940 (verilog-mark-defun): Call zmacs-activate-region only if bound.
1941 (verilog-font-customize): Call customize-apropos only if bound.
1942 (verilog-getopt-flags, verilog-auto-reeval-locals):
1943 Use make-local-variable rather than make-variable-buffer-local.
1944 (verilog-company, verilog-project, verilog-modi-cache-list):
1945 Move make-variable-buffer-local calls to top-level.
1946 (font-lock-defaults-alist): Don't define it.
1947 (verilog-need-fld): Remove.
1948 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
1949 (verilog-mode): Only call make-local-hook on XEmacs.
1950 Set font-lock-defaults rather than using verilog-font-lock-init.
1952 * progmodes/verilog-mode.el (top-level): Don't require compile.
1953 (compilation-error-regexp-alist, compilation-last-buffer):
1954 Define for compiler.
1955 (verilog-insert-1): New function.
1956 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
1957 Use verilog-insert-1.
1958 (verilog-surelint-off): Use next-error-last-buffer if bound.
1959 Check compile buffer is live.
1961 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1963 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
1964 gets inserted out-of-order.
1966 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
1968 * vc-bzr.el: Copyright and version headers update.
1969 Remove some outdated comments through the whole file.
1970 (vc-bzr-program-args): Remove because unused.
1971 (vc-bzr-log-switches): New customization option.
1972 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
1973 use `vc-bzr-program-args'.
1974 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
1975 `vc-find-root' (patch by Andreas Hoenen).
1976 (vc-bzr-status): Update regex to match latest Bzr output.
1977 Remove redundant test.
1978 (vc-bzr-init-version): New function.
1979 (vc-bzr-unregister): Must not delete file.
1980 (vc-bzr-find-version): New function.
1981 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
1982 a non-empty string, otherwise take head revision.
1983 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
1984 (vc-bzr-diff): Simpler build of the revision spec string.
1985 (vc-annotate-convert-time, vc-bzr-annotate-difference):
1986 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
1987 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
1988 (vc-bzr-dired-state-info): Only provide custom strings for
1989 overloaded VC state 'edited; otherwise fallback to
1990 `vc-default-dired-state-info'.
1992 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1994 * vc-git.el (vc-git-dir-state):
1995 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1997 2008-01-04 Richard Stallman <rms@gnu.org>
1999 * delsel.el (delete-selection-mode): Doc fix.
2001 2008-01-04 Glenn Morris <rgm@gnu.org>
2003 * version.el (emacs-copyright): Update to 2008.
2005 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
2007 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
2008 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
2010 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
2011 of watch expressions (only works fully with GDB 6.7 or later).
2013 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
2015 * time-stamp.el (time-stamp-time-zone):
2016 * whitespace.el (whitespace-check-buffer-leading)
2017 (whitespace-check-buffer-trailing)
2018 (whitespace-check-buffer-indent)
2019 (whitespace-check-buffer-spacetab)
2020 (whitespace-check-buffer-ateol):
2021 * progmodes/sh-script.el (sh-indentation):
2022 * textmodes/ispell.el (ispell-local-pdict):
2023 Add safe-local-variable properties.
2025 2007-12-31 Richard Stallman <rms@gnu.org>
2027 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
2028 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
2030 (custom-group-value-create): Pass two args to custom-add-parent-links.
2032 2007-12-29 Richard Stallman <rms@gnu.org>
2034 * font-lock.el (font-lock-prepend-text-property)
2035 (font-lock-append-text-property): Canonicalize the face and
2036 font-lock-face properties.
2038 * faces.el (facep): Doc fix.
2040 * startup.el (fancy-startup-tail, fancy-about-text)
2041 (fancy-startup-text): Regularize format of face property.
2043 * facemenu.el (list-colors-print): Use :background and :foreground
2044 instead of background-color and foreground-color.
2046 2007-12-29 Drew Adams <drew.adams@oracle.com>
2048 * cus-edit.el (custom-add-parent-links):
2049 Fill the "Parent documentation" text.
2051 2007-12-29 Eli Zaretskii <eliz@gnu.org>
2053 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
2054 MS-Windows and MS-DOS.
2055 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
2057 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2059 * progmodes/grep.el (rgrep): Fix last change.
2061 2007-12-27 Richard Stallman <rms@gnu.org>
2063 * progmodes/compile.el (compilation-start): Set initial visible
2064 point properly even when compilation buffer already current.
2066 2007-12-26 Richard Stallman <rms@gnu.org>
2068 * files.el (conf-mode-maybe): New function.
2069 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
2071 2007-12-26 Martin Rudalics <rudalics@gmx.at>
2073 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
2075 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
2077 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
2079 2007-12-25 Richard Stallman <rms@gnu.org>
2081 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
2082 so they never do EOF.
2084 2007-12-23 Richard Stallman <rms@gnu.org>
2086 * dired-aux.el: Load dired.el at run time too.
2088 * faces.el (copy-face): Create the new face explicitly if it
2089 does not exist already.
2091 2007-12-23 Andreas Schwab <schwab@suse.de>
2093 * files.el (switch-to-buffer-other-frame): Return the buffer
2096 2007-12-23 Juri Linkov <juri@jurta.org>
2098 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
2099 item to about-emacs instead of display-splash-screen.
2101 2007-12-22 Eli Zaretskii <eliz@gnu.org>
2103 * simple.el (minibuffer-history, shell-command-history)
2104 (set-variable-value-history):
2105 * replace.el (regexp-history):
2106 * international/mule-cmds.el (input-method-history):
2107 * files.el (file-name-history): Add reference to history-length in
2110 2007-12-22 Richard Stallman <rms@gnu.org>
2112 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
2114 2007-12-21 Jason Rumney <jasonr@gnu.org>
2116 * find-dired.el (find-name-arg): New custom variable.
2117 (find-name-dired): Use it.
2118 (find-dired-find-program): Remove.
2119 (find-dired): Use find-program.
2120 (find-grep-dired): Use grep-program.
2122 * progmodes/grep.el (rgrep): Use find-name-arg.
2124 2007-12-21 Martin Rudalics <rudalics@gmx.at>
2126 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
2127 specifier from format-string. Reported by Ye Wenbin.
2129 2007-12-19 Martin Rudalics <rudalics@gmx.at>
2131 * cus-start.el: Use correct group name for members of mode-line group.
2133 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2135 * progmodes/cc-vars.el (defcustom-c-stylevar):
2136 Revert to pre-2007-12-12 version.
2138 2007-12-15 Richard Stallman <rms@gnu.org>
2140 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
2142 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
2145 * startup.el (fancy-splash-help-echo): Var deleted.
2146 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
2147 (fancy-about-screen): Don't display fancy-splash-help-echo.
2149 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
2151 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
2153 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2155 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2157 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2159 (add-submenu): Only define for XEmacs.
2160 (verilog-regexp-words): Revert previous change, keep the other
2163 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2165 * progmodes/perl-mode.el (perl-continued-statement-offset)
2166 (perl-continued-brace-offset, perl-brace-offset)
2167 (perl-brace-imaginary-offset, perl-label-offset):
2168 * progmodes/cperl-mode.el (cperl-brace-offset)
2169 (cperl-continued-brace-offset, cperl-label-offset)
2170 (cperl-continued-statement-offset)
2171 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2172 Add safe-local-variable properties.
2174 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2176 * progmodes/verilog-mode.el (verilog-mode-map)
2177 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2178 (verilog-colorize-include-files): Use only overlay functions so
2179 that it can work on both Emacs and XEmacs.
2180 (set-extent-keymap): Remove unused defun.
2181 (verilog-kill-existing-comment, verilog-insert-date)
2182 (verilog-insert-year): Rename in order not to pollute the global
2183 namespace from kill-existing-comment, insert-date and
2184 insert-year, respectively.
2185 (verilog-set-auto-endcomments, verilog-header): Update callers.
2187 * files.el (auto-mode-alist): Recognize verilog files.
2189 * progmodes/verilog-mode.el (verilog-string-replace-matches)
2190 (verilog-string-remove-spaces, verilog-re-search-forward)
2191 (verilog-re-search-backward, verilog-re-search-forward-quick)
2192 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2193 (verilog-get-end-of-line, verilog-within-string): Move definitions
2194 before first use. No code changes.
2196 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2198 * progmodes/verilog-mode.el (verilog-mode-version)
2199 (verilog-mode-release-date): Don't use expanding keywords.
2200 (provide): Move to the end of file.
2201 (fboundp): Don't check if eval-when-compile is bound, it is used
2202 later in the file without checking.
2203 (when, unless): Copy definitions from subr.el.
2204 (char-before, defcustom, defface, customize-group)
2205 (verilog-batch-error-wrapper): Don't use old style backquotes.
2206 (verilog-regexp-opt): Avoid using the cl function case.
2207 (verilog-regexp-words): Remove duplicated definition.
2208 (verilog-mode-abbrev-table): Remove, duplicate.
2209 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2210 Declare and initialize in one step.
2211 (verilog-declaration-prefix-re, verilog-declaration-re)
2212 (verilog-end-of-statement, verilog-indent-declaration)
2213 (verilog-get-lineup-indent): Remove trailing whitespace.
2214 (verilog-mode): Fix autoload cookie.
2215 Set beginning-of-defun-function and end-of-defun-function.
2216 Use when instead of if.
2217 (verilog-emacs-features, verilog-auto-ascii-enum)
2218 (verilog-insert-indices): Escape braces in doc strings.
2220 2007-12-08 Michael McNamara <mac@verilog.com>
2221 Wilson Snyder <wsnyder@wsnyder.org>
2223 * progmodes/verilog-mode.el: New file.
2225 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
2227 * international/latexenc.el (latexenc-find-file-coding-system):
2228 If both coding-system-for-write and buffer-file-coding-system of
2229 latex-main-file are nil, use `undecided'.
2231 2007-12-06 Jason Rumney <jasonr@gnu.org>
2233 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2235 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
2237 * ido.el (ido-save-history): Use emacs-mule coding system
2238 instead of utf-8 to save filenames (it's safer in Emacs 22).
2239 Set the `coding' local variable on the first line of the file.
2241 2007-12-04 Karl Fogel <kfogel@red-bean.com>
2243 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
2244 coding system. This ports revisions 1.40 and 1.41 over to the
2245 EMACS_22_BASE branch, but with the right coding system for Emacs
2246 22 to reliably record filenames. Suggested by Eli Zaretskii.
2248 2007-12-01 Richard Stallman <rms@gnu.org>
2250 * wid-edit.el (widget-type): Doc fix.
2252 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2254 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
2256 2007-12-01 Alexandre Julliard <julliard@winehq.org>
2258 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2260 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2262 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2263 Don't match "sub { (...) ... }".
2265 2007-11-29 Richard Stallman <rms@gnu.org>
2267 * international/mule-cmds.el (toggle-input-method-active): New var.
2268 (toggle-input-method): Bind toggle-input-method-active to t.
2269 Error if it was already non-nil.
2271 2007-11-29 Glenn Morris <rgm@gnu.org>
2273 * calendar/time-date.el (with-decoded-time-value): Doc fix.
2275 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2277 * calendar/time-date.el (encode-time-value): Doc fix.
2279 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
2281 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2283 2007-11-24 Kenichi Handa <handa@m17n.org>
2285 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
2287 2007-11-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2289 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
2291 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
2293 * textmodes/paragraphs.el (forward-sentence): Doc fix.
2294 Reported by Drew Adams <drew.adams@oracle.com>.
2296 2007-11-20 Glenn Morris <rgm@gnu.org>
2298 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
2299 for compatibility with Emacs 23.
2301 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
2303 * replace.el (map-query-replace-regexp): Doc fix (revert part of
2304 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
2306 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
2308 * progmodes/gdb-ui.el: Update commentary.
2310 2007-11-16 Eli Zaretskii <eliz@gnu.org>
2312 * international/mule-cmds.el (set-locale-environment):
2313 Set default-file-name-coding-system _after_ keyboard and terminal
2314 coding systems. This fixes last change.
2316 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
2317 one space after "Subject:".
2319 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
2321 * subr.el (make-variable-frame-local):
2322 Fix typo in obsolescence declaration.
2324 2007-11-16 Glenn Morris <rgm@gnu.org>
2326 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2328 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
2330 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
2331 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
2332 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
2334 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2336 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
2337 in order to determine if there's a conflict.
2339 2007-11-16 Juri Linkov <juri@jurta.org>
2341 * man.el (Man-heading-regexp): Add 0-9.
2342 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2344 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2346 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2347 Fix typo in docstring.
2349 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
2350 (cua-highlight-region-shift-only): Doc fix.
2352 2007-11-15 Richard Stallman <rms@gnu.org>
2354 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
2356 * reposition.el (reposition-window):
2357 Binding C-M-l moved to bindings.el.
2359 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
2361 * add-log.el (add-change-log-entry-other-window):
2362 Key binding C-x 4 a moved to bindings.el.
2364 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
2367 * filecache.el: Minibuffer map bindings moved to bindings.el.
2369 2007-11-14 Jason Rumney <jasonr@gnu.org>
2371 * international/mule-cmds.el (set-locale-environment):
2372 Set default-file-name-coding-system from system defaults on Windows.
2374 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
2376 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
2377 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
2378 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
2379 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
2381 (gdb-info-breakpoints-custom, gdb-assembler-custom)
2382 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
2383 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
2385 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
2387 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
2388 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
2389 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
2390 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
2391 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
2392 Rewrite in active voice.
2394 2007-11-10 Juri Linkov <juri@jurta.org>
2396 * startup.el: Backport startup screen related changes from the trunk.
2397 (initialization): Change group to `environment'.
2398 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2399 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2400 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2401 (initial-scratch-message): Fix docstring.
2402 (startup-screen-inhibit-startup-screen)
2403 (pure-space-overflow-message): New variables.
2404 (command-line): Rename `inhibit-startup-message' to
2405 `inhibit-startup-screen'.
2406 (initial-scratch-message): Doc fix.
2407 (fancy-splash-text): Remove variable.
2408 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
2410 (fancy-splash-delay, fancy-splash-max-time)
2411 (fancy-current-text, fancy-splash-stop-time)
2412 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
2414 (fancy-splash-insert): Use help-echo from the 3rd element of the
2415 link specification list, or "Follow this link" if it's nil. Doc fix.
2416 Allow functions for face and link specs.
2417 (fancy-splash-tail): Remove function.
2418 (fancy-startup-tail): New function.
2419 (fancy-splash-default-action, fancy-splash-special-event-action)
2420 (fancy-splash-screens): Remove functions.
2421 (fancy-about-screen): New function.
2422 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
2423 Fix docstring. Use argument `startup' to conditionally display
2424 different texts for Startup and About screens. Don't display Help
2425 commands on the About screen. Remove `unwind-protect' `sit-for'
2426 delay and `kill-buffer' after it.
2427 (normal-mouse-startup-screen, normal-splash-screen)
2428 (normal-no-mouse-startup-screen): New functions.
2429 (startup-echo-area-message): Change text of the echo area.
2430 (display-splash-screen): Remove function.
2431 (display-startup-screen, display-about-screen): New functions.
2432 (about-emacs): Make alias to `display-about-screen'.
2433 (display-splash-screen): Make alias to `display-startup-screen'.
2434 (command-line-1): Rename `inhibit-startup-message' to
2435 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
2436 started with command line options "-f", "-funcall", "-e", "-eval",
2437 "-execute", "-insert", "-find-file", "-file", "-visit".
2438 Inhibit startup screen when Emacs is started with a file name only
2439 on tty (i.e. don't inhibit it when started with a file name like
2440 "emacs FILE..." on a window system).
2441 Comment out unused code for coping with the old sit-for behavior.
2442 If file-count > 0, then display the concise version in another
2443 window, otherwise display full version in the same window.
2444 * loadup.el: Add `button'. Move up `startup'.
2445 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
2446 * version.el (emacs-copyright): Add emacs-copyright.
2447 * menu-bar.el (menu-bar-help-menu):
2448 Move "About Emacs" and "About GNU" to the end of the Help menu.
2449 Move "Emacs Psychotherapist" after "Send Bug Report...".
2450 Move "External Packages" after "Find Emacs Packages".
2452 2007-11-10 Jason Rumney <jasonr@gnu.org>
2454 * w32-fns.el: Sync charset names with setup-default-fontset.
2455 Append "-1" where second part missing.
2457 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
2459 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
2461 * ido.el (ido-save-history): Write the history file in UTF-8,
2462 and add `coding' file-local variable.
2464 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2466 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
2467 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
2468 (iso-iso2duden-trans-tab): Add docstring.
2470 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2472 * faces.el (face-normalize-spec): Remove function.
2473 (frame-set-background-mode): Undo last change.
2475 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2477 * files.el (enable-local-variables): Doc fix.
2479 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
2481 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
2482 match dir like "a...b".
2484 2007-11-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@gnu.org>
2486 * eshell/esh-mode.el (eshell-output-filter):
2487 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
2488 Use `with-current-buffer'.
2490 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
2492 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
2494 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
2496 * net/tls.el: Require rx when compiling.
2497 (tls-end-of-info): New variable.
2498 (open-tls-stream): Keep reading input until `tls-end-of-info' is
2501 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2503 * simple.el (bad-packages-alist): Anchor semantic regexp.
2505 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
2507 * files.el (hack-local-variables): Fix membership tests to avoid
2508 treating all variables as safe if `enable-local-variables' is
2509 set to :safe (CVE-2007-5795).
2511 2007-11-02 Glenn Morris <rgm@gnu.org>
2513 * progmodes/etags.el (tags-table-mode): Disable undo.
2515 * simple.el (bad-packages-alist): Revert previous change.
2517 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2519 * printing.el (printing): Fix :version, printing.el was included
2521 (pr-path-style, pr-path-alist, pr-txt-name)
2522 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2523 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2524 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2525 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2526 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2527 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2528 (pr-setting-database, pr-visible-entry-list)
2529 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2530 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
2533 2007-11-01 Glenn Morris <rgm@gnu.org>
2535 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2537 * mail/footnote.el (footnote-numeric-regexp)
2538 (footnote-english-upper-regexp, footnote-english-lower-regexp)
2539 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2540 Match multi-character footnotes.
2542 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2543 (nroff-indent-line-function): New function.
2544 (nroff-count-text-lines): Use nroff-forward-text-line rather than
2547 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
2549 * net/tramp.el (tramp-open-connection-telnet)
2550 (tramp-open-connection-rsh, tramp-open-connection-su)
2551 (tramp-open-connection-multi): Set $LC_ALL to "C".
2553 2007-10-31 Sven Joachim <svenjoac@gmx.de>
2555 * dired-aux.el (dired-copy-file-recursive):
2556 Preserve directory permissions.
2558 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2560 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
2561 (whitespace-unload-function): New-style unload function. When run,
2562 unintern `whitespace-unload-hook' and call `unload-feature' recursively
2563 to stop the old hook from messing with the unloading.
2565 * strokes.el (strokes-alphabetic-lessp): Doc fix.
2567 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
2569 * emacs-lisp/find-func.el (find-library): Use library at
2570 point as default interactive argument.
2572 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2574 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
2575 (elp-unset-master, elp-results): Fix typos.
2576 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
2579 * msb.el (msb--many-menus): Remove variable.
2580 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
2581 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
2582 (msb--toggle-menu-type): Fix typos in docstrings.
2584 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
2585 (shadow-insert-var): Doc fixes.
2586 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
2588 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
2590 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2592 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
2593 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
2594 Fix typos in autoload docstrings.
2596 * loadhist.el (unload-feature): Remove redundant check.
2598 2007-10-30 Richard Stallman <rms@gnu.org>
2600 * savehist.el (savehist-save): Obey savehist-ignored-variables.
2602 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
2604 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
2605 (gdb-var-update-handler-1): Use it.
2607 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2609 * loadhist.el (unload-feature): Remove erroneous check for the
2610 FEATURE-unload-function variable; check the existence of the
2611 function (that's what the docstring says, and it makes more sense).
2613 * follow.el (follow-unload-function): Add docstring.
2614 (follow-unload-function): Remove variable.
2616 * server.el (server-unload-function): Remove variable.
2617 (server-unload-function): Unbind `server-edit' from `C-x #'.
2619 * uniquify.el (uniquify-unload-function): Add docstring.
2620 (uniquify-unload-function): Remove variable.
2622 * ses.el (ses-unload-function): New function.
2624 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2626 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
2627 (unsafep-progn, unsafep-let): Fix typos in docstrings.
2629 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
2630 before use to avoid a warning in packages that require uniquify.
2631 (uniquify-unload-function): New function and var.
2633 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2635 * loadhist.el (unload-feature-special-hooks):
2636 Add `delete-frame-functions'.
2638 * server.el (server-unload-function): Rename from `server-unload-hook'
2639 and adapt to new `unload-feature' functionality. Remove hook from
2640 `kill-buffer-hook' buffer-locally.
2641 (server-unload-hook): Remove.
2642 (server-unload-function): New var; replaces `server-unload-hook'.
2644 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
2646 * desktop.el (uniquify-managed): Pacify byte compiler.
2647 (desktop-buffer-info): If the buffer name is managed by uniquify,
2648 save the base name, not the uniquified one.
2649 (desktop-create-buffer): Allow `rename-buffer' to generate a new
2650 name in case of conflict.
2652 2007-10-26 Glenn Morris <rgm@gnu.org>
2654 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2655 safe-local-variable property.
2657 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
2659 * net/browse-url.el (browse-url-browser-function): Delete grail.
2660 (browse-url-grail): Function and variable deleted.
2661 (browse-url-browser-function): Delete IXI Mosaic.
2662 (browse-url-default-browser): Don't try IXI Mosaic.
2663 (browse-url-iximosaic): Function deleted.
2664 (browse-url-browser-function): Delete MMM.
2665 (browse-url-default-browser): Don't try MMM.
2666 (browse-url-mmm): Function deleted.
2668 2007-10-25 Glenn Morris <rgm@gnu.org>
2670 * progmodes/f90.el (f90-indented-comment-re)
2671 (f90-directive-comment-re, f90-break-delimiters):
2672 * progmodes/fortran.el (fortran-comment-line-start-skip)
2673 (fortran-directive-re):
2674 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2675 as safe if they are strings.
2677 2007-10-25 Richard Stallman <rms@gnu.org>
2679 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2681 2007-10-24 Richard Stallman <rms@gnu.org>
2683 * savehist.el (savehist-save): Omit unreadable elements.
2685 * loadhist.el (unload-function-defs-list): Renamed from
2686 unload-function-features-list.
2687 (unload-feature-special-hooks, unload-feature): Doc fixes.
2689 * indent.el (indent-to-left-margin): If point's in the indentation,
2690 move to the end of the indentation.
2692 * cus-edit.el (customize-changed-options): Make arg optional.
2694 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2696 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2698 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2700 * textmodes/css-mode.el: Require CL.
2701 (comment-continue): Declare.
2703 * subr.el (make-variable-frame-localizable): Remove.
2704 (make-variable-frame-local): Mark obsolete.
2706 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2708 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2709 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2711 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
2713 * comint.el (comint-password-prompt-regexp):
2714 Handle `[sudo] password'-style prompt.
2716 2007-10-23 Glenn Morris <rgm@gnu.org>
2718 * progmodes/f90.el (f90-do-indent, f90-if-indent)
2719 (f90-type-indent, f90-program-indent)
2720 (f90-continuation-indent, f90-comment-region)
2721 (f90-beginning-ampersand, f90-smart-end)
2722 (f90-break-before-delimiters, f90-auto-keyword-case)
2723 (f90-leave-line-no, f90-mode-hook):
2724 Give an appropriate safe-local-variable property.
2725 (f90-font-lock-keywords-2): Fix `go to' regexp.
2727 * progmodes/fortran.el (fortran-tab-mode-default)
2728 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2729 (fortran-structure-indent, fortran-continuation-indent)
2730 (fortran-comment-indent, fortran-comment-line-extra-indent)
2731 (fortran-comment-line-start)
2732 (fortran-minimum-statement-indent-fixed)
2733 (fortran-minimum-statement-indent-tab)
2734 (fortran-comment-indent-char, fortran-line-number-indent)
2735 (fortran-check-all-num-for-matching-do)
2736 (fortran-blink-matching-if, fortran-continuation-string)
2737 (fortran-comment-region, fortran-electric-line-number)
2738 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2739 (fortran-analyze-depth, fortran-break-before-delimiters):
2740 Give an appropriate safe-local-variable property.
2742 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2744 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2745 of the subdirs is unreadable.
2747 2007-10-22 Martin Rudalics <rudalics@gmx.at>
2749 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
2750 Use window-full-width-p.
2752 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2754 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2755 (tpu-edt-off): Use it.
2756 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
2757 the global-map before adding it to global-map.
2759 * menu-bar.el (global-buffers-menu-map): New var.
2760 (global-map, menu-bar-update-buffers): Use it.
2761 * msb.el (msb-menu-bar-update-buffers): Use it.
2762 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2763 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
2764 Use with-current-buffer.
2766 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2768 * hexl.el (hexl-menu): New major mode menu.
2770 2007-10-20 Glenn Morris <rgm@gnu.org>
2772 * progmodes/f90.el (f90-font-lock-keywords-2)
2773 (f90-looking-at-type-like): Fix regexp typos.
2775 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2777 * bs.el (bs-mode): Add mode name (accidentally left out
2778 in the 2007-10-16 change).
2780 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2782 * bs.el (bs--track-window-changes): Don't refresh the whole list.
2783 (bs-mode): Set mode-class property to special.
2785 * follow.el (follow-unload-function): New function.
2787 * loadhist.el (unload-function-features-list):
2788 Rename from `unload-hook-features-list'.
2789 (unload-hook-features-list): Add as obsolete alias.
2790 (unload-feature): Use `unload-function-features-list'
2791 and new FEATURE-unload-function.
2793 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
2795 * loadhist.el (unload-feature-special-hooks):
2796 Update list of special hooks.
2798 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
2799 (adaptive-fill-function): Doc fix. Remove * from docstring.
2801 2007-10-18 Glenn Morris <rgm@gnu.org>
2803 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
2805 2007-10-17 Aaron Hawley <aaronh@garden.org>
2807 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
2808 position is not saved.
2810 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
2812 * longlines.el (longlines-wrap-follows-window-size): Integer value
2813 specifies wrapping margin.
2814 (longlines-mode, longlines-window-change-function):
2815 Set window-specific wrapping margin based on the above.
2817 2007-10-17 John Wiegley <johnw@newartisans.com>
2819 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
2821 2007-10-17 Glenn Morris <rgm@gnu.org>
2823 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
2824 Tweak regexp to avoid stack overflow.
2826 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2828 * simple.el (reindent-then-newline-and-indent): Don't assume that
2829 indent-according-to-mode preserves point.
2831 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
2833 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
2834 (bs--restore-window-config): Keep the selected frame.
2835 (bs--track-window-changes, bs--remove-hooks): New functions.
2836 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
2837 (bs--show-with-configuration): Revert 2006-11-09 change.
2838 Don't reuse window unless it is visible on the selected frame.
2839 Restore window configuration (possibly in a different frame)
2840 before creating any window.
2842 2007-10-16 Richard Stallman <rms@gnu.org>
2844 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
2845 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
2846 (ad-is-advised, ad-get-advice-info-field)
2847 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
2849 2007-10-16 Glenn Morris <rgm@gnu.org>
2851 * simple.el (blink-matching-open): Don't report false errors with
2852 the `$' syntax class.
2854 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2856 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
2857 (filesets-ormap, filesets-sort-case-sensitive-flag)
2858 (filesets-remake-shortcut, filesets-ingroup-collect-files):
2859 Fix typos in docstrings.
2860 (filesets-data-get-name, filesets-data-get-data)
2861 (filesets-data-set, filesets-cmd-query-replace-getargs)
2862 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
2864 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2866 * term/mac-win.el: Don't require url when compiling, as url-type is
2869 2007-10-14 Glenn Morris <rgm@gnu.org>
2871 * progmodes/etags.el (select-tags-table): Disable undo in the
2872 `*Tags Table List*' buffer.
2874 2007-10-13 Eli Zaretskii <eliz@gnu.org>
2876 * dired.el (dired-warn-writable): New face.
2877 (dired-warn-writable-face): New variable.
2878 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
2879 of dired-warning-face, for group- and world-writable files.
2881 2007-10-13 Glenn Morris <rgm@gnu.org>
2883 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
2884 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2885 Add doc string, and an explicit COUNT argument.
2886 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
2887 `inc' to search functions.
2889 2007-10-13 John W. Eaton <jwe@octave.org>
2891 * progmodes/octave-mod.el (octave-looking-at-kw)
2892 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2894 (octave-in-defun-p, calculate-octave-indent)
2895 (octave-blink-matching-block-open, octave-beginning-of-defun)
2896 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
2897 to search for regexps that contain case-sensitive keywords.
2898 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
2899 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2901 2007-10-13 Richard Stallman <rms@gnu.org>
2903 * files.el (directory-abbrev-alist): Doc fix.
2905 2007-10-13 Jari Aalto <jari.aalto@cante.net>
2907 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
2909 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2911 * frame.el (set-frame-configuration): Assign name parameter only
2912 if it has been set explicitly before.
2914 * window.el (handle-select-window): Revert part of 2007-10-06
2915 change setting the input focus.
2917 2007-10-12 Glenn Morris <rgm@gnu.org>
2919 * cus-edit.el (custom-variable-menu, custom-face-menu)
2920 (custom-group-menu): Check init-file-user rather than
2921 user-init-file, in case cus-edit is loaded by site-run-file.
2923 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2925 * follow.el (follow-stop-intercept-process-output):
2926 Use `follow-call-process-filter' rather than `process-filter'.
2928 2007-10-11 Tom Tromey <tromey@redhat.com>
2930 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
2933 2007-10-10 Richard Stallman <rms@gnu.org>
2935 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
2938 * faces.el (face-font-selection-order): Doc fix.
2940 * loadhist.el (unload-feature): Doc fix.
2942 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2944 * ps-print.el: Fix the usage of :foreground and :background face
2945 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2946 (ps-print-version): New version 6.7.6.
2947 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2949 (ps-face-foreground-color-p, ps-face-background-color-p)
2950 (ps-face-color-p): New inline funs.
2952 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
2954 * follow.el: Change all instances of "Follow Mode" to "Follow
2955 mode" in docstrings and messages.
2957 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2959 * faces.el (face-font-selection-order): Doc fix.
2961 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
2962 (follow-mode-off-hook): Mark as obsolete.
2964 2007-10-08 Richard Stallman <rms@gnu.org>
2966 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
2967 (edebug-install-custom-print, edebug-reset-print-funcs)
2968 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
2970 (edebug-prin1, edebug-print, edebug-prin1-to-string)
2971 (edebug-format, edebug-message): Define directly as aliases.
2973 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2975 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
2977 2007-10-07 Glenn Morris <rgm@gnu.org>
2979 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2982 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
2984 * net/tramp.el (tramp-completion-mode): Extend doc-string.
2985 (tramp-completion-mode-p): Revert change from 2007-09-24.
2986 Checking for `return' etc as last character is not sufficient, for
2987 example in dired-mode when entering <g> (revert-buffer) or
2990 2007-10-06 Martin Rudalics <rudalics@gmx.at>
2992 * window.el (mouse-autoselect-window-cancel): Don't cancel for
2993 select-window or select-frame events.
2994 (handle-select-window): When autoselecting window set input
2997 * frame.el (focus-follows-mouse): Moved to frame.c.
2998 * cus-start.el (all): Add focus-follows-mouse.
3000 2007-10-05 Chris Moore <dooglus@gmail.com>
3002 * server.el (server-kill-new-buffers): Doc fix.
3004 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
3006 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
3007 activate font-locking in the *buffer-selection* buffer.
3008 (bs-show-sorted): Doc fix.
3010 * bs.el (bs--get-marked-string, bs--get-modified-string)
3011 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3012 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
3013 (bs--format-aux): Doc fix.
3015 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
3017 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
3019 2007-10-04 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3021 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
3023 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
3025 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
3026 (gud-gdb): New function for old M-x gdb (text command mode).
3027 (gud-gdb-command-name, gdb): Move to...
3029 * progmodes/gdb-ui.el: ...here and adapt doc string.
3030 (gud-gdba-command-name, gdba): Delete.
3032 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
3034 * bs.el: Don't defvar `font-lock-verbose'.
3035 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
3036 (bs--get-file-name): Fix typos in docstrings.
3037 (bs--show-header): Use `dolist' instead of `mapcar'.
3038 (bs-mode): Set `show-trailing-whitespace' to nil.
3039 (bs-buffer-sort-function, bs-mouse-select-other-frame)
3040 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
3043 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
3045 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
3047 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
3049 * progmodes/gud.el (gdb): Make graphical mode the default and
3050 switch to text command mode if appropriate, i.e., reverse previous
3052 (gud-gdb-marker-filter): Adapt for above change.
3054 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
3055 gud-minor-mode and gud-marker-filter.
3056 (gdb-fullname-regexp): New variable.
3057 (gud-gdba-marker-filter): Use it to switch to text command
3058 mode if appropriate.
3060 2007-10-02 Richard Stallman <rms@gnu.org>
3062 * frame.el (cursor-in-non-selected-windows): Doc fix.
3064 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
3066 * progmodes/gud.el (gud-display-line): Find source buffer even when
3067 GUD buffer has its own frame.
3069 2007-10-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3071 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
3073 2007-09-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3075 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3077 2007-09-29 Martin Rudalics <rudalics@gmx.at>
3079 * allout.el (allout-before-change-handler): Replace got-char by
3082 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3084 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
3085 Used to try and automatically enabled smerge-mode in the presence of
3086 conflicts and to call `svn resolved' when the conflicts are gone.
3087 (vc-svn-parse-status): Remember the svn-specific status.
3089 * newcomment.el (comment-choose-indent): New function extracted
3090 from comment-indent. Improve the alignment algorithm.
3091 (comment-indent): Use it.
3093 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
3095 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
3096 (eldoc-message-commands, eldoc-current-idle-delay):
3097 Fix typos in docstrings.
3099 * progmodes/python.el (python-eldoc-function): Doc fix.
3101 2007-09-26 Eli Zaretskii <eliz@gnu.org>
3103 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
3104 menu-bar-apropos-menu. All users changed.
3105 (menu-bar-help-menu): Change menu symbols to better match the text
3106 displayed by the menu.
3108 2007-09-25 Glenn Morris <rgm@gnu.org>
3110 * view.el (view-search-no-match-lines): Add a doc string.
3111 Rewrite to simplify and work better.
3113 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
3115 * net/tramp.el (tramp-completion-mode-p): Rename from
3116 `tramp-completion-mode'. Revert logic, check `return', `newline'
3117 and such alike. Packages like Icicles tend to use other completion
3118 characters but `tab' and `space' only.
3119 (top): Require cl.el, when `copy-tree' is not available otherwise.
3121 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
3124 2007-09-24 Ville Skytt
\e,Ad
\e(B <scop@xemacs.org> (tiny change)
3126 * net/tramp-vc.el (tramp-vc-user-login-name):
3127 Use `vc-find-version' instead of `process-file' to check whether we
3128 have a new enough vc that doesn't need the defadvice.
3130 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
3132 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
3135 2007-09-23 Glenn Morris <rgm@gnu.org>
3137 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3139 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3141 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
3143 * log-view.el (log-view-mode-map): Likewise.
3145 * diff-mode.el (diff-mode-shared-map): Likewise.
3147 2007-09-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
3149 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3150 add inferior-octave-directory-tracker to the buffer-local value
3151 of comint-input-filter-functions.
3153 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3155 * files.el (file-name-sans-versions): Also allow `A-Z'.
3157 * vc.el: Mention all supported VC backends.
3159 2007-09-22 Richard Stallman <rms@gnu.org>
3161 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
3162 neighbouring buttons.
3164 2007-09-22 Andreas Schwab <schwab@suse.de>
3166 * files.el (file-name-sans-versions): Also allow `_'.
3168 2007-09-22 Glenn Morris <rgm@gnu.org>
3170 * eshell/esh-mode.el (eshell-output-filter-functions):
3171 Add eshell-postoutput-scroll-to-bottom.
3173 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3175 * files.el (file-name-sans-versions): Allow - and a-z in version names.
3177 * log-view.el (log-view-mode-map, log-view-mode-menu):
3178 Bind log-view-annotate-version.
3179 (log-view-beginning-of-defun, log-view-end-of-defun)
3180 (log-view-annotate-version): New functions.
3181 (log-view-mode): Use log-view-beginning-of-defun and
3182 log-view-end-of-defun.
3184 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3186 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
3188 2007-09-21 Kevin Ryde <user42@zip.com.au>
3190 * international/mule.el (sgml-html-meta-auto-coding-function):
3191 Bind `case-fold-search' to t.
3193 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3195 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
3196 neighbouring buttons.
3198 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3199 Recognize gcc's use of "note" for informational messages.
3201 2007-09-20 Glenn Morris <rgm@gnu.org>
3203 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3204 motion functions, rather than hard-coding "\n\n".
3205 (tex-validate-region): Check for eobp, to speed up.
3206 (tex-next-unmatched-end): Doc fix.
3208 2007-09-19 Glenn Morris <rgm@gnu.org>
3210 * textmodes/tex-mode.el (tex-terminate-paragraph):
3211 Use backward-paragraph.
3213 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3215 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
3216 (css-mode): Update correspondingly.
3218 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3220 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
3222 * vc-hooks.el (vc-menu-entry): New var.
3223 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
3224 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
3225 (vc-menu-map): Declare and initialize in one step.
3227 * menu-bar.el (vc-menu-map): Don't setup any more.
3228 Instead, just create the proper spot in the menu.
3230 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
3231 Stefan Monnier <monnier@iro.umontreal.ca>
3233 * vc.el: Document new VC operation `extra-menu'.
3235 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
3237 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3239 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
3240 Signed-off-by, Acked-by and Merge.
3242 2007-09-17 Glenn Morris <rgm@gnu.org>
3244 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3245 filename from `--file-line-error', if it is available.
3247 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3249 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3250 TeX `--file-line-error' format.
3252 2007-09-17 Glenn Morris <rgm@gnu.org>
3254 * textmodes/tex-mode.el (tex-region): Simplify previous change,
3255 handling the case where the region is not in `tex-main-file'.
3256 (tex-region-1): Delete.
3257 (tex-region-header): New function, doing the header part of the
3260 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3262 * ediff-init.el (ediff-verbose-p): This var is not a constant.
3264 2007-09-16 Drew Adams <drew.adams@oracle.com>
3266 * cus-edit.el (custom-face-edit-activate): Doc fix.
3268 2007-09-16 Glenn Morris <rgm@gnu.org>
3270 * textmodes/tex-mode.el (tex-region): Handle the case where the
3271 region is not in `tex-main-file'. Move the old code that applies
3273 (tex-region-1): ...to this new function.
3275 2007-09-15 Martin Rudalics <rudalics@gmx.at>
3277 * simple.el (blink-matching-open): Don't display message when no
3278 paren is found within blink-matching-paren-distance characters.
3279 Don't search prompt in blink-matching-paren-distance nil case.
3281 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3283 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
3285 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3287 * vc-mtn.el: New file.
3289 * vc-hooks.el (vc-handled-backends): Add Mtn.
3291 2007-09-13 Eli Zaretskii <eliz@gnu.org>
3293 * files.el (find-file, find-file-other-window)
3294 (find-file-other-frame, find-file-existing, find-file-read-only)
3295 (find-file-read-only-other-window)
3296 (find-file-read-only-other-frame)
3297 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
3299 2007-09-13 Jari Aalto <jari.aalto@cante.net>
3301 * man.el (Man-default-man-entry): At end of line, continue looking
3302 to the next line for possible end of hyphenated command.
3304 2007-09-13 Chris Moore <dooglus@gmail.com>
3306 * shell.el (shell-resync-dirs): Don't move the cursor relative to
3307 the command being edited.
3309 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
3311 * progmodes/gud.el (gdb-ready): New variable.
3312 (gdb): Set it to nil. Set gud-running to nil here...
3313 (gud-common-init): ...instead of here.
3315 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
3316 Use gdb-ready. Discard input until GDB is ready to accept it.
3318 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
3320 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
3323 2007-09-12 Martin Rudalics <rudalics@gmx.at>
3325 * dired.el (dired-warning): Inherit from font-lock-warning-face to
3326 make it show up with eight colors.
3328 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3330 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
3331 diffs are concatenated with no intervening line.
3333 2007-09-10 Dave Love <fx@gnu.org>
3335 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3336 (python-font-lock-keywords): Update to the 2.5 version of the language.
3337 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3338 (python-backspace): Only behave funny in code.
3339 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3340 (inferior-python-mode): Add PDB prompt regexp.
3341 (python-fill-paragraph): Refine the fenced-string regexp.
3342 (python-find-imports): Handle imports spanning several lines.
3343 (python-mode): Add `class' to hideshow support.
3345 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3347 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
3348 add-log-buffer-file-name-function rather than bind buffer-file-name,
3349 so we dont end up calling change-log-mode in *cvs* when `fi' is the
3350 ChangeLog file itself.
3352 * outline.el (outline-flag-region): Use front-advance.
3354 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
3356 * progmodes/cperl-mode.el: Merge upstream 5.23.
3357 (cperl-where-am-i): Remove function.
3358 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
3359 (cperl-sniff-for-indent): De-invert [string] and [comment].
3360 When looking for label, skip s:m:y:tr.
3361 (cperl-indent-line): Likewise.
3362 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
3363 (cperl-windowed-init): Wrong `ps-print' handling.
3364 Both thanks to Chong Yidong.
3365 (cperl-look-at-leading-count): Could fail with unfinished RExen.
3366 (cperl-find-pods-heres): If the second part of s()[] is missing,
3367 don't try to highlight delimiters...
3369 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3371 * progmodes/compile.el (compilation-get-file-structure): Complete last
3372 change by also using spec-directory in the puthash.
3374 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
3376 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
3377 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
3378 (vc-bzr-status): Fix shadowing of variable 'status'.
3379 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
3380 Use `expand-file-name' instead of `concat'.
3381 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
3382 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
3384 2007-09-05 Jason Rumney <jasonr@gnu.org>
3386 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
3388 2007-09-02 Richard Stallman <rms@gnu.org>
3390 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
3391 Add `safe-local-variable' property.
3392 (lisp-body-indent): Likewise.
3394 2007-09-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3396 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3399 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
3400 (x-gtk-map-stock): New function.
3402 2007-09-02 Glenn Morris <rgm@gnu.org>
3404 * comint.el (comint-mode): Don't set scroll-conservatively.
3406 * eshell/em-unix.el (eshell/time): Stringify and flatten the
3407 non-command arguments.
3409 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3411 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3412 Fix bug: Don't expand top-level file name more than once.
3413 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3415 2007-09-01 Richard Stallman <rms@gnu.org>
3417 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
3420 2007-08-30 Richard Stallman <rms@gnu.org>
3422 * speedbar.el (speedbar-frame-reposition-smartly)
3423 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3424 (speedbar-check-vc): Don't use dframe-xemacsp.
3426 2007-08-30 Martin Rudalics <rudalics@gmx.at>
3428 * files.el (backup-buffer-copy): Try to overwrite old backup first.
3430 2007-08-29 Martin Rudalics <rudalics@gmx.at>
3432 * repeat.el (repeat): Use last-repeatable-command instead of
3433 real-last-command. Run pre- and post-command hooks for
3434 self-insertion. Update doc-string.
3436 2007-08-28 Glenn Morris <rgm@gnu.org>
3438 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
3440 2007-08-27 Alexandre Julliard <julliard@winehq.org>
3442 * vc-git.el (vc-git-state): Call git-add --refresh to update the
3444 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
3445 (vc-git-create-repo): Fix invalid command.
3447 2007-08-27 Richard Stallman <rms@gnu.org>
3449 * textmodes/flyspell.el (flyspell-mode):
3450 Catch errors in flyspell-mode-on.
3452 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3454 * progmodes/modula2.el (m2-definition, m2-module):
3455 Don't use previous-line. Reported by T. V. Raman.
3457 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3459 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3460 argument to tool-bar-mode call.
3462 2007-08-27 Glenn Morris <rgm@gnu.org>
3464 * diff-mode.el (diff-find-file-name): Only accept regular files,
3465 to rule out /dev/null, directories, etc.
3467 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
3469 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3470 safe-local-variable setting.
3471 * progmodes/perl-mode.el (perl-indent-level): Likewise.
3473 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3475 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3476 of buffers in uniquify-managed.
3478 * simple.el (invisible-p): Rename from text-invisible-p.
3481 2007-08-25 Alan Mackenzie <acm@muc.de>
3483 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3484 new language variable.
3486 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
3487 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3488 "extern" etc., rather than BOI. Fix addition of spurious
3489 syntactic-symbol 'defun-block-intro, replacing it with
3492 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
3494 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3495 Don't behave differently when executed via M-x. Add doc string.
3497 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3499 * files.el (backup-buffer-copy): Don't wrap delete in
3500 condition-case, only try to delete if file exists.
3502 2007-08-24 Glenn Morris <rgm@gnu.org>
3504 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3506 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3508 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3509 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3510 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3511 (cperl-etags-goto-tag-location): Use new style backquotes.
3513 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
3514 (dynamic-completion-table): Use it it.
3516 * net/browse-url.el: Remove spurious * in custom docstrings.
3517 (browse-url-filename-alist): Use new-style backquote.
3519 * emacs-lisp/backquote.el (backquote-unquote-symbol)
3520 (backquote-splice-symbol): Clarify they're not new-style unquotes.
3522 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3523 (\,@): Backslash the , and ,@ which are not new-style unquotes.
3525 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3527 * net/socks.el (socks-username/password-auth-filter):
3528 Remove unused vars `state' and `desired-len'.
3529 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3530 (socks-wait-for-state-change): Use new-style backquotes.
3532 * pcvs.el (cvs-mode-status): Fix long-standing typo.
3534 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3535 backquotes after each `read' rather than once per buffer.
3537 * dframe.el: Remove spurious * in custom docstrings.
3538 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3539 (dframe-xemacs20p): Remove, inline at the sole use point.
3540 (defface): Don't defvar the face, don't use old-style backquote.
3541 (defcustom): Don't use old-style backquote.
3542 (dframe-frame-parameter, dframe-mouse-event-p):
3543 Make it obvious that it's always defined.
3544 (dframe-popup-kludge): New function to replace
3545 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3546 (dframe-frame-mode, dframe-set-timer-internal)
3547 (dframe-mouse-set-point): Remove use of with-no-warnings from
3548 XEmacs-specific code.
3549 (dframe-set-timer-internal): Fix very old bug with
3550 post-command-idle-hook.
3552 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3554 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
3556 * image-mode.el (image-minor-mode): Use image-mode-text-map.
3558 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
3560 * sort.el (sort-fold-case, sort-numeric-base): Mark as
3561 safe-local-variable.
3563 2007-08-22 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3565 * net/browse-url.el (browse-url-emacs): New function.
3567 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3569 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
3570 warning if the file uses old style backquotes.
3572 * emacs-lisp/bytecomp.el (byte-compile-log-file)
3573 (byte-recompile-directory, byte-compile-file)
3574 (byte-compile-from-buffer): Use with-current-buffer.
3576 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
3577 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
3578 (line-move-1, line-move-finish, line-move-to-column)
3579 (move-end-of-line, move-beginning-of-line): Use new name.
3581 2007-08-22 Glenn Morris <rgm@gnu.org>
3583 * files.el (backup-buffer-copy): Check backup directory is
3584 writable, to avoid infloop deleting old backup.
3586 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
3587 movemail related variables.
3588 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
3589 will now be set before this is called.
3591 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3593 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
3595 * progmodes/ada-mode.el: Fix up comment style in header.
3596 (ada-check-emacs-version): Remove.
3597 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
3598 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
3599 to try and quieten the byte-compiler.
3600 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
3602 * vc.el (vc-annotate-warp-version): Don't use previous-line.
3604 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
3606 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
3607 extracted from `eval-last-sexp-1'.
3608 (eval-last-sexp-1): Call `preceding-sexp'.
3610 2007-08-19 Glenn Morris <rgm@gnu.org>
3612 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
3613 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
3614 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
3615 shadow files messing up the compilation.
3617 2007-08-18 Glenn Morris <rgm@gnu.org>
3619 * progmodes/scheme.el (scheme-mode-variables):
3620 Set font-lock-comment-start-skip.
3622 2007-08-18 Martin Rudalics <rudalics@gmx.at>
3624 * progmodes/ada-mode.el (ada-create-syntax-table):
3625 Move set-syntax-table from here to ...
3626 (ada-mode): ... here. Don't change global value of comment-multi-line.
3627 Call new function ada-initialize-syntax-table-properties.
3628 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
3629 (ada-deactivate-properties, ada-initialize-properties):
3630 Replace by new functions ...
3631 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
3632 (ada-initialize-syntax-table-properties): ... to set up syntax-table
3633 properties uniformly, independently from whether font-lock-mode
3634 is enabled or not. Handle read-only buffers and do not change
3635 undo-list when setting syntax-table properties.
3636 (ada-after-change-function): Use ada-set-syntax-table-properties.
3638 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3640 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
3641 (cperl-find-pods-heres): Fix an error when typing expressions like
3644 2007-08-17 Glenn Morris <rgm@gnu.org>
3646 * progmodes/compile.el (compilation-get-file-structure): Make use
3647 of the directory part when checking for an existing entry, to
3648 handle files with same basename in different directories.
3650 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3652 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
3653 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
3654 (ps-paragraph-spacing): Docstring fix.
3656 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3658 * smerge-mode.el (smerge-resolve): New arg `safe'.
3659 (smerge-resolve-all, smerge-batch-resolve): New function.
3660 (smerge-refine): Make sure `diff' returns the expected result.
3661 (smerge-parsep-re): New const.
3662 (smerge-mode): Use it to adjust paragraph-separate.
3664 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3665 Correctly match / regexp matchers as first char on a line when
3666 fontifying only that line.
3668 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
3670 2007-08-16 Glenn Morris <rgm@gnu.org>
3672 * ps-print.el (ps-font-size): Doc fix.
3674 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3676 * vc-bzr.el: Don't fiddle with vc-handled-backend.
3677 (vc-bzr-registered): Don't redundantly protect against
3678 file-error. Actually use the format-specific code.
3679 (vc-bzr-buffer-nonblank-p): Remove.
3680 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
3682 2007-08-15 Glenn Morris <rgm@gnu.org>
3684 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
3685 sloppier, for the sake of GNU Mailman.
3686 (rmail-digest-rfc1153): Initialize `result' correctly.
3688 2007-08-14 Glenn Morris <rgm@gnu.org>
3690 * simple.el (bad-packages-alist): New constant.
3691 (bad-package-check): New function. Together, these two add
3692 elements to `after-load-alist' to check for problematic external
3694 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
3696 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
3698 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
3699 optional quotes around files in NEED-UPDATE . REMOVED case.
3701 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
3702 (ada-treat-cmd-string): Improve error message.
3703 (ada-do-file-completion): Call `ada-require-project-file', so
3704 project variables are set properly.
3705 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
3706 (ada-gnatfind-buffer-name): New constant.
3707 (ada-find-any-references): Use new constant. Set buffer name
3708 properly in compilation-start. Toggle read-only properly.
3709 (ada-find-in-src-path): Fix spelling error in docstring.
3711 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
3714 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
3716 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
3718 2007-08-12 Richard Stallman <rms@gnu.org>
3720 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
3721 (cvs-execute-single-file): Use new name split-string-and-unquote.
3722 (cvs-header-msg): Use new name combine-and-quote-strings.
3724 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
3726 * progmodes/gud.el (gud-common-init): Use new name
3727 split-string-and-unquote.
3729 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
3732 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
3733 combine-and-quote-strings and split-string-and-unquote.
3735 * subr.el (combine-and-quote-strings): Rename from strings->string.
3736 (split-string-and-unquote): Rename from string->strings.
3738 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3740 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
3741 to buffer-local settings.
3743 * emacs-lisp/backquote.el (backquote-delay-process): New function.
3744 (backquote-process): Add internal arg `level'. Use the two to
3745 correctly handle nested backquotes.
3747 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
3749 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
3750 (vc-bzr-state-words): Add "kind changed" state word.
3751 (vc-bzr-status): New function. Return Bzr idea of file status,
3752 which is different from VC's.
3753 (vc-bzr-state): Use vc-bzr-status.
3754 (vc-workfile-unchanged-p): Use vc-bzr-status.
3755 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
3756 (vc-dired-state): Process "kind changed" state word.
3758 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3760 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
3762 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
3763 Move from vc-default-find-file-not-found-hook.
3765 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
3767 * url/url-auth.el (url-basic-auth): When prompting for username
3768 and password, default to the username and password in the URL.
3770 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3772 * man.el: Remove spurious * in docstrings.
3773 Merge defvars and toplevel setq-defaults.
3774 (Man-highlight-references0): Limit=nil rather than point-max.
3775 (Man-mode-map): Move initialization into the declaration.
3776 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
3777 (Man-view-header-file): Use expand-file-name rather than concat.
3778 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
3780 * man.el (Man-next-section): Make sure we do not move backward.
3782 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3784 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
3785 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
3786 ps-print-color-p is neither nil nor black-white. Reported by Christian
3787 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3789 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3791 * files.el (auto-mode-alist): Use the purecopied text (duh!).
3793 2007-08-08 Andreas Schwab <schwab@suse.de>
3795 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
3796 self-insert-command, not self-insert.
3798 2007-08-08 Glenn Morris <rgm@gnu.org>
3800 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
3802 * Replace `iff' in doc-strings and comments.
3804 * help-mode.el (help-make-xrefs): Search for symbol constituents,
3805 rather than just `-'.
3807 2007-08-08 Martin Rudalics <rudalics@gmx.at>
3809 * dired.el (dired-pop-to-buffer):
3810 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3811 * calendar/calendar.el (generate-calendar-window):
3812 * progmodes/compile.el (compilation-set-window-height):
3813 * textmodes/two-column.el (2C-two-columns, 2C-merge):
3814 Use window-full-width-p instead of comparing frame-width and
3817 * progmodes/compile.el (compilation-find-buffer): Remove extra
3818 argument in call to compilation-buffer-internal-p.
3820 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
3822 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
3823 parameters IDENTIFICATION and CONNECTED.
3824 (tramp-handle-insert-file-contents): VISIT must be handled after
3825 insertion of the local copy. Reported by Peter Gordon
3826 <peter@pg-consultants.com>.
3827 (tramp-file-name-handler): No special handling for
3828 `expand-file-name'. But for `file-name-as-directory'.
3829 (tramp-find-shell, tramp-open-connection-telnet)
3830 (tramp-open-connection-rsh, tramp-open-connection-su)
3831 (tramp-open-connection-multi)
3832 (tramp-open-connection-setup-interactive-shell): Guard against
3833 $PROMPT_COMMAND shell var. Reported by Steve Youngs
3834 <steve@sxemacs.org>.
3835 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
3838 * net/trampver.el: Update release number.
3840 2007-08-07 Tom Tromey <tromey@redhat.com>
3842 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
3843 Add safe-local-variable property.
3845 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
3847 * image-mode.el (image-toggle-display): Use image-refresh.
3849 * longlines.el (longlines-decoded): New variable.
3850 (longlines-mode): Avoid encoding or decoding the buffer twice.
3852 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
3854 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
3856 (vc-bzr-command): Remove redundant setting of process-connection-type.
3857 (vc-bzr-admin-checkout-format-file): Add autoload.
3858 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
3859 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
3860 (vc-bzr-registered): Compare dirstate format tag with known good
3861 value, abort parsing if match fails. Warn user in docstring.
3862 (vc-bzr-workfile-version): Case for different Bzr branch formats.
3863 See bzrlib/branch.py in Bzr sources.
3864 (vc-bzr-diff): First argument FILES may be a string rather than a list.
3865 (vc-bzr-shell-command): Remove in favor of
3866 vc-bzr-command-discarding-stderr.
3867 (vc-bzr-command-discarding-stderr): New function.
3869 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
3871 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
3872 program, and return nil
3873 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
3874 (vc-bzr-state): Look for path names relative to the repository
3875 root after status keyword.
3876 (vc-bzr-file-name-relative): New function.
3877 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
3879 (vc-bzr-admin-dirname, ...-checkout-format-file)
3880 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
3881 files that we now parse directly for speed.
3882 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
3883 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
3884 (vc-bzr-state): "bzr status" successful only if exitcode is 0
3885 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
3886 Bzr warnings, so we must discard it.
3887 (vc-bzr-workfile-version): Speedup counting lines from
3888 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
3889 if that file doesn't exist.
3890 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
3891 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
3892 (not ".bzr"!) to `vc-directory-exclusion-list'
3893 (vc-bzr-shell-command): New function.
3895 2007-08-06 Tom Tromey <tromey@redhat.com>
3897 * diff-mode.el (diff-unified->context, diff-reverse-direction)
3898 (diff-fixup-modifs): Typo in docstring.
3900 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3902 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
3904 (tpu-edt-off): Disable relevant pieces of advice.
3906 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
3907 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
3908 (newline, newline-and-indent, do-auto-fill): Use advice instead of
3909 redefining the function.
3910 (tpu-set-scroll-margins): Activate the pieces of advice.
3912 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
3914 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
3917 2007-08-06 Martin Rudalics <rudalics@gmx.at>
3919 * help.el (resize-temp-buffer-window): Use window-full-width-p
3920 instead of comparing frame-width and window-width.
3922 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
3924 * term.el: Honor term-default-fg-color and term-default-bg-color
3925 settings when modifying term-current-face.
3926 (term-default-fg-color, term-default-bg-color): Initialize from
3927 default term-current-face.
3928 (term-mode, term-reset-terminal): Set term-current-face with
3929 term-default-fg-color and term-default-bg-color.
3930 (term-handle-colors-array): term-current-face has term-default-fg-color
3931 and term-default-bg-color after reset escape sequence.
3932 (term-handle-colors-array): Set term-current-color with
3933 term-default-fg/bg-color instead of ansi-term-color-vector when the
3934 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
3936 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
3938 * files.el (set-auto-mode): Handle also remote files wrt
3941 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
3942 remote identification.
3944 2007-08-04 Glenn Morris <rgm@gnu.org>
3946 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
3947 zero, not nil, when the library is first loaded. Check for a file
3948 that has been modified on disk.
3950 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
3951 Remove duplicate defvar preventing initialization.
3952 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
3954 2007-08-03 Miles Bader <miles@gnu.org>
3956 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
3957 backend names for new backends to `Git', `Hg', and `Bzr'.
3958 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
3960 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
3962 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
3963 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
3965 2007-08-03 Glenn Morris <rgm@gnu.org>
3967 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
3969 2007-08-02 Richard Stallman <rms@gnu.org>
3971 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
3972 to update deleted flag.
3974 * cus-edit.el (customize-apropos, customize-apropos-options)
3975 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
3977 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
3979 * startup.el (fancy-splash-head, startup-echo-area-message):
3980 Change message text.
3982 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
3983 All callers use line-move.
3985 * progmodes/compile.el (compilation-find-buffer): Return current
3986 buffer immediately if suitable.
3987 (compile, compilation-buffer-name, compilation-start): Doc fixes.
3989 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3991 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
3992 Make it more discriminating and more useful.
3993 (vc-bzr-root-dir): Use new name.
3994 (vc-bzr-registered): Use new name and look at the dirstate file to
3995 determine if it's registered or not without running `bzr'.
3997 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
3999 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
4001 2007-07-31 Drew Adams <drew.adams@oracle.com>
4003 * cus-edit.el (custom-group-value-create, custom-goto-parent):
4004 Fix parent groups link.
4006 2007-07-31 Daiki Ueno <ueno@unixuser.org>
4008 * faces.el (face-normalize-spec): New function.
4009 (frame-set-background-mode): Normalize face-spec before calling
4012 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
4014 * vc-bzr.el: New file (copied from the trunk).
4016 * vc-hooks.el (vc-handled-backends): Add BZR.
4017 (vc-find-file-hook): Failsafe if the backend's `registered'
4020 * server.el (server-window): Add switch-to-buffer-other-frame option.
4022 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4024 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
4025 (vc-git-revision-completion-table): Enable.
4027 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
4029 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
4031 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
4032 (vc-hg-registered): Set the vc-state property.
4034 * diff-mode.el (diff-mode-menu): New entries.
4036 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4038 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
4039 (diff-file-kill): Use it.
4040 (diff-beginning-of-hunk): Add arg `try-harder' using it.
4041 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
4042 Use it so they find the hunk even when we're in the file header.
4044 * vc.el: Add new VC operation `revision-completion-table'.
4045 (vc-default-revision-completion-table): New function.
4046 (vc-version-diff, vc-version-other-window): Use it to provide
4047 completion of revision names if the backend provides it.
4049 * vc-arch.el (vc-arch--version-completion-table)
4050 (vc-arch-revision-completion-table): New functions to provide
4051 completion of revision names.
4053 * vc-cvs.el: Require CL.
4054 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
4055 New functions to provide completion of revision names.
4057 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
4059 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4060 (copyright-fix-years, copyright): Correctly handle the case where
4061 copyright-limit is nil.
4063 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
4065 * progmodes/python.el (run-python): Fix path separator under w32.
4067 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
4069 * vc-git.el: New File.
4071 2007-07-28 Alan Mackenzie <acm@muc.de>
4073 Fix problem with modes derived from CC Mode:
4074 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
4076 (c-init-language-vars-for): Remove call to above macro.
4077 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
4079 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
4081 2007-07-28 Eli Zaretskii <eliz@gnu.org>
4083 * net/trampver.el: Fix the `coding' cookie.
4085 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
4087 * add-log.el (change-log-redate): Remove (not needed anymore and
4088 doesn't appear to work).
4090 2007-07-25 Glenn Morris <rgm@gnu.org>
4092 * Relicense all FSF files to GPLv3 or later.
4094 * COPYING: Switch to GPLv3.
4096 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4098 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
4099 Replace it with another one which disables undo before calling
4100 erase-buffer and then turns it back on if needed.
4102 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4104 * ps-print.el: Problem with foreground and background color when
4105 printing a buffer with and without faces. Reported by Christian
4106 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4107 (ps-print-version): New version 6.7.5.
4108 (ps-default-fg): Change default value to nil, so black color is used
4109 when a face does not specify a foreground color.
4110 (ps-default-bg): Change default value to nil, so white color is used
4111 for background color.
4112 (ps-begin-job): Fix code.
4114 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4116 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
4118 2007-07-24 Alan Mackenzie <acm@muc.de>
4120 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4121 Initialise byte-compile-unresolved-functions before rather than
4122 after a compilation.
4123 (byte-compile-unresolved-functions): Amplify doc string.
4125 2007-07-24 Glenn Morris <rgm@gnu.org>
4127 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4128 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4129 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4130 (cal-tex-cursor-week, cal-tex-cursor-week2)
4131 (cal-tex-cursor-week-iso, cal-tex-week-hours)
4132 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4133 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4134 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4136 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4138 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
4140 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
4142 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4143 underlying file is uptodate.
4145 2007-07-23 Richard Stallman <rms@gnu.org>
4147 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
4149 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
4151 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
4152 (sh-font-lock-flush-syntax-ppss-cache): New funs.
4153 (sh-font-lock-syntactic-keywords): Use them to distinguish the
4154 different possible cases for \'.
4155 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
4157 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
4158 `file' from which to start the search and fix case where `file' is the
4159 current directory and the root as well.
4161 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4162 name for buffer-file-name if it refers to a directory.
4164 2007-07-22 Jason Rumney <jasonr@gnu.org>
4166 * w32-fns.el (set-default-process-coding-system): Use dos line ends
4167 for input to cmdproxy on all versions of Windows.
4168 Use dos line ends for input to plink.
4170 * comint.el (comint-simple-send): Concat newline before sending.
4171 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
4173 2007-07-22 Juri Linkov <juri@jurta.org>
4175 * isearch.el (isearch-edit-string): Save old point and
4176 isearch-other-end to old-point and old-other-end before reading
4177 the search string from minibuffer. After exiting minibuffer set
4178 point to old-other-end if point and the search direction is the
4179 same as before reading the search string.
4180 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
4181 to isearch-other-end. Instead of isearch-search-and-update call
4182 three functions isearch-search, isearch-push-state and isearch-update.
4184 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
4186 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
4187 destroying an existing buffer.
4189 2007-07-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4191 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
4193 * term/x-win.el (x-handle-no-bitmap-icon): New function.
4195 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
4197 * textmodes/reftex.el (reftex-access-parse-file): Create parse
4198 file in a way that does not interfere with recentf.
4200 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4202 * image-dired.el (image-dired-sane-db-file): New func.
4203 (image-dired-write-tags, image-dired-remove-tag)
4204 (image-dired-list-tags, image-dired-write-comments)
4205 (image-dired-get-comment, image-dired-mark-tagged-files)
4206 (image-dired-create-gallery-lists): Call new func.
4207 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
4209 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4211 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
4212 (vc-hg-dir-state): Fix loop.
4213 (vc-hg-print-log): Fix expected return value for vc-hg-command.
4214 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
4215 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
4216 (vc-hg-revert): Likewise.
4217 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
4219 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4221 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
4222 case of alignment under a constant symbol, find and consider
4223 the sexp actually at indentation to be the "last sexp".
4225 2007-07-20 Eli Zaretskii <eliz@gnu.org>
4227 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4228 (install): Use them to copy all *.el files before *.elc.
4229 (clean): Don't delete *~.
4231 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
4233 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
4235 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
4237 * vc-hg.el (vc-hg-registered): Replace if with when.
4238 (vc-hg-state): Deal with nonexistent files.
4240 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
4242 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
4243 (follow-delete-other-windows-and-split, follow-recenter)
4244 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
4245 (follow-redisplay, follow-estimate-first-window-start)
4246 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
4247 Fix typos in docstrings.
4249 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
4251 * bookmark.el (bookmark-show-all-annotations):
4252 Make sure each inserted annotation ends with newline.
4254 (bookmark-maybe-sort-alist): Don't modify
4255 bookmark-alist. Instead, if not sorting, simply return it.
4256 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
4257 for its return value, not for its side effect.
4259 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
4261 * vc.el: Add more info about the vc-registered function.
4263 2007-07-16 David Kastrup <dak@gnu.org>
4265 * emacs-lisp/advice.el (defadvice): Doc fix.
4267 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
4269 * subr.el (when, unless): Doc fix.
4271 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4273 * vc-hg.el (vc-hg-state): Handle removed files.
4274 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
4275 (vc-hg-checkout): Re-enable.
4277 2007-07-15 Richard Stallman <rms@gnu.org>
4279 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
4281 * tutorial.el (tutorial--find-changed-keys):
4282 Handle C-x specially like ESC.
4284 2007-07-15 Roland McGrath <roland@frob.com>
4286 * add-log.el (add-change-log-entry): Check add-log-full-name
4287 and add-log-mailing-address later, after change-log-mode-hook.
4289 2007-07-15 Richard Stallman <rms@gnu.org>
4291 * isearch.el (isearch-mode, isearch-done):
4292 Delete unintended code in previous change.
4294 * ps-print.el (ps-default-bg): Change to White.
4296 2007-07-15 Aaron Hawley <aaronh@garden.org>
4298 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
4300 2007-07-15 Martin Rudalics <rudalics@gmx.at>
4302 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
4303 when handling the terminating event.
4305 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
4307 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4309 2007-07-13 Eli Zaretskii <eliz@gnu.org>
4311 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4312 (install): Use them to copy all *.el files before *.elc.
4314 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4316 * replace.el (match): Use yellow1 instead of yellow.
4318 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
4320 * pcvs-info.el (cvs-unknown): Likewise.
4322 2007-07-12 Davis Herring <herring@lanl.gov>
4324 * desktop.el (desktop-buffer-info, desktop-save):
4325 Use `desktop-dirname' instead of `dirname'.
4327 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
4329 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
4331 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
4333 2007-07-10 Richard Stallman <rms@gnu.org>
4335 * emacs-lisp/lisp-mode.el (eval-defun):
4336 Explain special handling of `defface'.
4338 2007-07-09 Richard Stallman <rms@gnu.org>
4340 * isearch.el (isearch-edit-string): Call to isearch-push-state
4343 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
4345 * cus-start.el (file-coding-system-alist): Fix custom type.
4347 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
4349 * longlines.el (longlines-wrap-region): Avoid marking buffer as
4351 (longlines-auto-wrap, longlines-window-change-function):
4352 Remove unnecessary calls to set-buffer-modified-p.
4354 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4356 * vc.el (vc-default-log-view-mode): New function.
4357 (vc-print-log): Add new `log-view-mode' VC operation.
4359 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
4361 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
4362 Rename and move to...
4364 * subr.el (strings->string, string->strings): ...here.
4366 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
4367 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
4369 * progmodes/gud.el (gud-common-init): Call string->strings instead
4372 2007-07-07 Eli Zaretskii <eliz@gnu.org>
4374 * term/w32-win.el (menu-bar-open): New function.
4377 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4379 * log-view.el (log-view-mode-menu): New menu.
4381 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
4383 * vc-hg.el: New file.
4385 2007-07-06 Andreas Schwab <schwab@suse.de>
4387 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
4388 dynamic bindings around the evaluation of the expression.
4389 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
4391 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4393 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
4396 2007-07-02 Martin Rudalics <rudalics@gmx.at>
4398 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
4400 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
4401 event is not a cons cell. Do not unread drag-mouse-1 events.
4402 Select right window in check whether space was stolen from
4405 2007-07-01 Richard Stallman <rms@gnu.org>
4407 * files.el (find-file-visit-truename): Fix safe-local-variable value.
4409 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
4411 * generic-x.el (generic-define-mswindows-modes)
4412 (generic-define-unix-modes, apache-log-generic-mode)
4413 (bat-generic-mode-keymap, java-manifest-generic-mode)
4414 (show-tabs-generic-mode): Fix typos in docstrings.
4416 2007-06-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4418 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
4419 replace-regexp-in-string.
4421 2007-06-28 Andreas Schwab <schwab@suse.de>
4423 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
4426 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
4428 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
4429 the speedbar frame if nil; that deletes the current frame or
4430 causes an error if it is the only frame.
4431 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
4433 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
4435 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
4436 directory where the desktop file was found, as the docstring says.
4437 (desktop-kill): Use `read-directory-name'.
4439 * desktop.el (desktop-load-locked-desktop): New option.
4440 (desktop-read): Use it.
4441 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
4444 2007-06-24 Davis Herring <herring@lanl.gov>
4446 * desktop.el (desktop-save-mode-off): New function.
4447 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
4448 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
4449 (desktop-claim-lock, desktop-release-lock): New functions.
4450 (desktop-kill): Tell `desktop-save' that this is the last save.
4451 Release the lock afterwards.
4452 (desktop-buffer-info): New function.
4453 (desktop-save): Use it. Run `desktop-save-hook' where the doc
4454 says to. Detect conflicts, and manage the lock.
4455 (desktop-read): Detect conflicts. Manage the lock.
4457 2007-06-23 Eli Zaretskii <eliz@gnu.org>
4459 * ls-lisp.el (insert-directory): If an invalid regexp error is
4460 thrown, try using FILE as a literal file name, not a wildcard.
4461 Check for FILE as an existing file, not just a directory.
4463 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
4465 * ruler-mode.el (ruler-mode): Prevent clobbering the original
4466 `header-line-format' when reentering ruler mode.
4468 2007-06-23 Eli Zaretskii <eliz@gnu.org>
4470 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
4471 FILE exists as a directory.
4473 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4475 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
4476 (vera-font-lock-match-item): Fix doc string.
4477 (vera-in-comment-p): Remove unused function.
4478 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
4480 (vera-forward-syntactic-ws): Fix argument order.
4481 (vera-prepare-search): Use `with-syntax-table'.
4482 (vera-indent-line): Fix doc string.
4483 (vera-electric-tab): Fix doc string.
4484 (vera-expand-abbrev): Define alias instead of using `fset'.
4485 (vera-comment-uncomment-region): Use `comment-start-skip'.
4487 2007-06-20 Reto Zimmermann <reto@gnu.org>
4489 * progmodes/vera-mode.el: New file.
4491 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
4493 * ido.el (ido-find-file-in-dir): Don't signal an error for
4496 2007-06-18 Alan Mackenzie <acm@muc.de>
4498 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
4499 When removing lines, also remove the \n. Correction of patch of
4502 2007-06-17 Glenn Morris <rgm@gnu.org>
4504 * lpr.el (lpr-page-header-switches): Move %s to separate element
4505 for correct quoting. Doc fix.
4507 2007-06-13 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4509 * term/xterm.el (terminal-init-xterm): Escape parens in character
4512 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
4514 * scroll-lock.el (scroll-lock-mode): Doc fix.
4516 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4518 * font-lock.el (font-lock-add-keywords): In case font-lock was only
4519 half-activated, forcefully activate it completely.
4521 2007-06-11 Richard Stallman <rms@gnu.org>
4523 * cus-edit.el (custom-variable-type): Doc fix.
4525 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
4527 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
4529 2007-06-09 Davis Herring <herring@lanl.gov>
4531 * desktop.el (desktop-minor-mode-table): Doc fix.
4533 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
4535 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
4536 (image-next-line, image-previous-line, image-scroll-up)
4537 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
4539 (image-mode-map): Remap motion commands.
4540 (image-mode-text-map): New keymap for viewing images as text.
4541 (image-mode): Use image-mode-map.
4542 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
4544 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
4546 Sync with Tramp 2.0.56.
4551 * net/tramp-util.el:
4553 Don't load cl.el, because that pollutes the namespace. Replace cl
4554 macros by their implementations where necessary. Requested by
4555 Richard Stallman <rms@gnu.org>.
4557 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
4559 (with-parsed-tramp-file-name): Protect debug spec during compilation.
4560 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
4561 (tramp-file-name-p, tramp-file-name-multi-method)
4562 (tramp-file-name-method, tramp-file-name-user)
4563 (tramp-file-name-host, tramp-file-name-localname): New defuns,
4564 replacing defstruct `tramp-file-name'.
4565 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
4566 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
4567 Apply `vector' instead of `make-tramp-file-name'.
4568 (tramp-handle-make-auto-save-file-name):
4569 Apply `tramp-temporary-file-directory' for compatibility reasons.
4570 (tramp-completion-mode): Use `natnump' instead of `wholenump'
4572 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
4575 2007-06-07 David Kastrup <dak@gnu.org>
4577 * dired.el (dired-recursive-deletes, dired-recursive-copies):
4578 Change default to `top'.
4580 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
4582 * dired.el (dired-mode-map): Remove spurious separator.
4584 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
4586 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
4588 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4589 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
4591 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
4593 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
4594 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
4596 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
4598 * progmodes/ebrowse.el (ebrowse-member-table):
4599 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
4601 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4603 * pgg.el (pgg-sign-region, pgg-sign):
4604 * ses.el (ses-call-printer):
4605 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
4606 * textmodes/org.el (org-cycle): Fix typos in docstrings.
4608 2007-06-06 Eli Zaretskii <eliz@gnu.org>
4610 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
4611 (tar-get-descriptor): Handle type 55, an extended pax header.
4613 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4615 * textmodes/css-mode.el: New file.
4617 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
4619 * net/socks.el: New file, taken from w3 repository.
4620 (top): Update Copyright. Don't load cl.el.
4621 (all): Replace `case' by `cond', `string-to-int' by
4622 `string-to-number', and `process-kill-without-query' by
4623 `set-process-query-on-exit-flag'.
4624 (socks-char-int): Remove defalias and all occurrences.
4626 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4628 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4629 (sort-coding-systems, search-unencodable-char): Doc fixes.
4630 (coding-system-change-eol-conversion, set-default-coding-systems)
4631 (prefer-coding-system, find-multibyte-characters, princ-list)
4632 (leim-list-entry-regexp, set-input-method, locale-language-names)
4633 (input-method-exit-on-first-char, exit-language-environment-hook)
4634 (locale-charset-language-names): Fix typos in docstrings.
4636 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
4638 * bs.el (bs-cycle-previous): Don't modify the cycle list until
4639 `switch-to-buffer' has returned succesfully.
4640 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
4641 window is dedicated (it could iconify the frame).
4643 2007-06-05 Glenn Morris <rgm@gnu.org>
4645 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
4647 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
4649 * files.el (auto-mode-alist): Add lower-priority match for names
4652 2007-06-04 Andreas Schwab <schwab@suse.de>
4654 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
4656 2007-06-04 Davis Herring <herring@lanl.gov>
4658 * calendar/timeclock.el: Update version number.
4659 (timeclock-modeline-display): Mention timeclock-use-display-time
4660 in explanatory message.
4661 (timeclock-log): Suppress warnings when finding the log.
4662 Don't check for a nil project twice. Run hooks after killing the
4663 buffer (if applicable).
4664 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
4665 was geometric). All uses changed.
4666 (timeclock-generate-report): Support prefix argument.
4668 2007-06-04 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
4670 * man.el (Man-next-section): Don't consider the last line of the
4671 page as being part of any section.
4673 2007-06-04 Martin Rudalics <rudalics@gmx.at>
4675 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
4676 modified flag of buffer. Use `inhibit-modification-hooks'.
4678 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
4680 * mail/mail-extr.el (mail-extract-address-components):
4681 Recognize non-ASCII characters except for NBSP as words.
4683 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
4685 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
4687 2007-06-04 Michael Olson <mwolson@gnu.org>
4689 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
4690 died and we are trying to send a signal to it.
4692 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
4694 * emacs-lisp/easy-mmode.el (define-minor-mode)
4695 (easy-mmode-define-navigation): Fix typos in docstrings.
4697 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
4698 Fix typos in docstrings.
4699 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
4700 (compilation-finish-function): Fix typo in obsolescence declaration.
4702 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
4704 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
4706 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
4707 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
4709 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
4711 * longlines.el (longlines-mode): Make longlines-auto-wrap
4712 buffer-local. Add hooks unconditionally.
4713 (longlines-auto-wrap): Toggle wrapping.
4714 (longlines-after-change-function)
4715 (longlines-post-command-function): Check longlines-auto-wrap.
4717 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4719 * Version 22.1 released.
4721 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
4723 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
4726 2007-05-31 Richard Stallman <rms@gnu.org>
4728 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
4730 2007-05-29 Martin Rudalics <rudalics@gmx.at>
4732 * textmodes/table.el (table--point-entered-cell-function)
4733 (table--point-left-cell-function):
4734 Bind `inhibit-point-motion-hooks' to t.
4736 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4738 * emacs-lisp/rx.el (rx): Doc fix.
4740 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
4742 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
4744 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
4746 * log-edit.el (log-edit-changelog-paragraph): Return point-max
4747 as the end of the ChangeLog paragraph when it ends without a line
4750 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4752 * textmodes/fill.el (canonically-space-region): Make the second arg
4753 a marker if it's not already the case.
4755 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
4756 (xterm-mouse-event): Use it.
4758 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
4760 * vc-hooks.el (vc-find-root): Fix file attribute test.
4762 2007-05-24 Richard Stallman <rms@gnu.org>
4764 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4765 Don't let opoint be nil.
4766 (flyspell-emacs-popup): Explicit error if no dialogs.
4768 2007-05-23 Eli Zaretskii <eliz@gnu.org>
4770 * tar-mode.el (tar-file-name-handler): New function.
4771 (tar-extract): Bind file-name-handler-alist to it to force
4772 find-buffer-file-type-coding-system behave as if the file being
4773 extracted existed. Use last-coding-system-used to force
4774 buffer-file-coding-system to what decode-coding-region actually
4775 used to decode the file.
4777 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4779 * progmodes/compile.el (compilation-handle-exit):
4780 `compilation-finish-function' may change the current buffer.
4782 2007-05-22 Richard Stallman <rms@gnu.org>
4784 * files.el (set-auto-mode): Doc fix.
4786 2007-05-22 Eli Zaretskii <eliz@gnu.org>
4788 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4790 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
4792 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
4793 (rcirc-print): Handle `window-width'.
4794 (rcirc-buffer-maximum-lines): Doc fix.
4796 2007-05-19 Kevin Ryde <user42@zip.com.au>
4798 * info.el (Info-fontify-node): Match https also.
4800 2007-05-18 Richard Stallman <rms@gnu.org>
4802 * simple.el (push-mark): Doc fix.
4804 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
4806 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
4808 (tpu-original-global-map): Delete variable.
4809 (tpu-control-keys-map): New keymap variable.
4810 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
4811 setting keymapping directly.
4812 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
4814 (tpu-edt-on): Activate the tpu-global-map.
4815 (tpu-edt-off): Deactivate the tpu-global-map.
4817 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
4819 * textmodes/ispell.el (ispell-get-word): Return markers
4820 for start and end positions.
4821 (ispell-word): Assume END is a marker.
4823 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4825 * ps-print.el: Use default color when foreground or background color
4826 are unspecified. Reported by Leo <sdl.web@gmail.com>.
4827 (ps-print-version): New version 6.7.4.
4828 (ps-rgb-color): New argument. Use default color when color is
4830 (ps-begin-job): Fix code.
4832 2007-05-17 Martin Rudalics <rudalics@gmx.at>
4834 * textmodes/ispell.el (ispell-start-process): Defend against bad
4837 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4839 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
4841 2007-05-16 Richard Stallman <rms@gnu.org>
4843 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4845 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4847 * files.el (magic-mode-alist, magic-fallback-mode-alist):
4848 Move the *ml, Postscript, and XmCD entries to the fallback part.
4850 * files.el (magic-fallback-mode-alist):
4851 Rename from file-start-mode-alist.
4853 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4855 * progmodes/compile.el (compilation-handle-exit): Quote first
4856 argument of `run-hook-with-args'.
4858 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
4860 * buff-menu.el (Buffer-menu-sort-column):
4861 * dabbrev.el (dabbrev-upcase-means-case-search):
4862 * dired.el (dired-recursive-deletes, dired-recursive-copies):
4863 * info.el (Info-current-subfile):
4864 * ls-lisp.el (ls-lisp-verbosity):
4865 * msb.el (msb-menu-cond):
4866 * pcvs.el (cvs-dired-use-hook):
4867 * simple.el (set-mark-command-repeat-pop):
4868 * time.el (display-time-24hr-format, display-time-mail-file):
4871 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
4872 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
4874 * view.el (view-inhibit-help-message): Fix typo in docstring.
4875 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
4877 2007-05-14 Eli Zaretskii <eliz@gnu.org>
4879 * mail/rmail.el (rmail-convert-to-babyl-format):
4880 Check content-transfer-encoding _last_, because we need its position
4881 in base64-header-field-end.
4883 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
4885 * files.el (mode-require-final-newline, require-final-newline)
4886 (enable-local-variables, enable-local-eval): Doc fixes.
4888 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
4890 * progmodes/python.el (python-font-lock-keywords)
4891 (python-open-block-statement-p, python-mode): Add support for the new
4894 2007-05-10 Richard Stallman <rms@gnu.org>
4896 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
4897 (iso-cvt-write-only): Likewise.
4899 * emacs-lisp/easy-mmode.el (define-minor-mode):
4900 Fix generated doc string.
4902 * startup.el (fancy-splash-text): Add URL of guided tour.
4903 Adjust horizontal and vertical whitespace.
4905 * progmodes/compile.el (compilation-handle-exit):
4906 Use run-hook-with-args to run compilation-finish-functions.
4908 * files.el (file-start-mode-alist): New variable.
4909 (magic-mode-regexp-match-limit): Doc fix.
4910 (set-auto-mode): Handle file-start-mode-alist.
4911 A little cleanup of structure.
4913 2007-05-10 Davis Herring <herring@lanl.gov>
4915 * calendar/timeclock.el (timeclock-in): Fix non-interactive
4916 workday specifications.
4917 (timeclock-log): Don't kill the log buffer if it already existed.
4919 2007-05-08 Richard Stallman <rms@gnu.org>
4921 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
4922 Don't include non-self-insert commands in the exception for `-'.
4924 2007-05-08 David Reitter <david.reitter@gmail.com>
4926 * progmodes/python.el (python-guess-indent): Check non-nullness
4927 before comparing indent against the 2..8 interval.
4929 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4931 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
4934 2007-05-06 Richard Stallman <rms@gnu.org>
4936 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
4938 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
4940 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
4943 2007-05-01 Romain Francoise <romain@orebokech.com>
4945 * dired-x.el: Revert 2007-04-06 change.
4947 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
4949 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
4950 don't put stop on toolbar.
4952 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
4954 * find-dired.el (find-dired-filter): Propertize all text down to eob.
4956 2007-04-29 Richard Stallman <rms@gnu.org>
4958 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
4960 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4962 * progmodes/cc-mode.el (c-before-change): Use point-min rather
4965 2007-04-28 Richard Stallman <rms@gnu.org>
4967 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
4969 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4971 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
4973 2007-04-28 Eli Zaretskii <eliz@gnu.org>
4975 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
4976 instead of $(lisp)/mh-e.
4978 * textmodes/fill.el (fill-paragraph): Doc fix.
4980 2007-04-28 Glenn Morris <rgm@gnu.org>
4982 * image-dired.el (image-dired-cmd-create-thumbnail-options)
4983 (image-dired-cmd-create-temp-image-options): Replace option
4984 +profile "*" with -strip.
4986 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
4988 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4989 Use window-start and window-end.
4991 2007-04-26 Glenn Morris <rgm@gnu.org>
4993 * progmodes/python.el: Restore file pending consideration of legal
4996 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
4998 * locate.el (locate-in-alternate-database): Doc fix.
5000 2007-04-26 Glenn Morris <rgm@gnu.org>
5002 * button.el (button): Use underline if supported, else fall back
5005 2007-04-25 Richard Stallman <rms@gnu.org>
5007 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
5009 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
5011 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
5012 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
5014 (idlwave-current-routine): Don't push mark.
5016 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
5018 * image-dired.el (image-dired-display-image): Derive image-type from
5019 filename rather than assuming jpeg, in case no resizing was needed.
5021 2007-04-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
5023 * custom.el (defface): Doc fix.
5025 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
5027 * progmodes/python.el: Remove due to unclear legal issues.
5029 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
5031 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
5032 Don't re-query for each cleared BP.
5033 (idlwave-shell-clear-bp): Optionally skip BP query.
5034 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
5035 of set-window-buffer, which incorrectly moves displayed region.
5037 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
5039 * calc/calc.el (calc-bug-address): Update maintainer's address.
5040 * calc/*: Update maintainer's address.
5042 2007-04-23 Richard Stallman <rms@gnu.org>
5044 * simple.el (set-mark-command-repeat-pop): Doc fix.
5045 Put in `editing-basics' group.
5047 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
5049 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
5051 (Info-mode-line-node-keymap): Bind mouse commands to
5052 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
5054 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
5056 * locate.el (locate-local-prompt): New var.
5057 (locate-prompt-for-command): Doc fix.
5058 (locate-prompt-for-search-string): New function.
5059 (locate): New optional arg. Make locate-local-prompt
5060 buffer-local. Use locate-prompt-for-search-string.
5061 (locate-with-filter): New optional arg.
5062 Use locate-prompt-for-search-string.
5063 (locate-update): Bind locate-prompt-for-command.
5065 2007-04-23 Glenn Morris <rgm@gnu.org>
5067 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
5069 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
5071 * button.el (button): Inherit from link face on a tty.
5073 2007-04-23 Glenn Morris <rgm@gnu.org>
5075 * button.el (button): Use color for this face on a tty.
5077 * files.el (magic-mode-alist): Allow for carriage-returns in
5078 html-mode and sgml-mode entries.
5080 2007-04-22 Richard Stallman <rms@gnu.org>
5082 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5083 Improve doc string of generated command.
5085 * subr.el (read-number): Catch errors.
5087 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
5089 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
5091 * image-dired.el: Rename from thumbnails.el. All instances of
5092 "thumbnails" replaced with "image-dired".
5094 * dired.el (dired-mode-map): Rename "thumbnails" again, to
5097 2007-04-22 Kim F. Storm <storm@cua.dk>
5099 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
5100 Don't use kill-line.
5102 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
5104 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
5107 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
5109 * dired.el: Rename "tumme" to "thumbnails".
5111 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
5112 replaced with "thumbnails".
5114 2007-04-22 Glenn Morris <rgm@gnu.org>
5116 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
5117 and give it the risky-local-variable property.
5119 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
5122 2007-04-21 Martin Rudalics <rudalics@gmx.at>
5124 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
5125 Use delete-region instead of kill-line.
5127 2007-04-21 Alan Mackenzie <acm@muc.de>
5129 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
5130 `kill-region' by `delete-region'.
5132 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
5134 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
5135 instead of kill-region.
5137 * progmodes/mantemp.el (mantemp-make-mantemps-region)
5138 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
5139 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
5142 * progmodes/vhdl-mode.el (vhdl-template-type)
5143 (vhdl-template-record, vhdl-template-nature)
5144 (vhdl-template-configuration-spec, vhdl-template-component-inst)
5145 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
5146 Use delete-region instead of kill-word and kill-line.
5148 2007-04-21 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
5150 * dired-x.el (dired-virtual-mode): Doc fix.
5152 2007-04-21 Richard Stallman <rms@gnu.org>
5154 * font-lock.el (font-lock-keywords-alist): Mark as risky.
5156 * subr.el (read-number): Doc fix.
5158 * simple.el (pop-to-mark-command): Display message "mark popped"
5159 if point does not move.
5160 (set-mark-command): Doc fix.
5162 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
5164 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
5165 (locate-local-filter, locate-local-search): New vars.
5166 (locate): Make variables local.
5167 (locate-update): Bind locate-buffer-name. Call locate using
5168 locate-local-filter and locate-local-search.
5170 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
5172 * hi-lock.el (hi-lock-file-patterns-policy): New var.
5173 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
5174 (hi-lock-mode): Update docstring.
5176 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5178 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
5179 fill-nobreak-predicate when the break is past fill-column.
5181 2007-04-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
5183 * locate.el (locate): Output from shell-command should go in the
5184 current buffer rather than *Shell Command Output*.
5186 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
5188 * paren.el (show-paren-function): Fix last fix.
5190 2007-04-19 Kevin Ryde <user42@zip.com.au>
5192 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
5193 (archive-lzh-summarize): Add optional start arg for where to start
5194 looking at the archive.
5195 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
5197 * international/mule.el (auto-coding-alist): no-conversion for .exe
5200 2007-04-19 Alan Mackenzie <acm@muc.de>
5202 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
5203 function return type contains "struct", "union", etc.
5204 c-end-of-defun goes too far forward.
5206 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
5208 * paren.el (show-paren-function): Reset window-start to avoid
5211 2007-04-19 Glenn Morris <rgm@gnu.org>
5213 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
5215 2007-04-18 Glenn Morris <rgm@gnu.org>
5217 * calendar/diary-lib.el (diary-header-line-format): Add a custom
5219 (diary-list-entries): Only switch to diary-mode from
5220 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
5221 diary-mode set header-line-format, in case of any customization.
5223 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
5225 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
5226 is less than the length of parse-time-syntax.
5228 2007-04-17 David Kastrup <dak@gnu.org>
5230 * replace.el (query-replace-regexp-eval): Deprecate.
5232 2007-04-17 Alan Mackenzie <acm@muc.de>
5234 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
5235 point too close to EOB, leave point at EOB rather than last `}'.
5237 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5239 * textmodes/bibtex.el (bibtex-include-OPTkey)
5240 (bibtex-user-optional-fields, bibtex-entry-field-alist):
5243 2007-04-17 Glenn Morris <rgm@gnu.org>
5245 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
5246 be encoded, fall back to current year.
5248 2007-04-14 Kevin Ryde <user42@zip.com.au>
5250 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
5251 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
5254 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
5256 * progmodes/python.el (python-end-of-block): Avoid looping forever
5257 if python-next-statement fails.
5259 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5261 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
5263 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5265 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
5266 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
5268 2007-04-15 Jay Belanger <belanger@truman.edu>
5270 * calc/calc.el (calc-version): New function.
5271 (calc-trail-mode): Shorten the title.
5273 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
5275 * mail/footnote.el (footnote-style): Clarify docstring to state
5276 that customizing this only applies to future footnotes.
5278 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5280 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
5281 (bibtex-make-field): Check that INIT is a string. Use functionp.
5283 2007-04-14 Glenn Morris <rgm@gnu.org>
5285 * complete.el (PC-goto-end): New buffer-local variable.
5286 (PC-do-completion-end): Make buffer-local.
5287 (partial-completion-mode) <choose-completion-string-functions>:
5288 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
5289 (PC-do-completion): New optional fourth argument GOTO-END. Add a
5290 doc string. Set PC-goto-end for choose-completion.
5291 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
5294 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
5295 arg to bibtex-make-field.
5296 (bibtex-make-field): Add optional fourth arg NODELIM.
5297 Insert delimiters around INIT unless this arg is non-nil.
5299 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
5301 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
5302 global map isn't modified.
5304 2007-04-14 Glenn Morris <rgm@gnu.org>
5306 * calendar/appt.el (appt-disp-window): Do not split small windows.
5307 Suggested by Jeff Miller <jmiller@cablespeed.com>.
5309 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
5311 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
5315 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
5317 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
5319 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
5320 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
5321 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
5322 (term-pager-help): Fix typos in docstrings.
5324 * wid-edit.el (widget-documentation): Fix typo in docstring.
5326 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
5327 Fix typos in error messages.
5329 2007-04-13 Martin Rudalics <rudalics@gmx.at>
5331 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
5332 window marked as dedicated.
5334 * mail/footnote.el (footnote-latin-string): New variable.
5335 (footnote-latin-regexp): Redefine as regexp alternative.
5336 (Footnote-latin): Use footnote-latin-string instead of
5337 footnote-latin-regexp.
5339 2007-04-13 Glenn Morris <rgm@gnu.org>
5341 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
5344 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
5346 * outline.el (outline-get-next-sibling): Clarify docstring.
5347 (outline-get-last-sibling): Handle case where we are at the first
5348 heading. Clarify docstring.
5350 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
5352 * progmodes/gud.el (gud-minor-mode-map): Make go button same
5353 length as stop button to lessen flicker.
5354 (jdb): Add gud-print.
5355 (gud-find-expr): Jdb prints the expression with the value, so
5356 don't insert it in the output.
5358 2007-04-11 Jason Rumney <jasonr@gnu.org>
5360 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
5361 case hex. Do not try to decode non-hex letters.
5363 2007-04-11 Markus Triska <markus.triska@gmx.at>
5365 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
5366 (byte-optimize-backward-word): Remove (move to bytecomp.el).
5367 (byte-optimize-form-code-walker): Evaluate pure function calls if
5369 (byte-optimize-all-constp): New function.
5371 * emacs-lisp/bytecomp.el (byte-compile-char-before):
5372 Improve numeric argument case.
5373 (byte-compile-backward-char, byte-compile-backward-word):
5374 New functions, performing rewriting previously done in byte-opt.el.
5375 Fix their "Fixme" item (restriction to numeric arguments).
5377 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5379 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
5381 (after-init-hook): Don't quote lambda.
5382 (desktop-first-buffer): Don't wrap it in eval-when-compile.
5383 (desktop-internal-v2s): Remove unused var `el'.
5384 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
5385 desktop-restore-file-buffer.
5386 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
5387 desktop-create-buffer.
5389 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
5391 * woman.el (woman-decode-buffer): Postpone macro-set check...
5392 (woman-decode-region): ...to here.
5394 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
5396 * startup.el (tty-handle-args): Use %S to log ARGS.
5398 2007-04-10 Glenn Morris <rgm@gnu.org>
5400 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
5401 it is obsolete and has no effect.
5403 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
5406 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
5407 obsolete function make-local-hook.
5409 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
5410 start to quieten byte-compiler.
5412 2007-04-10 Markus Triska <markus.triska@gmx.at>
5414 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
5415 to bytecomp.el as byte-compile-char-before).
5416 * emacs-lisp/bytecomp.el (byte-compile-char-before):
5417 New function (modified replacement for byte-optimize-char-before in
5420 2007-04-09 Alan Mackenzie <acm@muc.de>
5422 * startup.el (inhibit-splash-screen): Emphatically state that it
5423 can't be set in site-start.el.
5425 2007-04-09 Masatake YAMATO <jet@gyve.org>
5427 * progmodes/cc-subword.el (c-capitalize-subword): More closely
5428 mimic the behavior of `capitalize-word'. Do not move point with a
5429 negative argument. Based on tiny change by Paul Curry.
5431 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
5433 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
5434 Don't move point if ARG is negative.
5436 2007-04-09 Alan Mackenzie <acm@muc.de>
5438 Changes to make `narrow-to-defun' and `mark-defun' work properly
5441 * progmodes/cc-defs.el (c-beginning-of-defun-1):
5442 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5443 Bind beginning/end-of-defun-function to nil around calls to
5444 beginning/end-of-defun.
5446 * progmodes/cc-langs.el (beginning-of-defun-function)
5447 (end-of-defun-function): New c-lang-setvar's.
5449 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
5450 (setq arg 1))" to enable non-interactive call.
5452 2007-04-09 Eli Zaretskii <eliz@gnu.org>
5454 * simple.el (set-mark-command): Doc fix.
5456 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
5458 * progmodes/gud.el (gdb): Restore existing session if user
5459 tries to start a second one in graphical mode.
5461 2007-04-08 Martin Rudalics <rudalics@gmx.at>
5463 * cus-start.el <scroll-preserve-screen-position>: Add choices.
5465 2007-04-08 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
5467 * term/xterm.el (terminal-init-xterm): Fix key definitions.
5468 Add binding for C-M-SPC.
5470 2007-04-08 Richard Stallman <rms@gnu.org>
5472 * pcomplete.el (pcomplete-read-event): One single definition,
5475 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
5477 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
5478 byte-compiler warning "value unused".
5480 2007-04-08 Andreas Schwab <schwab@suse.de>
5482 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
5484 2007-04-07 Glenn Morris <rgm@gnu.org>
5486 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
5487 Autoload these functions.
5488 (diary-date-forms): Add a custom :set form.
5490 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
5492 (diary-font-lock-keywords): New function with old code for
5493 initialization of variable of same name.
5495 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
5497 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
5498 clean-up: only insert space when on identifier, etc.
5500 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
5502 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
5504 * net/tls.el (open-tls-stream): Properly handle case where there
5505 is no associated buffer.
5507 2007-04-07 Glenn Morris <rgm@gnu.org>
5509 * ffap.el (ffap-file-at-point): Lower the priority of the
5510 ffap-ftp-sans-slash-regexp check.
5512 2007-04-06 Alan Mackenzie <acm@muc.de>
5514 Fix fontification of labels, and other things with ":".
5516 * progmodes/cc-engine.el (c-forward-label): The function now
5517 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
5520 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
5521 new return code from c-forward-label, fontifying tokens properly.
5522 Add some general comments throughout the file.
5524 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
5526 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
5527 Revert 2006-01-27 change.
5529 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
5531 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
5533 * desktop.el (desktop-create-buffer, desktop-save):
5534 Revert 2004-11-12 change for lack of copyright papers.
5536 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
5537 (dired-guess-default): Respect case.
5539 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
5541 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
5542 was originally checked in as byte-optimize-concat on 1997-11-02.
5544 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
5545 1995-05-19 doc changes.
5547 2007-04-06 Kim F. Storm <storm@cua.dk>
5549 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
5550 (unload-feature): Update interactive spec accordingly.
5552 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
5554 2007-04-06 John Paul Wallington <jpw@pobox.com>
5556 * subr.el (with-case-table): Use `make-symbol' to avoid variable
5557 capture. Restore the table in the same buffer.
5559 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
5561 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
5563 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5566 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
5568 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
5569 for low-color displays.
5571 2007-04-05 Glenn Morris <rgm@gnu.org>
5573 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
5574 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
5575 Seed random number generator on loading.
5577 * emacs-lisp/authors.el (top-level): Provide self.
5579 * play/animate.el (top-level): Provide self.
5581 2007-04-04 Alan Mackenzie <acm@muc.de>
5583 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
5584 to mention c-syntactic-indentation.
5586 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
5588 * subr.el (with-case-table): New macro.
5590 * international/mule.el (ascii-case-table): New var.
5592 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
5595 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
5597 * progmodes/gud.el (gud-minor-mode-map): Simplify.
5599 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
5600 of the window if we're outside it e.g menu-bar.
5602 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
5603 window if we're outside it e.g menu-bar.
5605 2007-04-03 Eli Zaretskii <eliz@gnu.org>
5607 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
5608 decode base-64 encoded body if its content-type is something other
5609 than text/* or message/*.
5611 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
5613 * simple.el (activate-mark-hook): Fix typo in docstring.
5615 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
5617 * tmm.el (tmm-c-prompt): Initialize.
5618 (tmm-menubar): Deal with extended menu-items at top level.
5619 (tmm-get-keybind): Handle bindings redefined/undefined locally.
5620 (tmm-prompt): Handle visibility of top level menu-items.
5622 * progmodes/gud.el (gud-menu-map): Simplify.
5623 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
5626 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
5628 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
5630 * comint.el (comint-send-input): Widen the buffer first.
5632 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
5634 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5636 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
5637 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
5639 * newcomment.el (comment-search-forward): Discard comment starters
5642 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
5644 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
5646 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
5648 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
5651 * button.el (previous-button): Rewrite to account for adjacent buttons.
5653 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
5655 * progmodes/idlwave.el (idlwave-auto-fill):
5656 Revert paragraph-separate change.
5658 * progmodes/idlw-shell.el (idlwave-shell-break-in):
5659 Simplify module calc.
5660 (idlwave-shell-set-bp-in-module): Compute module.
5662 2007-03-31 Glenn Morris <rgm@gnu.org>
5664 * emacs-lisp/timer.el (run-at-time): Doc fix.
5666 * emacs-lisp/warnings.el (display-warning): If we create the
5667 buffer displaying the warning, disable undo there.
5669 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
5671 * net/tramp.el (tramp-register-file-name-handler)
5672 (tramp-register-completion-file-name-handler): New defsubst,
5673 derived from `tramp-register-file-name-handlers'. The split is
5674 necessary because Tramp's file name handlers must be registered at
5675 different startup places.
5677 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
5679 * progmodes/hideshow.el (turn-off-hideshow): New function.
5680 (hs-minor-mode): Use it instead of a lambda expression in
5681 change-major-mode-hook.
5683 2007-03-31 David Kastrup <dak@gnu.org>
5685 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
5686 corresponding to MANPATH_MAP entries.
5687 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
5688 (woman-parse-man.conf): Use more discriminating man.conf name.
5689 (woman-parse-man.conf): Parse MANPATH_MAP entries.
5690 (woman-manpath): Doc fix and type fix.
5691 (woman-cached-data): Check for MANPATH_MAP entries.
5692 (woman-expand-directory-path): Treat MANPATH_MAP entries.
5694 2007-03-31 Stuart Herring <herring@lanl.gov>
5696 * emacs-lisp/sregex.el (sregexq): Doc fix.
5698 2007-03-31 Markus Triska <markus.triska@gmx.at>
5700 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
5702 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
5704 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
5707 2007-03-30 Alan Mackenzie <acm@muc.de>
5709 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
5711 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
5713 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
5714 Use it, passed in explicitly, instead of from the dynamic binding.
5715 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
5717 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
5719 * simple.el (blink-matching-open): When in minibuffer, don't
5720 search for a match inside the prompt.
5722 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
5724 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
5725 (tmm-prompt): Don't make the mouse user select the first menu
5728 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
5730 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
5731 SIGUSR1 and SIGUSR2.
5733 2007-03-29 Kim F. Storm <storm@cua.dk>
5735 * ido.el (ido-read-internal): When reading file or dir, only override
5736 minibuffer-local-filename-completion-map, otherwise only override
5737 minibuffer-local-completion-map.
5739 2007-03-29 Glenn Morris <rgm@gnu.org>
5741 * complete.el (partial-completion-mode): Set PC-do-completion-end
5743 (PC-lisp-complete-symbol): Create and use a marker at `end',
5744 rather than using point-marker.
5746 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
5748 * simple.el (next-error-highlight): Doc fix.
5749 (compose-mail): Revert 2007-03-19 change.
5751 2007-03-28 Richard Stallman <rms@gnu.org>
5753 * emacs-lisp/edebug.el (edebug-display): Don't go to
5754 edebug-outside-buffer if it is dead.
5756 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
5758 * view.el (view-mode): Fix typos in docstring.
5760 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
5762 * recentf.el (recentf-save-file): Add a custom :set function.
5764 2007-03-28 Glenn Morris <rgm@gnu.org>
5766 * complete.el (PC-do-completion-end): New variable.
5767 (partial-completion-mode) <choose-completion-string-functions>:
5768 Use PC-do-completion-end in the non-minibuffer case to replace the
5769 correct amount of text.
5770 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
5771 (PC-lisp-complete-symbol): Give marker the after-insertion type,
5772 to deal with improvements inserted after point.
5774 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5776 * button.el (make-text-button): Add explicit `button' property.
5777 (default-button): Don't put a `button' property on it.
5779 * progmodes/python.el (python-mode): Skip comments when parsing.
5781 * vc-arch.el (vc-with-current-file-buffer): New macro.
5782 (vc-arch-file-source-p): Use it to avoid infloop.
5784 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
5786 * emacs-lisp/lisp.el (lisp-complete-symbol):
5787 Fix call to get-buffer-window to find windows in other frames.
5789 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5791 * comint.el (comint-proc-query, comint-dynamic-list-completions):
5792 Fix calls to get-buffer-window to find windows in other frames.
5793 Reported by David Hansen <david.hansen@gmx.net>.
5795 2007-03-27 Kevin Ryde <user42@zip.com.au>
5797 * info.el (Info-display-images-node): On a text-only terminal,
5798 show the "text" or "alt" parts of the image blobs.
5800 2007-03-27 Glenn Morris <rgm@gnu.org>
5802 * complete.el (PC-do-completion): Compute completion-base-size in
5803 the non-filename case, rather than setting to nil.
5804 (PC-lisp-complete-end): New variable.
5805 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
5806 original end in a series of consecutive invocations.
5808 * calendar/calendar.el (calendar-mode-hook): Declare it.
5810 * calendar/diary-lib.el (diary-live-p): Do not check for
5811 diary-selective-display.
5813 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5815 * replace.el (occur-next-error): *Occur* might not be displayed in the
5816 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
5818 2007-03-26 Richard Stallman <rms@gnu.org>
5820 * textmodes/flyspell.el (flyspell-large-region):
5821 Use ispell-call-process-region.
5823 2007-03-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
5825 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
5826 Use prin1 instead of princ.
5828 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
5830 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
5831 Merge in X resources before global face.
5833 * progmodes/compile.el (compilation-start): Save compilation-directory
5834 rather than default-directory as local var.
5835 (compilation-directory): Mark as safe local var.
5837 * files.el: Don't mark default-directory as a safe local var.
5839 2007-03-25 Alan Mackenzie <acm@muc.de>
5841 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
5842 * progmodes/cc-engine.el: Fix typo.
5844 2007-03-25 Juri Linkov <juri@jurta.org>
5846 * compare-w.el (compare-windows): Rename customization group
5847 `compare-w' to `compare-windows'.
5848 (compare-windows-whitespace, compare-ignore-whitespace)
5849 (compare-ignore-case, compare-windows-sync)
5850 (compare-windows-sync-string-size, compare-windows-recenter)
5851 (compare-windows-highlight, compare-windows): Change group name in
5852 the `group' tag from `compare-w' to `compare-windows'.
5853 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
5855 2007-03-24 Markus Triska <markus.triska@gmx.at>
5857 * expand.el: Change example to always enable abbrev-mode,
5858 and remove redundant `function'.
5859 (expand-abbrev-hook): Add autoload cookie.
5861 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
5863 * emacs-lisp/testcover.el (testcover-start, testcover-end)
5864 (testcover-mark-all, testcover-unmark-all): Add prompts to
5867 2007-03-24 Jason Rumney <jasonr@gnu.org>
5869 * autorevert.el (find-file-hook, auto-revert-tail-mode):
5870 Use file size in bytes for auto-revert-tail-pos not characters.
5872 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
5874 * vc-rcs.el (vc-rcs-annotate-command):
5875 Set text property :vc-annotate-prefix on the annotation text.
5876 (vc-rcs-annotate-time): Instead of searching for ": ",
5877 search for end of text propertized with :vc-annotate-prefix.
5879 2007-03-24 Martin Rudalics <rudalics@gmx.at>
5881 * whitespace.el (top level): Remove calls putting
5882 permanent-local nil property since these are no-ops.
5884 * man.el (Man-support-local-filenames): Assure that
5885 default-directory exists when doing call-process.
5887 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
5889 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
5890 Fix omission bug: Use m4-program-options to construct shell command.
5892 2007-03-23 David Kastrup <dak@gnu.org>
5894 * progmodes/cc-mode.el (c-make-emacs-variables-local):
5895 Use `mapcar' rather than `mapcan' to silence compiler warning.
5897 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
5899 * textmodes/reftex.el, textmodes/reftex-vars.el,
5900 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
5901 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
5902 * textmodes/reftex-index.el, textmodes/reftex-global.el,
5903 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
5904 * textmodes/reftex-auc.el: Add maintainer address.
5906 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
5908 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
5909 Make sure that `global-font-lock-mode' does not turn on font-lock
5912 2007-03-21 Kim F. Storm <storm@cua.dk>
5914 * xt-mouse.el (xt-mouse-epoch): New variable.
5915 (xterm-mouse-event): Use float-time.
5917 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
5919 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
5922 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5924 * complete.el (read-file-name-internal): Don't add the final > if the
5925 completion is not finished (re-application of this patch, which was
5926 accidentally undone by Eli).
5928 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
5930 * emulation/viper.el (viper-non-hook-settings): Handle mouse
5931 clicks in describe-key and describe-key-briefly advice a little better.
5933 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
5935 * server.el (server-process-filter): Cancel any pending isearch.
5937 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
5939 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
5940 (icalendar--get-unfolded-buffer): Define actual arguments rather
5941 than just using &rest. Check replace-in-string is fbound.
5942 (icalendar-import-buffer): Doc fix.
5943 (icalendar--convert-ical-to-diary): Set diary-file.
5944 Check diary-file before inserting final newline.
5945 (icalendar--add-diary-entry): Return diary-file.
5947 2007-03-21 Glenn Morris <rgm@gnu.org>
5949 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
5950 (diary-display-hook): Add custom :set function.
5952 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
5953 Add custom :set function.
5954 (diary-header-line-format): Doc fix.
5955 (diary-set-maybe-redraw): New function.
5956 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
5957 (diary-list-entries): Always run diary-mode.
5959 2007-03-20 Kenichi Handa <handa@m17n.org>
5961 * international/quail.el (quail-setup-completion-buf): Make the
5962 completion buffer read-only.
5963 (quail-completion): Adjusted for the above change. Leave the
5966 2007-03-20 David Kastrup <dak@gnu.org>
5968 * files.el (magic-mode-alist): Require literal "%!PS" string for
5969 magic postscript file detection.
5971 2007-03-20 Richard Stallman <rms@gnu.org>
5973 * textmodes/ispell.el (ispell-call-process): New function.
5974 Defends against bad `default-directory.'
5975 (ispell-check-version, ispell-find-aspell-dictionaries)
5976 (ispell-get-aspell-config-value, lookup-words): Call it.
5977 (ispell-call-process-region): New function.
5978 (ispell-send-string): Call it.
5980 2007-03-20 Andreas Schwab <schwab@suse.de>
5982 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
5983 (finder-data): Likewise.
5984 (autoloads): Likewise.
5986 2007-03-20 Martin Rudalics <rudalics@gmx.at>
5988 * files.el (basic-save-buffer): Do not set visited filename when
5989 the corresponding directory does not exist or the specified
5990 filename is that of an existing directory.
5992 2007-03-20 Glenn Morris <rgm@gnu.org>
5994 * calendar/diary-lib.el (diary-live-p): New function.
5995 (number-of-diary-entries): Add a :set function to redisplay diary
5998 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
6000 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
6001 from client program, mev, to compute mouse event.
6003 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
6005 * faces.el (momentary): Face removed; unused due to reversion of
6006 2007-01-04 changes by Kevin Rodgers.
6008 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
6009 Suggested by Johan Bockg
\e,Ae
\e(Brd.
6011 2007-03-19 Martin Rudalics <rudalics@gmx.at>
6013 * font-lock.el (lisp-font-lock-keywords-1):
6014 Highlight define-globalized-minor-mode as a keyword.
6016 2007-03-19 Kim F. Storm <storm@cua.dk>
6018 * calc/calc-forms.el (math-std-daylight-savings)
6019 (math-std-daylight-savings-old): Doc fix.
6021 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
6023 * progmodes/python.el (python-default-template): Doc fix.
6024 (python-buffer): Fix typo in docstring.
6026 * isearchb.el (isearchb-follow-char):
6027 * subr.el (def-edebug-spec): Fix typo in docstring.
6029 2007-03-19 Richard Stallman <rms@gnu.org>
6031 * files.el (default-directory): Mark safe.
6032 (basic-save-buffer-2): Put proper dir name in error message.
6034 * simple.el (compose-mail): Run switch-function after
6035 setting up the mail buffer.
6037 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
6039 2007-03-18 Jay Belanger <belanger@truman.edu>
6041 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
6042 (math-std-daylight-savings-new): Rename from
6043 `math-std-daylight-savings'.
6044 (math-std-daylight-savings-old): Rename from old value of
6045 `math-std-daylight-savings'.
6046 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
6047 `math-std-daylight-savings-old' depending on the year.
6049 2007-03-18 Detlev Zundel <dzu@gnu.org>
6051 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
6052 zero-width regexps as invalid but rather at least count them correctly.
6054 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
6056 * net/tls.el (open-tls-stream): In handshake-waiting loop,
6057 don't wait more if there is output available to process.
6059 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
6061 * progmodes/compile.el (compilation-find-file): Revert change
6062 from 2006-07-18 to allow completion of directory names.
6063 Reported by John Carter <john.carter@tait.co.nz>.
6065 2007-03-18 Kim F. Storm <storm@cua.dk>
6067 * subr.el (when, unless): Doc fix.
6069 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
6071 * net/tls.el (tls-program): Doc fix.
6073 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
6075 * autorevert.el (auto-revert-tail-handler):
6076 Call after-revert-hook.
6078 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
6080 * simple.el (switch-to-completions): No error if search for \n\n fails.
6082 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
6084 * simple.el (line-move-1):
6085 Respect `inhibit-line-move-field-capture' property.
6087 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
6089 * comint.el (comint-arguments): Mark backslash-escaped chars.
6090 (comint-delim-arg): Don't treat them as delimiters.
6092 2007-03-12 Kim F. Storm <storm@cua.dk>
6093 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
6095 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
6097 * tempo.el (tempo-insert): Deal with 'r> if it appears
6098 specified with a prompt argument.
6100 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
6102 * textmodes/org.el (org-set-font-lock-defaults):
6103 Handle narrow table columns correctly.
6105 2007-03-12 Mark A. Hershberger <mah@everybody.org>
6107 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
6108 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
6109 Return to use of the -no-properties variants. There was
6110 consensus on emacs-devel that the speed of these variants was
6111 prefered since we are usually parsing files (from the internet
6112 or on disk) instead of XML created in Emacs.
6114 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
6115 Add customize option.
6117 2007-03-12 Glenn Morris <rgm@gnu.org>
6119 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
6120 North American rule. Replace "daylight savings" with "daylight
6123 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
6124 * calendar/lunar.el, solar.el: Replace "daylight savings" with
6125 "daylight saving" in text.
6127 * woman.el (woman-change-fonts): Tweak previous change by using
6128 woman-request-regexp rather than "^\\.".
6130 * startup.el (command-line-1): Make insertion of
6131 initial-scratch-message not depend on scratch being selected.
6133 2007-03-11 Juri Linkov <juri@jurta.org>
6135 * replace.el (match): Use yellow background on light-bg terminals.
6137 2007-03-11 Richard Stallman <rms@gnu.org>
6139 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6140 Correctly compute line number.
6142 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
6144 * type-break.el (type-break-get-previous-count):
6145 Repeat previous change here.
6147 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
6149 * progmodes/grep.el (grep-find-ignored-directories):
6150 Add .git and .bzr to list.
6152 2007-03-11 Andreas Schwab <schwab@suse.de>
6154 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
6156 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
6158 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
6160 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
6162 * faces.el (face-set-after-frame-default): Recalculate face
6163 customizations after applying X resources.
6165 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
6167 * net/rcirc.el (rcirc-timeout-seconds): New variable.
6168 (rcirc-keepalive-seconds): Remove variable.
6169 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
6170 (rcirc-process, rcirc-user-disconnect): New variables.
6171 (rcirc-connect): Initalize new variables.
6172 (rcirc-keepalive): Don't send keepalive pings before connection
6174 (rcirc-sentinel): Do mark all channels with activity when
6175 connection is dropped. Run hook with process buffer local.
6176 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
6177 (rcirc-buffer-process): Return value of rcirc-process if
6178 rcirc-server-buffer is nil.
6179 (rcirc-server-name): Return the reported server name.
6180 (rcirc-update-prompt): Simplify computation of the server name.
6181 (rcirc-format-response-string): Likewise.
6182 (rcirc-handler-001): Mark server as connected, record the reported
6183 server name, and schedule a timeout.
6184 (rcirc-track-nick): Add a spec for the tty class.
6185 (rcirc-user-non-nick): Remove function.
6186 (rcirc-nick-prefix-chars): Add variable.
6187 (rcirc-user-nick): Use above variable.
6189 2007-03-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
6191 * icomplete.el (icomplete-tidy, icomplete-exhibit):
6192 Bind deactivate-mark to nil.
6194 2007-03-10 Martin Rudalics <rudalics@gmx.at>
6196 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
6197 that buffer contents get erased during completion.
6199 2007-03-10 Glenn Morris <rgm@gnu.org>
6201 * woman.el (woman-change-fonts): Add a hack to deal with
6202 font-escape followed by "." at start of a line.
6203 (woman2-IP): Add a hack to deal with consecutive requests.
6204 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
6206 2007-03-10 Alan Mackenzie <acm@muc.de>
6208 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
6210 2007-03-09 Richard Stallman <rms@gnu.org>
6212 * abbrev.el (abbrev): Add `provide'.
6214 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
6216 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
6218 2007-03-09 Martin Rudalics <rudalics@gmx.at>
6220 * complete.el (PC-try-completion): New function.
6221 (PC-do-completion, read-file-name-internal): Use it instead of
6224 2007-03-08 Alan Mackenzie <acm@muc.de>
6226 Remove stale tokens from `c-found-types' cache.
6228 * progmodes/cc-mode.el (c-unfind-enclosing-token)
6229 (c-unfind-coalesced-tokens, c-before-change): New functions.
6230 (c-maybe-stale-found-type): New variable.
6232 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
6233 (c-trim-found-types): New functions.
6235 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
6237 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
6238 (debug-ignored-errors): Add entry from smerge-match-conflict.
6240 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
6242 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
6243 special help topics for keywords.
6244 (idlwave-help-assistant-command): Include ".exe" for ms-dos
6245 etc. Assistant command.
6247 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
6249 * replace.el (occur-engine): Move buffer-undo-list binding...
6250 (occur-1): ...to here.
6252 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
6254 * simple.el (minibuffer-completing-symbol): New var.
6255 (eval-expression): Use it.
6256 (completion-setup-function): Don't bind completion-base-size when
6257 completing a symbol in the minibuffer.
6259 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
6261 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
6262 tries to start a second session in graphical mode.
6264 2007-03-07 Miles Bader <miles@gnu.org>
6266 * international/isearch-x.el
6267 (isearch-process-search-multibyte-characters):
6268 Strip text-properties from PROMPT to avoid an error from read-string.
6270 2007-03-07 Kim F. Storm <storm@cua.dk>
6272 * complete.el (PC-bindings): Remap lisp-complete-symbol to
6273 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
6275 2007-03-07 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
6277 * complete.el (PC-do-completion): Delete duplicates in the list of
6278 possible completions.
6280 2007-03-07 Glenn Morris <rgm@gnu.org>
6282 * ses.el (ses-mode): Doc fix.
6284 2007-03-06 Kim F. Storm <storm@cua.dk>
6286 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
6288 2007-03-06 Kenichi Handa <handa@m17n.org>
6290 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
6292 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
6294 * simple.el (completion-setup-function): Improve last fix so it doesn't
6295 set it to a relative directory name either.
6297 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6299 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6301 2007-03-05 Richard Stallman <rms@gnu.org>
6303 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
6305 * files.el (find-file-noselect): No error if file no longer exists.
6306 Display a message and avoid other questions.
6308 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6310 * pcomplete.el (pcomplete-show-completions): Improve last change, so
6311 as not to use an invisible window and to create a window if none exist.
6313 * progmodes/python.el (python-send-command): Restart proc if necessary.
6314 (python-proc): Simplify.
6316 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
6318 * pcomplete.el (pcomplete-show-completions): Search all frames for
6321 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
6323 * cus-edit.el (customize-save-variable): Clear customized-value
6324 property (saved values are now put in theme-value property).
6325 (customize-set-variable): Doc fix.
6327 * complete.el (PC-do-completion): If completion-ignore-case is
6328 non-nil, replace field with completion string before exiting.
6330 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
6332 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
6333 Append its extension to the resulting temporary file name.
6334 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
6336 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
6337 (tramp-smb-handle-write-region): Apply it.
6339 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6341 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
6342 Redo previous change.
6344 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6346 * diff-mode.el (diff-mode): Doc fix.
6348 2007-03-05 Kenichi Handa <handa@m17n.org>
6350 * international/characters.el: Set category `l' (latin)
6351 for more characters.
6353 2007-03-04 Kim F. Storm <storm@cua.dk>
6355 * emacs-lisp/authors.el (authors-aliases): Add alias.
6357 2007-03-04 Glenn Morris <rgm@gnu.org>
6359 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
6360 all when switching major mode.
6361 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
6362 (hs-block-start-mdata-select, hs-block-end-regexp)
6363 (hs-forward-sexp-func, hs-adjust-block-beginning):
6364 Do not make these variables permanent-local.
6366 2007-03-04 Richard Stallman <rms@gnu.org>
6368 * progmodes/cperl-mode.el (cperl-mode):
6369 Modify cperl-compilation-error-regexp-alist by appending.
6371 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
6372 (edebug-mode): Add the hook.
6373 (edebug-recursive-edit): Remove the hook on exiting.
6375 * type-break.el (type-break-get-previous-time):
6376 Handle end-of-file errors specially
6377 so they don't get reported wrong in .emacs.
6379 * startup.el (fancy-splash-text): Clarify text.
6381 * simple.el (beginning-of-buffer, end-of-buffer):
6382 Avoid treating plain C-u like numeric arg.
6384 * simple.el (completion-setup-function): Don't set
6385 default-directory to nil.
6387 * shell.el (shell-dirstack-query): Doc fix.
6389 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6390 Don't select the window -- pass it to primitives instead.
6392 * faces.el (minibuffer-prompt): Use medium blue by default.
6394 2007-03-04 David Kastrup <dak@gnu.org>
6396 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
6397 Preserve 16 as default value for "seconds" when customizing.
6399 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
6401 * textmodes/org.el (org-self-insert-command)
6402 (orgtbl-self-insert-command, org-delete-char)
6403 (org-delete-backward-char): Set the `flyspell-delayed' property.
6405 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
6407 * international/mule.el (find-auto-coding): Don't search for
6408 line-ending characters past the end of the tail.
6410 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
6412 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6413 Jump to the line where new score has been uploaded.
6415 * play/tetris.el (tetris-move-bottom, tetris-move-left)
6416 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
6417 Do nothing when the game is paused.
6419 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
6421 * textmodes/org.el (org-set-tags): Prevent slipping of point
6424 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
6426 * isearch.el (isearch-message-prefix):
6427 Use minibuffer-prompt-properties.
6429 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6431 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6432 (ps-setup): Print which Emacsen is running ps-print package.
6434 2007-03-01 Stuart Herring <herring@lanl.gov>
6436 * files.el (set-auto-mode-0): Use `indirect-function'.
6437 (hack-one-local-variable): Don't reapply current major mode.
6439 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
6441 * progmodes/python.el (python-quote-syntax): Don't bother with
6442 syntax-ppss-context.
6443 (python-fill-paragraph): Make sure that fenced-string delimiters that
6444 stand on their own line stay there.
6446 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
6448 * replace.el (perform-replace): Propertize message.
6450 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
6452 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
6455 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
6457 * net/tramp.el (tramp-file-name-handler): Revert last change.
6459 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
6461 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
6462 Correct doc strings.
6464 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
6466 * replace.el (perform-replace): Undo forward-char immediately if
6467 non-adjacent search fails.
6469 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6471 * version.el (emacs-major-version, emacs-minor-version):
6472 string-to-int -> string-to-number.
6474 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
6476 * help.el (where-is): Fail gracefully when not passed a command.
6478 2007-02-28 Stuart Herring <herring@lanl.gov>
6480 * find-lisp.el (find-lisp-default-directory-predicate):
6481 Fix bug: Do symlink check on expanded filename.
6483 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
6485 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
6486 changes during replacement.
6487 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
6489 2007-02-28 Lars Hansen <larsh@soem.dk>
6491 * desktop.el: Delete header line listing me as maintainer.
6493 2007-02-28 Glenn Morris <rgm@gnu.org>
6495 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
6498 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
6500 * net/tramp.el (tramp-file-name-handler): Inhibit modification
6501 hooks to avoid confusion when combining after-change calls.
6503 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
6505 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
6506 now that pgg-gpg-process-region correctly honors passed-in passphrase.
6507 (allout-distinctive-bullets-string): Add info about bullet conventions.
6508 (allout-mode): Add info about distinctive vs plain bullets.
6510 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
6512 * textmodes/org.el (org-archive-subtree): Quote variable name.
6513 (org-agenda-get-todos): Make sure skip properties are checked correctly.
6515 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
6517 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
6518 (gud-bashdb-command-name, bashdb): Remove.
6519 (gud, gud-menu-map): Remove references to bash/bashdb.
6521 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
6523 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
6524 keyword for Python 2.5.
6526 2007-02-26 Romain Francoise <romain@orebokech.com>
6528 * net/net-utils.el (whois-server-tld): Update server for .org.
6529 (whois-server-list): Add whois.publicinterestregistry.net.
6530 (whois-guess-server): Fix formatting in docstring.
6532 2007-02-26 Kim F. Storm <storm@cua.dk>
6534 * mouse.el (mouse-show-mark): Run hooks and perform command
6535 remapping for mouse-region-delete-keys.
6537 2007-02-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
6539 * font-core.el (font-lock-mode): Doc fix.
6541 2007-02-25 Kim F. Storm <storm@cua.dk>
6543 * ido.el (ido-buffer-internal): Set this-command to fallback command.
6544 Add selected buffer to buffer-name-history.
6545 (ido-file-internal): Set this-command to fallback command.
6546 Add file names to file-name-history.
6548 * emacs-lisp/map-ynp.el (map-y-or-n-p):
6549 Apply minibuffer-prompt-properties.
6551 2007-02-25 Andreas Schwab <schwab@suse.de>
6553 * files.el (hack-one-local-variable-eval-safep): Correct handling
6554 of edebug-form-spec property value. Reported by Johan Bockg
\e,Ae
\e(Brd.
6556 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
6558 * textmodes/org.el (org-table-overlay-coordinates)
6559 (org-table-toggle-coordinate-overlays): New functions.
6560 (org-table-overlay-coordinates, org-table-coordinate-overlays):
6562 (org-startup-with-deadline-check): Remove option.
6563 (org-mode): Remove deadline check on startup.
6564 (org-table-limit-column-width): Remove option.
6565 (org-table-formula-numbers-only): Remove option.
6566 (org-link-style, org-link-format): Remove options.
6567 (org-select-agenda-window, org-fit-agenda-window): Remove options.
6568 (org-export-ascii-show-new-buffer)
6569 (org-export-html-show-new-buffer): Remove options.
6570 (org-activate-links): Remove camel option.
6571 (org-file-link-context-use-camel-case): Remove option.
6572 (org-camel-regexp): Remove variable.
6573 (org-activate-camels): Remove function.
6574 (org-store-link): Remove Camel stuff.
6575 (org-make-org-heading-camel): Remove function.
6576 (org-open-at-point): Remove camel stuff.
6577 (org-link-search): Remove camel stuff.
6578 (org-camel-to-words): Function removed.
6579 (org-get-agenda-file-buffer): Make sure we prepare the base
6580 buffers, not any indirect buffers.
6581 (org-sort-entries): Sort top-level when not on a headline, and no
6583 (org-in-regexp): New function.
6584 (org-search-not-self): Rename from `org-search-not-link'.
6585 (org-open-link-marker): New variable.
6586 (org-open-at-point): Set `org-open-link-marker'.
6587 (org-print-icalendar-entries): Fixe bug with excluding DONE
6588 entries from the exported list.
6589 (org-edit-formula-lisp-indent): New command.
6590 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
6591 (orgtbl-to-latex, orgtbl-insert-radio-table)
6592 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
6593 (orgtbl-radio-table-templates): New option.
6594 (org-store-link-props):
6595 (org-remember-templates): More possibilities to insert info
6597 (org-remember-apply-template): Make use of the extended
6598 template capabilities.
6599 (org-remember-redo-template): New command.
6600 (org-upgrade-old-links)
6601 (org-table-modify-formulas, org-table-replace-in-formulas)
6602 (org-table-find-dataline)
6603 (org-table-get-vertical-vector): Remove functions.
6604 (org-table-remove-rectangle-highlight)
6605 (org-time-stamp-format, org-toggle-log-option)
6606 (org-table-highlight-rectangle)
6607 (org-table-iterate, org-table-make-reference):
6608 (org-translate-time, org-tree-to-indirect-buffer)
6609 (org-table-field-info, org-table-fix-formulas)
6610 (org-table-force-dataline, org-table-get-descriptor-line)
6611 (org-table-get-range)
6612 (org-skip-comments, org-sort)
6613 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
6614 (org-table-current-dline, org-table-current-field-formula)
6615 (org-table-edit-backward-field)
6616 (org-table-edit-formulas-post-command)
6617 (org-table-edit-line-down, org-table-edit-line-up)
6618 (org-agenda-archive)
6619 (org-agenda-clock-cancel)
6620 (org-agenda-clock-out, org-agenda-list-stuck-projects)
6621 (org-agenda-open-link, org-agenda-show-new-time)
6622 (org-agenda-skip-subtree-when-regexp-matches)
6623 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
6624 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
6625 (org-do-sort, org-file-image-p, org-find-overlays)
6626 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
6627 (org-highlight-until-next-command, org-isearch-end)
6628 (org-match-any-p, org-next-link, org-previous-link):
6629 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
6630 (org-rewrite-old-row-references)
6631 (org-isearch-post-command)
6632 (org-table-edit-move, org-table-edit-next-field)
6633 (org-table-edit-scroll, org-table-edit-scroll-down)
6634 (org-set-frame-title, org-show-reference)
6635 (org-unhighlight-once, org-verify-change-for-undo): New functions.
6636 (org-show-variable): Remove command.
6637 (org-add-log-maybe): New arguments STATE, FINDPOS
6638 (org-table-sort-lines): Rewrite from scratch.
6639 (org-link-search): New argument AVOID-POS.
6640 (org-print-icalendar-entries): Remove argument CATEGORY.
6641 (org-run-agenda-series): Remove argument WONDOW.
6642 (org-next-link, org-previous-link): New commands.
6643 (org-agenda-date-format): New option.
6644 (org-table-iterate): New command.
6645 (org-table-modify-formulas)
6646 (org-table-replace-in-formulas): Remove functions.
6647 (org-table-fix-formulas): New function.
6648 (org-table-insert-column, org-table-delete-column)
6649 (org-table-move-column): Use `org-table-fix-formulas'.
6650 (org-follow-gnus-link): Patch from Bastien/Leo.
6651 (org-table-current-field-formula): New function.
6652 (org-file-image-p): New function.
6653 (org-agenda-show-new-time): New function.
6654 (org-agenda-date-later): Call `org-agenda-show-new-time'.
6655 (org-with-remote-undo): New macro.
6656 (org-agenda-undo): New command.
6657 (org-verify-change-for-undo): New function.
6658 (org-time-stamp-format): New function.
6659 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
6661 (org-match-any-p): New function.
6662 (org-make-tags-matcher): Handle regular expressions for tag and
6664 (org-read-date): Accept "+N" as input for a date relative to the
6666 (org-remove-subtree-entries-from-agenda): New function.
6667 (org-agenda-archive, org-agenda-kill):
6668 Use `org-remove-subtree-entries-from-agenda'.
6669 (org-do-sort, org-sort-entries): New functions.
6670 (org-sort): New command.
6671 (org-table-sort-lines): Use `org-do-sort'.
6672 (org-fix-decoded-time): New function.
6673 (org-table-number-regexp): Require 0x... to identify as number
6675 (org-startup-options): New keywords for note taking.
6676 (org-upgrade-old-links): Remove function.
6677 (org-get-repeat): New function.
6678 (org-show-context): Also show siblings on current level.
6679 (org-show-siblings): New function.
6680 (org-isearch-end, org-isearch-post-command): New functions.
6681 (org-show-siblings): New option.
6682 (org-show-context): Use `org-show-siblings'.
6683 (org-table-maybe-recalculate-line): No longer require `calc-eval'
6684 to be bound, because user may just use elisp.
6686 2007-02-24 Kim F. Storm <storm@cua.dk>
6688 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
6689 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
6691 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6693 * startup.el (command-line): Also check if the abbrev file is readable.
6695 2007-02-24 John Paul Wallington <jpw@pobox.com>
6697 * net/tls.el (tls-certtool-program): Fix custom type.
6699 * mail/feedmail.el (feedmail-message-id-generator)
6700 (feedmail-date-generator): Fix custom types.
6702 * mail/rmail.el (rmail-message-filter): Fix custom type.
6704 2007-02-24 Eli Zaretskii <eliz@gnu.org>
6706 * startup.el (command-line): If simple.el cannot be found, proceed
6707 with a warning message.
6709 2007-02-24 Kenichi Handa <handa@m17n.org>
6711 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
6712 case that BEG is a string.
6714 2007-02-24 Chris Moore <dooglus@gmail.com>
6716 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6717 * pgg-pgp.el (pgg-pgp-encrypt-region):
6718 * pgg-gpg.el (pgg-gpg-encrypt-region):
6719 Check pgg-encrypt-for-me if no other recipients.
6721 2007-02-23 Eli Zaretskii <eliz@gnu.org>
6723 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
6725 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
6726 shell-quote-argument.
6728 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6730 * comint.el (comint-read-input-ring): Use comint-input-ring-size
6731 from the comint buffer instead of the temporary one.
6733 2007-02-23 David Reitter <david.reitter@gmail.com>
6735 * cus-edit.el (custom-save-all): Canonicalize custom-file before
6736 storing it in recentf-exclude.
6738 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
6740 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
6743 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
6745 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
6746 commands, for restart.
6747 (idlwave-shell-current-module): Fix handling of module name by type.
6748 (idlwave-shell-break-in): Update type handling.
6749 (idlwave-shell-bp-get): Encode type in BP structure.
6750 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
6751 (idlwave-shell-module-source-query): Query routine info based on type.
6752 Fix path parsing for non-compiled files.
6753 (idlwave-shell-module-source-filter): Don't signal error in filter
6755 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
6758 2007-02-22 Kim F. Storm <storm@cua.dk>
6760 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
6761 (editable-field): Document need to put some text before the %v
6762 escape in :format string.
6764 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
6766 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
6767 (vc-svn-use-edit): Remove unused config var.
6768 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
6770 * outline.el (hide-sublevels): Keep empty last line, if available.
6772 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
6773 rather than the corresponding unicode char, to make the code
6776 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
6778 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
6779 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
6780 (speedbar-item-info-tag-helper): Doc fixes.
6782 2007-02-19 Kenichi Handa <handa@m17n.org>
6784 * international/mule-cmds.el (locale-language-names):
6785 Map "eo" to "Esperanto".
6787 * language/european.el ("Esperanto"): New language environment.
6789 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
6791 * simple.el (kill-line): Doc fix.
6793 2007-02-17 Kim F. Storm <storm@cua.dk>
6795 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
6796 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
6797 (bindat--unpack-group, bindat--pack-group):
6798 Handle vectors with optional element type.
6800 2007-02-17 Daiki Ueno <ueno@unixuser.org>
6802 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
6803 if PASSPHRASE is given.
6805 2007-02-17 Chris Moore <dooglus@gmail.com>
6807 * jka-cmpr-hook.el (jka-compr-compression-info-list):
6808 Recognize backups of bz2 compressed files.
6810 2007-02-17 Eli Zaretskii <eliz@gnu.org>
6812 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
6813 to nil to speed up lookup of the symbol in index nodes.
6815 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6817 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
6818 Add indentation for the constants of Lisp.
6820 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
6822 * ps-print.el: Use (defvar <foo>) where applicable.
6823 (ps-print-emacs-type): Remove.
6824 (ps-x-frame-property, ps-e-frame-parameter): Remove.
6825 (ps-frame-parameter): Align its call-convention with frame-parameter.
6826 (ps-begin-job): Adjust calls to it appropriately.
6827 (ps-setup): Don't print ps-print-emacs-type.
6828 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
6829 Define in such a way that it's obvious that it's defined.
6830 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
6831 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6832 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
6834 2007-02-15 Alan Mackenzie <acm@muc.de>
6836 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
6837 an empty one-line C-style comment, post-position point properly.
6839 2007-02-15 Chris Moore <dooglus@gmail.com>
6841 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
6842 (isearch-lazy-highlight-new-loop): Bind it.
6843 (isearch-lazy-highlight-search): Use it.
6845 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
6847 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
6849 * font-lock.el (font-lock-extend-region-wholelines):
6850 Only return non-nil if the region has really been changed.
6851 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
6853 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
6855 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
6856 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
6857 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
6859 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
6861 * faces.el (color-values): Revert changes to docstring from
6862 2007-01-31 and 2000-09-07.
6864 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
6865 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
6866 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
6867 (ispell-help): Fix typos in docstring and output message.
6869 2007-02-14 Kim F. Storm <storm@cua.dk>
6871 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
6872 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
6873 (grep): Fix lgrep reference.
6875 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
6876 (standard-display-underline): Use make-glyph-code.
6878 * descr-text.el (describe-char): Use glyph-char and glyph-face.
6880 * international/latin1-disp.el (latin1-display-char):
6881 Use make-glyph-code.
6883 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
6885 * ehelp.el (with-electric-help, electric-help-exit)
6886 (electric-help-retain): Doc fixes.
6888 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
6889 (byte-compile-file): Doc fixes.
6891 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6893 * term/mac-win.el: Change all uses of
6894 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
6895 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
6896 (mac-ae-get-url): Call select-frame-set-input-focus.
6897 (mac-dnd-handle-drag-n-drop-event): Don't call
6898 select-frame-set-input-focus.
6900 2007-02-13 Kenichi Handa <handa@m17n.org>
6902 * international/characters.el: Fix documentation of category `a'.
6904 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
6906 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
6908 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
6910 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
6911 (tramp-get-remote-ln): Handle error case.
6912 Reported by Chris Moore <dooglus@gmail.com>.
6914 2007-02-11 Kim F. Storm <storm@cua.dk>
6916 * bindings.el (ctl-x-map): Remove register compatibility bindings
6917 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
6919 2007-02-11 Richard Stallman <rms@gnu.org>
6921 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
6924 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
6925 condition -- don't fail to stop at endpos.
6927 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
6929 * textmodes/org.el (org-agenda-get-todos)
6930 (org-agenda-get-timestamps, org-agenda-get-closed)
6931 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6932 (org-agenda-get-blocks, org-format-agenda-item)
6933 (org-agenda-change-all-lines, org-scan-tags): Rename text property
6934 from `category' to `org-category'.
6936 2007-02-11 Kenichi Handa <handa@m17n.org>
6938 * international/titdic-cnv.el (titdic-convert): Force files be written
6939 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
6940 (miscdic-convert): Force files be written with Unix-like eol format.
6942 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
6944 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
6946 * calculator.el (calculator-prompt): Doc fix.
6947 (calculator-mode-map): Fix typo in menu entry.
6949 2007-02-10 Jay Belanger <belanger@truman.edu>
6951 * calculator.el (calculator): Do more extensive checking for when
6952 3 lines should be used for the calculator.
6954 2007-02-10 Eli Zaretskii <eliz@gnu.org>
6956 * info-look.el (info-lookup-make-completions):
6957 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
6960 * info.el (Info-fontify-maximum-menu-size): Document the effect
6962 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
6963 non-nil before using it as size.
6965 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
6967 * subr.el (insert-for-yank-1): Prevent read-only properties from
6968 interfering with text property operations.
6970 * image-mode.el (image-mode): Revert 2007-01-30 changes.
6972 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
6973 (image-type-auto-detected-p): Fail if another match is found in
6976 * files.el (magic-mode-alist): Call image-mode instead of
6977 image-mode-maybe for autodetected images.
6979 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
6981 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
6982 Fix typos in docstrings.
6983 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
6985 2007-02-09 Kim F. Storm <storm@cua.dk>
6987 * emacs-lisp/float-sup.el: Remove obsolete comment.
6989 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6991 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
6993 2007-02-08 Karl Fogel <kfogel@red-bean.com>
6995 * simple.el: Revert previous change, at request of RMS:
6996 (fundamental-mode-hook): Remove.
6997 (fundamental-mode): Run after-change-major-mode-hooks manually,
6998 and don't run the now-nonexistent fundamental-mode-hook.
7000 2007-02-08 Karl Fogel <kfogel@red-bean.com>
7002 * simple.el (fundamental-mode-hook): Declare new hook.
7003 (fundamental-mode): Run the new dedicated hook, and don't run
7004 after-change-major-mode-hooks manually anymore.
7006 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
7008 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
7009 added columns of chars. Remove support for the "no-meta-info" format.
7010 Prompted by Romain Francoise <romain@orebokech.com>.
7012 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
7014 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
7015 (gdb-mouse-until, gdb-mouse-jump): Use it.
7017 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
7019 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
7020 work when there is just an assembler buffer (no source buffer).
7022 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
7024 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
7025 just because the diff was produced using "-p" (--show-c-function).
7027 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
7029 * faces.el (frame-set-background-mode): Use `color-values' and
7030 `display-color-p', not `x-color-values' and `x-display-color-p'.
7031 (face-valid-attribute-values): Use `defined-colors' instead of
7034 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7036 * ps-print.el: The ps-print commands without face printing should not
7037 print background color. Reported by Leo <sdl.web@gmail.com>.
7038 (ps-print-version): New version 6.7.3.
7039 (ps-begin-job): New arg. Fix ps-default-background and
7040 ps-default-foreground initialization.
7041 (ps-face-attributes): Fix doc string.
7042 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7044 * printing.el: Fix ps-print link.
7046 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
7048 * faces.el (face-set-after-frame-default): Compile attributes to
7049 be set by frame parameters before merging in X resources.
7051 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
7053 * simple.el (blink-matching-paren-dont-ignore-comments):
7054 (blink-matching-paren-on-screen): Doc fixes.
7056 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
7058 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
7060 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
7062 * loadhist.el (unload-feature): Silently ignore `load-history' entries
7063 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
7064 entries like `defun'. Return nil.
7066 2007-02-05 Kim F. Storm <storm@cua.dk>
7068 * ido.el: Doc fixes.
7070 2007-02-04 David Kastrup <dak@gnu.org>
7072 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
7073 `mpuz-allow-double-multiplicator' is non-zero, and correct
7074 calculation of `min'.
7076 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
7078 * wid-edit.el (widget-default-create): Insert new text at the
7079 :from marker _after_ the marker, not before it.
7081 2007-02-04 Alan Mackenzie <acm@muc.de>
7083 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
7084 containing it is re-indented.
7086 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7088 * net/newsticker.el (newsticker--insert-image): Update docstring,
7089 and insert the image directly.
7090 (newsticker--buffer-redraw): Update docstring.
7092 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7093 Rename from define-global-minor-mode.
7095 * progmodes/cwarn.el (global-cwarn-mode):
7096 * emacs-lisp/autoload.el (make-autoload):
7097 * hi-lock.el (global-hi-lock-mode):
7098 * font-core.el (global-font-lock-mode): All callers changed.
7100 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7102 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
7103 Don't copy @ignore lines into menu descriptions.
7104 (texinfo-multi-file-update): Goto the @node line before attempting
7105 to pluck the node name.
7106 (texinfo-multiple-files-update): Reverse the optional arguments'
7107 order, as per the doc string and the `interactive' form.
7109 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7111 * image-mode.el: Use autoload to avoid overriding disabled setting
7114 2007-02-03 Alan Mackenzie <acm@muc.de>
7116 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
7117 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
7118 adjacent paren groups).
7120 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7122 * progmodes/ebnf2ps.el: Doc fixes.
7123 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
7125 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7127 * dired-x.el (dired-do-relsymlink): Add reference to
7128 dired-do-symlink. Add an autoload cookie.
7130 * dired-aux.el (dired-do-symlink): Add reference to
7131 dired-do-relsymlink.
7133 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
7135 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
7136 <left-fringe mouse-3>: New bindings.
7138 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
7140 * net/newsticker.el (newsticker-version): Changed to "1.10".
7141 (newsticker--set-customvar): Doc string.
7142 (newsticker-new-item-face): Doc string.
7143 (newsticker-mode): Initialize `invisibility-spec' with t.
7144 (newsticker-mode-map): Added
7145 `newsticker-mark-all-items-at-point-as-read'.
7146 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
7147 (newsticker-w3m-show-inline-images): Do not call
7149 (newsticker--buffer-after-w3m-insert-image): New advice for
7150 w3m-insert-image to cache images.
7151 (newsticker-next-item-same-feed): New.
7152 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
7153 (newsticker-mark-all-items-of-feed-as-read): New.
7154 (newsticker-mark-all-items-at-point-as-read): Use new functions.
7155 (newsticker-mark-item-at-point-as-read): Doc string.
7156 (newsticker-mark-item-at-point-as-read): Use new functions.
7157 (newsticker--do-mark-item-at-point-as-read): New, extracted from
7158 `newsticker-mark-item-at-point-as-read'.
7159 (newsticker-hide-entry): Use (t) instead of t for invisibility.
7160 (newsticker--sentinel): Yet another xml-parser workaround.
7161 (newsticker--decode-iso8601-date): Bugfix for datestrings without
7163 (newsticker--buffer-do-insert-text): Fix.
7164 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
7165 (newsticker--buffer-make-item-completely-visible):
7166 `switch-to-buffer' not necessary.
7168 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7170 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
7171 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
7172 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
7173 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
7174 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
7176 2007-02-02 Kenichi Handa <handa@m17n.org>
7178 * international/quail.el (quail-show-key): Fix an error message.
7180 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7182 * faces.el (set-face-underline-p, modify-face): Rename arg
7183 UNDERLINE-P to UNDERLINE (it is not a flag).
7185 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
7187 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
7188 when adding gdb-speedbar-update to gdb-input-queue.
7190 2007-02-01 Kenichi Handa <handa@m17n.org>
7192 * international/quail.el (quail-show-key): Signal an error if the
7193 current input method is not using Quail.
7195 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
7197 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
7198 Trim leading whitespace in sysvar names.
7200 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7202 * faces.el (internal-find-face, internal-get-face): Doc fixes.
7204 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
7206 * ido.el (ido-set-common-completion): Use `let', not `let*'.
7208 2007-01-31 Romain Francoise <romain@orebokech.com>
7210 * comint.el: Delete extra copy of `comint-copy-old-input' added in
7211 previous change to this file.
7213 2007-01-31 Jason Rumney <jasonr@gnu.org>
7215 * files.el (magic-mode-alist): Use image-mode-maybe rather than
7218 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
7219 interfering with attempt to set major mode from modified
7222 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
7224 * faces.el (color-values): Doc fix.
7225 (face-differs-from-default-p): Don't check :foreground twice.
7227 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
7229 * comint.el (comint-mode): Prevent non-keyword fontification by default.
7231 2007-01-31 Kenichi Handa <handa@m17n.org>
7233 * international/quail.el (quail-store-decode-map-key): Store a
7234 translated character too.
7235 (quail-char-equal-p): New function.
7236 (quail-find-key1): Check character equality by quail-char-equal-p.
7237 (quail-decode-map-generated): New variable.
7238 (quail-find-key): Check quail-decode-map-generated and re-generate
7239 a decode map if necessary.
7241 2007-01-30 Richard Stallman <rms@gnu.org>
7243 * tutorial.el (tutorial--detailed-help): Make the list of
7244 changed keys look nicer.
7246 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
7248 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
7249 (gdb-var-delete): Use it.
7250 (gdb-var-update-handler-1): Handle value "invalid" for MI field
7253 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
7255 * files.el (get-free-disk-space): Return nil for remote directories.
7257 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
7260 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
7262 * type-break.el (type-break-catch-up-event): New function.
7263 (type-break-demo-hanoi, type-break-demo-life)
7264 (type-break-demo-boring): Use it.
7266 * image-mode.el (image-mode): Don't automatically view as image.
7267 (image-toggle-display): Add `disabled' property.
7269 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
7271 * isearchb.el (isearchb-iswitchb):
7272 * ps-print.el (ps-build-face-reference):
7273 * emacs-lisp/shadow.el (list-load-path-shadows):
7274 * eshell/esh-cmd.el (eshell-rewrite-for-command):
7275 * international/mule.el (find-auto-coding):
7276 * mail/supercite.el (sc-attrib-selection-list):
7277 * progmodes/cc-defs.el (c-emacs-features):
7278 * progmodes/cc-vars.el (c-offsets-alist):
7279 * progmodes/flymake.el
7280 (flymake-init-create-temp-source-and-master-buffer-copy):
7281 Fix typos in docstrings (some suggested by Chris Moore).
7283 * progmodes/vhdl-mode.el (vhdl-components-package-name)
7284 (vhdl-get-library-unit, vhdl-corresponding-begin)
7285 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
7286 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
7287 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
7288 (vhdl-font-lock-match-item): Fix typos in docstrings.
7289 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
7290 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
7291 (vhdl-speedbar-insert-project-hierarchy):
7292 Improve argument/docstring consistency.
7294 2007-01-29 Kenichi Handa <handa@m17n.org>
7296 * international/titdic-cnv.el (py-converter): Fix previous change.
7298 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
7300 * jka-compr.el (jka-compr-partial-uncompress)
7301 (jka-compr-call-process): Rebind default-directory if it is
7302 invalid. Suggested by Chris Moore.
7304 * comint.el (comint-insert-input): Handle situation where the
7305 selected buffer is not the clicked buffer.
7307 2007-01-29 Kenichi Handa <handa@m17n.org>
7309 * international/ja-dic-cnv.el (skkdic-convert):
7310 Add byte-compile-disable-print-circle:t at the head.
7312 * international/titdic-cnv.el (tit-process-header):
7313 Add byte-compile-disable-print-circle:t at the head.
7314 (miscdic-convert): Likewise.
7315 (py-converter): Skip the header comments.
7317 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
7319 (byte-compile-output-file-form): Bing print-circle to nil if
7320 byte-compile-output-file-form is not nil.
7321 (byte-compile-output-docform): Likewise.
7323 2007-01-28 Kim F. Storm <storm@cua.dk>
7325 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
7326 Declare earlier to avoid byte compiler warnings.
7328 2007-01-28 Markus Triska <markus.triska@gmx.at>
7330 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
7332 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
7334 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
7335 (gamegrid-add-score-with-update-game-score-1): Allow local quits
7336 when calling update-game-score program. Remove unnecessary
7339 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
7341 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
7343 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
7344 avoid compiler warning.
7345 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
7346 might have values other than "true" or "false".
7348 2007-01-28 Richard Stallman <rms@gnu.org>
7350 * textmodes/fill.el (fill-paragraph-function): Doc fix.
7351 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
7353 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
7355 * image.el (image-type-header-regexps): Make GIF regex more specific.
7357 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
7358 Don't check `backspace'.
7359 (tutorial--find-changed-keys): Look up bindings in a temp buffer
7360 in Fundamental mode.
7362 * startup.el (fancy-splash-text, normal-splash-screen):
7365 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
7366 when inserting in buffer.
7368 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
7371 2007-01-27 Richard Stallman <rms@gnu.org>
7373 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
7375 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
7377 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
7378 enum/union/struct/class definition.
7379 Revert change to call `forward-sexp' multiple times.
7381 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
7383 * files.el (hack-local-variables-confirm): Don't keep trying to
7384 read an event from an empty kbd macro.
7386 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7388 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
7390 2007-01-27 Ben North <ben@redfrontdoor.org>
7392 * outline.el (outline-promote, outline-demote): Doc fix. Rename
7393 the arg CHILDREN -> WHICH.
7395 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
7397 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
7398 default-directory to a sane value when calling start-process.
7400 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7402 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
7403 (ls-lisp-format-time-list): Doc fix. Mention
7404 ls-lisp-use-localized-time-format.
7405 (ls-lisp-format-time): Use ls-lisp-format-time-list if
7406 ls-lisp-use-localized-time-format is non-nil, even if a valid
7409 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
7411 * jka-compr.el (jka-compr-shell): Doc fix.
7413 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
7415 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7417 * ps-print.el: Fix background height.
7418 (ps-print-version): New version 6.7.2.
7420 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7422 * makefile.w32-in (finder-data, custom-deps): Depend on
7423 $(lisp)/loaddefs.el.
7425 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7427 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
7429 2007-01-24 Miles Bader <miles@gnu.org>
7431 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
7432 (byte-compile-output-docform): Bind `print-circle' to t.
7434 2007-01-24 Kenichi Handa <handa@m17n.org>
7436 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
7437 file name of the original SKK dictionary file.
7439 2007-01-24 Kim F. Storm <storm@cua.dk>
7441 * ido.el (ido-initial-position): New variable.
7442 (ido-read-internal): Set it if default item is specified.
7443 (ido-minibuffer-setup): Position cursor accordingly if set.
7444 (ido-edit-input): C-e moves to end of input if not already there.
7445 (ido-magic-backward-char): C-b does like M-b if prev char is /.
7446 Don't switch to buffer mode if repeating C-b at start of input.
7447 (ido-toggle-ignore): C-a only toggles ignore at start or end of
7448 input; else it moves to start of input.
7449 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
7450 not at end of input, delete rest of input, rather than normal op.
7452 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
7454 * emulation/viper-keym.el (viper-insert-basic-map):
7455 Delete binding for S-TAB.
7457 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
7458 of message. Activate mark.
7459 (ediff-activate-mark): Set transient-mark-mode to t.
7461 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
7463 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7465 * help-fns.el (describe-variable): Don't suppress display of
7466 buffer local value when the value is "large".
7468 2007-01-22 Kim F. Storm <storm@cua.dk>
7470 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
7471 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
7472 (ido-tidy): Use ido-active.
7474 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
7476 * hexl.el (hexl-mode-exit): Add missing quote.
7478 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7480 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
7481 (mac-ae-keyboard-modifiers): New function.
7482 (mac-handle-toolbar-switch-mode): Use it.
7483 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
7484 if keyboard modifiers on drop contain option key.
7485 (mac-dnd-drop-data): Add optional argument `action'.
7486 (special-event-map): Remove binding for M-drag-n-drop.
7488 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
7490 * add-log.el (add-log-current-defun): Use CC Mode functions to
7491 find the beginning and end of a defun.
7493 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
7495 * progmodes/gdb-ui.el (gdb-var-create-regexp)
7496 (gdb-var-create-handler): Handle value field in GDB output of
7498 (gdb-max-frames): New variable.
7499 (gdb-stack-buffer, gdb-frames-select): Use it.
7500 (gdb-info-stack-custom): Help user customize gdb-max-frames,
7502 (gdb-get-frame-number): Simplify.
7504 2007-01-21 Glenn Morris <rgm@gnu.org>
7506 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
7509 2007-01-21 Alan Mackenzie <acm@muc.de>
7511 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
7512 handling of K&R stuff.
7514 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7516 * textmodes/bibtex.el (bibtex-files): Fix customization type.
7518 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7520 * ps-print.el: Handle frame parameters (background and/or foreground
7521 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
7522 (ps-print-version): New version 6.7.1.
7523 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7524 (ps-frame-parameter): New fun.
7525 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7526 Fix doc and customization.
7527 (ps-begin-job): Get frame parameters (background and/or foreground
7529 (ps-do-despool): Ensure ps-printer-name has a valid value.
7531 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
7533 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
7534 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
7535 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
7538 2007-01-20 Alan Mackenzie <acm@muc.de>
7540 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
7541 much more rigorous analysis of putative K&R regions.
7543 2007-01-20 Alan Mackenzie <acm@muc.de>
7545 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
7548 2007-01-20 Alan Mackenzie <acm@muc.de>
7550 * progmodes/cc-align.el, progmodes/cc-cmds.el,
7551 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7552 * progmodes/cc-langs.el, progmodes/cc-styles.el,
7553 * progmodes/cc-vars.el: Add my name.
7555 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
7557 * files.el (find-alternate-file): Revert query message to Emacs 21
7560 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
7562 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
7563 the doc string how to use personal abbrevs without electric
7566 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7568 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
7569 Fixed cursor position when toggle abbreviated display.
7571 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
7573 * t-mouse.el: Update copyright following assignment by
7576 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
7578 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
7579 (type-break-demo-boring): Call read-event instead of read-char.
7581 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
7583 * progmodes/compile.el: Add handling for makepplog.
7585 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
7587 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
7588 aspell dictionaries are initialized when called non-interactively.
7590 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
7592 * progmodes/compile.el (compilation-loop): New arg limit.
7593 Handle case where the first error is at point-min.
7594 (compilation-next-error): New arg to compilation-loop call.
7596 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
7598 * info.el (Info-default-dirs): Change default info dir to
7601 * paths.el (Info-default-directory-list): Ditto.
7603 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
7605 * hexl.el (hexl-before-revert-hook): New function.
7606 (hexl-mode): Use it.
7607 (hexl-after-revert-hook): Just call hexl-mode.
7608 (hexl-mode-exit): Remove before-revert-hook.
7610 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
7612 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
7614 2007-01-16 Martin Rudalics <rudalics@gmx.at>
7616 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
7617 by "-" in francais7 otherchars entry.
7618 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
7621 2007-01-15 Karl Fogel <kfogel@red-bean.com>
7623 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
7624 path. Rewrite function in `cond' style for readability.
7626 Suggested by Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
7627 (The path shortening, that is, not the rearrangement.)
7629 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7631 * term/mac-win.el (mac-ae-quit-application): New function.
7632 (mac-apple-event-map): Bind "quit application" Apple event to it.
7634 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
7636 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
7637 than the program's output.
7639 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7641 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
7642 (kmacro-start-macro-or-insert-counter)
7643 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
7644 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
7646 * longlines.el (longlines-show-hard-newlines):
7647 * ruler-mode.el (ruler-mode-ruler):
7648 * emulation/keypad.el (keypad-setup):
7649 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
7650 Fix typo in docstring.
7652 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
7654 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
7655 Remove redirect character ">".
7657 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
7659 * replace.el (perform-replace): Remove leftover code.
7661 2007-01-12 Richard Stallman <rms@gnu.org>
7663 * replace.el (perform-replace): Don't clear NODENT when computing
7664 the replacement string.
7666 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
7668 * net/tramp.el (tramp-handle-file-local-copy):
7669 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
7670 <christopher.ian.moore@gmail.com>.
7672 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7674 * diff-mode.el (diff-sanity-check-context-hunk-half)
7675 (diff-sanity-check-hunk): New functions.
7676 (diff-find-source-location): Use'em to check the hunks are well-formed.
7678 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
7679 activate undo when undo is not active.
7680 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
7682 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7684 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
7685 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
7686 (ffap-url-at-point): Use char-classes rather than "a-z".
7688 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
7690 * ediff-init.el (ediff-autostore-merges):
7691 * textmodes/fill.el (fill-region): Doc fix.
7693 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7695 * server.el (server-ensure-safe-dir): UIDs may be floats.
7697 2007-01-10 Richard Stallman <rms@gnu.org>
7699 * battery.el (battery-linux-proc-acpi): Use ignore-errors
7700 around calls to directory-files.
7702 * subr.el (momentary-string-display): Use save-excursion.
7704 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
7705 argument, but read it as `X' does.
7707 2007-01-09 Juri Linkov <juri@jurta.org>
7709 * info.el (Info-fontify-node): Don't hide node names of index entries.
7711 * faces.el (momentary): Change :group to basic-faces where all
7712 basic faces belong to. Add :version.
7714 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
7716 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
7717 keybinding is found.
7718 (tutorial--find-changed-keys): Never treat null keybinding as a
7721 2007-01-09 Martin Rudalics <rudalics@gmx.at>
7723 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
7725 2007-01-09 Kenichi Handa <handa@m17n.org>
7727 * international/mule-cmds.el
7728 (select-safe-coding-system-interactively): Fix message.
7730 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
7732 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
7733 (tramp-process-actions): Add optional parameter TIMEOUT.
7734 (tramp-open-connection-telnet, tramp-open-connection-rsh)
7735 (tramp-open-connection-su): Add timeout of 60".
7737 2007-01-09 Richard Stallman <rms@gnu.org>
7739 * progmodes/compile.el (compile): Doc fix.
7741 2007-01-09 Markus Triska <markus.triska@gmx.at>
7743 * tumme.el (tumme-display-thumb): Doc fix.
7745 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
7747 * battery.el (battery-search-for-one-match-in-files):
7748 * bindings.el (mode-line-minor-mode-help):
7749 * x-dnd.el (x-dnd-types-alist):
7750 * calendar/icalendar.el (icalendar-import-buffer):
7751 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
7753 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
7755 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
7757 * replace.el (replace-regexp): Fix typo in docstring.
7759 2007-01-07 Alan Mackenzie <acm@muc.de>
7761 * progmodes/cc-langs.el (c-operators, c-filter-ops):
7762 Amend doc-string and comments.
7764 2007-01-06 Eli Zaretskii <eliz@gnu.org>
7766 * files.el (abbreviate-file-name): Doc fix.
7768 2007-01-06 Markus Triska <triska@gmx.at>
7770 * subr.el (split-string): Remove spurious ")" from doc string.
7772 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
7774 * textmodes/table.el (table--warn-incompatibility):
7775 Use display-warning instead of momentary-string-display.
7777 2007-01-05 Richard Stallman <rms@gnu.org>
7779 * image.el (image-type-header-regexps): Recognize xbm more strictly.
7781 * simple.el (backward-kill-word): Doc fix.
7783 2007-01-05 Romain Francoise <romain@orebokech.com>
7785 * international/mule.el (sgml-html-meta-auto-coding-function):
7786 Ensure that the buffer contains a HTML document.
7788 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7790 * faces.el (momentary): Move here ...
7791 * subr.el (momentary): ... from here.
7793 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
7795 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
7796 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
7797 large structures/arrays.
7799 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
7801 * files.el (find-file-noselect-1, set-visited-file-name):
7802 Allow backup-enable-predicate to be nil.
7804 2007-01-04 Andreas Schwab <schwab@suse.de>
7806 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
7809 2007-01-03 Richard Stallman <rms@gnu.org>
7811 * woman.el (woman-decode-buffer): Clarify error message.
7813 2007-01-03 Alan Mackenzie <acm@muc.de>
7815 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
7817 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
7819 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
7821 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7823 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
7825 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
7827 * emulation/viper.el (viper-custom-file-name, viper-mode):
7828 Fix typos in docstrings.
7830 * subr.el (momentary-string-display): After moving point, set POS
7831 variable to it to avoid later errors once the buffer is modified.
7834 2007-01-02 Alan Mackenzie <acm@muc.de>
7836 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
7837 check that the "*/" is present before trying to manipulate it.
7839 2007-01-02 Richard Stallman <rms@gnu.org>
7841 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
7843 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
7844 Fix format of value.
7846 * cus-edit.el (customize-unsaved): Rename from customize-customized.
7847 Change messages accordingly.
7848 (customize-customized): Now alias.
7850 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
7852 * files.el (version-control): Doc fix.
7854 2007-01-01 Alan Mackenzie <acm@muc.de>
7856 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
7857 Check the format of c-state-cache is valid for an optimisation before
7860 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
7861 are at a statement within a macro". Other changes so that only
7862 the first continuation line in a macro gets the symbol
7863 `cpp-define-intro', the others getting `statement', or whatever.
7865 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
7866 a string, preserve whitespace. Add a backslash only when also in
7869 * progmodes/cc-defs.el: Correct typos.
7871 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
7872 new line after an escaped EOL in a string.
7874 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
7875 label when it directly follows "else", "do", ....
7877 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
7878 angle brackets (as seen in "explicit specialisations" of C++
7881 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
7884 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
7885 when the comment ender looks like "=========*/" and is alone on
7888 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
7889 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
7892 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
7893 c-\(beginning\|end\)-of-defun by default.
7895 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
7896 New line-up function, for the DEFUN macro in the Emacs C sources.
7897 Only used in "gnu" style.
7899 * progmodes/cc-styles.el (c-style-alist): Use this new function in
7902 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
7903 clean-up comment-close-slash also to work when there's a comment
7904 terminator on the line.
7905 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
7906 these for large arg - only take account of top level {..}, except
7907 for initial and final adjustments. M-- C-M-[ae] now go to the
7908 right defuns when the starting point is between defuns. They use
7909 the four new functions:
7910 (c-in-function-trailer-p, c-where-wrt-brace-construct)
7911 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
7912 support c-\(beginning\|end\)-of-defun.
7914 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
7915 expressions more rigorously, to exclude bit-field specifiers from
7916 being classed as labels.
7917 (c-forward-label): When analyzing a ":" within a macro, be careful
7918 about using c-forward-syntactic-ws at the macro beginning.
7919 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
7920 stmt boundary, check for "operator=", etc.
7922 * progmodes/cc-mode.el (c-postprocess-file-styles):
7923 Bind inhibit-read-only to t, around the call to
7924 c-remove-any-local-eval-or-mode-variables, so that it works on a
7927 * progmodes/cc-defs.el (c-version): Update the version number to
7930 2007-01-01 Richard Stallman <rms@gnu.org>
7932 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
7933 only if we restored isearch-window-configuration.
7935 2006-12-31 Romain Francoise <romain@orebokech.com>
7937 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
7939 2006-12-31 Kim F. Storm <storm@cua.dk>
7941 * files.el (auto-mode-case-fold): New defcustom.
7942 (set-auto-mode): If non-nil, perform second case-sensitive pass
7943 through auto-mode-alist if first pass failed.
7945 2006-12-30 Richard Stallman <rms@gnu.org>
7947 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
7949 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
7951 * allout.el (allout-encrypt-string): Handle symmetric-key
7952 passphrase caching but leave keypair caching to pgg.
7954 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
7956 Sync with Tramp 2.0.55.
7958 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
7959 `integerp'. `char-equal' could fail else in case of negative
7960 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
7961 (top): Check for `font-lock-add-keywords' before calling; it
7962 doesn't exist under XEmacs.
7963 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
7964 (tramp-completion-mode): Remove clause (not
7965 tramp-unified-filenames), because the function is called in other
7966 context too, where this check results in wrong results in the
7967 XEmacs case on Windows.
7968 (tramp-touch): UTC handling is not possible for XEmacs.
7970 2006-12-30 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7972 * scroll-bar.el (previous-scroll-bar-mode): New variable
7973 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
7974 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
7976 * term/x-win.el: Set scroll bar mode to right if set by X resources.
7978 2006-12-30 Richard Stallman <rms@gnu.org>
7980 * files.el (make-backup-file-name-1): Precompute abs name
7981 but don't lose the relative name.
7983 * international/mule-cmds.el (select-safe-coding-system-interactively):
7986 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
7988 * files.el (backup-buffer): Show entire backup file name in msg.
7990 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
7992 * image.el (image-type-header-regexps, image-type-from-data)
7993 (image-type-from-buffer, image-type-from-file-header):
7994 Revert changes from 2006-12-26.
7995 (image-type-auto-detectable): New variable.
7996 (image-type-auto-detected-p): New function.
7998 * files.el (magic-mode-alist): Detect image files with
7999 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
8001 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
8003 * dired.el (dired-sort-other): Move test for dired-mode...
8004 (dired-sort-set-modeline): ...to here.
8006 2006-12-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8008 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
8009 change. Suggested by Stefan Monnier.
8011 2006-12-29 Kim F. Storm <storm@cua.dk>
8013 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
8014 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
8016 2006-12-27 Kim F. Storm <storm@cua.dk>
8018 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
8019 so it doesn't accidentally match an fsf.org mail address.
8020 (authors-renamed-files-alist): Add tcover-*.el.
8022 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
8024 * vc-arch.el (vc-arch-find-version): New function.
8026 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
8027 composed of arbitrary characters (even /) in some systems.
8029 2006-12-27 Eli Zaretskii <eliz@gnu.org>
8031 * international/mule-cmds.el (select-safe-coding-system-interactively):
8032 Improve the message in the *Warning* buffer.
8034 2006-12-27 Kim F. Storm <storm@cua.dk>
8036 * ido.el (ido-set-matches-1): Fix last change. If default item is
8037 current buffer, it is ok to be first.
8039 2006-12-27 Kenichi Handa <handa@m17n.org>
8041 * international/mule-cmds.el (select-safe-coding-system-interactively):
8042 Use face `link' for problematic chars.
8044 2006-12-27 Kenichi Handa <handa@m17n.org>
8046 * international/mule-cmds.el (select-safe-coding-system-interactively):
8047 Improve the message in *Warning* buffer.
8049 2006-12-27 Kim F. Storm <storm@cua.dk>
8051 * ido.el (ido-set-matches-1): Never put current buffer first if
8052 there are other matches.
8054 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
8056 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
8058 (gdb-var-delete): Handle duplicate names. Print message for non
8060 (gdb-partial-output-name): Start buffer name with a space.
8061 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
8064 2006-12-26 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8066 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
8067 last footnote when `footnote-spaced-footnotes' is nil.
8069 2006-12-26 Richard Stallman <rms@gnu.org>
8071 * cus-edit.el (custom-browse-sort-alphabetically)
8072 (custom-buffer-sort-alphabetically)
8073 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
8075 * image.el (image-type-header-regexps): Change element format
8076 to include third item NOT-ALWAYS.
8077 (image-type-from-data): Handle new format.
8078 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
8079 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
8081 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
8083 * add-log.el (add-log-current-defun): Call `forward-sexp'
8084 multiple times to pick a member function name defined as
8085 part of nested classes/namespaces.
8087 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8089 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
8090 which keymap should be used to change menu. It does not affect any
8093 2006-12-26 Richard Stallman <rms@gnu.org>
8095 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
8096 rather than for being in a minibuffer window.
8098 2006-12-25 Daiki Ueno <ueno@unixuser.org>
8100 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
8101 locale-coding-system.
8102 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
8105 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
8107 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
8108 (sql-mode-syntax-table): Disable double quoted strings.
8109 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
8111 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8113 * startup.el (fancy-splash-last-input-event): New variable.
8114 (fancy-splash-special-event-action): New function.
8115 (fancy-splash-screens): Temporarily bind special events to it.
8116 Execute command for saved special event before exiting from
8119 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
8121 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
8122 Use mac-unread-string.
8124 2006-12-24 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8126 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
8127 an optimized comment regexp if `comment-start-skip' uses a ^.
8128 * bs.el (bs--up): Remove interactive spec.
8130 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8132 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
8133 Suggested by James Cloos.
8135 2006-12-24 Kevin Ryde <user42@zip.com.au>
8137 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
8139 (calendar-dst-ends): Default to first Sunday in November.
8141 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
8143 * allout.el (allout-encrypt-string): Inhibit use of agent within
8144 body of let form where encryption happens. Acknowledge non-use of
8145 gpg-agent in docstring.
8146 (allout-toggle-subtree-encryption): Acknowledge non-use of
8147 gpg-agent in docstring.
8149 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8151 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
8153 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
8155 * ediff-diff.el (ediff-diff-options): Clarify docstring.
8156 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
8158 * emulation/viper-cmd.el (viper-post-command-sentinel):
8159 Protect against errors in hooks.
8160 (viper-add-newline-at-eob-if-necessary): Add newline only if we
8161 actually modify buffer; ignore errors if occur.
8163 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
8165 * calendar/calendar.el (calendar-mode-map): Switch < and >.
8166 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
8169 2006-12-23 Richard Stallman <rms@gnu.org>
8171 * simple.el (delete-horizontal-space): Doc fix.
8173 2006-12-23 Eli Zaretskii <eliz@gnu.org>
8175 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
8176 explicitly in a recursive Make, not implicitly through prerequisites,
8177 since the latter is wrong under parallel builds.
8179 2006-12-22 Eli Zaretskii <eliz@gnu.org>
8181 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
8183 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
8185 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
8188 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
8190 * outline.el (outline-next-visible-heading): Fix the case with a
8191 header at end-of-file with no final newline.
8193 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
8195 * indent.el (tab-always-indent): Doc fix.
8197 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
8199 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
8200 (Info-fontify-node): Do fontify indices.
8202 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
8203 to the Emacs Lisp reference manual.
8204 (tutorial--tab-map): Remove. All callers changed.
8205 (tutorial--find-changed-keys): New elt QUIET, used to...
8206 (tutorial--display-changes): ...ensure that warning messages are
8207 only issued once per changed key.
8208 (tutorial--remove-remarks): Delete unused code-path.
8209 (lang-strings): Remove extraneous formatting.
8210 (tutorial--save-tutorial): Prompt before saving tutorial state.
8212 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
8214 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
8215 Replace '?\ ' by '?\s' throughout.
8216 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
8217 `help' custom group.
8218 (tutorial--key-description): New function.
8219 (tutorial--display-changes): Remove redundant arg. Scan for all
8220 key sequences to avoid false matches. Cleanup.
8221 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
8222 reduce homedir pollution.
8223 (help-with-tutorial): Call tutorial--display-changes with no arg.
8225 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
8227 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
8229 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
8231 * net/tramp.el (tramp-default-method): We still need to check for
8232 `executable-find', because it is not bound under Emacs 20.
8233 (tramp-handle-file-name-completion)
8234 (tramp-completion-handle-file-name-completion): Handle optional
8235 parameter PREDICATE.
8236 (tramp-find-default-method): Add code for default values.
8238 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
8240 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
8241 make gud-go send "continue".
8243 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
8245 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
8246 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
8248 2006-12-19 Kim F. Storm <storm@cua.dk>
8250 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
8251 instead of global-map.
8253 * files.el (magic-mode-alist): Allow matching file type by
8254 calling a function at bob. Check for image types by calling
8255 image-type-from-buffer. Suggested by Juanma Barranquero.
8256 (set-auto-mode): Do it.
8258 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
8260 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
8261 Remove "ControlMaster" option from the other `scp*' methods.
8262 (tramp-default-method): Check for ssh-agent before setting to `scp'.
8264 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
8266 * textmodes/org.el (org-mode): Show context after isearch.
8267 (org-show-siblings): New function.
8268 (org-show-context): Use `org-show-siblings'.
8270 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8272 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
8273 Use syntax-ppss-toplevel-pos.
8275 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
8277 * textmodes/org.el (org-current-line): Make sure that lines are
8278 counted from beginning of buffer.
8279 (org-table-copy-region, org-table-paste-rectangle): Make sure that
8280 lines are counted from beginning of buffer.
8282 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
8284 * info.el (Info-build-node-completions): Signal error if tag-table
8285 marker is not found.
8287 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8289 2006-12-17 Alan Mackenzie <acm@muc.de>
8291 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
8292 speed) the case when open-paren-in-column-0-is-defun-start is nil.
8293 Based on code by Martin Rudalics.
8295 * progmodes/cc-mode.el (c-basic-common-init): Don't set
8296 open-paren-in-column-0-is-defun-start to nil any more.
8298 2006-12-17 Richard Stallman <rms@gnu.org>
8300 * simple.el (delete-horizontal-space): Use prefix arg.
8302 * help-fns.el (describe-variable): Improve blank separator lines.
8304 * files.el (magic-mode-alist): Mark as risky.
8306 * files.el (make-backup-file-name-1):
8307 Expand backup-directory explicitly.
8309 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
8311 * net/tramp.el (tramp-default-method): Before setting to "pscp",
8312 check whether package password.el is loaded, or Pageant is running.
8314 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
8316 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
8317 (icalendar--rris): First try Emacs, then XEmacs.
8318 (icalendar--convert-ical-to-diary): Doc fix.
8319 Insert newline at end of target file.
8321 2006-12-17 Kim F. Storm <storm@cua.dk>
8323 * outline.el (outline-isearch-open-invisible-function): New defvar.
8324 (outline-flag-region): Use it if non-nil for isearch-open-invisible
8325 overlay property instead of outline-isearch-open-invisible.
8327 2006-12-16 Kim F. Storm <storm@cua.dk>
8329 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
8330 if ido-directory-too-big is set on entry.
8331 (ido-toggle-ignore, ido-completion-help): Print message while
8332 reading big directory.
8334 2006-12-15 Richard Stallman <rms@gnu.org>
8336 * shell.el (shell): Doc fix.
8338 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
8340 * emulation/edt.el (edt-xserver):
8341 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
8342 to fix a problem on Cygwin.
8345 * emulation/edt-mapper.el
8346 * emulation/edt-lk201.el
8347 * emulation/edt-pc.el
8348 * emulation/edt-vt100.el: Update maintainer's email address.
8350 2006-12-15 Simon Marshall <simon@gnu.org>
8352 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
8354 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8356 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
8357 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
8358 instead of mac-atsu-font-table.
8359 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
8361 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
8363 * align.el (align-match-tex-pattern): Fix a rare bug which
8366 2006-12-14 Richard Stallman <rms@gnu.org>
8368 * startup.el (use-fancy-splash-screens-p): Use frame-height
8369 instead of window-height. Pass frame to image-size.
8371 2006-12-13 Kenichi Handa <handa@m17n.org>
8373 * international/mule-cmds.el (set-locale-environment):
8374 Set default-sendmail-coding-system too.
8376 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
8378 * progmodes/idlw-help.el: Fix copyright notice.
8380 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8382 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
8384 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
8386 * subr.el (unread-command-char): Reformat obsolescence info.
8388 2006-12-11 Richard Stallman <rms@gnu.org>
8390 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
8391 about calls to cl-struct-setf-expander.
8393 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
8395 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
8396 (ediff-combination-pattern): Fix typo in docstring.
8398 * textmodes/refer.el (refer-find-entry): Doc fix.
8399 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
8400 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
8401 Fix tipos in docstrings.
8403 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
8405 2006-12-10 Kim F. Storm <storm@cua.dk>
8407 * ido.el (ido-init-completion-maps): Remap backward-kill-word
8408 instead of binding M-backspace.
8410 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
8412 * replace.el (replace-match-data, replace-match-maybe-edit):
8413 * calc/calc-aent.el (calc-eval-error):
8414 * emulation/vi.el (vi-char-argument):
8415 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
8416 (c-vsemi-status-unknown-p-fn): Doc fixes.
8418 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
8420 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
8421 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
8423 2006-12-10 Masatake YAMATO <jet@gyve.org>
8425 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
8427 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
8429 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
8431 * man.el (Man-xref-button-action): New function. If the
8432 `Man-target-string' button property is a function, assume it
8433 accepts a position argument.
8434 (Man-abstract-xref-man-page): Use it.
8435 (Man-default-man-entry): New optional arg POS.
8437 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
8438 symlink arrows read-only and non-rear-sticky.
8440 2006-12-09 Martin Rudalics <rudalics@gmx.at>
8442 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
8443 (wdired-search-and-rename): Simplify code.
8444 (wdired-preprocess-files, wdired-preprocess-perms): Make
8445 read-only property of preceding character rear-nonsticky to
8446 avoid that it can be modified. Put old-name and old-link
8447 properties on character preceding name and replace
8448 put-text-property by add-text-properties.
8449 (wdired-get-filename, wdired-get-previous-link): Get old-name
8450 and old-link properties from character preceding name and
8452 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
8453 (wdired-perms-to-number): Make local-map property
8454 rear-nonsticky to avoid that text following permissions may be
8455 modified. Use add-text-properties instead of put-text-property
8456 when changing a permission bit.
8457 (wdired-change-to-dired-mode): Remove stickiness properties.
8459 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
8461 * international/mule-cmds.el (register-input-method): Doc fix.
8463 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
8465 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
8467 2006-12-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8469 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
8470 Force buffer local defs evaluation on local variables loading.
8471 (flyspell-mode-on, flyspell-mode-off): Use it in
8472 `hack-local-variables-hook'.
8474 2006-12-09 Eli Zaretskii <eliz@gnu.org>
8476 * emacs-lisp/find-func.el (find-variable): Doc fix.
8478 * help-fns.el (variable-at-point): Doc fix.
8480 * w32-fns.el (w32-append-code-lines): New function.
8482 2006-12-09 Romain Francoise <romain@orebokech.com>
8484 * comint.el (comint-insert-input): Delete obsolete comment.
8486 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8488 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
8489 current frame, in case we're connected to several displays.
8491 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
8493 * frame.el (other-frame): Doc fix.
8494 (set-frame-parameter): Fix typo in docstring.
8496 2006-12-07 Kim F. Storm <storm@cua.dk>
8498 * info.el (Info-index): Strip leading colon from topic.
8500 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
8502 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
8505 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
8507 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
8508 Trim out spurious class inheritance "None" entries.
8510 2006-12-05 Kim F. Storm <storm@cua.dk>
8512 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
8513 (cua-paste-pop): Rework last change for
8514 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
8515 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
8516 text inserted by the last M-y command.
8518 2006-12-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8520 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
8521 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
8523 * shell.el (shell): Search the start file in ~/.emacs.d as
8524 `init_SHELLNAME.sh' instead.
8526 2006-12-05 Glenn Morris <rgm@gnu.org>
8528 * progmodes/cperl-mode.el (cperl-mode)
8529 * progmodes/f90.el (f90-mode-abbrev-table)
8530 * progmodes/fortran.el (fortran-mode-abbrev-table)
8531 * progmodes/octave-mod.el (octave-abbrev-table)
8532 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
8533 if abbrev-table is non-nil (saved user abbrevs may have been restored).
8535 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
8536 clear abbrev table, else saved abbrevs will not be restored.
8538 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
8540 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
8541 the call to `make-obsolete-variable', not in the docstring.
8543 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
8545 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
8547 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8549 * progmodes/ebnf-abn.el:
8550 * progmodes/ebnf-bnf.el:
8551 * progmodes/ebnf-dtd.el:
8552 * progmodes/ebnf-ebx.el:
8553 * progmodes/ebnf-iso.el:
8554 * progmodes/ebnf-otz.el:
8555 * progmodes/ebnf-yac.el:
8556 * progmodes/ebnf2ps.el:
8561 * ps-print.el: Remove 'Time-stamp' comment mark.
8563 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
8564 'easy-menu-add-item' when called in Emacs 21 or higher.
8566 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
8568 * progmodes/ada-xref.el (ada-check-current): Doc fix.
8569 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
8571 2006-12-04 Kim F. Storm <storm@cua.dk>
8573 * bindings.el (global-map): Bind [signal t] to ignore, to have
8574 user signals ignored by default.
8576 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
8578 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
8579 Unicode data file pointed to by `describe-char-unicodedata-file'.
8581 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
8583 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
8584 O(n^2) regexp-search by anchoring the search.
8586 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
8588 * whitespace.el (whitespace-cleanup-internal): Use current
8589 argument for recursive call.
8591 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
8593 * net/tramp.el (tramp-methods): Add "ControlPath" and
8594 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
8595 Andreas Schwab <schwab@suse.de>.
8596 (tramp-do-copy-or-rename-file-out-of-band)
8597 (tramp-open-connection-rsh): Compute format spec for ?t.
8598 (tramp-process-actions): Trace command parameters.
8600 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8602 * simple.el (toggle-truncate-lines): Clarify doc string.
8604 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
8605 (gdb-speedbar-expand-node): Use it.
8607 2006-12-04 Richard Stallman <rms@gnu.org>
8609 * progmodes/python.el (python-indent): Add safe-local-variable prop.
8611 * dired.el (dired-revert): Turn off dired-after-readin-hook
8612 around call to dired-readin.
8614 * menu-bar.el (menu-bar-make-toggle): Add "globally"
8615 to echo area messages.
8616 <indicate-empty-lines, case-fold-search>:
8617 Add "globally" to Help string.
8618 <case-fold-search>: MESSAGE arg need not say "globally".
8619 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
8621 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
8623 * outline.el (outline-end-of-subtree): Don't leave an empty
8624 line hidden as we would a real next heading.
8626 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
8628 * allout.el (allout-ascend): Add an optional argument to preserve
8629 original position of point when unsuccessful. Also, fix a
8631 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
8632 work again, using allout-ascend's new option.
8633 (allout-setup-mode-map): Extract from allout-mode to initialize
8634 allout-mode-map. Call it on file load, so the mode docstring
8635 substitutions work even if allout mode has not yet been invoked.
8636 (allout-mode): Use new allout-setup-mode-map to track any keybinding
8637 customizations since the map was last processed. Also, refine the
8638 docstring so it's ship-shape for release.
8639 (allout-default-layout, allout-beginning-of-line-cycles)
8640 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
8641 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
8642 (allout-version, allout-layout, allout-infer-body-reindent)
8643 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
8644 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
8645 (allout-previous-heading, allout-goto-prefix-doublechecked)
8646 (allout-current-bullet-pos, allout-next-sibling-leap)
8647 (allout-pre-command-business, allout-encrypted-type-prefix)
8648 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
8649 (allout-rebullet-topic, allout-rebullet-topic-grunt)
8650 (allout-flag-region, allout-expose-topic, allout-expose-topic)
8651 (allout-old-expose-topic, allout-listify-exposed)
8652 (allout-process-exposed, allout-latex-verb-quote)
8653 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
8654 (allout-toggle-current-subtree-encryption)
8655 (allout-toggle-subtree-encryption, allout-bullet-isearch):
8656 Remove extraneous open-paren and close paren string escapes.
8658 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
8660 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
8661 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
8662 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
8663 Fix typos in docstrings.
8665 2006-12-03 Glenn Morris <rgm@gnu.org>
8667 * progmodes/cc-align.el
8668 * progmodes/cc-awk.el
8669 * progmodes/cc-cmds.el
8670 * progmodes/cc-compat.el
8671 * progmodes/cc-defs.el
8672 * progmodes/cc-engine.el
8673 * progmodes/cc-langs.el
8674 * progmodes/cc-menus.el
8675 * progmodes/cc-mode.el
8676 * progmodes/cc-styles.el
8677 * progmodes/cc-vars.el
8678 * progmodes/vhdl-mode.el: Fix Copyright format.
8680 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
8682 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
8685 2006-12-02 Kim F. Storm <storm@cua.dk>
8687 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
8688 (cua-repeat-replace-region): Make M-v more robust.
8689 (cua-paste-pop-rotate-temporarily): New defcustom.
8690 (cua-paste-pop): Use it.
8691 (cua-auto-mark-last-change): New defcustom.
8692 (cua-pop-to-last-change): New helper function.
8693 (cua-set-mark): Use them.
8695 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
8697 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
8698 mini-buffer message.
8700 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
8702 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
8704 2006-12-01 Ben North <ben@redfrontdoor.org>
8706 * paren.el: Fix the highlight overlay extension when the user types a
8707 sequence of char very fast just before the open parenthesis.
8709 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8711 * ps-mule.el: Eliminate Emacs 20 compatibility.
8713 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
8714 (ps-print-version): New version 6.7.
8715 (ps-print-quote): Replace '?\ ' by '?\s'.
8717 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
8719 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
8720 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
8721 (hexl-end-of-1k-page): Doc fixes.
8722 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
8723 Fix typos in docstrings.
8725 2006-11-30 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8727 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
8728 locally, i.e. without using file name handlers.
8729 (ido-read-internal): Allow mono letter host names, avoiding the
8730 `c:' problem by testing if the file exists locally.
8731 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
8733 2006-11-30 Masatake YAMATO <jet@gyve.org>
8735 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
8736 to avoid bytecomp warnings.
8737 (hexl-mode-old-ruler-function): New variable.
8738 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
8739 and `hl-line-range-function' after `require' hl-line.
8740 Then bind `hl-line-range-function' and `hl-line-face'.
8741 Don't require frame. Don't use `with-no-warnings'.
8742 (hexl-activate-ruler): Store the original value of
8743 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
8744 (hexl-mode-exit): Restore the original value of
8745 `ruler-mode-ruler-function'.
8747 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
8749 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
8750 (hexl-mode-old-hl-line-face): New variable.
8751 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
8752 line when exit from the hexl-mode.
8754 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
8756 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
8759 * international/fontset.el (create-fontset-from-ascii-font)
8760 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
8761 (fontset-name-p): Fix typo in docstring.
8763 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
8765 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8767 * ps-bdf.el: Fix maintainer email.
8769 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
8772 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
8774 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
8777 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
8779 * progmodes/idlwave.el (idlwave-auto-fill):
8780 Remove paragraph-start let to prevent auto-fill giving up.
8782 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
8784 * vt100-led.el (led-state): Fix typo in previous change.
8786 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8788 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8789 Fix interactive spec of the functions getting defined to make them
8792 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
8794 * startup.el (fancy-splash-screens): Hide initial splash buffer.
8796 2006-11-28 Kim F. Storm <storm@cua.dk>
8798 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
8799 icomplete-mode is enabled.
8801 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
8803 * textmodes/org.el (require): Require gnus-sum during compilation
8804 to avoid problem with a macro call.
8806 2006-11-28 Glenn Morris <rgm@gnu.org>
8808 * emacs-lisp/authors.el (authors-aliases): Add new alias.
8810 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
8811 (fortran-window-create-momentarily): Do not need string-to-char.
8813 2006-11-28 Richard Stallman <rms@gnu.org>
8815 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8816 Replace incorrect use of assoc-default with a loop.
8818 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
8820 * simple.el (next-error-find-buffer): Improve messages.
8822 * files.el (revert-buffer): Special error message if file
8823 is now not readable.
8825 * facemenu.el (facemenu-add-new-face): Improve doc strings of
8826 constructed commands.
8828 * comint.el (comint-exec-1): Provide Emacs version and `comint'
8831 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8833 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
8835 * server.el: Remove spurious * in docstrings.
8836 (server-process-filter): Exit from recursive editing before processing
8839 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
8841 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
8842 line so hidden blocks will be correctly identified.
8844 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
8846 * ledit.el (ledit-save-defun, ledit-mode):
8847 * resume.el (resume-emacs-args-buffer):
8848 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
8849 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
8850 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
8851 (command-send-input, command-kill-line):
8852 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
8854 * autoarg.el (autoarg-kp-mode): Doc fix.
8856 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
8857 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
8858 (check-emacs-lock): Doc fix. Simplify.
8860 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
8861 (iimage-mode-buffer): Fix typos in docstring.
8863 * misc.el (zap-up-to-char): Doc fix.
8865 * time-stamp.el: Fix comment and obsolescence string for old
8866 functions. Use `dolist' instead of `while'.
8868 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
8870 * disp-table.el (standard-display-8bit, standard-display-default):
8871 * ebuff-menu.el (electric-buffer-list):
8872 * ehelp.el (electric-help-command-loop):
8873 * font-core.el (font-lock-mode):
8874 * help-macro.el (make-help-screen):
8875 * help.el (describe-minor-mode-completion-table-for-indicator)
8876 (lookup-minor-mode-from-indicator):
8877 * indent.el (tab-to-tab-stop, move-to-tab-stop):
8878 * info-look.el (info-lookup-guess-custom-symbol):
8879 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
8880 * longlines.el (longlines-wrap-line):
8881 * macros.el (insert-kbd-macro):
8882 * menu-bar.el (menu-bar-update-buffers):
8883 * misc.el (copy-from-above-command):
8884 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
8885 * newcomment.el (comment-indent):
8886 * novice.el (disabled-command-function):
8887 * sort.el (sort-fields-syntax-table):
8888 * subr.el (momentary-string-display):
8889 * tar-mode.el (tar-header-block-summarize)
8890 (tar-clear-modification-flags):
8891 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
8892 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
8893 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
8894 (te-delete-char, te-down-vertically-or-scroll):
8895 * time-stamp.el (time-stamp-string-preprocess):
8896 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
8898 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
8900 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
8903 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
8904 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
8906 2006-11-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8908 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
8910 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
8912 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
8913 (ada-compile-goto-error): Adapt to new argument profile of
8914 compilation-goto-locus in Emacs 22. Don't check if the various
8915 compile functions are defined; we already do "(require 'compile)".
8917 2006-11-26 Kim F. Storm <storm@cua.dk>
8919 * kmacro.el: Fix commentary.
8921 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
8923 * progmodes/gud.el (gdb): Explain how to run in text command mode
8924 more clearly. Say in error message that multiple debugging
8925 requires restarting GDB.
8927 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
8929 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
8931 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
8933 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
8934 (flymake-popup-menu): Use it instead of posn-at-point.
8936 2006-11-25 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8938 * progmodes/cc-vars.el (c-backslash-column):
8939 Mention c-backslash-max-column in documentation for c-backslash-column.
8941 2006-11-24 Lars Hansen <larsh@soem.dk>
8943 * net/tramp.el (tramp-default-method): Under Windows, change from
8945 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
8946 (tramp-actions-copy-out-of-band):
8947 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
8948 (tramp-action-out-of-band): Move "Permission denied" handling to
8949 tramp-action-copy-failed.
8950 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
8953 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8955 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8956 strings to a single string. Quote `errors-file-name'.
8957 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8958 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8959 Adjust calls. Use `shell-quote-argument'.
8961 * international/mule.el (load-with-code-conversion)
8962 (with-category-table): Use with-current-buffer.
8963 (after-insert-file-set-coding): Use restore-buffer-modified-p.
8965 2006-11-24 Eli Zaretskii <eliz@gnu.org>
8967 * mail/smtpmail.el (smtpmail-send-it):
8968 Copy buffer-file-coding-system from the mail buffer. Possibly add a
8969 MIME header for the message encoding.
8970 Bind coding-system-for-write around the call to mail-do-fcc.
8971 Use smtpmail-code-conv-from to encode queued mail messages.
8973 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
8975 * tabify.el (tabify-regexp): Doc fix.
8977 * net/rcirc.el (rcirc-buffer-maximum-lines):
8978 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
8980 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
8981 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
8982 Fix typos in output messages.
8983 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
8985 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8987 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
8989 (hexlify-buffer): Don't re-encode an arg that's already encoded.
8991 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
8993 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
8994 Remove condition-case.
8996 2006-11-23 Glenn Morris <rgm@gnu.org>
8998 * progmodes/f90.el (f90-comment-indent): Do not move point in
9001 2006-11-21 Romain Francoise <romain@orebokech.com>
9003 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
9004 from library name (reverts change of 2005-10-25).
9006 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
9008 * tutorial.el (tutorial--default-keys): Add newline and
9009 delete-backward-char bindings.
9010 (tutorial--detailed-help): Save excursion when finding keys.
9011 Correct warning string for M-x FOO case.
9012 (tutorial--display-changes): Print special keys in tutorial style.
9013 Tweak search regexp for changed keys.
9015 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9017 * thingatpt.el (thing-at-point-url-at-point): Don't add a
9020 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
9022 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
9023 are new to the list at IANA. Also added irc, mms, mmsh.
9025 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
9027 * progmodes/idlw-help.el (idlwave-html-help-location):
9028 Fail gracefully for missing help packages.
9029 (idlwave-help-assistant-open-link): Open full links.
9030 (idlwave-help-assistant-help-with-topic): Direct help link.
9032 * progmodes/idlwave.el (idlwave-mode):
9033 Set add-log-current-defun-function.
9034 (idlwave-current-routine-fullname): Add, to support add-log.
9035 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
9036 to reflect improvements to xml-parse-file.
9037 (idlwave-mode-menu-def): New binding for help-with-topic.
9039 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
9040 Handle extra newlines and spaces.
9041 (idlwave-shell-mode-map): Add help-with-topic.
9043 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
9045 * tutorial.el (tutorial-warning-face): New face.
9046 (tutorial--detailed-help, tutorial--display-changes): Use it.
9047 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
9048 Improve search pattern for occurrences of changed keys.
9050 2006-11-20 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9052 * term/x-win.el (x-last-cut-buffer-coding): New variable.
9053 (x-select-text): Set it.
9054 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
9055 when checking for newness.
9057 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
9059 * subr.el (posn-image):
9060 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
9062 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
9064 2006-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9066 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
9067 Exceptions to the rule "add a space between an identifier and an
9068 opening parenthesis". Defaulted to the `#define' problem of cpp.
9069 (glasses-parenthesis-exception-p): New. Check if the region is an
9070 exception regarding to that.
9071 (glasses-make-readable): Use it.
9072 (glasses-convert-to-unreadable): Ditto. Modify the file also if
9073 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
9075 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
9077 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
9079 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
9081 * progmodes/ada-mode.el (ada-make-body): Fix typo.
9083 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
9084 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
9086 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
9088 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
9089 conditions for function or variable bindings.
9091 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
9093 * progmodes/compile.el (compilation-start): Ditto.
9095 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
9097 * net/tramp.el (top): cl and custom are always required.
9099 2006-11-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9101 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
9102 cut-buffers with next-selection-coding-system if not nil.
9104 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
9106 * textmodes/org.el (org-fix-decoded-time): New function.
9107 (org-display-custom-time): Use `org-fix-decoded-time'.
9109 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
9111 * menu-bar.el (menu-bar-games-menu): Remove yow.
9113 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
9115 * textmodes/org.el (org-scan-tags): Re-align code fixed.
9116 (org-detach-overlay): Rename from `org-detatch-overlay'.
9117 (org-table-convert-region): Insert space after column separator.
9118 (org-agenda-kill): New command.
9119 (org-metaleft): Call `org-outdent-item' on bullets.
9120 (org-metaright): Call `org-indent-item' on bullets.
9121 (org-timestamp-change): Set `org-last-changed-timestamp'.
9122 (org-current-line): Make sure (bolp) returns correct result.
9123 (org-agenda-change-all-lines): Make sure TODO are highlighted.
9125 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9127 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
9129 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
9131 * mouse.el (global-map): Change 2006-08-16 fix to call
9132 mouse-yank-at-click explicitly, since mouse events are not carried
9133 over into keyboard macros.
9135 2006-11-16 Kim F. Storm <storm@cua.dk>
9137 * ido.el (ido-file-internal): Use current buffer's file name as default
9138 choice for ido-find-alternate-file. Suggested by Matt Hodges.
9140 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
9142 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
9143 (allout-inhibit-aberrance-doublecheck): Rename from
9144 allout-during-yank-processing. All callers changed.
9145 (allout-ascend): Provide for unusual case where some topic after
9146 the first in file is at lower depth than the first.
9147 (allout-shift-in): Ensure the offspring of the new containing
9149 (allout-encrypt-string): Preserve the coding-system of the text,
9150 according to that of the containing buffer.
9151 (allout-toggle-subtree-encryption): When the text being encrypted
9152 requires a different coding system, offer to preserve the coding
9153 system using a file local var.
9155 2006-11-15 Simon Marshall <simon@gnu.org>
9157 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
9158 to recognise "T t()" as a function declaration, rather than a
9159 variable instantiation, iff at the top-level or inside a class
9160 declaration. Suggested by Feng Li <fengli@gmail.com>.
9162 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
9164 * progmodes/ada-xref.el (ada-parse-prj-file):
9165 Don't delete project buffer; user may want to edit it.
9166 (ada-xref-set-project-field, ada-xref-current-project-file)
9167 (ada-xref-current-project, ada-show-current-project)
9168 (ada-set-main-compile-application): New functions.
9169 (ada-xref-get-project-field, ada-require-project-file):
9170 Normalize use of ada-prj-default-project-file.
9171 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
9172 Normalize use of ada-require-project-file.
9173 (ada-prj-find-prj-file): Improve doc string, comments.
9175 * progmodes/ada-mode.el (ada-mode-version): Bump version.
9176 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
9177 (ada-create-menu): Add ada-set-main-compile-application,
9178 ada-show-current-main, ada-show-current-project.
9180 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9182 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
9183 (inferior-python-mode): Use it.
9185 2006-11-14 Andreas Schwab <schwab@suse.de>
9187 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9189 2006-11-13 Kim F. Storm <storm@cua.dk>
9191 * ido.el (ido-copy-current-word): C-o copies region if active.
9193 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
9195 * textmodes/org.el (org-emph-face): Fix typo in variable name.
9197 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
9199 * ediff.el (ediff-revision):
9200 * files.el (set-visited-file-name):
9201 * mail/rmailout.el (rmail-output-body-to-file):
9202 Use `format', not `message', in `y-or-n-p' call.
9204 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
9206 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
9207 (org-metaright): Call `org-indent-item' on bullets.
9208 (org-timestamp-change): Set `org-last-changed-timestamp'.
9209 (org-current-line): Make sure (bolp) returns correct result.
9210 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
9212 2006-11-12 Richard Stallman <rms@gnu.org>
9214 * language/european.el (turkish-case-conversion-enable)
9215 (turkish-case-conversion-disable): New functions.
9216 ("Turkish" lang env): Use them.
9218 * international/characters.el (case table):
9219 Do nothing special for i and I.
9221 * subr.el (remove-overlays): Fix last change.
9223 * cus-edit.el (custom-save-all): Use find-file-visit-truename
9224 for visiting the custom file.
9226 2006-11-12 Markus Triska <triska@gmx.at>
9228 * play/handwrite.el (handwrite): Also process lines not ending
9229 with newline. Replace some position-fiddling with different
9230 logic. Improve performance.
9232 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
9234 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
9235 replacing deleted variable `ada-check-switch'.
9236 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
9237 (ada-xref-project-files): Improve doc string.
9238 (ada-find-executable): New function.
9239 (ada-initialize-runtime-library): Use `ada-find-executable'.
9240 (ada-xref-set-default-prj-values): In compile commands, don't need
9241 `ada-cd-command'; `compile' does that more portably.
9242 Use ada-prj-default-check-cmd.
9243 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
9244 properties if not specified in project file.
9245 (ada-goto-declaration): Display useful message for new error
9246 'error-file-not-found.
9247 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
9248 'error-file-not-found.
9249 (ada-get-all-references): Match latest ali syntax. Signal new
9250 error 'error-file-not-found.
9251 (ada-find-in-ali): Match latest ali syntax.
9252 (ada-make-filename-from-adaname): Handle different semantics of
9253 gnatkr in GNAT 3.15p vs later.
9255 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
9256 ada-procedure-start-regexp.
9257 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
9259 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
9261 (ada-language-version): Rename ada05 -> ada2005.
9262 (ada-align-region-separate): Add `eval-when-compile'.
9263 (ada-name-regexp): Remove unneeded escapes in regexp character
9265 (ada-compile-goto-error-file-linenr-re): New constant.
9266 (ada-matching-start-re): Handle additional cases `declare',
9267 `procedure', `function'.
9268 (ada-compile-goto-error): Handle "... at line nn".
9269 (ada-mode): Clearer syntax, comments for ff-special-constructs.
9270 Delete support for old versions of `align'.
9271 (ada-search-prev-end-stmt): Handle additional keyword `private'.
9272 (ada-check-defun-name): Simplify handling of `declare'.
9273 (ada-goto-matching-start): Handle nested `begin ... end'.
9274 Handle `declare', `protected', `procedure', `function'.
9275 (ada-create-menu): Presence of arm95 is not conditional on using
9278 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
9280 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
9281 nil in the *RE-Builder* buffer (it causes spurious error messages).
9283 * server.el (server-visit-files): If `minibuffer-auto-raise' has
9284 been set to t, respect it.
9286 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
9288 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
9289 Delete commented out code for old Emacs versions. Autoloading of
9290 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
9291 (ada-mode-version): Bump version number.
9292 (ada-95-string-keywords, ada-2005-string-keywords)
9293 (ada-2005-keywords, ada-name-regexp): New constant.
9294 (ada-language-version, ada-procedure-start-regexp, ada-mode)
9295 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
9296 (ada-package-start-regexp): Support private packages, include package
9297 name (for ada-set-point-accordingly).
9298 (ada-next-procedure, ada-previous-procedure)
9299 (ada-which-function-are-we-in): Match changes to
9300 ada-procedure-start-regexp.
9301 (ada-make-body): Make non-interactive; not a user function.
9302 (ada-make-subprogram-body): Improve doc string.
9304 2006-11-11 Romain Francoise <romain@orebokech.com>
9306 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
9307 `compilation-error-regexp-alist' buffer-local, since we changed
9308 `compilation-error-regexp-alist-alist' locally.
9310 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
9312 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
9313 to the value of `server-raise-frame'.
9315 2006-11-11 Glenn Morris <rgm@gnu.org>
9317 * ido.el (ido-enable-prefix)
9318 * ses.el (ses-call-printer-return)
9319 * net/tramp.el (tramp-unified-filenames)
9320 * progmodes/cc-align.el (c-lineup-string-cont)
9321 * progmodes/compile.el (compilation-directory-matcher)
9322 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
9323 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
9324 (vhdl-clock-rising-edge)
9325 * textmodes/org.el (org-export-with-timestamps)
9326 (org-export-remove-timestamps-from-toc)
9327 (org-export-with-tags): Improve previous doc fixes.
9329 2006-11-11 Richard Stallman <rms@gnu.org>
9331 * textmodes/flyspell.el (flyspell-mode-map):
9332 Bind C-c $ instead of M-RET.
9334 2006-11-10 Simon Marshall <simon@gnu.org>
9336 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
9337 fontification for "case" and "default" keywords.
9339 2006-11-10 Andreas Schwab <schwab@suse.de>
9341 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
9342 Avoid starting sentence with "nil".
9344 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
9346 * server.el (server-raise-frame): New option.
9347 (server-switch-buffer): Use it.
9349 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
9351 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
9354 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
9356 * textmodes/org.el (org-show-hierarchy-above)
9357 (org-show-following-heading): Fix typo in default value.
9358 (org-scan-tags): Make the search case-sensitive.
9359 (org-tags-sparse-tree): Don't overrule
9360 `org-show-following-heading' and `org-show-hierarchy-above'.
9361 (org-reveal): New command.
9362 (org-show-context): Rename from `org-show-hierarchy-above'.
9363 (org-fast-tag-selection-single-key): New option.
9364 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
9365 (org-tags-overlay): New variable.
9366 (org-agenda-todo-ignore-deadlines): New option.
9367 ("session"): Add circular data structure `org-mark-ring' to
9368 exceptions list in session.el.
9369 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
9371 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
9372 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
9373 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
9374 (org-finalize-agenda): Activate bracket links in agenda.
9375 (org-at-timestamp-p, org-at-date-range-p): Additional argument
9377 (org-show-hierarchy-above, org-show-following-heading):
9378 List values allowed for fine-tuned configuration.
9379 (org-show-hierarchy-above): New argument CONTEXT, use the
9380 fine-tuned settings in `org-show-hierarchy-above' and
9381 `org-show-following-heading'.
9382 (org-display-custom-time): New function.
9383 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
9384 (org-display-custom-times, org-time-stamp-custom-formats):
9385 (org-maybe-intangible): New macro.
9386 (org-activate-bracket-links, org-hide-wide-columns):
9387 Use `org-maybe-intangible'.
9388 (org-open-file): Use `shell-quote-argument'.
9389 (org-display-internal-link-with-indirect-buffer): New option.
9390 (org-file-remote-p): Get regexp from list.
9391 (org-link-expand-abbrev): New function.
9392 (org-link-abbrev-alist): New option.
9393 (org-open-at-point, org-cleaned-string-for-export):
9394 Call `org-link-expand-abbrev'.
9395 (org-timeline, org-agenda-list, org-todo-list)
9396 (org-tags-view): Remove the KEEP-MODES argument.
9397 (org-finalize-agenda-hook): New hook.
9398 (org-get-alist-option): New function.
9399 (org-follow-timestamp-link): New function.
9400 (org-open-at-point): Call `org-follow-timestamp-link'.
9401 (org-log-note-marker, org-log-note-purpose)
9402 (org-log-note-window-configuration): New variables.
9403 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
9404 (org-log-note-headings): New option.
9405 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
9406 (org-store-link): Support for dired-mode.
9407 (org-open-file): Substitute environment variables into filename.
9408 (org-last): New defsubst.
9409 (org-agenda-re-align-tags): New function.
9410 (org-agenda-align-tags-to-column): New option.
9411 (org-agenda-timeline): Group removed.
9412 (org-prepare-agenda, org-prepare-agenda-buffers)
9413 (org-run-agenda-series, org-timeline, org-agenda-list)
9414 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
9415 the text property inticating the agenda type.
9416 (org-agenda-post-command-hook): Get agenda type from text property
9418 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
9419 and obey `org-agenda-overriding-arguments'.
9420 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
9421 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
9422 (org-agenda-week-view, org-agenda-day-view):
9423 Use `org-agenda-overriding-arguments' to make updating work with
9424 multi-block agendas.
9425 (org-agenda-prefix-format): Allow different formats for the
9426 different agenda entry types.
9427 (org-timeline-prefix-format): Option removed, use
9428 `org-agenda-prefix-format' instead.
9429 (org-prepare-agenda): New function.
9430 (org-select-timeline-window): Option removed, use
9431 `org-select-agenda-window' instead.
9432 (org-respect-restriction): Variable removed.
9433 (org-cmp-tag): New function.
9434 (org-agenda-sorting-strategy, org-entries-lessp):
9435 Implement sorting by last tag.
9436 (org-complete): Better completion in in-buffer option lines.
9437 (org-in-item-p): New function.
9438 (org-org-menu): Add entries for checkboxes.
9439 (org-cycle): Extra brouping in outline-regexp, because it is used
9440 in a search with "^" prepended.
9441 (org-provide-checkbox-statistics): New option.
9442 (org-set-font-lock-defaults): Highlight checkbox statistics.
9443 (org-update-checkbox-count-maybe)
9444 (org-get-checkbox-statistics-face): New functions.
9445 (org-update-checkbox-count): New command.
9446 (org-insert-item, org-toggle-checkbox):
9447 Call `org-update-checkbox-count-maybe'.
9448 (org-export-as-html): XEmacs compatibility for coding system.
9449 (org-force-cycle-archived): New command.
9450 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
9452 (org-fix-position-after-promote): If the line contains only a todo
9453 keyword, add a final space.
9454 (org-promote-subtree, org-demote-subtree):
9455 Call `org-fix-position-after-promote'.
9457 2006-11-10 Glenn Morris <rgm@gnu.org>
9459 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
9461 (calendar-dst-check-each-year-flag): New customizable variable.
9462 (calendar-dst-find-data): New function, extracted from
9463 calendar-current-time-zone.
9464 (calendar-current-time-zone): Use calendar-dst-find-data.
9465 (calendar-dst-transition-cache): New variable.
9466 (calendar-dst-find-startend, calendar-dst-starts)
9467 (calendar-dst-ends): New functions.
9468 (calendar-daylight-savings-starts)
9469 (calendar-daylight-savings-ends): Change value to use
9470 calendar-dst-starts, calendar-dst-ends; respectively.
9472 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
9474 * ido.el (ido-enable-prefix)
9475 * ses.el (ses-call-printer-return)
9476 * net/tramp.el (tramp-unified-filenames)
9477 * progmodes/cc-align.el (c-lineup-string-cont)
9478 * progmodes/compile.el (compilation-directory-matcher)
9479 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
9480 * progmodes/gdb-ui.el (gdb-many-windows)
9481 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
9482 (vhdl-clock-rising-edge)
9483 * textmodes/org.el (org-export-with-timestamps)
9484 (org-export-remove-timestamps-from-toc, org-export-with-tags)
9485 (org-read-date): Doc fix (Nil -> nil).
9487 2006-11-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9489 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
9490 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
9492 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
9494 * bs.el (bs--window-for-buffer): Remove.
9495 (bs--show-with-configuration): Use `get-window-with-predicate'
9496 instead of `bs--window-for-buffer'.
9498 2006-11-10 Kenichi Handa <handa@m17n.org>
9500 * files.el (revert-buffer): Fix previous change.
9502 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
9504 * bs.el (bs--redisplay): Fix typo in docstring.
9505 (bs--window-config-coming-from): Make frame-local.
9506 (bs--restore-window-config): New function.
9507 (bs-kill, bs-select, bs-select-other-window)
9508 (bs-select-other-frame): Use it.
9509 (bs--window-for-buffer): Return as soon as a matching buffer is found.
9510 (bs--show-with-configuration): Save the window configuration as a
9511 frame local var, and only if *buffer-selection* is not already
9512 visible on this frame.
9514 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
9516 * vc-svn.el (vc-svn-admin-directory): New var.
9517 (vc-svn-registered, vc-svn-responsible-p)
9518 (vc-svn-repository-hostname): Use it.
9519 Suggested by arit93@yahoo.com.
9521 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
9523 * ldefs-boot.el: Regenerate.
9525 2006-11-08 Alan Mackenzie <acm@muc.de>
9527 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
9528 case (eq open-paren-in-column-0-is-defun-start nil) by searching
9529 for least nested open-paren.
9531 2006-11-08 Romain Francoise <romain@orebokech.com>
9533 * subr.el (remove-overlays): Fix typo in last change.
9535 2006-11-08 Richard Stallman <rms@gnu.org>
9537 * subr.el (remove-overlays): Call overlay-recenter.
9539 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9541 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
9542 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
9544 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
9547 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
9549 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
9550 (ido-max-dir-file-cache, ido-decorations)
9551 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
9552 (ido-magic-backward-char, ido-enter-dired)
9553 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
9554 (ido-list-directory, ido-first-match, ido-only-match)
9555 (ido-subdir, ido-indicator): Fix typos in docstrings.
9556 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
9557 (ido-read-internal): Fix typo in error message.
9559 2006-11-08 Kenichi Handa <handa@m17n.org>
9561 * international/mule-cmds.el (set-default-coding-systems):
9562 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
9564 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
9566 * makefile.w32-in (setwins): Remove.
9567 (WINS_ALMOST): New macro.
9569 (autoloads): Don't extract autoloads from files in obsolete/.
9571 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
9573 * whitespace.el (whitespace-buffer): Call remove-overlays after
9574 overlay-recenter for performance. Suggested by Martin Rudalics.
9576 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
9578 * net/tramp.el (tramp-default-method): scp is the default method.
9580 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
9582 * server.el (server-start): Save also the Emacs pid in the server file.
9584 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
9586 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
9587 point when displaying a bibtex cross reference in the echo area.
9589 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
9591 * international/mule.el (make-char): Fix typo in docstring.
9592 (load-with-code-conversion, charsetp): Doc fixes.
9594 * international/ja-dic-cnv.el (skkdic-convert):
9595 * cus-edit.el (hook): Fix typo in docstring.
9597 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
9599 * cus-edit.el (custom-mode-map): Move defvar above code using it.
9600 (custom-mode-link-map): New variable.
9601 (custom-group-link, custom-manual): Use follow-link.
9603 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9605 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
9606 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
9608 2006-11-06 Richard Stallman <rms@gnu.org>
9610 * textmodes/flyspell.el (flyspell-correct-word-before-point):
9611 New function broken out of flyspell-correct-word.
9612 (flyspell-mode-map): Bind it to M-RET.
9613 (flyspell-correct-word): Call it.
9615 * textmodes/fill.el (fill-minibuffer-function): New function.
9616 (fill-paragraph): Bind fill-paragraph-function to
9617 fill-minibuffer-function.
9619 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
9620 so that they aren't undefined.
9622 * dired.el (dired-readin): Locally bind file-name-coding-system.
9624 * bindings.el: Shorten and clarify usual mode line mouse help string.
9626 * Makefile.in (autoloads): Don't include `obsolete'.
9628 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
9630 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
9631 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
9632 Printing menu if it's not initialized.
9633 (pr-menu-bind): Act on menu-bar-file-menu directly.
9635 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
9637 * help.el (view-emacs-news): Fix typo in error message.
9639 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
9641 * shadowfile.el (shadow-define-regexp-group)
9642 (shadow-literal-groups, shadow-insert-var): Doc fixes.
9643 (shadow-read-files): Fix typo in message.
9644 (shadow-inhibit-overload, shadow-find, shadow-suffix)
9645 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
9646 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
9647 (shadow-file-match): Fix typos in docstrings.
9649 * terminal.el (terminal-emulator): Fix typo in message.
9651 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
9653 * emacs-lisp/lselect.el (x-kill-primary-selection)
9654 (x-delete-primary-selection, x-copy-primary-selection):
9655 Fix typos in error messages.
9657 * emulation/edt-mapper.el: Fix typo in interactive message.
9659 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
9661 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
9662 (ispell-help): Fix typos in docstrings.
9663 (ispell-help): Fix typo in output message.
9665 * allout.el (allout-adjust-file-variable)
9666 (allout-passphrase-verifier-string)
9667 (allout-passphrase-hint-string)
9668 (allout-toggle-current-subtree-encryption):
9669 * apropos.el (apropos-synonyms):
9670 * cus-edit.el (hook):
9671 * emacs-lock.el (emacs-lock-from-exiting):
9672 * follow.el (follow-avoid-tail-recenter-p):
9673 * hexl.el (hexl-mode):
9674 * mouse-copy.el (mouse-copy-work-around-drag-bug):
9675 * mouse.el (mouse-set-font):
9676 * resume.el (resume-emacs-args-file):
9677 * rfn-eshadow.el (file-name-shadow-tty-properties):
9678 * t-mouse.el (t-mouse-process, t-mouse-mode):
9679 * emacs-lisp/cust-print.el (custom-print-install)
9680 (custom-print-uninstall, custom-format):
9681 * emacs-lisp/shadow.el (list-load-path-shadows):
9682 * emulation/tpu-edt.el (tpu-help-text)
9683 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
9684 (tpu-reset-control-keys):
9685 * emulation/vip.el (vip-emacs-local-map)
9686 (vip-change-mode-to-emacs):
9687 * emulation/viper.el (viper-mode, viper-set-hooks)
9688 (viper-major-mode-modifier-list):
9689 * emulation/viper-init.el (viper-emacs-state-cursor-color):
9690 * emulation/viper-keym.el (viper-emacs-kbd-map)
9692 * mail/feedmail.el (feedmail-queue-reminder)
9693 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
9694 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
9695 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
9696 (feedmail-sender-line, feedmail-force-binary-write)
9697 (feedmail-from-line, feedmail-deduce-envelope-from)
9698 (feedmail-x-mailer-line, feedmail-message-id-generator)
9699 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
9700 (feedmail-enable-spray, feedmail-spray-this-address)
9701 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
9702 (feedmail-queue-runner-confirm-global)
9703 (feedmail-ask-before-queue-prompt)
9704 (feedmail-ask-before-queue-reprompt)
9705 (feedmail-prompt-before-queue-standard-alist)
9706 (feedmail-prompt-before-queue-user-alist)
9707 (feedmail-prompt-before-queue-help-supplement)
9708 (feedmail-queue-use-send-time-for-message-id)
9709 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
9710 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
9711 (feedmail-mail-send-hook-queued)
9712 (feedmail-confirm-addresses-hook-example)
9713 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
9714 (feedmail-queue-runner-mode-setter)
9715 (feedmail-queue-alternative-mail-header-separator)
9716 (feedmail-queue-runner-message-sender)
9717 (feedmail-buffer-eating-function, feedmail-binmail-template)
9718 (feedmail-run-the-queue-no-prompts)
9719 (feedmail-run-the-queue-global-prompt)
9720 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
9721 (feedmail-envelope-deducer, feedmail-fiddle-date)
9722 (feedmail-default-message-id-generator)
9723 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
9724 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
9725 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
9727 * play/dunnet.el (dun-help):
9728 * play/handwrite.el (handwrite):
9729 * play/hanoi.el (hanoi-unix-64):
9730 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9731 * textmodes/enriched.el (fixed):
9732 * textmodes/org.el (org-file-apps)
9733 (org-emphasis-regexp-components, org-emphasis-alist):
9734 * textmodes/texinfmt.el (batch-texinfo-format):
9735 Fix typos in docstrings.
9737 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
9739 * loadhist.el (read-feature): Don't complete features not loaded
9740 from a file (which make `unload-feature' to fail).
9742 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9744 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
9746 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
9748 * startup.el (command-line-1): Kill emacs if the last frame is
9749 deleted while evaluating the command-line arguments.
9751 2006-11-05 Richard Stallman <rms@gnu.org>
9753 * startup.el (init-file-had-error): Add doc string.
9754 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
9755 Use fixed-width font for keyboard key descriptions.
9757 * cus-edit.el (custom-save-all): Error if saving in .emacs
9758 and it had an error when loaded.
9760 * dired-aux.el (dired-copy-file-recursive): Catch errors
9761 from recursive copies in the loop, around the recursive call.
9763 2006-11-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9765 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
9766 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
9767 `/proc/acpi/thermal_zone/*'.
9768 (battery-search-for-one-match-in-files): New. Search a regexp in
9769 the content of some files.
9771 2006-11-05 Martin Rudalics <rudalics@gmx.at>
9773 * window.el (mouse-autoselect-window-now): Remove variable.
9774 (mouse-autoselect-window-state): New variable.
9775 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
9776 (mouse-autoselect-window-select, handle-select-window):
9777 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
9778 Suspend delayed autoselection during menu or popup dialog.
9780 * info-look.el (info-lookup-guess-custom-symbol): New function
9781 for retrieving symbol at point in custom buffers.
9782 (top level) <info-lookup-maybe-add-help>: Add backquote and
9783 comma to ignored characters in regexps of help specifications
9784 for emacs-lisp-mode and lisp-interaction-mode. This permits
9785 looking up symbols in `...' and after a comma. Add help
9786 specifications for custom-mode and help-mode.
9788 2006-11-04 Eli Zaretskii <eliz@gnu.org>
9790 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
9791 Don't encode body if RAW is non-nil, or if the old encoding is
9792 identical to the new encoding, or if the body contains only
9793 eight-bit-* characters.
9795 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9797 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
9798 (faces-sample-overlay): Remove variable.
9799 (describe-face): Insert sample text in the face being described.
9801 2006-11-04 Martin Rudalics <rudalics@gmx.at>
9803 * whitespace.el (whitespace-indent-regexp): Make this match any
9804 multiples of eight spaces near the beginning of a line.
9805 (whitespace-buffer): Use `remove-overlays' instead of
9806 `whitespace-unhighlight-the-space' and `overlay-recenter' to
9807 speed up overlay handling.
9808 (whitespace-buffer-leading, whitespace-buffer-trailing):
9809 Make these functions highlight the text removed by
9810 `whitespace-buffer-leading-cleanup' and
9811 `whitespace-buffer-trailing-cleanup' respectively.
9812 (whitespace-buffer-search): Use `with-local-quit'.
9813 Move `format' out of loop to speed up scanning larger buffers.
9814 (whitespace-unhighlight-the-space): Remove `remove-hook' since
9815 that function is never added to a hook.
9816 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
9817 (whitespace-buffer-leading-cleanup)
9818 (whitespace-refresh-rescan-list): Fix docstrings.
9820 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
9822 * allout.el (allout-during-yank-processing): Cue for inhibiting
9823 aberrance processing during yanks.
9824 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
9825 the amount of yanked topics that can be aberrant.
9826 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
9827 a function, and supplement with inihibition of doublechecking
9829 (allout-beginning-of-line, allout-next-heading)
9830 (allout-previous-heading, allout-goto-prefix-doublechecked)
9831 (allout-back-to-current-heading, allout-next-visible-heading)
9832 (allout-next-sibling): Use new allout-do-doublecheck function.
9833 (allout-next-sibling): Ensure we made progress when returning
9835 (allout-rebullet-heading): Preserve text property annotations
9836 indicating the text was hidden, if it was.
9837 (allout-kill-line): Remove any added was-hidden annotations.
9838 (allout-kill-topic): Remove any added was-hidden annotations.
9839 (allout-annotate-hidden): Inhibit adding was-hidden text
9840 properties to the undo list.
9841 (allout-deannotate-hidden): New function to remove was-hidden
9843 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
9844 (allout-remove-exposure-annotation): Replace by
9845 allout-deannotate-hidden.
9846 (allout-yank-processing): Signal that yank processing is happening
9847 with allout-during-yank-processing. Also, wrap
9848 allout-unprotected's closer to the text changes, for easier
9849 debugging. We need to inhibit-field-text-motion explicitly, in
9850 lieu of the encompassing allout-unprotected.
9851 (outlineify-sticky): Adjust criteria for triggering new outline
9852 decorations to presence or absence of any topics, not just a topic
9853 at the beginning of the buffer.
9855 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
9857 * bs.el (bs--show-all, bs--redisplay):
9858 * cus-edit.el (custom-unlispify-menu-entries)
9859 (custom-unlispify-tag-names, custom-prompt-variable):
9860 * expand.el (expand-pos):
9861 * speedbar.el (speedbar-generic-list-tag-p):
9862 * wid-edit.el (widget-image-enable):
9863 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
9864 * emacs-lisp/find-func.el (find-function-noselect)
9865 (find-function, find-variable-noselect, find-variable)
9866 (find-definition-noselect, find-face-definition):
9867 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
9868 * net/eudc-vars.el (eudc-expansion-overwrites-query):
9869 * progmodes/ada-xref.el (ada-find-in-ali):
9870 * textmodes/flyspell.el (flyspell-check-tex-math-command):
9871 * textmodes/org.el (org-copy-subtree):
9872 * textmodes/table.el (table--row-column-insertion-point-p):
9873 Use "non-nil" in docstrings.
9875 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
9877 * sort.el (sort-columns): Set the field separator to tab; on
9878 NetBSD, sort complains if "\n" is used as field separator.
9880 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
9882 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
9884 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
9886 * server.el (server-auth-key): Remove. Replace by a process-property.
9887 (server-start): Don't remove the file of the previous process, but
9888 instead clear out the place for the new file.
9889 (server-start): Set the :auth-key property.
9890 (server-process-filter): Use the :auth-key property.
9892 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
9894 * textmodes/org.el (org-mode-map): No longer copy
9895 `outline-mode-map' explicitly - this is already done by
9896 `define-derived-mode'.
9898 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
9900 * server.el (server-visit-files): Use `when'.
9901 (server-process-filter): When authentication fails, send error
9902 message to client. Wrap `process-send-region' in `ignore-errors'
9903 instead of `condition-case', and remove misleading comment.
9905 2006-11-01 Juri Linkov <juri@jurta.org>
9907 * simple.el (yank): Doc fix.
9909 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9911 * server.el: Try and fit within 80 columns.
9912 (server-start): Make the auth file unreadable by other users.
9914 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9916 * battery.el (battery-linux-proc-acpi): Prevent range error when
9917 `full-capacity' is 0.
9919 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9921 * faces.el (faces-sample-overlay): New defvar.
9922 (faces-sample-overlay): New function to show face sample text.
9923 (describe-face): Use it.
9925 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
9927 * progmodes/ada-stmt.el: Change maintainer, apply
9928 whitespace-cleanup, checkdoc.
9929 (ada-func-or-proc-name): Add doc string.
9931 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
9932 whitespace-cleanup, checkdoc. Minor improvements to many doc
9933 strings and comments.
9934 (ada-prj-display-page): Change buffer name to more accurately
9937 * progmodes/ada-xref.el: Change maintainer, apply
9938 whitespace-cleanup, checkdoc. Minor improvements to many doc
9939 strings and comments. Don't look for `gvd' or `ddd' debuggers.
9940 (ada-compile-current): Don't add newlines to commands.
9942 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
9944 * server.el: Add support for TCP sockets.
9945 (server-use-tcp, server-host, server-auth-dir): New options.
9946 (server-auth-key): New variable.
9947 (server-ensure-safe-dir): Create nonexistent parent dirs.
9948 Ignore Unix-style file modes on Windows.
9949 (server-start): Crete a TCP or Unix socket according to the value
9950 of `server-use-tcp'. For TCP sockets, create the id/auth file in
9951 `server-auth-dir' directory.
9952 (server-process-filter): Delete process if authentication
9953 fails (which never happens for Unix sockets).
9955 2006-10-30 David Kastrup <dak@gnu.org>
9957 * subr.el (add-to-list): Don't continue checking if a match has
9960 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
9962 * tutorial.el: Move defvars to avoid bytecomp warnings.
9963 (tutorial--find-changed-keys): Check if viper-current-state is
9964 bound before using it.
9965 (help-with-tutorial): Check if viper-tutorial is defined before
9968 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
9970 * help-fns.el (help-with-tutorial): Move to tutorial.el.
9972 * tutorial.el: New file.
9973 (help-with-tutorial): Move here from help-fns.el. Add help for
9974 rebound keys. Fix resume of tutorial.
9975 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
9976 (tutorial--find-changed-keys, tutorial--display-changes)
9977 (tutorial--saved-dir, tutorial--saved-file)
9978 (tutorial--save-tutorial): New functions to support the changes in
9981 2006-10-30 Kenichi Handa <handa@m17n.org>
9983 * files.el (revert-buffer): If a unibyte buffer is being reverted
9984 with a coding system for multibyte, set buffer multibyte before
9985 calling insert-file-contents.
9987 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9989 * server.el (server-select-display): Use a dummy buffer to detect when
9990 the frame is later used.
9991 (server-select-display): New function.
9992 (server-process-filter): Use it to detect unused temp frames.
9994 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
9996 * progmodes/ada-mode.el: Change maintainer, apply
9997 whitespace-clean, checkdoc. Minor improvements to many doc strings.
9998 (ada-mode-version): New function.
9999 (ada-create-menu): Menu operations are available for all supported
10002 2006-10-29 Lars Hansen <larsh@soem.dk>
10004 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
10005 Highlight as keyword.
10006 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
10007 Don't call tramp-method-out-of-band-p for local files.
10008 (tramp-touch): Quote file name.
10010 2006-10-28 Glenn Morris <rgm@gnu.org>
10012 * calendar/calendar.el (cal-html-cursor-month)
10013 (cal-html-cursor-year): Add autoloads for this new package.
10014 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
10016 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
10018 * calendar/cal-html.el: New file.
10020 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
10022 * emacs-lisp/authors.el (authors-aliases): Update.
10024 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
10026 * version.el (emacs-version): Bump version number to 22.0.90.
10028 2006-10-26 John W. Eaton <jwe@octave.org>
10030 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
10032 (inferior-octave-resync-dirs): Check to see whether Octave has
10033 built-in variables and set inferior-octave-has-built-in-variables.
10034 Check inferior-octave-has-built-in-variables to decide whether to
10035 send commands that set built-in variables or call functions to
10036 change Octave's behavior.
10037 Send "disp (pwd ())" to Octave instead of just "pwd".
10038 (inferior-octave-startup): Send "more off" to Octave instead of
10039 "page_screen_output = 0".
10041 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
10043 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
10046 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
10048 * bindings.el (mode-line-mode-menu): Remove bindings for global
10049 minor modes (line/column number) as they are on the menubar.
10051 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
10053 * term/w32-win.el (x-handle-name-switch): Doc fix.
10054 (w32-standard-fontset-spec): Fix typo in docstring.
10056 * midnight.el (midnight-buffer-display-time): Doc fix.
10057 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
10059 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
10061 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
10063 * emulation/viper-ex.el (ex-read): Quote file argument.
10065 * ediff-diff.el (ediff-same-file-contents): Expand file names.
10067 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
10069 2006-10-22 Martin Rudalics <rudalics@gmx.at>
10071 * textmodes/flyspell.el (flyspell-check-region-doublons):
10074 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
10076 * bindings.el (mode-line-mode-menu): List global minor modes
10079 2006-10-23 Kim F. Storm <storm@cua.dk>
10081 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
10082 (sit-for): If last command was a prefix arg, add the read-ahead
10083 event to unread-command-events as (t . EVENT) so it will be added
10084 to this-command-keys by read-key-sequence.
10086 2006-10-22 Martin Rudalics <rudalics@gmx.at>
10088 * textmodes/flyspell.el (flyspell-word): Skip past all previous
10089 whitespace when checking doublons.
10090 (flyspell-check-region-doublons): Fix doublon regexp.
10091 (flyspell-highlight-incorrect-region): Highlight doublons using
10092 flyspell-duplicate face.
10094 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
10096 2006-10-22 John Wiegley <johnw@newartisans.com>
10098 * progmodes/python.el (python-use-skeletons): python-mode was
10099 auto-inserting templates (for those with abbrev-mode on), not only
10100 by default -- *but without a configuration variable to disable
10101 it*. This rendered python-mode completely useless for me, so I
10102 have added `python-use-skeletons', which is now off by default.
10104 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
10106 * progmodes/cperl-mode.el (cperl-mode): Don't assume
10107 font-lock-multiline is auto-local (it's not).
10108 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
10109 initialized before calling cperl-init-faces.
10111 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
10113 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
10114 gdb-stack-position a value when there is no fringe.
10116 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
10117 indicator if not visiting a file.
10119 2006-10-20 David Kastrup <dak@gnu.org>
10121 * window.el (kill-buffer-and-window): Fix a bug where an aborted
10122 operation would still cause some window to collapse later.
10124 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10126 * vc.el (vc-switch-backend): Try to be more careful with unwanted
10127 side-effect due to mixing various backends's file properties.
10129 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
10130 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
10131 Return `filename's status if applicable. Update callers.
10133 2006-10-19 Kenichi Handa <handa@m17n.org>
10135 * international/kkc.el (kkc-region): When a key sequence is not
10136 defined, append (this-single-command-raw-keys) to
10137 unread-input-method-events.
10139 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
10141 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
10143 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10145 * version.el (emacs-version): Use mac-carbon-version-string.
10147 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
10149 2006-10-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10151 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
10153 (xselect-convert-to-string): Decline requests for UTF8_STRING if
10154 the selection is not UTF-8.
10156 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
10158 * progmodes/ada-mode.el (ada-83-string-keywords)
10159 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
10160 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
10161 (ada-looking-at-semi-private, ada-get-body-name):
10162 Fix typos in docstrings.
10163 (ada-create-case-exception, ada-create-case-exception-substring):
10164 Fix typos in error messages.
10165 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
10167 2006-10-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10169 * term/x-win.el (res-geometry): Don't set geometry from Xresources
10170 to default-frame-alist if default-frame-alist already contains
10173 2006-10-18 Richard Stallman <rms@gnu.org>
10175 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
10176 Non-interactive arg is the value, not the expression.
10178 * simple.el (read-expression-map): Just set it, no defvar.
10180 * subr.el (insert-for-yank-1): If last inserted char has
10181 properties, mark them as rear-nonsticky.
10183 * recentf.el (recentf-mode): Doc fix.
10185 * facemenu.el (facemenu-add-new-face): Defend against symbol
10186 that isn't a face name.
10188 * dired-aux.el (dired-do-copy): Doc fix.
10190 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
10192 * simple.el (line-move-1): Ignore fields when moving to the
10193 beginning of line to avoid getting point stuck.
10195 2006-10-18 Martin Rudalics <rudalics@gmx.at>
10197 * textmodes/flyspell.el (flyspell-word-search-backward):
10198 Set inhibit-point-motion-hooks to avoid looping due to intangibile
10201 2006-10-16 Richard Stallman <rms@gnu.org>
10203 * help-fns.el (describe-function-1): Special case optimization
10204 for self-insert-command.
10206 2006-10-16 Kim F. Storm <storm@cua.dk>
10208 * ido.el (ido-reread-directory): Work in `dir' mode too.
10210 2006-10-15 Martin Rudalics <rudalics@gmx.at>
10212 * textmodes/table.el: Require 'regexp-opt.
10214 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
10216 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
10217 Use shell-quote-argument.
10219 * shell.el (explicit-bash-args): Likewise.
10221 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
10222 Use grep -E rather than egrep.
10224 2006-10-15 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10226 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
10228 2006-10-15 Kim F. Storm <storm@cua.dk>
10230 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
10232 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
10234 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
10235 to protect whitespace and metacharacters from the shell.
10237 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10239 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
10241 2006-10-13 Eli Zaretskii <eliz@gnu.org>
10243 * subr.el (start-process-shell-command): Doc fix.
10245 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
10247 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
10248 the regexp for Maxima symbols.
10250 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10252 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
10253 (vc-find-root): Don't walk higher up than ~.
10255 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
10257 * international/utf-8.el (utf-translate-cjk-load-tables):
10258 Avoid clobbering last-coding-system-used during load.
10260 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
10262 * textmodes/reftex-global.el (reftex-create-tags-file):
10263 Quote file arguments.
10265 2006-10-12 Richard Stallman <rms@gnu.org>
10267 * files.el (file-name-history): Add defvar.
10268 (save-some-buffers-action-alist): Improve description strings.
10270 2006-10-12 Andreas Schwab <schwab@suse.de>
10272 * files.el (auto-mode-alist): Match change log file name also with
10273 a dash before a numeric extension.
10275 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
10277 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
10279 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
10281 After 5.1: Major edit. Summary of most visible changes:
10283 - Multiple <<HERE per line allowed.
10284 - Handles multiline subroutine declaration headers (with comments).
10285 (The exception is `cperl-etags' - but it is not used in the rest
10287 - Fontifies multiline my/our declarations (even with comments,
10288 and with legacy `font-lock').
10289 - Major speedup of syntaxification, both immediate and postponed
10290 (3.5x to 15x [for different CPUs and versions of Emacs] on the
10291 huge real-life document I tested).
10292 - New bindings, edits to imenu.
10293 - "_" is made into word-char during fontification/syntaxification;
10294 some attempts to recognize non-word "_" during other operations too.
10295 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
10296 - autoload some more perldoc-related stuff
10297 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
10298 - Attempt to incorporate XEmacs edits which reached me.
10300 Fine-grained changelog:
10301 (cperl-hook-after-change): New configuration variable.
10302 (cperl-vc-sccs-header): Likewise.
10303 (cperl-vc-sccs-header): Likewise.
10304 (cperl-vc-header-alist): Default via two preceding variables.
10305 (cperl-invalid-face): Remove double quoting under XEmacs
10306 (still needed under 21.2).
10307 (cperl-tips): Update URLs for resources.
10308 (cperl-problems): Likewise.
10309 (cperl-praise): Mention new features.
10310 New C-c key bindings: for `cperl-find-bad-style',
10311 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
10312 `cperl-perdoc', and `cperl-perldoc-at-point'.
10313 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
10314 moved, new submenu of Tools with Ispell entries and narrowing.
10315 (cperl-after-sub-regexp): New defsubst.
10316 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
10317 Allows heads up to head4.
10319 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
10320 (paren-backwards-message): ??? Something for XEmacs???
10321 (cperl-mode): Never auto-switch abbrev-mode off.
10322 Try to allow '_' be non-word char.
10323 Do not use `font-lock-unfontify-region-function' on XEmacs.
10324 Reset syntax cache on mode start.
10325 Support multiline facification (even on legacy `font-lock').
10326 (cperl-facemenu-add-face-function): ??? Some contributed code ???
10327 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
10328 refuse to inform us whether the fontification is due to lazy
10329 calling or due to edit to a buffer, install our own hook
10330 (controlled by `cperl-hook-after-change').
10331 (cperl-electric-pod): =cut may have been recognized as start.
10332 (cperl-block-p): Move, updated for attributes.
10333 (cperl-calculate-indent): Try to allow '_' be non-word char
10334 Support subs with attributes.
10335 (cperl-where-am-i): Quiet (?) a warning.
10336 (cperl-cached-syntax-table): New function.
10337 (cperl-forward-re): Use `cperl-cached-syntax-table'.
10338 (cperl-unwind-to-safe): Recognize `syntax-type' property
10339 changing in a middle of line.
10340 (cperl-find-sub-attrs): New function.
10341 (cperl-find-pods-heres): Allow many <<EOP per line.
10342 Allow subs with attributes.
10343 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
10344 Recognize "extproc " (OS/2) case-folded and only at start.
10345 /x on s///x with empty replacement was not recognized.
10347 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
10348 Allow subs with attributes, labels.
10349 Do not confuse "else::foo" with "else".
10350 Minor optimizations...
10351 (cperl-after-expr-p): Try to allow '_' be non-word char.
10352 (cperl-fill-paragraph): Try to detect a major bug in Emacs
10353 with `looking-at' inside `narrow' and bulk out if found.
10354 (cperl-imenu--create-perl-index): Updates for new
10355 `cperl-imenu--function-name-regexp-perl'.
10356 (cperl-outline-level): Likewise.
10357 (cperl-init-faces): Allow multiline subroutine headers
10358 and my/our declarations, and ones with comments.
10359 Allow subroutine attributes.
10360 (cperl-imenu-on-info): Better docstring.
10361 (cperl-etags): Rudimentary support for attributes.
10362 Support for packages and "package;".
10363 (cperl-add-tags-recurse-noxs): Better (?) docstring.
10364 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
10365 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
10366 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
10367 (cperl-perldoc): Add autoload.
10368 (cperl-perldoc-at-point): Likewise.
10369 (cperl-here-doc-spell): New function.
10370 (cperl-pod-spell): Likewise.
10371 (cperl-map-pods-heres): Likewise.
10372 (cperl-get-here-doc-region): Likewise.
10373 (cperl-font-lock-fontify-region-function): Likewise (backward
10374 compatibility for legacy `font-lock').
10375 (cperl-font-lock-unfontify-region-function): Fix style.
10376 (cperl-fontify-syntaxically): Recognize and optimize away deferred
10377 calls with no-change. Governed by `cperl-hook-after-change'.
10378 (cperl-fontify-update): Recognize that syntaxification region
10379 can be larger than fontification one.
10380 XXXX we leave `cperl-postpone' property, so this is quadratic...
10381 (cperl-fontify-update-bad): Temporary placeholder until
10382 it is clear how to implement `cperl-fontify-update'.
10383 (cperl-time-fontification): New function.
10384 (attrib-group): New text attribute.
10385 (multiline): New value: `syntax-type' text attribute.
10388 (cperl-emulate-lazy-lock): New function.
10389 (cperl-fontify-syntaxically): Would skip large regions.
10390 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
10391 Some globals were declared, but uninitialized.
10394 (cperl-facemenu-add-face-function): Add docs, fix U<>.
10395 Copyright message updated.
10396 (cperl-init-faces): Work around a bug in `font-lock'. May slow
10397 facification down a bit.
10398 Misprint for my|our|local for old `font-lock'
10399 "our" was not fontified same as "my|local".
10400 Highlight variables after "my" etc even in
10401 a middle of an expression.
10402 Do not facify multiple variables after my etc
10403 unless parentheses are present.
10406 (cperl-fontify-syntaxically): after-change hook could reset.
10407 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
10410 (cperl-init-faces): Allow highlighting of local ($/).
10411 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
10412 (cperl-problems): Remove fixed problems.
10413 (cperl-find-pods-heres): Recognize #-comments in m##x too.
10414 Recognize charclasses (unless delimiter is \).
10415 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
10416 (cperl-regexp-scan): Update docs.
10417 (cperl-beautify-regexp-piece): Use information got from regexp scan.
10420 Major user visible changes:
10421 Recognition and fontification of character classes in RExen.
10422 Variable indentation of RExen according to groups.
10424 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
10425 Fontify REx charclasses in variable-name face.
10426 Fontify POSIX charclasses in "type" face.
10427 Fontify unmatched "]" in function-name face.
10428 Mark first-char of HERE-doc as `front-sticky'.
10429 Reset `front-sticky' property when needed.
10430 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
10431 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
10432 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
10433 constructs. Support `narrow'ed buffers.
10434 (cperl-praise): Remove a reservation.
10435 (cperl-make-indent): New function.
10436 (cperl-indent-for-comment): Use `cperl-make-indent'.
10437 (cperl-indent-line): Likewise.
10438 (cperl-lineup): Likewise.
10439 (cperl-beautify-regexp-piece): Likewise.
10440 (cperl-contract-level): Likewise.
10441 (cperl-toggle-set-debug-unwind): New function.
10442 New menu entry for this.
10443 (fill-paragraph-function): Use when `boundp'.
10444 (cperl-calculate-indent): Take into account groups when indenting RExen.
10445 (cperl-to-comment-or-eol): Recognize # which end a string.
10446 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
10447 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
10448 (cperl-fontify-syntaxically): More clear debugging message.
10449 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
10450 (cperl-init-faces): More complicated highlight even on XEmacs (new).
10451 Merge cosmetic changes from XEmacs.
10454 (cperl-1+): Move to before the first use.
10455 (cperl-1-): Likewise.
10459 This code may lock Emacs hard!!! Use at your own risk!
10461 (cperl-font-locking): New internal variable.
10462 (cperl-beginning-of-property): New function.
10463 (cperl-calculate-indent): Use `cperl-beginning-of-property'
10464 instead of `previous-single-property-change'.
10465 (cperl-unwind-to-safe): Likewise.
10466 (cperl-after-expr-p): Likewise.
10467 (cperl-get-here-doc-region): Likewise.
10468 (cperl-font-lock-fontify-region-function): Likewise.
10469 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
10471 Bound `next-single-property-change' via `point-max'.
10472 (cperl-unwind-to-safe): Bound likewise
10473 (cperl-font-lock-fontify-region-function): Likewise.
10474 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
10475 Initialization of `cperl-font-lock-multiline-start' could be
10476 missed if the "main" fontification did not run due to the
10477 keyword being already fontified.
10478 (cperl-pod-spell): Return t from do-one-chunk function.
10479 (cperl-map-pods-heres): Stop when the worker returns nil.
10480 Call `cperl-update-syntaxification'.
10481 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
10482 (cperl-get-here-doc-delim): Remove unused function.
10486 The possible lockup of Emacs (introduced in 5.10) fixed.
10488 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
10489 (cperl-syntaxify-for-menu): New customization variable.
10490 (cperl-select-this-pod-or-here-doc): New function.
10491 (cperl-get-here-doc-region): Extra argument.
10492 Do not adjust pos by 1.
10495 (Perl/Tools): Selection of current POD or HERE-DOC section.
10496 (Debugging CPerl:) backtrace on fontification.
10499 (cperl-cached-syntax-table): Use `car-safe'.
10500 (cperl-forward-re): Remove spurious argument SET-ST.
10502 (cperl-forward-group-in-re): New function.
10503 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
10504 (XXXX Temporary (?) hack is to syntax-mark them as comment).
10507 (cperl-string-syntax-table): Make { and } not-grouping
10508 (Sometimes they ARE grouping in RExen, but matching them would only
10509 confuse in many situations when they are not)
10510 (beginning-of-buffer): Replace two occurrences with goto-char...
10511 (cperl-calculate-indent): `char-after' could be nil...
10512 (cperl-find-pods-heres): REx can start after "[" too.
10513 Hightlight (??{}) in RExen too.
10514 (cperl-maybe-white-and-comment-rex): New constant
10515 (cperl-white-and-comment-rex): Likewise.
10516 XXXX Not very efficient, but hard to make
10517 better while keeping 1 group.
10520 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
10521 Likewise for 1 << identifier.
10524 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
10525 Error-less condition-case could fail.
10526 (cperl-font-lock-fontify-region-function): Likewise.
10527 (cperl-init-faces): Likewise.
10530 (cperl-find-pods-heres): Support property REx-part2.
10531 (cperl-calculate-indent): Likewise.
10532 Don't special-case REx with non-empty 1st line.
10533 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
10534 Invert highlighting of charclasses:
10535 now the envelop is highlighted.
10536 Highlight many others 0-length builtins.
10537 (cperl-praise): Mention indenting and highlight in RExen.
10540 (cperl-find-pods-heres): Highlight capturing parens in REx.
10543 (cperl-find-pods-heres): Highlight '|' for alternation
10544 Initialize `font-lock-warning-face' if not present.
10545 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
10546 `font-lock-function-name-face'.
10547 (cperl-look-at-leading-count): Likewise.
10548 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
10549 `font-lock-keyword-face' (needed for
10550 batch processing), etc...
10551 Use `font-lock-builtin-face' for builtin in REx
10552 Now `font-lock-variable-name-face'
10553 is used for interpolated variables
10554 Use "talking aliases" for faces inside REx
10555 Highlight parts of REx (except in charclasses)
10556 according to the syntax and/or semantic
10557 Syntax-mark a {}-part of (?{}) as "comment"
10558 (it was the ()-part)
10559 Better logic to distinguish what is what in REx
10560 (cperl-tips-faces): Document REx highlighting
10561 (cperl-praise): Mention REx syntax highlight etc.
10564 (cperl-find-sub-attrs): Would not always manage to print error message.
10565 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
10568 (cperl-find-pods-heres): Misprint in REx for parsing REx.
10569 Very minor optimization.
10570 `my-cperl-REx-modifiers-face' got quoted.
10571 Recognize "print $foo <<END" as HERE-doc.
10572 Put `REx-interpolated' text attribute if needed.
10573 (cperl-invert-if-unless-modifiers): New function.
10574 (cperl-backward-to-start-of-expr): Likewise.
10575 (cperl-forward-to-end-of-expr): Likewise.
10576 (cperl-invert-if-unless): Works in "the opposite way" too.
10577 Cursor position on return is on the switch-word.
10578 Indents comments better.
10579 (REx-interpolated): New text attribute.
10580 (cperl-next-interpolated-REx): New function.
10581 (cperl-next-interpolated-REx-0): Likewise.
10582 (cperl-next-interpolated-REx-1): Likewise.
10583 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
10584 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
10585 (cperl-praise): Mention finded interpolated RExen.
10588 (cperl-init-faces): Highlight %$foo, @$foo too.
10589 (cperl-short-docs): Better docs for system, exec.
10590 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
10591 Would not find HERE-doc ended by EOF without NL.
10592 (cperl-short-docs): Correct not-doubled \-escapes.
10593 start block: Put some `defvar' for stuff gone from XEmacs.
10596 initial comment: Extend copyright, fix email address.
10597 (cperl-indent-comment-at-column-0): New customization variable.
10598 (cperl-comment-indent): Indentation after $#a would increasy by 1.
10599 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
10600 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
10601 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
10602 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
10603 highlight $ in $foo too (UNTESTED).
10604 (cperl-set-style): Docstring missed some available styles.
10605 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
10606 Change "Current" to "Memorize Current".
10607 (cperl-indent-wrt-brace): New customization variable; the default is
10608 as for pre-5.2 version.
10609 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
10610 (cperl-style-alist): Likewise.
10611 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
10612 and `cperl-extra-newline-before-brace' etc
10614 (cperl-indent-exp): Plans B and C to find continuation blocks even
10615 if `cperl-extra-newline-before-brace' is t.
10618 Improve some docstrings concerning indentation.
10619 (cperl-indent-rules-alist): New variable.
10620 (cperl-sniff-for-indent): New function name
10621 (separated from `cperl-calculate-indent').
10622 (cperl-calculate-indent): Separate the sniffer and the indenter;
10623 uses `cperl-sniff-for-indent' now.
10624 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
10626 Support `comment-column' = 0.
10628 2006-10-11 Martin Rudalics <rudalics@gmx.at>
10630 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
10631 * help-at-pt.el (scan-buf-move-to-region): Likewise.
10632 * longlines.el (longlines-window-change-function): Likewise.
10633 * simple.el (undo-ask-before-discard): Likewise.
10634 * wid-edit.el (widget-field-prompt-internal)
10635 (widget-documentation-link-p): Likewise.
10637 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10639 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
10642 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10644 * newcomment.el (comment-valid-prefix-p): Make the check
10645 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
10646 (comment-indent-new-line): Adjust call.
10648 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
10650 * allout.el (allout-back-to-current-heading): Base on lower-level
10651 routines to get proper disqualification of aberrant topics.
10653 2006-10-09 Richard Stallman <rms@gnu.org>
10655 * textmodes/two-column.el (2C-two-columns): Doc fix.
10657 2006-10-09 Kim F. Storm <storm@cua.dk>
10659 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
10660 about implicit use.
10662 2006-10-08 Richard Stallman <rms@gnu.org>
10664 * textmodes/two-column.el (2C-two-columns): Doc fix.
10666 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
10668 * files.el: Mark `buffer-read-only' as safe-local-variable.
10670 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
10672 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
10673 Burp if GUD buffer has been killed.
10675 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10677 * completion.el (add-completions-from-c-buffer):
10678 Don't presume an error's second element is a string.
10679 Use looking-at rather than buffer-substring + member.
10681 2006-10-07 Eli Zaretskii <eliz@gnu.org>
10683 * mail/rmail.el (rmail-redecode-body): If the old encoding is
10684 `undecided', call find-coding-systems-region to find a proper
10685 non-trivial encoding.
10686 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
10689 2006-10-07 Kevin Ryde <user42@zip.com.au>
10691 * textmodes/reftex-vars.el (defgroup reftex): Update home page
10694 * strokes.el (defgroup strokes): Remove invalid url-link.
10696 2006-10-07 Magnus Henoch <mange@freemail.hu>
10698 * autoinsert.el (auto-insert-alist): Doc fix.
10700 2006-10-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
10702 * mouse-sel.el (mouse-insert-selection-internal):
10703 Use insert-for-yank, so that yank handlers are run.
10705 2006-10-07 Kim F. Storm <storm@cua.dk>
10707 * ido.el (ido-file-extension-aux): Fix comparison.
10709 2006-10-06 Kim F. Storm <storm@cua.dk>
10711 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
10713 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
10715 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
10716 (ad-make-mapped-call): Use `let', not `let*'.
10718 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
10720 * international/mule-cmds.el (coding-system-change-eol-conversion):
10721 Ensure the coding system is initialized before calling
10722 coding-system-eol-type.
10724 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
10726 * textmodes/org.el (org-rm-props, org-activate-plain-links)
10727 (org-activate-angle-links, org-activate-dates)
10728 (org-activate-target-links, org-activate-camels)
10729 (org-activate-tags): Add `rear-nonsticky' text property to avoid
10730 textproperty keymaps from being active beyond the end of a line.
10731 (org-unfontify-region): Also remove `rear-nonsticky' property.
10733 2006-10-04 Kenichi Handa <handa@m17n.org>
10735 * international/code-pages.el (next): Table fixed.
10737 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10739 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
10740 that it's been made unnecessary by removing narrowing.
10742 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10744 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
10745 control flow a bit, simplify another bit, and add comments.
10747 2006-10-03 David Kastrup <dak@gnu.org>
10749 * help.el (describe-mode): For clicks on mode-line, use "@"
10750 interactive argument to get the major mode of the click instead of
10751 the current buffer.
10753 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
10754 in order to better redirect mouse-2 clicks. Also allow default
10757 2006-10-03 Kim F. Storm <storm@cua.dk>
10759 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
10760 (pushnew): Fix last change.
10762 2006-10-03 Denis St
\e,A|
\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
10764 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
10765 Use the interactive spec of `eval-expression'.
10767 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
10769 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
10771 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
10773 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
10776 2006-10-02 Kenichi Handa <handa@m17n.org>
10778 * international/code-pages.el (iso-8859-6): Table fixed.
10780 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
10782 * dired.el (dired-build-subdir-alist): Fix previous change.
10784 2006-10-01 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
10786 * simple.el (undo-elt-crosses-region): Fix the inequalities.
10788 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10790 * emacs-lisp/find-func.el (find-function-regexp): Don't match
10791 "define-button-type".
10793 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
10794 they don't keep accumulating.
10796 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
10798 * ffap.el (ffap-rfc-path): Change the address of the RFC
10799 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
10801 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
10803 * allout.el (allout-expose-topic): Rectify implementation of "+"
10804 spec, so that bodies are not exposed with headlines.
10806 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
10808 * allout.el (allout-current-depth): Do aberrent check only at or
10809 below doublecheck depth.
10810 (allout-chart-subtree): Make it explicit that LEVELS being nil
10811 means unlimited depth. Drop undocumented support for LEVELS value
10812 t meaning unlimited depth. (This is consistent with
10813 allout-chart-to-reveal, but contrary to allout-show-children,
10814 which needs to use nil to default to depth of 1.)
10815 (allout-goto-prefix-doublechecked): Wrap long docstring line.
10816 (allout-chart-to-reveal): Be explicit in docstring about meaning
10817 of nil LEVELS, and drop support for LEVELS value t.
10818 (allout-show-children): Translate the level spec used by this
10819 routine to that used by allout-chart-subtree and
10820 allout-chart-to-reveal.
10821 (allout-show-to-offshoot): Retry once when stuck, after opening
10822 subtree - improvements in discontinuity handling likely will
10825 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
10827 * wid-edit.el (widget-button-click-moves-point): New variable.
10828 (widget-button-click): If widget-button-click-moves-point is
10829 non-nil, set point after performing the button action.
10831 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
10833 2006-09-30 Martin Rudalics <rudalics@gmx.at>
10835 * files.el (find-file-existing): Modify to not allow wildcards.
10837 2006-09-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
10839 * simple.el (undo-more): When undo information for the region is
10840 exhausted, say "No further undo information FOR REGION".
10842 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
10844 * progmodes/sh-script.el (sh-prev-thing):
10845 Take `sh-leading-keywords' into account.
10847 2006-09-29 Glenn Morris <rgm@gnu.org>
10849 * custom.el (defcustom): Doc fix.
10851 * calendar/calendar.el (european-calendar-style):
10852 Call european-calendar or american-calendar as needed when set.
10853 (diary-view-entries, list-calendar-holidays): Move autoloads
10856 2006-09-29 Juri Linkov <juri@jurta.org>
10858 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
10859 to nil if there is no previous property change.
10861 2006-09-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10863 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
10864 saving anything to be sure that `forward-sexp' behaves correctly.
10866 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
10868 * simple.el (line-move-finish): Ignore field boundaries if the
10869 initial and final points have the same `field' property.
10871 2006-09-29 Kim F. Storm <storm@cua.dk>
10873 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
10874 to t while calling ido-read-internal.
10876 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
10878 * textmodes/org.el (org-file-remote-p): Get regexp from list.
10879 (org-archive-subtree): Remove erraneous `]' from character list.
10881 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
10883 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
10884 (ses-reconstruct-all): Make undo of "insert row" work by keeping
10885 markers for data-area and parameters-area.
10887 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
10889 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
10891 * font-lock.el (font-lock-after-change-function): Refontify next line
10892 as well if end is at BOL.
10893 (font-lock-extend-jit-lock-region-after-change): Be more careful to
10894 only extend the region as much as needed.
10896 2006-09-28 Richard Stallman <rms@gnu.org>
10898 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
10900 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
10902 * international/mule.el (after-insert-file-set-coding):
10903 If VISIT, don't let set-buffer-multibyte make undo info.
10905 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
10907 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
10908 lines in base64-encoded authentication response.
10910 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10912 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
10913 (ebnf-version): New version 4.3.
10914 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
10915 (ebnf-prologue): Adjust PostScript programming.
10916 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
10917 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
10919 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
10921 * jit-lock.el (jit-lock-force-redisplay): Rename from
10922 jit-lock-fontify-again, and undo the mistaken change I've just done.
10924 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
10925 (jit-lock-fontify-again): Don't refontify text that's not displayed.
10927 2006-09-26 Kenichi Handa <handa@m17n.org>
10929 * startup.el (display-splash-screen): Allow a prefix argument.
10931 2006-09-25 Jason Rumney <jasonr@gnu.org>
10933 * subr.el (shell-quote-argument): Use DOS logic for Windows
10934 shells with DOS semantics.
10936 2006-09-24 Richard Stallman <rms@gnu.org>
10938 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
10939 (compilation-goto-locus): Use compilation-goto-locus-delete-o
10940 to delete the overlay. Put it on pre-command-hook.
10942 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
10944 * startup.el (fancy-splash-screens, normal-splash-screen):
10945 Call the splash buffer *About GNU Emacs*.
10947 * simple.el (next-error-highlight, next-error-highlight-no-select):
10949 (yank-excluded-properties): Add `fontified'.
10951 * font-lock.el (font-lock-compile-keywords): Allow value of
10952 syntax-begin-function to enable paren-column-0 highlighting.
10954 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
10956 * dired.el (dired-build-subdir-alist): When file ends in colon,
10957 don't exit the loop, just disregard that file.
10959 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
10961 * simple.el (line-move-finish): Handle corner case for fields in
10963 (line-move-1): Remove flawed test for that case.
10965 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
10967 * icomplete.el (icomplete-simple-completing-p): Use the correct
10968 name for the new variable, `icomplete-with-completion-tables'.
10969 (file local variables): Remove superfluous setting.
10971 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
10973 * calendar/appt.el (appt-check): Fix typo for appointments just
10976 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
10978 * help.el (describe-key-briefly, describe-key): Don't expect an
10979 extra up event if a down-event is generated by a popup menu.
10981 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
10983 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
10984 local dictionary when changing the global dictionary.
10986 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
10988 * icomplete.el (icomplete-with-completion-tables): List of
10989 specialized completion tables with which icomplete should
10990 operate. Include the new `internal-complete-buffer', so icomplete
10991 works with interactive buffer-selection.
10992 (icomplete-simple-completing-p): Add acceptance of specialized
10993 completion tables listed in icomplete-with-completion-tables.
10995 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10997 * frame.el (focus-follows-mouse): Set default to nil on Mac.
10999 * startup.el (command-line): Use `custom-reevaluate-setting' for
11000 `focus-follows-mouse'.
11002 2006-09-22 Richard Stallman <rms@gnu.org>
11004 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
11005 explain why Save is not available.
11007 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
11009 * woman.el (woman0-so): Use `let*', not `let'.
11010 (woman-horizontal-line): Remove unbalanced parenthesis.
11012 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11014 * woman.el: Make sure all the end-of-region markers we use have
11015 a non-nil insertion-type.
11016 (woman0-so): Move things around so we can use copy-marker.
11017 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
11018 Adjust marker type.
11019 (woman2-process-escapes): Check marker type.
11020 (woman-horizontal-line): Dispense with the use of a marker.
11022 2006-09-22 Jay Belanger <belanger@truman.edu>
11024 * calc/calc-lang.el: Add Greek letters to math-variable-table
11027 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
11029 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
11031 2006-09-22 Masatake YAMATO <jet@gyve.org>
11033 * add-log.el (add-log-current-defun): Use `forward-sexp'
11034 instead of `forward-word' to pick c++::symbol.
11035 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
11037 2006-09-22 Kenichi Handa <handa@m17n.org>
11039 * bindings.el: Fix setting self-insert-command for multibyte
11040 characters in global-map.
11042 2006-09-21 David Kastrup <dak@gnu.org>
11044 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
11047 2006-09-21 Kenichi Handa <handa@m17n.org>
11049 * language/european.el ("Latin-1"): Add windows-1252 to
11051 ("German"): Likewise.
11053 2006-09-21 Kim F. Storm <storm@cua.dk>
11055 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
11056 Suggested by Miles Bader.
11058 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
11059 instead of add-to-list in the simple case.
11061 2006-09-20 Kenichi Handa <handa@m17n.org>
11063 * isearch.el (isearch-process-search-char): Cancel the previous change.
11064 (isearch-search-string): New function.
11065 (isearch-search): Use isearch-search-string.
11066 (isearch-lazy-highlight-search): Likewise.
11068 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11070 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
11071 string to become an option.
11073 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11075 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
11077 2006-09-20 Kim F. Storm <storm@cua.dk>
11079 * simple.el (line-move-partial): Call pos-visible-in-window-p with
11080 position t instead of trying both window-end and window-end - 1.
11082 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
11084 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
11087 2006-09-20 David Kastrup <dak@gnu.org>
11089 * mouse.el (mouse-posn-property): Improve doc string.
11090 (mouse-on-link-p): Change buffers for function calls on links.
11092 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
11093 buffer is read-only.
11095 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
11097 * allout.el (allout-unprotected): Let inhibit-read-only only when
11098 buffer-read-only isn't set.
11099 (allout-annotate-hidden): Enable topic annotation during copies even
11100 when the buffer is read-only, eg for topic copies. Ensure that the loop
11101 advances, even when the span extends beyond the deletion region.
11102 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
11103 rather than allout-exposure-changed-hook, as a stronger assertion.
11104 (allout-keybindings-list): Add bindings for
11105 allout-copy-line-as-kill and allout-copy-topic-as-kill.
11106 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
11107 Copy wrappers for allout-kill-line and allout-kill-topic.
11108 (allout-listify-exposed): Position correctly to accumulate lines.
11110 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
11112 * simple.el (line-move-1): Escape field boundaries occurring
11113 exactly at point. Update goal column if constrained to a field.
11114 (line-move-finish): Escape field boundaries occurring exactly at point.
11116 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11118 * mouse.el (mouse-on-link-p): Tentatively fix last change.
11119 (mouse-drag-vertical-line): Remove unused var `wconfig'.
11121 2006-09-19 Kim F. Storm <storm@cua.dk>
11123 * help.el (describe-key-briefly, describe-key): Simplify printing
11124 of descriptions by using format and %S. Fix "is undefined"
11125 messages to say "at that spot" for mouse events.
11127 * simple.el (line-move-partial): Optimize. Try window-line-height
11128 before posn-at-point to get vpos of current line.
11130 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
11132 * emulation/viper.el: Bump up version/date of update to reflect the
11133 substantial changes done in August 2006.
11135 * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
11136 push-button are defined.
11138 * ediff-util.el (ediff-add-to-history): New function.
11140 * ediff.el: Use ediff-add-to-history instead of add-to-history.
11142 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11144 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
11145 Delete duplicate make-local-variable form.
11146 (conf-space-keywords): Add autoload cookie.
11147 Fix typo (`keywords', not `keyword').
11149 2006-09-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11151 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
11152 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
11153 to x-gtk-use-old-file-dialog.
11155 2006-09-18 Richard Stallman <rms@gnu.org>
11157 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
11158 that might come in during mouse tracking.
11160 2006-09-18 Kim F. Storm <storm@cua.dk>
11162 * simple.el (line-move-partial): Rework 2006-09-15 change to use
11163 new window-line-height function. Further optimize by not calling
11164 pos-visible-in-window-p for window-end when window-line-height
11165 returns useful information.
11167 2006-09-16 Richard Stallman <rms@gnu.org>
11169 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
11170 (conf-space-mode): Don't handle prefix arg.
11171 Delete conf-space-keywords-override code.
11173 (conf-space-keywords): New command.
11174 (conf-space-mode-internal): Be careful with imenu-generic-expression.
11175 Delete conf-space-keywords-override code.
11176 (conf-space-keywords-alist): Doc fix.
11177 (conf-space-font-lock-keywords): Doc fix.
11178 (conf-space-keywords-override): Var deleted.
11180 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
11182 * startup.el (fancy-splash-screens): Don't switch to the scratch
11183 buffer; it may not be the next buffer.
11185 2006-09-16 Romain Francoise <romain@orebokech.com>
11187 * saveplace.el (load-save-place-alist-from-file): Use expanded name
11190 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
11192 * progmodes/python.el (python-preoutput-filter):
11193 Fix arg order to string-match.
11195 2006-09-16 Richard Stallman <rms@gnu.org>
11197 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
11198 font-lock-compile-keywords.
11200 * font-lock.el (font-lock-compile-keywords): Rename optional arg
11201 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
11203 2006-09-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11205 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
11207 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
11208 and the data doesn't look like UTF8, send STRING instead.
11210 2006-09-16 Agust
\e,Am
\e(Bn Mart
\e,Am
\e(Bn <agustin.martin@hispalinux.es>
11212 * textmodes/flyspell.el (flyspell-check-region-doublons):
11213 New function to detect duplicated words.
11214 (flyspell-large-region): Use it.
11216 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
11218 * simple.el (line-move-to-column): Revert 2006-08-03 change.
11220 2006-09-16 Eli Zaretskii <eliz@gnu.org>
11222 * help.el (describe-prefix-bindings): Use let, not let*.
11224 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
11226 * allout.el (allout-regexp, allout-line-boundary-regexp)
11227 (allout-bob-regexp): Correct grouping and boundaries to fix
11228 backwards traversal.
11229 (allout-depth-specific-regexp, allout-depth-one-regexp):
11230 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
11231 worse time in allout-ascend.
11232 (allout-doublecheck-at-and-shallower): Identify depth threshold
11233 below which topics are checked for and disqualified by containment
11235 (allout-hotspot-key-handler): Correctly handle multiple-key
11236 strokes. Remove some unused variables.
11237 (allout-mode-leaders): Clarify that mode-specific comment-start
11239 (set-allout-regexp): Correctly regexp-quote allout regexps to
11240 properly accept alternative header-leads and primary bullets with
11241 regexp-specific characters (eg, C "/*", mathematica "(*").
11242 Include new regular expressions among those configured.
11243 (allout-infer-header-lead-and-primary-bullet):
11244 Rename allout-infer-header-lead.
11245 (allout-recent-depth): Manifest as a variable as well as a function.
11246 (allout-prefix-data): Simplify into an inline instead of a macro,
11247 assuming current match data rather than being explicitly passed
11248 it. Establish allout-recent-depth value as well as
11249 allout-recent-prefix-beginning and allout-recent-prefix-end.
11250 (allout-aberrant-container-p): True when an item's immediate
11251 offspring discontinuously contained. Useful for disqualifying
11252 unintended topic prefixes, likely at low depths.
11253 (allout-goto-prefix-doublechecked): Elaborate version of
11254 allout-goto-prefix which disqualifies aberrant pseudo-items.
11255 (allout-pre-next-prefix): Layer on top of lower-level routines, to
11256 get disqualification of aberrant containers.
11257 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
11259 (allout-beginning-of-current-entry): Position at start of buffer
11260 when in container (depth 0) entry.
11261 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
11262 (allout-current-bullet): Strip text properties.
11263 (allout-get-prefix-bullet): Use right match groups.
11264 (allout-beginning-of-line, allout-next-heading):
11265 Disqualify aberrant containers.
11266 (allout-previous-heading): Disqualify aberrant containers, and
11267 change to regular (rather than inline) function, to allow
11269 (allout-get-invisibility-overlay): Increment so progress is made
11270 when the first overlay is not the sought one.
11271 (allout-end-of-prefix): Disqualify aberrant containers.
11272 (allout-end-of-line): Cycle something like allout-beginning-of-line.
11273 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
11274 outline.el outlines) functional again. Change the primary bullet
11275 along with the header-lead - level 1 new-style bullets now work.
11276 Engage allout-before-change-handler in mainline Emacs, not just
11277 XEmacs, to do undo handling.
11278 (allout-before-change-handler): Expose undo changes occurring in
11279 hidden regions. Use allout-get-invisibility-overlay instead of
11280 reimplementing it inline.
11281 (allout-chart-subtree): Use start rather than end of prefix in
11282 charts. Use allout-recent-depth variable.
11283 (allout-chart-siblings): Disqualify aberrant topics.
11284 (allout-beginning-of-current-entry): Position correctly.
11285 (allout-ascend): Use new allout-depth-specific-regexp and
11286 allout-depth-one-regexp for linear instead of O(N^2) or worse
11288 (allout-ascend-to-depth): Depend on allout-ascend, rather than
11289 reimplementing an algorithm.
11290 (allout-up-current-level): Depend on allout-ascend, rather than
11291 reimplementing an algorithm. Return to start-point if we fail.
11292 (allout-descend-to-depth): Use allout-recent-depth variable
11293 instead of function.
11294 (allout-next-sibling): On traversal of numerous intervening
11295 topics, resort to economical allout-next-sibling-leap.
11296 (allout-next-sibling-leap): Specialized version of
11297 allout-next-sibling that uses allout-ascend cleverly, to depend on
11298 a regexp search to leap large numbers of contained topics, rather
11299 than arbitrarily many one-by-one traversals.
11300 (allout-next-visible-heading): Disqualify aberrant topics.
11301 (allout-previous-visible-heading): Position consistently when
11303 (allout-forward-current-level): Base on allout-previous-sibling
11304 rather than (differently) reimplmenting the algorithm. Remove some
11306 (allout-solicit-alternate-bullet): Present default choice stripped
11307 of text properties.
11308 (allout-rebullet-heading): Use bullet stripped of text properties.
11309 Register changes using allout-exposure-change-hook.
11310 Disregard aberrant topics.
11311 (allout-shift-in): With universal-argument, make topic a peer of
11312 it's former offspring. Simplify the code by separating out
11313 allout-shift-out functionality.
11314 (allout-shift-out): With universal-argument, make offspring peers
11315 of their former container, and its siblings. Implement the
11316 functionality here, rather than inappropriately muddling the
11317 implementation of allout-shift-in.
11318 (allout-rebullet-topic): Respect additional argument for new
11319 parent-child separation function.
11320 (allout-yank-processing): Use allout-ascend directly.
11321 (allout-show-entry): Disqualify aberrant topics.
11322 (allout-show-children): Handle discontinuous children gracefully,
11323 extending the depth being revealed to expose them and posting a
11324 message indicating the situation.
11325 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
11326 Leave cursor in correct position.
11327 (allout-hide-current-subtree): Use allout-ascend directly.
11328 Disqualify aberrant topics.
11329 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
11330 a way that the yanks can restore it, as used to happen.
11331 (allout-yank-processing): Restore exposure layout as recorded by
11332 allout-kill-*, as used to happen.
11333 (allout-annotate-hidden, allout-hide-by-annotation): New routines
11334 for preseving and restoring exposure layout across kills.
11335 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
11336 (allout-encrypt-string): Strip text properties.
11337 Rearranged order and outline-headings for some of the
11338 miscellaneous functions.
11339 (allout-resolve-xref): No need to quote the error name in the
11340 condition-case handler section.
11341 (allout-flatten): Classic recursive (and recursively intensive,
11342 without tail-recursion) list-flattener, needed by allout-shift-out
11343 when confronted with discontinuous children.
11345 2006-09-16 Jason Rumney <jasonr@gnu.org>
11347 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
11349 (dnd-open-unc-file): Remove.
11350 (dnd-open-local-file): Mention in doc string that it also handles
11351 remote files if the system natively supports unc file-names.
11353 2006-09-15 Kim F. Storm <storm@cua.dk>
11355 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
11356 all necessary information about the event before erasing *Help*.
11358 * simple.el (line-move-partial): Use window-line-visiblity to
11359 quickly check whether last line is partially visible, and only do
11360 the hard (and slow) part in that case.
11362 2006-09-15 Jay Belanger <belanger@truman.edu>
11364 * COPYING: Replace "Library Public License" by "Lesser Public
11365 License" throughout.
11367 2006-09-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11369 * term/x-win.el (x-menu-bar-open): New function for F10.
11371 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
11373 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11374 Disallow filenames containing " -" to avoid confusion with libtool
11375 compilation messages. Suggested by Stefan Monnier.
11377 2006-09-15 David Kastrup <dak@gnu.org>
11379 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
11380 instead of buffer position for `mouse-on-link-p'.
11382 * mouse.el (mouse-posn-property): New function looking up the
11383 properties at a click position in overlays and text properties in
11384 either buffer or strings.
11385 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
11386 of both `follow-link' as well as `mouse-face' properties.
11387 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
11390 * help.el (describe-key-briefly): When reading a down-event on
11391 mode lines or scroll bar, swallow the following up event, too.
11392 Use the new mouse sensitity of `key-binding' for lookup.
11393 (describe-key): The same here.
11395 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
11397 * play/life.el (life-patterns): Add a few more interesting patterns.
11398 (life-setup): Force `show-trailing-whitespace' to nil.
11400 2006-09-14 Richard Stallman <rms@gnu.org>
11402 * startup.el (fancy-splash-text): Change text to improve alignment.
11403 (fancy-splash-screens): Don't set non-standard tab width.
11404 Bind cursor-type temporarily, and make it easy to patch to
11405 preserve the splash buffer.
11406 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
11407 (fancy-splash-screens): Display echo-area message explicitly.
11408 Don't set fancy-splash-help-echo.
11410 * simple.el (line-number-mode): Group mode-line instead of
11412 (column-number-mode, size-indication-mode): Likewise.
11414 * faces.el (mode-line-faces): Group mode-line instead of modeline.
11416 * time.el (display-time): Group mode-line instead of modeline.
11418 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
11420 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
11422 * startup.el (fancy-splash-text): Move editing instructions to
11424 (fancy-splash-head): Issue editing instructions.
11425 (fancy-splash-screens): Fixup whitespace.
11427 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11429 * bindings.el (mode-line-buffer-identification-keymap):
11430 Remove duplicate line.
11432 2006-09-14 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11434 * ido.el (ido-ignore-item-p): Allow any kind of functions in
11437 2006-09-14 Kim F. Storm <storm@cua.dk>
11439 * jit-lock.el (jit-lock-fontify-again): New function.
11440 (jit-lock-fontify-now): Use it instead of lambda form.
11442 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
11444 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
11445 (flyspell-auto-correct-word): Make ispell-filter local to these
11446 functions. Check that ispell-filter has new stuff before calling
11447 ispell-parse-output.
11449 2006-09-13 Kim F. Storm <storm@cua.dk>
11451 * simple.el (line-move-partial): Optimize.
11453 2006-09-13 Richard Stallman <rms@gnu.org>
11455 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
11456 Delete spurious backquote.
11458 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
11460 * net/rcirc.el (rcirc-print): Fix last change.
11462 2006-09-12 Jay Belanger <belanger@truman.edu>
11464 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
11466 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
11468 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
11469 rcirc-show-maximum-output.
11470 (rcirc-mode): Remove window-scroll-function hook.
11471 (rcirc-scroll-to-bottom): Remove function.
11472 (rcirc-print): Recenter so point stays at the bottom of the window
11473 if point was already there.
11475 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
11477 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
11479 * progmodes/compile.el (compilation-start): Likewise.
11480 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
11481 Don't use expand-file-name on invocation-directory, since this
11482 might mishandle special characters in invocation-directory.
11484 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11486 * pcvs-defs.el: Remove * in defcustom's docstrings.
11488 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
11490 * progmodes/compile.el (compilation-directory-properties):
11491 Doc fix for help-echo.
11493 2006-09-12 Lars Hansen <larsh@soem.dk>
11495 * desktop.el (desktop-read): Add comment.
11497 2006-09-12 Kim F. Storm <storm@cua.dk>
11499 * simple.el (next-error-highlight, next-error-highlight-no-select):
11500 Fix spelling error.
11502 * subr.el (sit-for): Rework to use input-pending-p and cond.
11503 Return nil input is pending on entry also for SECONDS <= 0.
11504 (while-no-input): Use input-pending-p instead of sit-for.
11506 2006-09-11 Richard Stallman <rms@gnu.org>
11508 * simple.el (next-error-highlight, next-error-highlight-no-select):
11509 Fix custom type and doc strings.
11511 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11513 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
11514 (diff-apply-hunk): Use it to ask for confirmation.
11516 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
11518 * emacs-lisp/cl.el (pushnew): Add missing `,'.
11520 2006-09-11 David Kastrup <dak@gnu.org>
11522 * help.el (string-key-binding, describe-key-briefly)
11523 (describe-key): Remove `string-key-binding' and its callers since
11524 `key-binding' already caters for the proper lookup now.
11526 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11528 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
11529 (cfengine-mode): Use it. Fix \ syntax to be like /.
11531 * bindings.el (mode-line-buffer-identification-keymap):
11532 Move initialization into declaration.
11534 2006-09-10 Kim F. Storm <storm@cua.dk>
11536 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
11537 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
11538 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
11539 in case of merged directories. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
11541 2006-09-10 Richard Stallman <rms@gnu.org>
11543 * dired-aux.el: Handle errors in recursive copy usefully.
11544 (dired-create-files-failures): New variable.
11545 (dired-copy-file): Remove condition-case.
11546 (dired-copy-file-recursive): Check for errors on all file
11547 operations, and add them to dired-create-files-failures.
11548 Check file file-date-erorr here too.
11549 (dired-create-files): Check dired-create-files-failures
11550 and report those errors too.
11552 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
11554 * subr.el (add-to-list): New argument COMPARE-FN.
11556 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
11558 * filecache.el (file-cache-add-directory)
11559 (file-cache-add-directory-list, file-cache-add-file)
11560 (file-cache-add-directory-using-find)
11561 (file-cache-add-directory-using-locate)
11562 (file-cache-add-directory-recursively): Add autoloads.
11564 2006-09-09 Richard Stallman <rms@gnu.org>
11566 * textmodes/conf-mode.el (conf-space-mode):
11567 Use hack-local-variables-hook instead of calling hack-local-variables.
11568 (conf-space-keywords-override): New variable.
11569 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
11570 (conf-space-mode): Always make conf-space-keywords and
11571 conf-space-keywords-override local.
11572 Call conf-space-mode-internal directly as well as via hook.
11574 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11576 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
11579 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11581 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
11582 (python-send-string): Be slightly more careful about adding \n.
11584 * startup.el (normal-splash-screen): Don't display the buffer if we'll
11585 kill it right away anyway.
11587 2006-09-09 Eli Zaretskii <eliz@gnu.org>
11589 * international/codepage.el (cp850-decode-table): Fix a few codes.
11590 (cp858-decode-table): New variable.
11592 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
11594 * net/ldap.el (ldap-search-internal): Doc fix.
11596 2006-09-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11598 * play/life.el (life-display-generation): Test for input manually if
11599 `sleeptime' is negative or null.
11601 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
11602 (print-region-1): Substitute `%s' with the page title.
11604 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
11606 * locate.el (locate-current-search): New variable.
11607 (locate): Set buffer local value. Use current buffer if it is
11609 (locate-mode): Disable undo here.
11610 (locate-do-setup): Use locate-current-filter from buffer to be killed.
11611 (locate-update): Use locate-current-search and locate-current-filter.
11613 2006-09-08 David Kastrup <dak@gnu.org>
11615 * desktop.el (desktop-read): When loading a desktop, disable
11616 saving it while the load progresses, and switch off a pending lazy
11617 load by calling `desktop-lazy-abort'.
11619 2006-08-27 Martin Rudalics <rudalics@gmx.at>
11621 * window.el (mouse-autoselect-window-timer)
11622 (mouse-autoselect-window-position)
11623 (mouse-autoselect-window-window)
11624 (mouse-autoselect-window-now): New vars.
11625 (mouse-autoselect-window-cancel)
11626 (mouse-autoselect-window-select)
11627 (mouse-autoselect-window-start): New functions.
11628 (handle-select-window): Call `mouse-autoselect-window-start' when
11629 delayed window autoselection is enabled.
11631 * cus-start.el (mouse-autoselect-window): Handle delayed window
11634 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
11635 commands after which it is allowed to print in the echo area.
11637 2006-09-08 Richard Stallman <rms@gnu.org>
11639 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
11641 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
11642 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
11644 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
11645 (cancel-timer-internal): Add doc string.
11646 (cancel-function-timers): Doc fix.
11647 (with-timeout-handler, timer-event-last*): Add doc strings.
11649 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
11651 * files.el (risky-local-variable-p): Match ...-bindat-spec.
11653 * dired.el (dired-log-summary): Add doc string.
11655 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
11656 (custom-group-menu-create): Not here.
11658 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
11660 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
11662 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11664 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
11665 (mac-apple-event-map): Define its handler.
11667 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
11669 * net/ldap.el (ldap-search-internal): Handle `auth' key.
11671 2006-09-07 Magnus Henoch <mange@freemail.hu>
11673 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
11676 2006-09-07 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11678 * info.el (Info-index): Bind completion-ignore-case.
11680 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11682 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
11684 (inferior-prolog-guess-flavor): New fun left out of previous commit.
11685 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
11686 burp in dedicated windows.
11687 (inferior-prolog-self-insert-command): New command.
11688 (inferior-prolog-mode-map): Use it.
11690 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
11692 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
11694 * international/code-pages.el: Add cp858.
11696 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11698 * dnd.el: Fix bootstrapping.
11700 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11702 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
11703 (dnd-open-remote-url): New function.
11704 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
11707 2006-09-07 Jason Rumney <jasonr@gnu.org>
11709 * dnd.el (dnd-open-remote-file-function): New variable.
11710 (dnd-open-unc-file): New function.
11711 (dnd-open-file): Call dnd-open-remote-file-function if set.
11713 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11715 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
11716 pgg-passphrase-coding-system rather than locale-coding-system.
11717 * pgg-def.el (pgg-passphrase-coding-system): New user option.
11719 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11721 * progmodes/prolog.el: Remove * in docstrings.
11722 (prolog-program-name): Add SWI prolog.
11723 (prolog-mode-menu): New menu.
11724 (prolog-mode): Set comment-add.
11725 (prolog-indent-line): Simplify. Use indent-line-to.
11726 (inferior-prolog-buffer): New var.
11727 (inferior-prolog-run, inferior-prolog-process): New funs.
11728 (run-prolog, switch-to-prolog): Rewrite, using them.
11729 (prolog-consult-region): Use inferior-prolog-buffer.
11730 (inferior-prolog-load-file): New function.
11731 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
11733 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
11734 last word, if it's not the end of the paragraph.
11736 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
11739 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
11741 * frame.el (display-mm-dimensions-alist): New defcustom.
11742 (display-mm-height, display-mm-width): Use it.
11744 2006-09-06 Simon Josefsson <jas@extundo.com>
11746 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
11748 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
11750 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
11751 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
11754 2006-09-06 Kim F. Storm <storm@cua.dk>
11756 * simple.el (line-move-partial): New function to do vscrolling for
11757 partially visible images / tall lines. Rewrite based on code
11758 previously in line-move. Simplify backwards vscrolling.
11759 (line-move): Use it. Simplify.
11761 2006-09-05 Kim F. Storm <storm@cua.dk>
11763 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
11765 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
11767 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11768 Process the `gcc-include' after the `gnu' rule.
11770 2006-09-05 Kim F. Storm <storm@cua.dk>
11772 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
11774 2006-09-05 Daiki Ueno <ueno@unixuser.org>
11776 * pgg.el (pgg-clear-string): Alias to clear-string for backward
11779 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
11780 inhibit-redisplay; encode passphrase with locale-coding-system.
11782 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11784 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
11786 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
11788 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
11789 (gdb-var-list-children-regexp): Make type field optional.
11791 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
11792 e.g public, protected in C++.
11794 2006-09-04 John Paul Wallington <jpw@pobox.com>
11796 * simple.el (completion-show-help): New defcustom.
11797 (completion-setup-function): Heed it.
11799 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11801 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
11803 2006-09-04 Richard Stallman <rms@gnu.org>
11805 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
11806 (rsf-min-region-to-spam-list): Doc fix.
11807 (rsf-add-content-type-field): Doc fix.
11809 * simple.el (kill-region): Explicitly test there is a region.
11811 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
11813 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
11814 sendmail in several common directories.
11816 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
11818 * paths.el (sendmail-program): Removed.
11820 2006-09-04 Daiki Ueno <ueno@unixuser.org>
11822 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
11823 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
11824 http://article.gmane.org/gmane.emacs.gnus.general/50457
11826 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
11828 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
11829 mark after running the menu filter.
11831 2006-09-03 Juri Linkov <juri@jurta.org>
11833 * international/quail.el (quail-defrule-internal): Add a check
11834 if a key is a vector.
11836 2006-09-02 Juri Linkov <juri@jurta.org>
11838 * man.el (Man-topic-history): New variable.
11841 * woman.el (woman-topic-history): Change defvar to defvaralias
11842 for symbol `Man-topic-history'.
11844 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
11845 `comint-last-output-start' is a marker by using `markerp' and
11846 check if it has a position by using `marker-position', and use
11847 this position for `goto-char'.
11849 * international/quail.el (quail-defrule-internal): Add missing
11850 `error' call for null key.
11852 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
11854 * net/rcirc.el (rcirc-keywords): New variable.
11855 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
11856 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
11858 (rcirc-responses-no-activity): New function.
11859 (rcirc-handler-generic): Check for responses in above.
11860 (rcirc-process-command): Add ?: character to arguments of raw
11862 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
11864 (rcirc-gray-toggle): Remove unused variable.
11865 (rcirc-print): Remove some tracking logic, which is moved into
11867 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
11869 (rcirc-activity-string): Look for 'keyword in activity-types.
11870 (rcirc-window-configuration-change): Don't erase overlay-arrow
11872 (rcirc-add-or-remove): New function.
11873 (rcirc-cmd-ignore): Use it.
11874 (rcirc-message-leader): Remove unused function.
11875 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
11876 (rcirc-add-face): New function.
11877 (rcirc-facify): Use rcirc-add-face.
11878 (rcirc-url-regexp): Add parens.
11879 (rcirc-map-regexp): Remove function.
11880 (rcirc-mangle-regexp): Remove function.
11881 (rcirc-markup-text-functions): New variable.
11882 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
11883 (rcirc-markup-body-text, rcirc-markup-attributes)
11884 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
11885 (rcirc-markup-bright-nicks): New markup handler functions.
11886 (rcirc-nick-in-message-full-line): New face.
11887 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
11888 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
11890 2006-09-02 Martin Rudalics <rudalics@gmx.at>
11892 * cus-start.el (hscroll-margin, hscroll-step)
11893 (mode-line-in-non-selected-windows, mouse-autoselect-window)
11894 (x-use-underline-position-properties): Change version to "22.1"
11895 since they will appear there for the first time.
11897 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
11899 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
11901 2006-08-31 Richard Stallman <rms@gnu.org>
11903 * cus-edit.el (custom-save-variables): Slight cleanup.
11904 (Custom-no-edit): Renamed from custom-no-edit.
11905 (Custom-newline): Renamed from custom-newline.
11906 (custom-mode-map): Use new names.
11908 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
11909 about customization, rather than M-x customize, in the doc string
11910 made for the defcustom.
11912 * emacs-lisp/trace.el (trace-function-background): Doc fix.
11914 2006-08-31 Romain Francoise <romain@orebokech.com>
11916 * dired-x.el (dired-guess-shell-alist-default): Update.
11918 2006-08-31 Michael Mauger <mmaug@yahoo.com>
11920 * custom.el (custom-theme-set-variables): Autoload packages before
11921 sorting the variables.
11923 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
11925 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11926 Convert events to chars if XEmacs.
11927 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
11929 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11931 * progmodes/python.el (python-eldoc-function): Re-enable quit while
11932 waiting for process.
11934 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11936 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
11937 results in ASCII-only string, encode original one directly.
11939 2006-08-29 Romain Francoise <romain@orebokech.com>
11941 * startup.el (normal-splash-screen, fancy-splash-screens):
11942 Make buffer read-only and arrange to enter view mode if necessary.
11944 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
11946 * hl-line.el (hl-line): New face.
11947 (hl-line-face): Use it.
11949 * image-mode.el (image-mode): Fix last fix.
11950 Suggested by Kim F. Storm.
11952 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
11954 Sync with Tramp 2.0.54.
11956 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
11957 of `=', because `tramp-get-remote-gid' might not always return an
11958 integer when expected.
11959 (tramp-register-file-name-handlers): `partial-completion-mode' is
11961 (tramp-time-diff): Don't use `floor', it might fail for large
11963 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
11964 `tramp-auto-save-directory' if unset in order to guarantee unique
11965 auto-save file names.
11967 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
11969 * image-mode.el (image-mode): Display image as text on a terminal.
11971 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11973 * progmodes/python.el (python-send-command): Simplify.
11974 (run-python): Don't generate a new buffer unless `new' was specified.
11975 Make sure we send `import emacs' to the proper process.
11977 * progmodes/python.el (python-send-command): Don't wait for the command
11978 to terminate. Don't fiddle with compilation-parsing-end.
11980 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
11982 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11983 Insert commentary after first line summary.
11985 * woman.el (woman-follow): New function, based on `man-follow'.
11986 (woman-mode-map): Use it.
11988 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
11989 since ibuffer-do-sort-by-recency does not define a sorter.
11991 2006-08-28 Kim F. Storm <storm@cua.dk>
11993 * find-dired.el (find-dired): Use shell-quote-argument to properly
11994 escape ( and ) args. Also use it on {} and ; args in default
11995 value of find-ls-option string.
11996 (find-grep-dired): Use shell-quote-argument on {} and ; args.
11998 2006-08-27 Michael Olson <mwolson@gnu.org>
12000 * emacs-lisp/tq.el: Small grammar fix in comments.
12001 (tq-enqueue): Check for existence of queue rather than the
12002 head queue item's question, which was a no-op.
12003 (tq-filter, tq-process-buffer): Make sure the process buffer
12004 exists before making it the current buffer.
12006 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12008 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
12009 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
12010 (special-event-map): Apply 2006-08-16 change for x-win.el.
12012 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12014 * progmodes/python.el (python-send-receive): Wait in the
12015 process's buffer so as to check the right buffer-local variables.
12017 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12019 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
12020 (defgroup checkdoc): Move to beginning.
12022 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
12023 (python-preoutput-continuation): Remove.
12024 (python-preoutput-filter): Simplify correspondingly.
12025 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
12026 Loop around to catch embedded _emacs_out output.
12027 (run-python): Send the import&print command on a single line.
12028 (python-send-command): Send command&print on a single line.
12029 (python-send-string): Only add double \n if needed.
12030 (python-send-receive): Loop until the result comes.
12031 (python-mode-running): Defvar it.
12032 (python-setup-brm): Remove unused var `menu'.
12033 Only bind py-mode-map and `features' around brm-init.
12034 (python-calculate-indentation): Remove unused var `point'.
12035 (python-beginning-of-defun): Remove unused var `def-line'.
12037 2006-08-25 Richard Stallman <rms@gnu.org>
12039 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
12041 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
12043 * emulation/viper.el (viper-set-hooks): Use frame bindings for
12044 viper-vi-state-cursor-color.
12045 (viper-non-hook-settings): Don't set default
12046 mode-line-buffer-identification.
12048 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12050 (viper-set-cursor-color-according-to-state)
12051 (viper-get-saved-cursor-color-in-replace-mode)
12052 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
12053 viper-emacs-state-cursor-color.
12055 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
12056 (viper-undo): Use point if undo-beg-posn is nil.
12057 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
12058 (viper-after-change-undo-hook): Don't use
12059 viper-emacs-state-cursor-color by default.
12060 (viper-undo): More sensible positioning after undo.
12062 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
12063 (viper-emacs-state-cursor-color): Default to nil, since this feature
12064 doesn't work well yet.
12066 * ediff-mult.el (ediff-intersect-directories)
12067 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
12068 always expand filenames.
12070 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12072 * tumme.el: Remove * in defcustoms's docstrings.
12074 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
12076 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
12077 Accept internal time format for SECS arg.
12078 (timer-relative-time): Doc fix.
12080 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
12081 adapted from Martin Rudalics.
12082 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
12083 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
12084 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
12087 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
12089 * cus-start.el (all): Add `overline-margin' and
12090 `x-underline-at-descent-line'.
12092 2006-08-24 Kim F. Storm <storm@cua.dk>
12094 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
12095 to mean "use find -exec"; nil now unambiguously means auto-detect.
12096 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
12097 Use shell-quote-argument to build grep-find-command and
12098 grep-find-template.
12099 (rgrep): Use shell-quote-argument to properly quote arguments to find.
12100 Reported by Tom Seddon.
12102 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
12104 * startup.el (fancy-splash-head): Give instructions for dismissing
12105 the splash screen for default startup too.
12106 (display-startup-echo-area-message, fancy-splash-screens)
12107 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
12108 all splash text at once and keep the splash buffer around.
12109 (command-line-1): Give display-startup-echo-area-message a t arg.
12111 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
12113 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
12114 gnus frame is selected.
12116 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
12118 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
12120 2006-08-22 Kim F. Storm <storm@cua.dk>
12122 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
12123 Add suffix matching for subdirs.
12125 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12127 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
12128 mouse-yank-at-point is non-nil.
12130 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
12132 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
12133 a bit wider and remove fringes to fit initial output on line.
12135 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
12137 * frame.el (blink-cursor-end): Only ignore the error we care about.
12138 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
12140 2006-08-21 Richard Stallman <rms@gnu.org>
12142 * whitespace.el (whitespace-cleanup): Doc fix.
12144 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
12146 * net/rcirc.el (rcirc-show-maximum-output): New var.
12147 (rcirc-buffer-process): If no buffer argument is supplied, use
12149 (rcirc-complete-nick): Complete to the last completed nick first.
12150 (rcirc-mode): Preserve the value of `rcirc-urls' across
12151 connections. Setup scroll function.
12152 (rcirc-scroll-to-bottom): New function.
12153 (rcirc-print): Use nick syntax around regexp work.
12154 Notice dim-nicks speaking only if they say our nick.
12155 (rcirc-update-activity-string): Do not show the modeline indicator
12156 if there are no live rcirc processes.
12157 (rcirc-cmd-ignore): Ignore case.
12158 (rcirc-browse-url-at-point): Fix off-by-one error.
12160 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12162 * progmodes/python.el: Remove * in defcustom docstrings.
12163 (run-python, python-proc, python-try-complete): Use derived-mode-p.
12164 (python-mode): Set tab-width and indent-tabs-mode.
12166 2006-08-20 Dave Love <fx@gnu.org>
12168 * progmodes/python.el: Update to Dave Love's latest version.
12169 (python-font-lock-keywords, python-mode): Don't use
12170 font-lock-syntax-table, but match symbol elements explicitly instead.
12171 (python-mode-map): Add help, and a few more key bindings.
12172 (python-skip-comments/blanks): Move out of comments as well.
12173 (python-continuation-line-p): Behave better with unbalanced parens.
12174 (python-blank-line-p): New fun.
12175 (python-open-block-statement-p): Don't use a heuristic.
12176 (python-outdent-p): Better handle blocks-in-the-same-line.
12177 (python-calculate-indentation): Misc improvements.
12178 (python-comment-indent): Remove.
12179 (python-block-pairs): New var.
12180 (python-first-word): New fun.
12181 (python-indentation-levels): Handle more common cases.
12182 (python-indent-line-1): Add `leave' argument.
12183 (python-indent-region): New fun.
12184 (python-skip-out): New fun.
12185 (python-beginning-of-statement, python-end-of-statement): Use it.
12186 (python-next-statement): Return correct count even at eob.
12187 (python-end-of-block): Fix paren-typo.
12188 (python-imenu-create-index): Add module variables.
12189 (run-python): Add `new' arg.
12190 Check we're at a prompt before returning.
12191 (python-send-command): Move to end of buffer.
12192 Wait for prompt to return.
12193 (python-set-proc): New fun.
12194 (python-imports): New var.
12195 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
12196 (python-eldoc-function): Try to move out of arg list.
12197 (python-outline-level): Offset by 1.
12198 (python-find-imports): New fun.
12199 (python-symbol-completions): Use python-imports.
12200 (python-module-path, ffap-alist): Add support for ffap.
12201 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
12202 (python-insert-*, python-default-template, python-expand-template):
12203 Add templates/skeletons.
12204 (python-setup-brm): Support for Bicycle Repair Man.
12205 (python-abbrev-syntax-table): New var.
12206 (python-abbrev-pc-hook, python-pea-hook): New funs.
12208 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
12210 * frame.el (blink-cursor-start): Set timer first.
12211 (blink-cursor-end): Ignore timer cancelling errors.
12212 Suggested by Ken Manheimer.
12214 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
12216 * newcomment.el (comment-box): Call `comment-normalize-vars'.
12217 Add autoload cookie.
12219 2006-08-20 Richard Stallman <rms@gnu.org>
12221 * simple.el (line-number-at-pos): Doc fix.
12223 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
12224 timer-activate-when-idle, so timer can run before Emacs becomes
12227 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
12229 * whitespace.el (whitespace-cleanup-internal): New optional arg
12230 REGION-ONLY. If it's non-nil, modify the message to the user
12232 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
12233 a non-nil argument.
12235 2006-08-18 Gustav H
\e,Ae
\e(Bllberg <gustav@gmail.com> (tiny change)
12237 * rect.el (spaces-string): Simplify and add doc string.
12239 2006-08-17 Romain Francoise <romain@orebokech.com>
12241 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
12243 2006-08-17 Richard Stallman <rms@gnu.org>
12245 * compare-w.el (compare-windows): lambda's take an arg and pass
12246 it to compare-windows-skip-whitespace.
12248 2006-08-17 Martin Rudalics <rudalics@gmx.at>
12250 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
12253 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
12255 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
12258 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
12260 * progmodes/gdb-ui.el (gdb-locals-watch-map)
12261 (gdb-locals-watch-map-1): Suppress keymap first.
12262 (gdb-edit-locals-map-1): New variable.
12263 (gdb-edit-locals-value): New function.
12264 (gdb-stack-list-locals-handler): Use them.
12266 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
12268 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
12269 cursor would normally be drawn in the fringe.
12271 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
12272 Reported by Martin Rudalics <rudalics@gmx.at>.
12274 2006-08-16 Richard Stallman <rms@gnu.org>
12276 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
12277 (special-event-map): Process drag-n-drop events this way.
12279 * simple.el (move-beginning-of-line): Test whether fields
12280 would prevent motion back to line's first visible character.
12281 If so, stop where the fields would stop the motion.
12283 * newcomment.el (comment-indent): Fully update INDENT
12284 before checking to see if it will change the text.
12286 * cus-edit.el (custom-newline): New function.
12287 (custom-mode-map): Bind newline to custom-newline.
12289 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
12290 into ignore-whitespace.
12291 Check each buffer for its skip-function.
12292 Handle compare-windows-skip-whitespace special-case test
12293 by returning t from default skip function.
12295 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
12297 * textmodes/org.el (org-clock-special-range)
12298 (org-clock-update-time-maybe): New functions.
12299 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
12301 (org-agenda-get-blocks): Allow multiple blocks per headline.
12302 (org-timestamp-change): Call `org-clock-update-time-maybe'.
12303 (org-export-html-title-format)
12304 (org-export-html-toplevel-hlevel): New options.
12305 (org-export-language-setup): Add support for Czech.
12306 (org-mode, org-insert-todo-heading, org-find-visible)
12307 (org-find-invisible, org-invisible-p, org-invisible-p2)
12308 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
12309 (org-show-subtree, org-show-entry, org-make-options-regexp):
12310 Remove compatibility support for old outline-mode.
12311 (org-check-occur-regexp): Funtion removed.
12312 (org-on-heading-p, org-back-to-heading): Made defalias.
12313 (org-set-local): New defsubst.
12314 (org-set-regexps-and-options, org-mode)
12315 (org-set-font-lock-defaults, org-edit-agenda-file-list)
12316 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
12317 (org-remember-apply-template, org-table-edit-field)
12318 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
12319 (org-set-autofill-regexps): Use `org-set-local'.
12320 (org-table-eval-formula): Fix bug with parsing of display flags.
12322 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
12324 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
12325 frame with fringe arrow. Suggested by Simon Marshall
12326 <simon.marshall@misys.com>.
12327 (gdb-stack-position): New variable.
12328 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
12329 (gdb-frames-mode): Set gdb-stack-position to nil.
12330 Add to overlay-arrow-variable-list
12331 (gdb-reset): Delete gdb-stack-position from above list.
12333 2006-08-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12335 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
12338 2006-08-13 Romain Francoise <romain@orebokech.com>
12340 * cus-theme.el (customize-create-theme)
12341 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
12343 * filesets.el (filesets-add-buffer): Ditto.
12345 * pcvs.el (cvs-change-cvsroot): Ditto.
12347 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
12349 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
12350 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
12351 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
12353 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
12354 Only search till end of line.
12355 Add face to function names in case of no filename.
12356 Add face to variable names of watchpoints.
12358 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
12360 * cus-start.el <indent-tabs-mode>: Move to the `indent'
12361 customization group.
12363 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
12365 * allout.el (allout-prior-bindings, allout-added-bindings):
12366 Remove, after long deprecation.
12367 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
12368 Add customization vars controlling allout-beginning-of-line and
12369 allout-end-of-line conveniences.
12370 (allout-header-prefix, allout-use-mode-specific-leader)
12371 (allout-use-mode-specific-leader, allout-mode-leaders):
12373 (allout-infer-header-lead): Change to be an alias for
12374 allout-infer-header-lead-and-primary-bullet.
12375 (allout-infer-header-lead-and-primary-bullet): New version of
12376 allout-infer-header-lead which assigns the primary bullet to the
12377 same as the header lead, when its being changed.
12378 (allout-infer-body-reindent): Apply regexp-quote instead of
12379 unconditionally prepending "\\", so that all literal
12380 allout-header-prefix and allout-primary-bullet strings are
12382 (allout-add-resumptions): Add optional qualifier for extending or
12383 appending to existing values, rather than replacing them.
12384 (allout-view-change-hook): Clarify docstring.
12385 (allout-exposure-change-hook): Take explicit arguments, via
12386 run-hook-with-args.
12387 (allout-structure-added-hook)
12388 (allout-structure-deleted-hook)
12389 (allout-structure-shifted-hook): New hooks analogous to
12390 allout-exposure-change-hook for other kinds of structural outline
12392 (allout-encryption-plaintext-sanitization-regexps): New encryption
12393 customization variable, by which cooperating modes can provde
12394 massage of the plaintext without actually being passed it.
12395 (allout-encryption-ciphertext-rejection-regexps)
12396 (allout-encryption-ciphertext-rejection-ceiling): New encryption
12397 customization variables, by which cooperating modes can prohibit
12398 rare but possible ciphertext patterns from fouling their
12399 operation, with actually being passed the ciphertext.
12400 (allout-mode): Run activation and deactivation hooks after the
12401 minor-mode variable has been toggled, to clarify the mode
12402 disposition. The new encryption ciphertext rejection variable is
12403 used to ensure that the ciphertext does not contain text that
12404 would be recognized as outline structural elements by allout.
12405 Substite allout-beginning-of-line and allout-end-of-line for
12406 conventionall beginning-of-line and end-of-line bindings.
12407 If allout-old-style-prefixes is non-nil, don't nullify it on mode
12409 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
12410 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
12411 (allout-chart-subtree): Implement new mode, charting only the
12412 visible items in the subtree, when new 'visible' parameter is non-nil.
12413 (allout-end-of-subtree): Properly handle the last item in the buffer.
12414 (allout-pre-command-business, allout-command-counter):
12415 Increment an advertised counter so that cooperating enhancements can
12416 track revisions of items.
12417 (allout-open-topic): Run allout-structure-added-hook with suitable
12419 (allout-shift-in): Run allout-structure-shifted-hook with suitable
12421 (allout-shift-out): Fix doubling for negative args and ensure call
12422 of allout-structure-shifted-hook by solely using allout-shift-in.
12423 (allout-kill-line, allout-kill-topic):
12424 Run allout-structure-deleted-hook with suitable arguments.
12425 (allout-yank-processing): Run allout-structure-added-hook with
12427 (allout-yank): Enclose activity in allout-unprotected.
12428 (allout-flag-region): Run allout-exposure-change-hook with
12429 suitable arguments, instead of making the callee infer the arguments.
12430 (allout-encrypt-string):
12431 Support allout-encryption-plaintext-sanitization-regexps,
12432 allout-encryption-ciphertext-rejection-regexps, and
12433 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
12434 en/de cryption mode in symmetric encryption failure message.
12435 (allout-obtain-passphrase): Use copy-sequence to get a distinct
12436 copy of the passphrase, and don't zero it or we'll corrupt the
12438 (allout-create-encryption-passphrase-verifier)
12439 (allout-verify-passphrase): Respect the new signature for
12440 allout-encrypt-string.
12441 (allout-get-configvar-values): Convenience for getting a
12442 configuration variable value and handling its absence gracefully.
12444 2006-08-11 Romain Francoise <romain@orebokech.com>
12446 * obsolete/zone-mode.el: Delete.
12448 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12450 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
12452 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
12454 * emacs-lisp/bindat.el (bindat-ip-to-string):
12455 Use `format-network-address' if possible.
12457 2006-08-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12459 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
12461 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
12463 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
12464 restore unread-command-events here.
12465 (edebug-display): Do it here, to detect sit-for interruptions.
12467 2006-08-10 Romain Francoise <romain@orebokech.com>
12469 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
12470 (dns-mode-soa-auto-increment-serial): New user option.
12471 (dns-mode-soa-maybe-increment-serial): New function.
12472 (dns-mode): Add the latter to `write-contents-functions'.
12474 * obsolete/zone-mode.el: Move to obsolete/ from net/.
12475 Delete autoload cookies.
12477 2006-08-10 John Wiegley <johnw@newartisans.com>
12479 * eshell/em-glob.el (eshell-glob-chars-list)
12480 (eshell-glob-translate-alist): Add support for [^g] in character globs.
12482 2006-08-10 Richard Stallman <rms@gnu.org>
12484 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
12485 (facemenu-set-face): Doc fix.
12486 (facemenu-listed-faces): Doc fix.
12488 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
12490 * avoid.el (mouse-avoidance-animating-pointer): New var.
12491 (mouse-avoidance-nudge-mouse): Use it.
12492 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
12493 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
12494 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
12495 Don't activate if currently animating. All callers changed.
12497 2006-08-09 John Wiegley <johnw@newartisans.com>
12499 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
12500 variable, which causes timeclock to report elapsed time worked,
12501 instead of just work remaining.
12503 2006-08-09 Kenichi Handa <handa@m17n.org>
12505 * international/latexenc.el (latexenc-find-file-coding-system):
12506 Fix for the case that the 2nd element of arg-list is a cons.
12508 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
12510 * info.el (Info-fontify-node): Handle preceding `in' for note
12511 reference hiding rules.
12513 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
12515 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
12516 mistake a closing " for an opening one.
12518 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12520 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12522 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
12524 * complete.el (PC-do-completion): Filter out completions matching
12525 completion-ignored-extensions before checking whether there are
12526 multiple completions.
12527 Don't use `list' unnecessarily when building completion tables.
12529 2006-08-06 Richard Stallman <rms@gnu.org>
12531 * help.el (describe-mode): Make minor mode list more concise.
12533 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
12535 * bindings.el: Give mode-line-format, mode-line-modes, and
12536 mode-line-position `standard-value' properties.
12538 2006-08-05 Eli Zaretskii <eliz@gnu.org>
12540 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12541 "(file)node" instead of the file name.
12543 2006-08-05 Richard Stallman <rms@gnu.org>
12545 * faces.el (escape-glyph): Doc fix.
12547 2006-08-04 Kenichi Handa <handa@m17n.org>
12549 * international/mule-diag.el (describe-font): Improve docstring
12550 and error message. Use frame-parameter (not frame-parameters).
12552 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12554 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
12555 Correctly mark the end-of-docstring char.
12557 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
12559 * simple.el (line-move-to-column): Constrain move-to-column to
12562 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12564 * font-lock.el (font-lock-beg, font-lock-end)
12565 (font-lock-extend-region-functions): New vars.
12566 (font-lock-extend-region-multiline)
12567 (font-lock-extend-region-wholelines): New functions.
12568 (font-lock-default-fontify-region): Use them.
12569 (font-lock-extend-jit-lock-region-after-change): Only round up
12570 if font-lock-default-fontify-region will do it as well.
12572 * font-lock.el (font-lock-extend-after-change-region-function):
12573 Rename from font-lock-extend-region-function.
12574 (font-lock-extend-region): Remove by inlining at call sites.
12575 (font-lock-after-change-function): Don't needlessly round up to a whole
12577 (font-lock-extend-jit-lock-region-after-change): Be more careful about
12578 the boundary conditions and the interactions between the various ways
12579 to extend the region.
12581 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
12583 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
12584 modification status when forcing the second redisplay.
12586 2006-08-03 Kim F. Storm <storm@cua.dk>
12588 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
12590 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
12592 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
12593 doesn't look like a file name.
12595 * complete.el (PC-expand-many-files): Avoid signalling an error when
12596 the current directory doesn't exist. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
12598 2006-08-02 Andreas Schwab <schwab@suse.de>
12600 * bindings.el (mode-line-format): Simplify reference to vc-mode.
12602 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
12604 * bindings.el (map): Make mode-line-buffer-identification-keymap
12605 before defining propertized-buffer-identification.
12607 2006-08-01 Richard Stallman <rms@gnu.org>
12609 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
12611 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
12613 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
12615 (gdb-find-source-frame): New function.
12616 (menu): Add to menu bar.
12618 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
12620 * font-core.el (font-lock-extend-region-function)
12621 (font-lock-extend-region): Move to font-lock.el.
12623 * font-lock.el (font-lock-extend-region-function)
12624 (font-lock-extend-region): Move from font-core.el. Simplify.
12626 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
12628 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
12629 (jit-lock-after-change-extend-region-functions): New hook.
12630 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
12632 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
12633 (font-lock-turn-on-thing-lock): Use it.
12635 * longlines.el (longlines-show-region): Make it work on read-only
12638 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
12640 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
12642 2006-07-31 Richard Stallman <rms@gnu.org>
12644 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
12645 (vhdl-speedbar-display-projects): Update old obsolete
12646 speedbar variable names.
12648 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
12650 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
12651 (gdb-stopped): Use it.
12653 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
12655 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
12657 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
12658 for load-history elements.
12660 2006-07-29 Eli Zaretskii <eliz@gnu.org>
12662 * files.el (convert-standard-filename): For Cygwin, replace
12663 characters not allowed in Windows file names.
12664 (make-auto-save-file-name): Add Cygwin to the list of systems
12665 where the auto-save file name needs to be run through
12666 convert-standard-filename.
12668 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
12670 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
12672 2006-07-28 Richard Stallman <rms@gnu.org>
12674 * bindings.el (mode-line-frame-identification)
12675 (propertized-buffer-identification): Centralize the code
12676 to initialize the variable.
12678 * progmodes/grep.el (grep-default-command): Catch errors from
12679 wildcard-to-regexp.
12681 2006-07-29 Kim F. Storm <storm@cua.dk>
12683 * progmodes/grep.el (grep-tag-default): New function.
12684 (grep-default-command, grep-read-regexp): Use it.
12685 (grep-read-files): Use car of grep-files-history or grep-files-aliases
12686 as default if nothing else applies.
12688 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
12690 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
12691 Throw error if buffer is not in Dired and Wdired mode, respectively.
12693 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
12695 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
12696 self-insert-command keys don't activate buttons.
12697 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
12699 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
12701 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
12702 faces for enable character.
12704 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
12706 * Makefile.in (recompile): Update comment to reflect change
12709 2006-07-27 Richard Stallman <rms@gnu.org>
12711 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
12712 (customize-package-emacs-version): Change msg when pkg has no entry.
12713 (custom-no-edit): On a button, do like widget-button-press.
12715 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12717 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
12720 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
12722 * progmodes/which-func.el (which-function): Fix documentation/
12725 2006-07-26 Richard Stallman <rms@gnu.org>
12727 * textmodes/ispell.el (ispell-word): If we replace the word,
12728 move point to the end. Insert before deleting.
12730 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
12732 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
12735 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
12737 * tumme.el (tumme-backward-image): Add prefix argument. Add error
12738 when at first image.
12739 (tumme-forward-image): Add prefix argument. Add error when at last
12742 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
12744 * tabify.el (tabify-regexp): Use more specific regexps.
12745 (tabify): Avoid modifying the buffer unnecessarily.
12747 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
12749 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
12750 (tumme-format-properties-string): Handle empty `buf'.
12751 (tumme-get-comment): Change variable names inside `let'.
12752 Add missing `let' variable that cause font-lock problems.
12753 (tumme-write-comments): Change variable names inside `let'.
12754 Add missing `let' variable that cause font-lock problems.
12755 (tumme-forward-image): Rename from `tumme-forward-char'.
12756 (tumme-backward-image): Rename from `tumme-backward-char'.
12758 2006-07-25 Masatake YAMATO <jet@gyve.org>
12760 * progmodes/ld-script.el (ld-script-keywords)
12761 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
12764 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
12766 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12767 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
12768 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
12769 for status indicator.
12771 2006-07-24 Richard Stallman <rms@gnu.org>
12773 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
12775 * subr.el (dolist, dotimes): Use interned symbols for locals.
12776 (--dotimes-limit--, --dolist-tail--): New defvars.
12777 (looking-back): Doc fix.
12779 * replace.el (replace-match-string-symbols): Handle dotted lists.
12781 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
12783 * tumme.el (tumme-write-tags): Add.
12784 (tumme-write-comments): Add.
12785 (tumme-tag-files): Change to use `tumme-write-tags'.
12786 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
12787 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
12788 (tumme-save-information-from-widgets): Change to use
12789 `tumme-write-comments' and `tumme-write-tags'.
12790 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
12791 (tumme-write-tag): Remove.
12792 (tumme-write-comment): Remove.
12793 (tumme-display-previous-thumbnail-original): Remove empty line.
12794 (tumme-widget-list): Add punctuation.
12796 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
12798 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
12800 2006-07-24 Daiki Ueno <ueno@unixuser.org>
12802 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12803 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
12804 and andreas@altroot.de (Andreas V
\e,Av
\e(Bgele).
12806 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
12808 * mouse.el (mouse-on-link-p): Doc fix.
12810 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
12812 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12815 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12817 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
12820 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
12822 * textmodes/table.el: Add move-beginning-of-line and
12823 move-end-of-line to Point Motion Only Group.
12825 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
12827 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
12829 2006-07-22 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12831 * startup.el (user-mail-address): Initialize from the `EMAIL'
12832 environment variable first. Document this.
12833 (command-line): Ditto.
12835 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
12837 * help-mode.el (help-function-def, help-variable-def)
12838 (help-face-def): Print a message in the minibuffer.
12840 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12842 * term/xterm.el (terminal-init-xterm): Fix key bindings
12843 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
12845 2006-07-21 Eli Zaretskii <eliz@gnu.org>
12847 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
12848 where `(nth 1 command)' is a cons cell. Doc fix.
12850 * textmodes/po.el (po-find-charset): Doc fix.
12852 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
12854 * allout.el (allout-unprotected, allout-e-o-prefix-p)
12855 (allout-beginning-of-current-line, allout-end-of-current-line)
12856 (allout-next-visible-heading, allout-open-topic)
12857 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
12858 (allout-flag-current-subtree, allout-show-to-offshoot)
12859 (allout-hide-current-entry, allout-show-current-branches)
12860 (allout-hide-region-body, allout-old-expose-topic)
12861 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
12862 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
12863 containing `beginning-of-line' and `end-of-line' with
12864 `inhibit-field-text-motion' t.
12866 2006-07-21 Eli Zaretskii <eliz@gnu.org>
12868 * frame.el (focus-follows-mouse): Document that it doesn't have
12869 any effect on MS-Windows.
12871 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
12873 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
12875 2006-07-20 Jay Belanger <belanger@truman.edu>
12877 * calc/calc.el (calc-previous-alg-entry): Remove variable.
12879 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
12881 (calc-alg-entry): Use `calc-alg-entry-history'.
12882 (calc-do-quick-calc): Use `calc-quick-calc-history'.
12883 Remove reference to `calc-previous-alg-entry'.
12884 (calcAlg-edit, calcAlg-enter): Remove reference to
12885 `calc-previous-alg-entry'.
12886 (calcAlg-previous): Use `previous-history-element' instead of
12887 `calc-previous-alg-entry'.
12888 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
12889 Change keybinding for `calcAlg-plus-minus', add keybindings for
12890 `previous-history-element' and `next-history-element'.
12892 * calc/calc-rewr.el (calc-match): Remove reference to
12893 `calc-previous-alg-entry'.
12895 * calc/calc-sel.el (calc-selection-history): New variable.
12896 (calc-enter-selection, calc-sel-mult-both-sides)
12897 (calc-sel-add-both-sides): Use `calc-selection-history'.
12899 * calc/calc-map.el (calc-get-operator-history): New variable.
12900 (calc-get-operator): Use `calc-get-operator-history'.
12902 * calc/calcalg3.el (calc-curve-fit-history): New variable.
12903 (calc-curve-fit): Use `calc-curve-fit-history'.
12905 2006-07-20 Kenichi Handa <handa@m17n.org>
12907 * international/mule-cmds.el (select-safe-coding-system): Fix the
12908 way of deciding eol-type of the coding system.
12910 2006-07-20 Alan Mackenzie <acm@muc.de>
12912 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
12913 (c-lang-setvar): New macro.
12914 (c-make-init-lang-vars-fun): Use the initialization forms in
12915 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
12916 (comment-start, comment-end, comment-start-skip): Change these from
12917 c-lang-defvar's to c-lang-setvar's.
12919 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
12920 which calls make-local-variable on the elements of
12921 c-emacs-variable-inits.
12922 (c-init-language-vars-for): Call this new macro.
12924 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
12926 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12927 Try to rule out false positives due to time stamps.
12928 (compilation-mode-font-lock-keywords): Remove rules made redundant
12929 because of the above change. Add `segmentation fault' to the known and
12930 highlighted compilation termination messages.
12932 2006-07-19 Kim F. Storm <storm@cua.dk>
12934 * progmodes/grep.el (grep-find-ignored-directories):
12935 Add .svn and _darcs to list.
12937 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
12939 * dired.el (dired-mode-map): Add key binding `C-te' for
12940 `tumme-dired-edit-comment-and-tags'.
12942 * tumme.el (tumme-display-thumbnail-original-image): Make sure
12943 image display buffer is displayed before call to
12944 `tumme-display-image.
12945 (tumme-dired-display-image): Make sure image display buffer is
12946 displayed before call to `tumme-display-image.
12947 (tumme-mouse-display-image): Make sure image display buffer is
12948 displayed before call to `tumme-display-image.
12949 (tumme-widget-list): Add.
12950 (tumme-dired-edit-comment-and-tags): Add.
12951 (tumme-save-information-from-widgets): Add.
12953 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
12955 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
12957 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
12959 * progmodes/sh-script.el (sh-font-lock-keywords-1):
12960 Revert inadvertently installed patch hunk.
12962 * progmodes/compile.el (compilation-find-file): Handle the
12963 cases where the user selects a non-existent file.
12965 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
12967 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
12969 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
12971 * subr.el (sit-for): Just sleep-for if noninteractive.
12973 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
12975 * emacs-lisp/autoload.el (make-autoload): Use new arg.
12977 * custom.el (custom-autoload): Add `noset' argument.
12978 (custom-push-theme): Don't autoload the variable, let callers do it.
12979 (custom-theme-set-variables): Autoload the variable if necessary.
12981 * cus-edit.el (custom-variable-state-set): If the variable was
12982 originally set outside custom, but to the same value as the default,
12983 consider it to be standard.
12985 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
12986 file *before* telling Emacs to add the autoloads, in case it fails.
12988 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
12989 Use `cond', push', and `dolist'.
12991 2006-07-17 Richard Stallman <rms@gnu.org>
12993 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
12994 Add defvars to silence warnings.
12996 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
12998 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12999 Don't highlight "Compiling file" messages as error.
13001 * dired-aux.el (dired-compress-file): Confirm again if gzipped
13002 file already exists.
13004 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
13006 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
13007 entry, don't assign to free var; simply return the extracted filename.
13008 (ff-treat-as-special): Incorporate common preamble from callers.
13009 (ff-other-file-name, ff-find-the-other-file):
13010 Update call to ff-treat-as-special.
13012 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
13014 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
13016 * tumme.el (tumme-get-comment): Fix bug.
13018 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
13020 * files.el: Remove spurious * in docstrings.
13022 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
13024 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
13026 (allout-beginning-of-current-line): Beware beginning of buffer.
13027 Also, a comment is simplified.
13028 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
13029 when appropriate. (This fix enables use for other than
13030 bullet-hotspot operation.)
13031 (allout-hide-current-subtree): While escalating to sibling-close,
13032 make sure to situate on a topic.
13034 2006-07-14 Kim F. Storm <storm@cua.dk>
13036 * emulation/cua-base.el (cua-delete-selection)
13037 (cua-toggle-set-mark): New defcustoms.
13038 (cua-rectangle-modifier-key): Add `alt' modifier.
13039 (cua-replace-region): Don't delete if cua-delete-selection is nil.
13040 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
13041 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
13043 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
13045 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
13047 * allout.el: Require 'cl during byte-compilation/interactive load,
13048 for the `assert' macro.
13049 (allout-mode-deactivate-hook): New hook, run when allout mode
13051 (allout-developer): New allout customization subgroup.
13052 (allout-run-unit-tests-on-load): New allout-developer
13053 customization variable, when true allout unit tests are run towards
13054 end of file load/eval.
13055 (allout-inhibit-auto-fill): Disable auto-fill activity even during
13057 (allout-resumptions): Remove, to be replaced by...
13058 (allout-add-resumptions): Register variable settings to be
13059 reinstated by `allout-do-resumptions'. The settings are made
13060 buffer-local, but the locality/globality of the suspended setting
13061 is restored on resumption.
13062 (allout-do-resumptions): Reinstate all settings suspended using
13063 `allout-add-resumptions'.
13064 (allout-test-resumptions): Unit tests (and intermediate variables)
13066 (allout-tests-globally-unbound, allout-tests-globally-true)
13067 (allout-tests-locally-true): Intermediate variables for
13068 resumptions unit tests.
13069 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
13070 (allout-exposure-category): Replaces 'allout-overlay-category variable.
13071 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
13072 instead of retired `allout-resumptions'. For hook functions, use
13073 `local' parameter so hook settings are created and removed as
13074 buffer-local settings. Revise (resumptions) setting
13075 auto-fill-function so it is set only if already active. (The
13076 related fill-function settings are all made in either case, so
13077 that activating auto-fill-mode activity will have the custom
13078 allout-mode behaviors (hanging indent on topics, if configured for it).
13079 Remove all allout-exposure-category overlays on mode deactivation.
13080 (allout-hotspot-key-handler): New function extracted from
13081 `allout-pre-command-business', so the functionality can be used
13082 for other purposes, eg as a binding in an overlay.
13083 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
13084 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
13085 customization variable.
13086 (allout-run-unit-tests): Run the (currently quite small)
13087 repertoire of unit tests. Called just before the provide iff user
13088 has customized `allout-run-unit-tests-on-load' non-nil.
13090 2006-07-14 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
13092 * emacs-lisp/authors.el (authors-aliases): Update.
13094 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
13096 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
13097 gdb-source-window. Add dedicated argument.
13098 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
13099 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
13100 (gdb-display-threads-buffer, gdb-display-memory-buffer)
13101 (gdb-display-locals-buffer): Use it.
13103 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
13104 Set gdb-source-window.
13106 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13108 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
13109 minor modes, redundant with the custom-autoload line above.
13111 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
13113 * longlines.el (longlines-post-command-function): Handle open-line too.
13115 2006-07-12 Richard Stallman <rms@gnu.org>
13117 * progmodes/grep.el (grep-last-buffer): Doc fix.
13119 * info.el (Info-try-follow-nearest-node): Doc fix.
13121 * emacs-lisp/edebug.el (edebug-instrument-function):
13122 Err if find-function-noselect gives no position.
13124 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13125 If can't find definition, return nil for position.
13126 (find-function-do-it): Handle new return value
13127 of find-definition-noselect.
13128 (find-definition-noselect, find-variable-noselect): Doc fix.
13129 (find-function-noselect): Doc fix.
13131 * help-mode.el (help-variable-def): Handle find-variable-noselect
13132 returning no position.
13133 (help-function-def): Likewise for find-function-search-for-symbol.
13134 (help-face-def): Likewise.
13136 * help-fns.el (describe-variable): Handle find-variable-noselect
13137 returning no position.
13139 * files.el (locate-file-completion): Avoid duplicates in result.
13141 * cus-edit.el (custom-no-edit): New command.
13142 (custom-mode-map): Remap to custom-no-edit instead of
13143 using suppress-keymap.
13145 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
13147 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
13148 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
13149 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
13151 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
13153 2006-07-11 Kim F. Storm <storm@cua.dk>
13155 * ido.el (ido-copy-current-file-name): Use buffer-name if
13156 buffer-file-name is nil.
13158 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
13160 * simple.el (undo-ask-before-discard): Set to nil.
13162 * vc.el (vc-exec-after): Don't delete process manually.
13163 (vc-print-log): Run log-view-mode in process sentinel inside
13164 inhibit-read-only. Don't shrink window due to timing issues.
13166 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
13167 Avoid using with-output-to-temp-buffer, which clobbers local vars.
13169 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
13171 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13172 Fix ambiguity introduced by last change.
13173 (compilation-find-file): Move save-excursion to where it may
13174 make sense. Fix a left over `find-file'.
13176 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
13178 * textmodes/texinfmt.el (texinfo-format-separate-node):
13179 Insert a string before point, which fits documentation, not after.
13180 (texinfo-multitable-item): In a multitable row, insert any
13181 additional needed @tabs and spaces.
13183 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
13185 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
13186 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
13187 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
13188 instead of shell-command.
13189 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
13190 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
13191 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
13192 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
13193 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
13194 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
13196 2006-07-11 Kim F. Storm <storm@cua.dk>
13198 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
13199 Remove special case for seconds < 0. Use (redisplay t) instead.
13201 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
13203 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
13204 avoid compilation error.
13206 * subr.el (sit-for): New function.
13208 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
13210 2006-07-10 Richard Stallman <rms@gnu.org>
13212 * ldefs-boot.el (edebug): Update page.
13214 2006-07-10 Kim F. Storm <storm@cua.dk>
13216 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
13217 to FOR-RELEASE and TODO.
13219 2006-07-10 Romain Francoise <romain@orebokech.com>
13221 * emacs-lisp/authors.el (authors-aliases): Update.
13223 2006-07-10 Alan Mackenzie <acm@muc.de>
13225 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
13226 * cc-mode.el: Changes to eradicate eval-after-load.
13228 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
13230 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
13231 on non-char events.
13233 2006-07-09 Romain Francoise <romain@orebokech.com>
13235 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13236 Don't highlight start/end markers as compilation messages.
13238 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
13241 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
13243 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
13245 2006-07-08 Richard Stallman <rms@gnu.org>
13247 * term/x-win.el (x-handle-display): Add doc string.
13249 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13251 * subr.el (def-edebug-spec): Move here.
13252 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
13254 * imenu.el (imenu-choose-buffer-index): Doc fix.
13256 2006-07-08 Romain Francoise <romain@orebokech.com>
13258 * term/x-win.el (x-display-name): Fix typo.
13260 2006-07-08 Eli Zaretskii <eliz@gnu.org>
13262 * hexl.el (hexl-find-file): Doc fix.
13264 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13266 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
13268 * term/x-win.el (x-display-name): Doc fix.
13270 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13272 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
13274 (fill-region-as-paragraph): Don't round up to a whole line.
13275 (fill-comment-paragraph): Don't include the code-before-the-comment
13276 when calling fill-region-as-paragraph.
13278 * international/mule.el (make-char): Remove redundancy.
13280 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
13281 property may contain an anonymous function rather than a symbol.
13283 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
13285 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
13286 Use shy regexp. Fix incorrect backref to potentially unmatched group.
13288 * dirtrack.el (dirtrack-default-directory-function): Remove.
13289 (dirtrack-directory-function): Use file-name-as-directory.
13290 (dirtrack-windows-directory-function): Simplify.
13291 (dirtrack-forward-slash, dirtrack-backward-slash)
13292 (dirtrack-replace-slash): Remove.
13293 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
13294 (dirtrack): Fix wrong parenthesizing; use match-string.
13296 * progmodes/octave-inf.el: Remove spurious * in docstrings.
13297 (inferior-octave-mode): Only change the buffer-local value of
13298 comint-dynamic-complete-functions.
13299 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
13300 Move the initialization to the declaration.
13301 (inferior-octave-complete): Remove unused var `filter'.
13303 * shell.el (shell-mode): Only change the buffer-local value of
13304 comint-dynamic-complete-functions.
13306 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
13308 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
13309 entry is skipped because it has been scheduled.
13310 (org-prepare-agenda-buffers): Don't mark buffers as modified when
13311 changing `:org-archived' and `:org-comment' properties.
13313 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
13315 * server.el (server-select-display): Don't make the temp frame
13316 minibuffer-only, in case it's not a temp frame.
13317 (server-process-filter): Don't delete the temp frame if it's the
13318 only one we have on that display.
13320 * files.el (find-alternate-file): Doc fix.
13322 2006-07-05 Richard Stallman <rms@gnu.org>
13324 * files.el (abbreviate-file-name): Add save-match-data.
13326 2006-07-03 Richard Stallman <rms@gnu.org>
13328 * faces.el (read-face-name): Doc fix.
13330 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
13332 * net/goto-addr.el (goto-address): Mark as safe for local evals.
13334 2006-07-05 Andre Spiegel <spiegel@gnu.org>
13336 * vc.el (vc-diff-internal): Fix prev change.
13338 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
13340 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
13341 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
13343 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13345 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
13346 fails if the symbol contains chars like ( or '.
13347 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
13348 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
13351 2006-07-04 Kenichi Handa <handa@m17n.org>
13353 * international/mule-cmds.el (set-language-info): If LANG-ENV is
13354 the current one, don't call set-language-environment, but call one
13355 of set-language-environment-XXX to make INFO effective now.
13356 (set-language-environment): Call set-language-environment-XXX
13357 functions instead of doing the various setups directly.
13358 (set-language-environment-coding-systems): Delete argument eol-type.
13359 (set-language-environment-input-method)
13360 (set-language-environment-nonascii-translation)
13361 (set-language-environment-charset)
13362 (set-language-environment-fontset)
13363 (set-language-environment-unibyte): New functions.
13365 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
13367 * locate.el (locate-update-when-revert): New option.
13368 (locate-update-path): New option (suggested by Michael Albinus).
13369 (locate-prompt-for-command): Whitespace change.
13370 (locate-update): No longer offer to update the locate database by
13371 default. Implement the two new options.
13373 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
13375 * tooltip.el: Move comment about track-mouse...
13377 * progmodes/gud.el: ...to here.
13379 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
13381 * facemenu.el (facemenu-listed-faces): New var.
13382 (facemenu-unlisted-faces): Variable deleted.
13383 (facemenu-add-new-face): Use facemenu-listed-faces.
13385 * emulation/viper-init.el, calendar/calendar.el:
13386 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
13388 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
13390 * textmodes/org.el (org-mode): Remove no invalid settings for
13391 calc embedded mode.
13392 (org-mode-p): New defsubst.
13393 (org-save-all-org-buffers): New function.
13394 (org-first-headline-recenter): Enclose outline-regexp in group
13396 (org-set-tags): Keep single space after stars.
13398 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13400 * window.el (set-window-text-height): Only set window-min-height to
13401 1 if that's the requested size.
13403 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
13404 (diff-unified->context, diff-context->unified)
13405 (diff-reverse-direction): Make sure the end marker stays at the end.
13406 (diff-mode): Add the keymap table at the end of docstring.
13407 Use lexical-let rather than constructing a closure manually.
13409 * files.el (find-file-noselect-1): Remove unused var assignment.
13410 (hack-local-variables-confirm): Print lists of strings as lists of
13411 strings rather than lists of symbols.
13412 (abbreviate-file-name, hack-local-variables-prop-line):
13414 (hack-one-local-variable): Move `make-local-variable' nearer its use.
13415 (recover-session-finish): Use line-end-position.
13417 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
13419 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
13421 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
13423 * progmodes/make-mode.el (makefile-macroassign-regex):
13424 Accept preceding keyword.
13425 (makefile-gmake-statements): Reorganize, now that makepp has
13426 "override" and also handle forgotten "override define".
13427 (makefile-makepp-statements): Add new "global", "override export"
13428 and "override global".
13430 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
13432 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
13433 (ada-compile-mouse-goto-error, ada-deactivate-properties)
13434 (ada-no-auto-case): Fix typos in docstrings.
13436 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
13438 * info.el (Info-find-node-2): Search for makeinfo version more
13441 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
13443 * textmodes/org.el (org-prepare-agenda-buffers):
13444 Use `invisible-OK' argument for `org-end-of-subtree'.
13445 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
13446 (org-beginning-of-item): Fix bug in regular expression for white line.
13447 (org-export-as-html): Enforce space after bullet in plain list items.
13448 (org-set-autofill-regexps): Require space after plain list bullet
13449 for paragraph-start.
13450 (org-ts-regexp3): New constant.
13451 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
13452 (org-timestamp-up-day, org-timestamp-down-day)
13453 (org-timestamp-change): Work with inactive timestamps.
13454 (org-ts-regexp1): Don't allow brackets in time stamps.
13456 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
13458 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
13459 for ignoring links.
13461 * faces.el (read-face-name): Use it.
13463 2006-06-28 Juri Linkov <juri@jurta.org>
13465 * buff-menu.el (list-buffers-noselect): Compare Info file
13466 with the string "dir" to detect Info directory.
13468 * complete.el (partial-completion-mode): In lambda for
13469 `choose-completion-string-functions' use full function signature
13470 with 4 args, and move point to the end of the minibuffer only if arg
13471 `mini-p' is non-nil.
13473 2006-06-28 John Paul Wallington <jpw@pobox.com>
13475 * ibuffer.el (ibuffer-mode): Doc fix.
13477 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
13479 * textmodes/org.el (org-context): New contexts :item-bullet,
13480 :latex-fragment, :latex-preview.
13481 (org-overlays-at, org-overlay-start, org-overlay-end):
13482 New compatibility functions.
13483 (org-inside-LaTeX-fragment-p): More accurate matching, using the
13484 exact regexp that will be used during export.
13485 (org-latex-regexps): New variable.
13486 (org-cdlatex-mode): Improve advice for `texmathp'.
13487 (turn-on-org-cdlatex): New function.
13489 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13491 * term/mac-win.el (mac-handle-font-selection): Change keys of
13492 mac-atsu-font-table from strings to numbers.
13493 (mac-ts-caret-position): Use also when cursor-type is nil.
13494 (mac-ts-update-active-input-area): Add Mac OS Classic support.
13495 Relax condition for using overlay strings.
13496 Use mac-ts-caret-position face when cursor-type is nil.
13498 2006-06-26 Kim F. Storm <storm@cua.dk>
13500 * help.el (view-emacs-news): Declare `res' in the right let* form.
13502 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
13504 * net/rcompile.el (remote-compile): Replace ange-ftp based
13505 implementation by Tramp functions.
13506 Suggested by Marc Abramowitz <msabramo@gmail.com>.
13508 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
13510 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
13512 * international/fontset.el (setup-default-fontset): Fix a typo in
13513 the "Oriya-Akruti" registry name.
13515 2006-06-23 Lars Hansen <larsh@soem.dk>
13517 * desktop.el (desktop-full-file-name): New function.
13518 (desktop-kill, desktop-save, desktop-remove, desktop-read)
13519 (desktop-revert): Use it.
13520 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
13521 (desktop-after-read-hook): Add option list-buffers.
13522 (desktop-locals-to-save): Add tab-width.
13523 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
13526 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
13528 * textmodes/org.el (org-cdlatex-mode-map)
13529 (org-cdlatex-texmathp-advice-is-done): New variables.
13530 (org-cdlatex-mode): New minor mode.
13531 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
13532 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
13533 (org-export-with-archived-trees): New option.
13534 (org-open-file): Remove the call to `convert-standard-filename'.
13535 (org-archive-tag, org-agenda-skip-archived-trees)
13536 (org-cycle-open-archived-trees)
13537 (org-sparse-tree-open-archived-trees): New options.
13538 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
13539 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
13541 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
13542 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
13543 (org-mode-map): Add binding for `org-toggle-archive-tag'.
13544 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13545 Call `org-prepare-agenda-buffers'.
13546 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
13547 (org-file-apps, org-file-apps-defaults-gnu)
13548 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
13549 Handle remote files by forcing them to be opened in Emacs.
13551 2006-06-23 Andre Spiegel <spiegel@gnu.org>
13553 * vc.el (vc-diff-knows-L): New variable.
13554 (vc-diff-internal): Use it to handle "diff" programs that don't
13555 understand -L. This works automatically, no user action is necessary.
13557 2006-06-23 Daniel Brockman <daniel@brockman.se>
13559 * net/rcirc.el (rcirc-default-user-full-name): Default to
13560 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
13562 (rcirc-process-list): Check `buffer-live-p' before attempting to
13563 switch to a buffer.
13565 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
13567 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
13568 based on rcirc-coding-system-alist.
13570 2006-06-23 Martin Rudalics <rudalics@gmx.at>
13572 * cus-edit.el (customize-apropos): A better error message.
13573 (top level) <debug-ignored-errors>: Extend and update the list of
13574 ignored error messages.
13576 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
13578 * complete.el (PC-do-completion): Retain capitalization of user
13579 input, when possible, even if completion-ignore-case is set.
13581 2006-06-23 Eli Zaretskii <eliz@gnu.org>
13583 * generic-x.el (bat-generic-mode): Support .cmd files.
13585 * dos-w32.el (top level): Use find-file-not-found-functions
13586 instead of the obsolete find-file-not-found-hooks.
13588 2006-06-22 Kim F. Storm <storm@cua.dk>
13590 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
13591 to recognize mode name containing submodes, such as Grep/lw.
13593 2006-06-21 Kim F. Storm <storm@cua.dk>
13595 * simple.el (line-move-1): Check for move-end-of-line instead of
13596 end-of-line when setting temporary-goal-column.
13598 2006-06-21 Miles Bader <miles@gnu.org>
13600 * play/cookie1.el (cookie): Work properly when there's only one entry.
13602 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
13604 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
13605 (gdb-frame-handler): Generalize frame regexp for templates.
13607 2006-06-20 Glenn Morris <rgm@gnu.org>
13609 * calendar/appt.el (appt-display-format): Default value must be
13610 one of the customize options.
13612 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
13614 * term/xterm.el (terminal-init-xterm): Update key availability info.
13617 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
13619 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
13621 * files.el (hack-local-variables): Run `hack-local-variables-hook'
13622 whether or not a local variables list is defined.
13624 * msb.el (msb): Move `sit-for' hack here to handle both
13625 "mouse-down and drag" and "mouse-up and select" situations.
13626 (mouse-select-buffer): Move `sit-for' hack to `msb'.
13628 2006-06-20 Kenichi Handa <handa@m17n.org>
13630 * international/characters.el (word-combining-categories):
13631 Add entries for 2-byte Han characters.
13633 2006-06-19 Richard Stallman <rms@gnu.org>
13635 * bindings.el (mode-line-format): Save some mode line space.
13637 * files.el (find-file-noselect): Improve the question wording.
13638 (basic-save-buffer-2): Mask UMASK against 666.
13640 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
13641 (mouse-drag-vertical-line): Call it.
13643 * cus-edit.el (customize-option, customize-option-other-window):
13644 Error if SYMBOL is nil.
13646 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
13648 * textmodes/org.el: Require noutline, also on XEmacs.
13649 (org-end-of-subtree): Return point.
13650 (org-dblock-start-re, org-dblock-end-re): New constants.
13651 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
13652 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
13653 (org-update-all-dblocks, org-find-dblock): New functions.
13654 (org-collect-clock-time-entries): New function.
13655 (org-html-handle-time-stamps): Never export CLOCK timeranges.
13656 (org-fixup-indentation): Modify to deal correctly with lines
13657 starting with TAB. Only one argument DIFF now.
13658 (org-demote, org-promote): Call `org-fixup-indentation' with just
13659 one argument, DIFF.
13660 (org-mode): Don't mark buffer as modified when aligning tables.
13661 (org-clock-sum): Don't mark buffer modified when adding time sum
13663 (org-export-as-html): Add support for a link validation function.
13664 (org-archive-all-done): New function.
13665 (org-archive-subtree): New prefix argument. When set, archive all
13666 done subtrees in this buffer.
13667 (org-remove-clock-overlays)
13668 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
13669 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
13670 (org-put-clock-overlay): Don't swallow last headline character
13671 when displaying overlay.
13672 (org-store-link): Link to `image-mode' with just the file name.
13674 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
13676 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
13677 Use read-key-sequence.
13678 (viper-after-change-undo-hook): Misc enhancements.
13679 (viper-after-change-undo-hook): New hook.
13680 (viper-undo): Use viper-after-change-undo-hook.
13681 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
13682 (viper-next-line-at-bol): If point is on a widget or a button, simulate
13683 clicking on that widget/button.
13685 * emulation/viper.el (viper-mode): Allow a separate cursor color
13688 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
13689 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
13690 (ediff-set-actual-diff-options): New function.
13691 (ediff-reset-diff-options, ediff-toggle-ignore-case):
13692 Use ediff-set-actual-diff-options.
13693 (ediff-extract-diffs): Catch errors.
13694 (ediff-whitespace): Add non-breakable space.
13695 (ediff-same-file-contents): Catch errors.
13697 * ediff-mult.el (ediff-collect-custom-diffs):
13698 Save coding-system-for-read.
13700 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
13701 (ediff-vc-internal, ediff-vc-merge-internal):
13702 Use ediff-delete-version-file.
13703 (ediff-delete-version-file): New function.
13705 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
13707 * ediff.el (ediff-directories, ediff-directory-revisions)
13708 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
13709 (ediff-directories-internal, ediff-merge-directory-revisions)
13710 (ediff-merge-directory-revisions-with-ancestor)
13711 (ediff-directories3): Use read-directory-name.
13713 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
13715 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
13716 Remove superfluous part of regexp for brace matching which is handled
13717 by `scan-lists' call.
13719 2006-06-16 Richard Stallman <rms@gnu.org>
13721 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
13723 * files.el (basic-save-buffer-2): For a new precious file,
13724 use the default modes in the return value.
13726 * facemenu.el (facemenu-color-alist): Doc fix.
13728 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
13730 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13732 * cus-start.el (all): Add mac-ts-script-language-on-focus.
13734 * term/mac-win.el (mac-text-encoding-ascii): New constant.
13735 (mac-utxt-to-string): Use it.
13736 (mac-ts-update-active-input-area): Use mac-ae-number.
13738 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13740 * term.el (term-handle-scroll, term-delete-lines)
13741 (term-insert-lines): Fix off by one errors.
13743 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
13745 * net/tramp.el (tramp-touch): Use UTC to express time.
13747 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
13749 * mail/sendmail.el (mail-send): Search explicitly for
13750 mail-header-separator when checking for corrupted header lines.
13752 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
13754 * progmodes/gdb-ui.el (gdb-same-frame): New option.
13755 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
13756 (gdb-init-1): Initialise them.
13757 (gdb-starting): Reset gdb-printing
13758 (gdb-starting): Save value of gud-overlay-arrow-position.
13759 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
13760 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
13761 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
13762 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
13764 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13766 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
13768 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
13770 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
13771 (ldap-search-internal): Keep error messages, and a regexp fix.
13773 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
13775 * files.el (hack-local-variables-confirm):
13776 Display string value using its printed representation.
13778 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
13780 * server.el (server-edit): No-op if no server buffers exist.
13782 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
13784 * textmodes/page-ext.el (pages-directory-for-addresses):
13785 Including `pages-directory-address-mode' in the function results
13786 in the message "Buffer in which pages were found is deleted".
13788 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
13790 * textmodes/org.el (org-agenda-mode-map): Add bindings for
13791 clocking functions.
13793 (org-agenda-clock-in, org-check-running-clock)
13794 (org-clock-out-if-current, org-remove-clock-overlays)
13795 (org-put-clock-overlay): New functions.
13796 (org-clock-marker, org-clock-file-total-minutes)
13797 (org-clock-overlays): New variables.
13798 (org-clock-display, org-clock-sum, org-clock-cancel)
13799 (org-clock-out, org-clock-in): New commands.
13800 (org-export): New function.
13801 (org-emph-re): New constant.
13802 (org-set-emph-re, org-do-emphasis-faces): New functions.
13803 (org-emphasis-regexp-components, org-emphasis-alist): New options.
13804 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
13805 (org-export-html-convert-emphasize): Use the configurable emphasis.
13806 (org-cleaned-string-for-export): Make multiline emphasis visible
13807 to the exporter. New optional argument PARAMETERS.
13808 (org-export-as-html): Specify :emph-multiline parameter to
13809 `org-cleaned-string-for-export'.
13811 2006-06-10 Richard Stallman <rms@gnu.org>
13813 * help.el (help-for-help-internal): Clean up help text.
13815 2006-06-10 Andreas Schwab <schwab@suse.de>
13817 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
13820 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
13822 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
13824 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
13825 spaces after the comment start.
13827 2006-06-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13829 * play/pong.el (pong-init-buffer):
13830 Fill buffer with spaces instead of ^A.
13832 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
13833 launched asynchronously, delete its process instead of being cool.
13834 (ispell-async-processp): Check for `delete-process' existence
13835 instead of `kill-process' one for consistency.
13837 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
13839 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
13840 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
13841 in mode line at startup.
13843 2006-06-08 Kim F. Storm <storm@cua.dk>
13845 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
13846 (ido-init-completion-maps): Bind them to M-SPC and M-v.
13847 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
13848 (ido-file-internal): Pass full file name to write-file.
13849 (ido-read-internal): Only pop stack elements automatically if they
13850 actually match an existing directory or file name.
13852 2006-06-07 Kenichi Handa <handa@m17n.org>
13854 * international/mule.el (find-auto-coding): Don't handle the short
13857 * files.el (hack-local-variables-prop-line)
13858 (hack-local-variables): Cancel the previous change.
13860 2006-06-06 Jesper Harder <harder@phys.au.dk>
13862 * ediff-diff.el (ediff-test-utility): Protect against file-error.
13864 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
13866 * diff-mode.el (diff-mode): Set buffer-read-only to t when
13867 diff-default-read-only is non-nil.
13868 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
13869 (diff-refine-hunk): Set inhibit-read-only to t.
13871 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
13872 modifying the *Diff* buffer.
13873 (diff-process-filter): New filter function for diff process that
13874 sets inhibit-read-only to t when modifying the *Diff* buffer.
13876 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
13878 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
13879 insertion point and control the number of empty lines.
13880 (org-paste-subtree): Limit the number of empty lines at the end of
13882 (org-agenda): Use buffer name of current file for narrowing.
13883 (org-export-as-xml): Command removed.
13884 (org-export-xml-type): Option removed.
13885 (org-mode-map): Call `org-export-as-xoxo' directly.
13886 (org-get-indentation): New optional argument LINE.
13887 (org-fix-indentation, org-remove-tabs): New functions.
13888 (org-export-as-ascii, org-ascii-level-start): Determine and apply
13889 correct indentation for headlines that are converted it items.
13890 (org-skip-comments): Remove table lines that contain narrowing
13891 cookies but no other non-empty fields.
13892 (org-set-tags): Allow groups of mutually exclusive tags.
13893 (org-cmp-time): Sort 24:21 before items without time.
13894 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
13895 (org-open-at-point): Require double colon also for numbers.
13897 2006-06-06 Kim F. Storm <storm@cua.dk>
13899 * ido.el (ido-default-file-method, ido-default-buffer-method):
13900 Make choice values consistent with corresponding command names.
13901 (ido-visit-buffer): Update accordingly. Default to selected-window.
13903 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
13905 * progmodes/gud.el (gud-running): Fix doc string.
13906 (gud-menu-map): Use :visible instead fo :enable for debugger test.
13907 (gud-tooltip-modes): Add python-mode.
13908 (gud-tooltip-print-command): Add pdb. Remove perldb.
13910 2006-06-05 Eli Zaretskii <eliz@gnu.org>
13912 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
13915 2006-06-05 Richard Stallman <rms@gnu.org>
13917 * faces.el (defined-colors): Doc fix.
13919 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
13921 * vc.el (vc-process-filter): Inhibit undo info collection around
13923 (vc-setup-buffer): Likewise for call to erase-buffer.
13924 (vc-do-command): Likewise for call to process-file.
13926 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
13928 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
13930 (gud-common-init): Other debuggers may trigger error.
13932 2006-06-05 Kenichi Handa <handa@m17n.org>
13934 * international/mule.el (find-auto-coding):
13935 Handle enable-character-translation in file header.
13937 2006-06-04 Kim F. Storm <storm@cua.dk>
13939 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
13940 (authors-fixed-entries): Fix spelling.
13941 (authors-canonical-file-name): Don't report error for wildcards.
13943 * help.el (view-emacs-news): Rewrite to support new NEWS,
13944 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
13945 e.g. version 10 matches 1.10, and don't be confused by version 1.1
13946 being a prefix of 1.12 (etc). A numeric prefix arg also works.
13948 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
13950 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
13951 exec constructs like `foo bar`.
13952 (sh-quoted-subshell): New helper function to search for a possibly
13953 nested subshell (like `` or $()) within a "" quoted string.
13954 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
13955 (sh-apply-quoted-subshell): Flag quote characters inside a
13956 subshell, which is itself already in a quoted region, as
13957 punctuation, since this is the closest to what they actually are.
13958 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
13959 sh-apply-quoted-subshell.
13960 (sh-font-lock-syntactic-face-function): Apply the new face for
13961 text inside `` instead of the old font-lock-string-face.
13963 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13965 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
13966 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
13967 (mac-bytes-to-text-range, mac-ae-text-range-array)
13968 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
13969 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
13970 (mac-ts-unicode-for-key-event): New functions.
13971 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
13972 (mac-handle-font-selection): Use mac-ae-number.
13973 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
13975 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
13976 (mac-ts-converted-text, mac-ts-selected-converted-text)
13977 (mac-ts-block-fill-text, mac-ts-outline-text)
13978 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
13979 (mac-ts-hilite-style-faces): New constant.
13980 (mac-apple-event-map): Bind text input events.
13981 (mac-dispatch-apple-event): Use command-execute instead of
13982 call-interactively.
13983 (global-map): Don't bind mac-apple-event.
13984 (special-event-map): Bind mac-apple-event.
13986 2006-06-02 Eli Zaretskii <eliz@gnu.org>
13988 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
13990 (emacs): Enclose the value of $(EMACS) in quotes.
13992 2006-06-02 Juri Linkov <juri@jurta.org>
13994 * international/mule.el (sgml-html-meta-auto-coding-function):
13995 Remove the condition `(search-forward "<html" size t)'.
13996 Replace `\"' with `[\"']?' in `re-search-forward'.
13998 2006-06-02 Kenichi Handa <handa@m17n.org>
14000 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
14001 as well as `coding'.
14002 (hack-local-variables): Likewise.
14004 * international/mule.el (enable-character-translation):
14005 Put permanent-local and safe-local-variable properties.
14006 (find-auto-coding): Handle char-trans: tag.
14008 2006-06-02 Juri Linkov <juri@jurta.org>
14010 * international/mule.el (sgml-html-meta-auto-coding-function):
14011 Limit the search by the end of the HTML header (if any).
14013 2006-06-01 Richard Stallman <rms@gnu.org>
14015 * subr.el (with-current-buffer): Doc fix.
14017 2006-06-02 Masatake YAMATO <jet@gyve.org>
14019 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
14020 Almost rewrite. Underlines over all lines of gcov output are too
14021 uncomfortable to read. Suggested by Dan Nicolaescu.
14023 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
14025 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
14027 * shell.el (shell-mode): Use shell-mode-map in docstring.
14029 * comint.el (comint-send-input): Do not add help-echo and
14030 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
14032 2006-06-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14034 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
14036 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
14038 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
14039 (gdb-stopped, gdb-info-stack-custom): If there is no source info
14040 look up the stack and pop up GUD buffer if necessary.
14041 (gdb-frames-select): Remove redundant call to gud-display-frame.
14042 (gdb-info-threads-custom): Keep point at start of buffer.
14043 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
14045 2006-05-31 Juri Linkov <juri@jurta.org>
14047 * replace.el (query-replace-read-from, query-replace-read-to):
14048 Bind `history-add-new-input' to nil. Call `add-to-history'.
14050 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
14052 * textmodes/table.el: Convert all HTML tags to lower case for
14053 XHTML compatibility.
14055 2006-05-31 Masatake YAMATO <jet@gyve.org>
14057 * progmodes/compile.el:
14058 (compilation-error-regexp-alist-alist::gcov-called-line):
14059 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
14061 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
14063 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
14064 Revert inadvertent changes made with last commit.
14066 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
14068 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
14071 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
14073 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
14075 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
14076 only matches in the right place.
14077 (org-upcoming-deadline): New face.
14078 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
14079 (org-export-ascii-underline): Rename constant `org-ascii-underline'
14080 and make it an option.
14081 (org-export-ascii-bullets): New option.
14082 (org-export-as-html): Many changes to emit valid XHTML.
14083 (org-par-open): New variable.
14084 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
14085 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
14086 (org-timeline): Pass `org-timeline-show-empty-dates' to
14087 `org-get-all-dates'. Interpret empty dates returned by
14088 `org-get-all-dates'.
14089 (org-get-all-dates): New argument EMPTY. Add dates without
14090 entries to the list, mark large ranges of empty dates.
14091 (org-point-in-group, org-context): New functions.
14093 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
14095 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
14097 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
14098 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
14099 to C-mouse-3 (for 2 button mice).
14100 (gdb-send): Do the right thing for C-d.
14102 * speedbar.el (speedbar-detach): Delete.
14103 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
14105 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
14107 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
14109 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
14112 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14113 Add makepp diagnostic.
14115 2006-05-29 Richard Stallman <rms@gnu.org>
14117 * window.el (fit-window-to-buffer): Doc fix.
14119 * help.el (temp-buffer-max-height): Doc fix.
14121 * subr.el (with-current-buffer): Doc fix.
14123 2006-05-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14125 * term/x-win.el: Bind F10 to menu-bar-start if available.
14127 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
14129 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
14130 uses with a simple test.
14131 (term-set-escape-char, term-mode, term-check-kill-echo-list)
14132 (term-send-raw-string, term-send-raw, term-mouse-paste)
14133 (term-char-mode, term-line-mode, term-exec, term-sentinel)
14134 (term-handle-exit, term-read-input-ring)
14135 (term-previous-matching-input-string)
14136 (term-previous-matching-input-string-position)
14137 (term-previous-matching-input-from-input)
14138 (term-replace-by-expanded-history, term-send-input)
14139 (term-skip-prompt, term-bol, term-send-invisible)
14140 (term-kill-input, term-delchar-or-maybe-eof)
14141 (term-backward-matching-input, term-check-source)
14142 (term-proc-query, term-emulate-terminal)
14143 (term-handle-colors-array, term-process-pager, term-pager-line)
14144 (term-pager-bob, term-unwrap-line, term-word)
14145 (term-dynamic-complete-filename)
14146 (term-dynamic-complete-as-filename)
14147 (term-dynamic-simple-complete): Replace one arm ifs with whens or
14150 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14152 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
14153 during bootstrapping.
14155 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
14156 Basically undo the change of 2006-05-26: use extra arguments instead of
14158 (ewoc-locate): Remove unused var `footer'.
14160 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14162 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
14164 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
14165 (generate-file-autoloads): Obey it. Return whether autoloads were
14166 added at point or not.
14167 (update-file-autoloads): Use this new return value.
14168 Remove redundant test for the presence of an autoload cookie.
14170 * emacs-lisp/autoload.el (autoload-find-file): New fun.
14171 This one calls hack-local-variables.
14172 (generate-file-autoloads, update-file-autoloads): Use it.
14174 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
14175 (bibtex-sort-entry-class): Add safe-local-variable predicate.
14176 (bibtex-sort-entry-class-alist): Don't set the global value.
14177 (bibtex-init-sort-entry-class-alist): New fun.
14178 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
14179 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
14180 of bibtex-init-sort-entry-class.
14182 2006-05-28 Richard Stallman <rms@gnu.org>
14184 * subr.el (load-history-regexp): If FILE is relative, insist
14185 entire last name component must match it.
14186 (load-history-filename-element, load-history-regexp): Doc fixes.
14188 2006-05-29 Kim F. Storm <storm@cua.dk>
14190 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
14191 `pos' and `raw-data' for clarity, as eval forms may access these.
14193 2006-05-28 Kim F. Storm <storm@cua.dk>
14195 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
14197 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14199 * progmodes/make-mode.el (makefile-browser-map)
14200 (makefile-mode-syntax-table): Move initialization inside declaration.
14201 (makefile-fill-paragraph): Use the default comment-filling code.
14203 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
14205 * replace.el (query-replace-defaults): New variable.
14206 (query-replace-read-from): Use `query-replace-defaults' for
14207 default value, instead of history list.
14208 (query-replace-read-to): Update `query-replace-defaults'.
14210 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
14212 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
14215 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
14217 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
14218 (tumme-show-all-from-dir): Add autoload.
14220 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
14222 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
14223 (tumme-remove-tag): Fix bug.
14225 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
14227 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
14228 FOOTER args. Update unique caller.
14229 (ewoc-delete): Compute last node once before looping.
14230 (ewoc--node-branch): Merge into unique caller.
14231 (ewoc--node): Don't define constructor make-ewoc--node for this
14233 (ewoc): Add member `hf-pp' to this structure.
14234 (ewoc--wrap): New func.
14235 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
14236 header/footer pretty-printers. Save header/footer pretty-printer.
14237 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
14239 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
14241 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
14243 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
14244 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
14245 Tag'. Change "Compare directories..." to "Change Directories...".
14246 Move tumme commands to Operate, Regexp and Immediate menus.
14247 Change "Add Comment" to "Add Image Comment". Change "Add Image
14248 Tag" to "Add Image Tags".
14250 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
14251 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
14252 `tumme-delete-tag'.
14254 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
14256 * shell.el (shell-mode): Call shell-dirtrack-mode after
14257 list-buffers-directory is made a local variable, to avoid setting
14260 2006-05-26 Kevin Ryde <user42@zip.com.au>
14262 * info.el (Info-index-next): Use where-is-internal to report
14263 actual binding of Info-index-next, rather than hard-coded `,'.
14265 2006-05-26 Eli Zaretskii <eliz@gnu.org>
14267 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
14268 and "Find Command in Manual" to here.
14270 * buff-menu.el (list-buffers-noselect): For Info buffers, use
14271 Info-current-file as the file name.
14273 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
14275 * ses.el (defadvice undo-more): Delete this defadvice. The undo
14276 overrides will now be done a different way.
14277 (ses-set-parameter): Reapply this function for undo.
14278 (ses-set-header-row): Reconstruct header row during undo.
14279 (ses-widen): New function.
14280 (ses-goto-data, ses-reconstruct-all): Use new function.
14281 (ses-command-hook): Widen buffer during undo, before unupdating
14283 (ses-insert-row, ses-delete-row): Widen buffer during undo.
14284 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
14285 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
14286 formula hasn't been executed yet.
14288 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
14290 * comint.el (comint-kill-whole-line): Rename arg to count.
14293 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
14295 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
14298 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
14300 * simple.el (toggle-truncate-lines): Make arg optional for
14301 backward compatibility.
14303 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
14305 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
14306 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
14307 DLL arg. Instead, use ewoc--current-dll. Update all callers.
14308 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
14309 (ewoc--adjust): Use ewoc--current-dll.
14310 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
14312 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
14314 * textmodes/org.el (org-next-item, org-previous-item): Emit more
14315 compact error message.
14316 (org-tags-view): Refresh category table in each file.
14317 (org-table-justify-field-maybe): Remove superfluous arguments to
14319 (org-export-as-html): Insert "<p>" before postamble.
14320 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
14322 2006-05-26 Kenichi Handa <handa@m17n.org>
14324 * textmodes/po.el (po-find-charset): Pay attention to the case
14325 FILENAME is a cons (NAME . BUFFER).
14326 (po-find-file-coding-system-guts): Likewise.
14328 * arc-mode.el (archive-set-buffer-as-visiting-file):
14329 Call find-operation-coding-system with (FILENAME . BUFFER).
14331 * tar-mode.el (tar-extract): Call find-operation-coding-system
14332 with (FILENAME . BUFFER).
14334 * international/mule.el (decode-coding-inserted-region):
14335 Call find-operation-coding-system with (FILENAME . BUFFER).
14337 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
14339 * image-mode.el (image-toggle-display): Use buffer contents to
14340 generate image for a remote file.
14342 2006-05-25 Juri Linkov <juri@jurta.org>
14344 * replace.el (query-replace-read-from, query-replace-read-to):
14345 Remove 8th arg KEEP-ALL in read-from-minibuffer.
14347 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
14349 * whitespace.el (whitespace-cleanup): Change to cleanup
14350 region if one is active.
14351 * whitespace.el (whitespace-cleanup-internal): New internal method.
14353 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
14355 * dired.el (dired-mode-map): Add help-echo strings to tumme
14356 commands. Bind `tumme-dired-display-image' to C-t i.
14358 * tumme.el (tumme-display-image): Change documentation string slightly.
14359 (tumme-dired-display-image): Add call to `display-buffer'.
14361 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
14363 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
14364 Signal error if RAW-DATA is a multibyte string.
14366 2006-05-24 Richard Stallman <rms@gnu.org>
14368 * subr.el (with-local-quit): When handling `quit' signal,
14369 make a chance for quit-flag to cause a quit.
14371 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
14372 (ad-disable-advice): Add autoloads.
14374 * subr.el (read-passwd): Copy PROMPT before changing its properties.
14376 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
14378 * dired.el (dired-mode-map): Change menu items for tumme as per
14379 suggestions in emacs-devel.
14381 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
14383 * dired.el (dired-mode-map): Fix breakage.
14385 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
14387 * tumme.el (tumme-display-dired-image): Rename to...
14388 (tumme-dired-display-image): ...this.
14389 (tumme-track-movement): Change default value to t.
14390 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
14391 used from `tumme-next-line-and-display' and similar commands.
14393 * dired.el (dired-mode-map): Add Thumbnail submenu under the
14394 Immediate menu. Add some tumme commands there.
14396 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
14398 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
14400 2006-05-24 Chong Yidong <cyd@mit.edu>
14402 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
14403 menu entries that open submenus.
14405 2006-05-24 Alan Mackenzie <acm@muc.de>
14407 * startup.el (command-line): For names of preloaded files, don't
14408 append ".elc" (now done in Fload), and call file-truename on the
14411 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
14412 match ANY loaded file with the right name, not just those in
14413 load-path. Put a regexp matching the file name into
14414 after-load-alist, rather than the name itself.
14416 * subr.el (load-history-regexp, load-history-filename-element)
14417 (do-after-load-evaluation): New functions.
14419 * international/mule.el (load-with-code-conversion): Do the
14420 eval-after-load stuff by calling do-after-load-evaluation.
14422 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
14424 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
14425 has not been killed.
14427 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14429 * term/mac-win.el: Set idle timer to clean up expired Apple events.
14430 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
14431 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
14432 Optionally set error message in reply.
14434 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
14436 * textmodes/org.el (org-open-at-point): Use renamed variable
14437 `org-confirm-shell-link-function'.
14438 (org-confirm-shell-link-function): Rename from
14439 `org-confirm-shell-links'.
14440 (org-export-directory): New function.
14441 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
14442 (org-export-icalendar): Use `org-export-directory'.
14443 (org-indent-item): Keep cursor position.
14444 (org-link-file-path-type): New option.
14445 (org-export-as-html): Fix bug with plain lists starting in
14447 (org-export-as-html): Remove deadline formatting, this happens
14448 now already in `org-html-handle-time-stamps'.
14449 (org-export-html-style): Deadline class removed.
14450 (org-insert-labeled-timestamps-at-point): New option.
14451 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
14452 of `hide-sublevels 1', in case the first headline is not level 1.
14453 (org-overview, org-content): New fuction.
14454 (org-cycle-global-status, org-cycle-subtree-status): Make these
14455 variables buffer-local.
14456 (org-global-cycle): New command.
14457 (org-shifttab): Use `org-global-cycle'.
14458 (org-insert-heading, org-insert-item): Go to end of new
14459 headline/item after creating it.
14460 (org-export-visible): Rename from `org-export-copy-visible'.
14461 Now creates a temporary org-file and applies an exporting command
14463 (org-table-eval-formula): Support for lisp forms.
14464 (org-agenda-todo-ignore-scheduled): New option.
14465 (org-agenda-get-todos): Use new option
14466 `org-agenda-todo-ignore-scheduled'.
14467 (org-export-html-inline-images): New value `maybe'.
14468 (org-export-as-html): Inlining of images dependent on link description.
14469 (org-archive-subtree): Check for end-of-buffer before trying
14471 (org-agenda-follow-mode): New option.
14472 (org-export-with-tags, org-export-with-timestamps): New options.
14473 (org-html-handle-time-stamps): New function.
14474 (org-keyword-time-regexp): New variable.
14475 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
14476 (org-agenda-todo-list-sublevels): New option.
14477 (org-html-level-start): When TITLE is nil, just close all levels.
14478 (org-parse-key-lines, org-parse-export-options): Remove functions,
14479 replaced by `org-infile-export-plist'.
14480 (org-combine-plists, org-infile-export-plist)
14481 (org-default-export-plist): New functions.
14482 (org-export-html-preamble, org-export-html-postamble)
14483 (org-export-html-auto-preamble, org-export-html-auto-postamble):
14485 (org-export-publishing-directory): New option.
14486 (org-export-as-html, org-export-as-ascii): Use the new property
14487 lists for settings.
14488 (org-export-copy-visible, org-export-as-xoxo):
14489 Respect `org-export-publishing-directory'.
14490 (org-link-search, org-store-link, org-file-apps): Support for
14491 links to BibTeX database entries..
14492 (org-get-current-options, org-set-regexps-and-options):
14493 Implement logging as a startup option.
14494 (org-store-link): Make sure context string is never empty
14495 (org-insert-link): Use relative path when possible.
14496 (org-at-item-checklet-p): New function.
14497 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
14498 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
14499 (org-metaright, org-metaup, org-metadown, org-shiftup)
14500 (org-shiftdown, org-shiftright, org-shiftleft)
14501 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
14502 Dispatch using `call-interactively'.
14503 (org-call-with-arg): New defsubst.
14504 (org-tag-alist, org-use-fast-tag-selection): New options.
14505 (org-complete): Use `org-tag-alist'.
14506 (org-fast-tag-insert, org-fast-tag-selection): New functions.
14507 (org-next-item, org-previous-item): New commands.
14508 (org-beginning-of-item, org-end-of-item): Add (interactive) to
14510 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
14512 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
14514 * emacs-lisp/ewoc.el (ewoc-delete): New function.
14515 (ewoc-filter): Use `ewoc-delete'.
14517 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
14519 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14521 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
14522 Signal more user-friendly error messages.
14524 * complete.el (PC-do-completion): Undo the addition of implicit
14525 wildcards if they did not lead to finding any match.
14526 (read-file-name-internal): Don't add the final > if the completion is
14529 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
14531 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
14532 Quote safe-local-variable predicate.
14534 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
14536 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
14538 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14540 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
14542 * progmodes/make-mode.el (makefile-special-targets-list)
14543 (makefile-macro-table, makefile-target-table): Mark as risky.
14544 (makefile-query-one-target-method): Make this the alias for the
14545 following variable.
14546 (makefile-query-one-target-method-function): Make this the real name.
14548 * textmodes/artist.el (artist-text-renderer): Make this the alias
14549 for the following variable.
14550 (artist-text-renderer-function): Make this the real name.
14552 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
14553 the alias for the following variable.
14554 (flyspell-generic-check-word-predicate): Make this the real name.
14556 * textmodes/ispell.el (ispell-format-word): Make this the alias
14557 for the following variable.
14558 (ispell-format-word-function): Make this the real name.
14559 (ispell-message-text-end): Mark as risky.
14561 * skeleton.el (skeleton-transformation, skeleton-filter)
14562 (skeleton-pair-filter): Make these the aliases for the following
14564 (skeleton-transformation-function, skeleton-filter-function)
14565 (skeleton-pair-filter-function): Make these the real names.
14567 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
14568 and skeleton-pair-filter-function.
14570 * textmodes/sgml-mode.el (sgml-transformation): Make this the
14571 alias for the following variable.
14572 (sgml-transformation-function): Make this the real name.
14573 (sgml-tag-alist): Mark as risky.
14575 2006-05-21 Richard Stallman <rms@gnu.org>
14577 * simple.el (kill-region): Interactively, pass point, then mark.
14579 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
14581 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
14583 2006-05-21 Romain Francoise <romain@orebokech.com>
14585 * dired-x.el (dired-mode-map): Don't bind M-g.
14587 2006-05-20 Richard Stallman <rms@gnu.org>
14589 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
14590 (dired-goto-file): Doc fix.
14592 2006-05-21 Kim F. Storm <storm@cua.dk>
14594 * emulation/cua-base.el: Mention customizing cua-mode as alternative
14595 way to enable built-in cua-mode if user loads older CUA-mode package.
14597 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
14598 if default-filename is specified.
14600 2006-05-20 Eli Zaretskii <eliz@gnu.org>
14602 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
14604 * info.el (info-apropos): Make sure current-file and current-node
14605 have non-nil values. Speed up by using add-to-list instead of
14608 2006-05-20 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14610 * progmodes/make-mode.el (makefile-mode): Doc fix.
14612 2006-05-20 Eli Zaretskii <eliz@gnu.org>
14614 * dired-aux.el (dired-do-shell-command): Doc fix.
14616 2006-05-20 Kevin Ryde <user42@zip.com.au>
14618 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
14619 ``(custom-manual :tag "Foo" "(foo)Node")''.
14621 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
14623 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
14624 value is an integer.
14626 2006-05-20 Eli Zaretskii <eliz@gnu.org>
14628 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
14630 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
14632 2006-05-20 Martin Rudalics <rudalics@gmx.at>
14634 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
14635 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
14637 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14639 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
14640 regexp for keywords.
14642 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
14644 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
14645 replace-regexp-in-string.
14647 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
14648 encode, and escape file name on conversion to URL.
14650 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14652 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
14653 Don't unescape URL.
14654 (dnd-get-local-file-name): Unescape URL on conversion to file name.
14656 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
14657 on conversion to URLs.
14659 * net/browse-url.el (browse-url-file-url): Encode file name on
14662 * term/mac-win.el (mac-ae-open-documents): Escape file name on
14665 2006-05-19 Eli Zaretskii <eliz@gnu.org>
14667 * progmodes/cc-styles.el (c-style-alist): Doc fix.
14669 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14671 * term/mac-win.el (mac-bytes-to-digits): Remove function.
14672 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
14674 2006-05-19 Glenn Morris <rgm@gnu.org>
14676 * calendar/diary-lib.el (diary-bahai-date)
14677 (list-bahai-diary-entries, mark-bahai-diary-entries)
14678 (mark-bahai-calendar-date-pattern): Not interactive.
14679 (add-to-diary-list): New optional arg LITERAL. Doc fix.
14680 (diary-entries-list): Change format of 4th element in each entry.
14681 (diary-list-entries): Use add-to-diary-list.
14682 (diary-goto-entry): Handle the case where the buffer visiting the
14683 diary has been killed.
14684 (fancy-diary-display): Add 'locator to button rather than 'marker.
14685 Only generate temp-face when there are marks to apply.
14686 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
14687 (diary-fancy-date-pattern): New variable.
14688 (diary-time-regexp): Doc fix.
14689 (diary-anniversary, diary-time): New faces.
14690 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
14691 diary-time-regexp. Add font-lock-multiline property where needed.
14692 Use new faces diary-anniversary and diary-time.
14693 (diary-fancy-font-lock-fontify-region-function): New function, to
14694 handle multiline font-lock pattern in fancy diary.
14695 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
14696 (diary-font-lock-keywords): Tweak time regexp. Use new face
14699 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
14701 * international/code-pages.el (mik): Table corrected.
14703 2006-05-18 Kim F. Storm <storm@cua.dk>
14705 * progmodes/grep.el (grep-find): Don't check grep-find-command
14706 before running command (breaks non-interactive usage).
14708 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
14710 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
14711 (ewoc--insert-new-node): Don't insert trailing newline.
14712 Instead, adjust successor nodes's start markers.
14713 (ewoc--refresh-node): Delete all text from current node's start
14714 marker to the next one's; adjust successor nodes's start markers.
14715 (ewoc--create): Doc fixes.
14716 (ewoc--refresh): Don't insert newline.
14717 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
14718 * pcvs.el (cvs-make-cvs-buffer):
14719 Specify extra newline for ewoc's header and footer.
14720 (cvs-update-header): Update initial header recognition.
14721 Append newline to final header and footer values.
14722 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
14724 2006-05-17 Richard Stallman <rms@gnu.org>
14726 * files.el (file-name-extension): Doc fix.
14728 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14730 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
14731 we can explicitly enable/disable rather than toggle.
14732 (shell-mode): Use it.
14733 (shell-cd): Don't try to reproduce what `cd' does.
14735 2006-05-17 Kim F. Storm <storm@cua.dk>
14737 * ido.el (ido-read-internal): Use only nondirectory part of
14740 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
14742 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
14743 (ewoc-nth): Doc fix.
14745 (ewoc-map, ewoc-invalidate): Compute PP before looping.
14747 2006-05-16 Eli Zaretskii <eliz@gnu.org>
14749 * international/mule.el (auto-coding-alist): Add .lha to files
14750 read with no-conversion.
14752 * files.el (auto-mode-alist): Add .lha files to archive file
14755 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
14756 Convert csize to integer when computing offsets within the
14757 compressed archive file.
14759 2006-05-16 Kim F. Storm <storm@cua.dk>
14761 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
14762 with read-from-minibuffer.
14764 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
14766 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
14767 (byte-compile-warnings): Fix safe-local-variable property.
14769 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
14771 * allout.el (allout-show-bodies, allout-old-style-prefixes)
14772 (allout-stylish-prefixes, allout-numbered-bullet)
14773 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
14774 predicates to qualify `safe-local-variable' property, when
14775 available, else use equivalent lambda.
14776 (allout-current-topic-collapsed-p): Do the right thing regarding
14777 trailing blank lines.
14779 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14781 * server.el (server-start): Only create a directory if needed.
14782 (server-edit, server-unload-hook): server-start => server-mode.
14783 (kill-emacs-hook): Cleanup upon exit.
14785 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14787 * hexl.el (hexlify-buffer): Encode process arguments manually.
14789 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
14791 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
14792 call to gdb-tooltip-print.
14794 2006-05-15 Romain Francoise <romain@orebokech.com>
14796 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
14797 systems, default to "tar" since those systems probably have GNU tar.
14799 2006-05-14 Lars Hansen <larsh@soem.dk>
14801 * desktop.el (desktop-missing-file-warning): Fix docstring.
14802 (desktop-restore-file-buffer): Correct question asked on missing file.
14804 2006-05-14 Kim F. Storm <storm@cua.dk>
14806 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
14807 Add CUA move property.
14809 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
14811 * custom.el (custom-push-theme): Load the variable before checking
14812 its `standard-value'.
14814 2006-05-13 Lars Hansen <larsh@soem.dk>
14816 * desktop.el (desktop-save): Use with-temp-buffer.
14818 2006-05-12 Glenn Morris <rgm@gnu.org>
14820 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
14821 * calendar/calendar.el (calendar-mode-map):
14822 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
14823 * calendar/appt.el (appt-check, appt-make-list): Refer to
14824 diary-view-entries, diary-list-entries, diary-show-all-entries
14825 rather than obsolete aliases.
14827 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
14829 * simple.el (line-move-finish): Avoid calling point motion hooks
14830 while processing intangibility.
14832 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
14834 * term/xterm.el (terminal-init-xterm): Fix typo.
14836 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
14838 * allout.el (allout-view-change-hook): Mark as being deprecated,
14839 to be replaced by `allout-exposure-change-hook'.
14840 (allout-exposure-change-hook): New, replacing
14841 `allout-view-change-hook'.
14842 (allout-flag-region): Run new hook `allout-exposure-change-hook',
14843 in addition to `allout-view-change-hook'.
14844 (allout-show-bodies, allout-old-style-prefixes)
14845 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
14846 lambda forms to prevent their showing up in variable help
14847 presentations as inscrutable byte-compiled code.
14848 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
14849 Use string-or-null-p to qualify safe-local-variable values.
14850 (allout-reindent-bodies): Use memq to qualify matches against
14851 valid safe-local-variable values. Also, quote the lambda as above.
14852 (allout-use-mode-specific-leader): Add missing candidate-value
14853 symbols, use memq, and quote the lambda.
14854 (allout-overlay-interior-modification-handler): Remove unused
14855 variables `msg' and 'opened'.
14856 (allout-hidden-p): Constrain invisibility consideration to allout's
14857 invisibility spec, disregarding invisibility for other reasons.
14859 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
14861 * files.el (version-control): Correct safe values.
14863 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
14865 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
14867 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
14868 (ewoc--insert-new-node): New func.
14869 Update callers of deleted funcs to use it, instead.
14871 2006-05-11 Glenn Morris <rgm@gnu.org>
14873 * calendar/calendar.el (diary-show-all-entries): Do not refer to
14874 obsolete alias `show-all-diary-entries'.
14875 (make-diary-entry): Not interactive.
14876 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
14877 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
14878 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
14879 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14880 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
14881 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
14883 2006-05-11 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
14885 * calendar/calendar.el (calendar-french-date-string)
14886 (calendar-mayan-date-string, calendar-chinese-date-string)
14887 (calendar-astro-date-string, calendar-iso-date-string)
14888 (calendar-islamic-date-string, calendar-bahai-date-string)
14889 (calendar-hebrew-date-string, calendar-coptic-date-string)
14890 (calendar-ethiopic-date-string, calendar-persian-date-string):
14891 These functions are not interactive.
14893 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
14895 * files.el: Balance parentheses.
14897 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
14899 * files.el, newcomment.el, outline.el, simple.el,
14900 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
14901 * progmodes/cc-vars.el, progmodes/compile.el:
14902 Move `safe-local-variable' declarations to the respective files.
14904 * help-fns.el (describe-variable): Don't print safe-var if it is
14905 byte-code. Improve wording as suggested by Luc Teirlinck.
14907 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
14909 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
14910 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
14911 Use a token for pending-triggers to ensure gdb-var-update
14912 gets called once per user input again for pre-GDB 6.4.
14913 (gdb-var-delete): Match on more complex expressions.
14914 (gdb-var-list-children-handler, gdb-var-create-handler):
14915 Use a token for consistency.
14917 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
14919 * textmodes/org.el (org-read-date, org-goto-calendar)
14920 (org-agenda-goto-calendar):
14921 Bind `view-calendar-holidays-initially' to nil.
14923 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
14925 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
14926 Update all callers to do it there, instead.
14928 2006-05-10 Glenn Morris <rgm@gnu.org>
14930 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
14931 prefix arg case, to avoid view-diary-entries-initially error.
14932 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
14933 (calendar-date-is-legal-p): Handle dates with no day part.
14935 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
14937 * comint.el (comint-insert-input): Just make it when
14938 comint-use-prompt regexp is nil (default) and with the mouse.
14939 (comint-copy-old-input): Reinstate from 2004-06-23.
14940 (comint-mode-map): Bind C-c C-m to it.
14942 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
14944 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
14945 Remove spurious move to point-max (new comint behavior fixes).
14947 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
14948 compatibility function (Emacs 18/19).
14949 (idlwave-is-continuation-line): Always return point at start of
14950 previous non-blank continuation line.
14951 (keyword-parameters): Fix continued comment font-lock matcher.
14952 (idlwave-font-lock-fontify-region): Written, use as
14953 font-lock-fontify-region-function, to fix continued keyword
14954 fontification issues.
14956 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14958 * term/mac-win.el (mac-font-panel-mode): Doc fix.
14959 (mac-service-selection, mac-service-open-file)
14960 (mac-service-open-selection, mac-service-mail-selection)
14961 (mac-service-mail-to, mac-service-insert-text): Rename from
14962 mac-services-*. All uses changed.
14963 (mac-apple-event-map): Rename event symbol `services' to `service'.
14965 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
14967 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
14968 (ewoc--node-enter-first, ewoc--node-enter-last)
14969 (ewoc--delete-node-internal): Merge funcs into unique callers.
14971 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
14973 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
14974 return value of read-from-minibuffer for empty input.
14976 2006-05-09 Miles Bader <miles@gnu.org>
14978 * comint.el (comint-insert-input): Remove redundant calls to setq
14981 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
14983 * comint.el (comint-insert-input): Make it work when
14984 comint-use-prompt-regexp is t.
14986 2006-05-10 Miles Bader <miles@gnu.org>
14988 * subr.el (field-at-pos): New function.
14990 * comint.el (comint-insert-input): Use it.
14992 2006-05-09 Juri Linkov <juri@jurta.org>
14994 * battery.el (battery-linux-proc-acpi): Also try
14995 `/proc/acpi/thermal_zone/THR2/temperature'.
14997 * files.el <safe-local-variable>: Remove `eval' and `let' binding
14998 for now unused lambda `string-or-null'.
15000 * add-log.el (change-log-default-name): Put `string-or-null-p'
15001 instead of lambda on `safe-local-variable' property.
15003 * diff-mode.el (diff-context->unified): Use `region-beginning' and
15004 `region-end' instead of `mark' and `point'.
15005 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
15006 Operate on region in Transient Mark mode when the mark is active.
15007 Use `region-beginning' and `region-end' instead of `mark' and
15009 (diff-hunk-text, diff-goto-source): Doc fix.
15011 * startup.el (fancy-splash-screens, normal-splash-screen): Use
15012 face `mode-line-buffer-id' for mode-line buffer face instead of
15013 hard-coded `(:weight bold)'.
15015 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
15016 buffer-undo-list to t (undo-ask is reproducible by visiting
15019 2006-05-09 Kim F. Storm <storm@cua.dk>
15021 * progmodes/grep.el (rgrep): Set default directory of *grep*
15022 buffer if we start M-x rgrep in the *grep* buffer and choose
15023 a different base directory.
15025 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
15027 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
15028 completion also when ido is loaded.
15030 2006-05-09 Masatake YAMATO <jet@gyve.org>
15032 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
15033 "warning" and "import".
15034 (cpp-font-lock-keywords): Added "warning".
15036 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
15038 * term/xterm.el (terminal-init-xterm): Add more key bindings.
15040 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15042 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
15043 pages at a time, if we signal the end, we should indeed reach that end.
15045 2006-05-08 David Reitter <david.reitter@gmail.com>
15047 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
15048 output during execution of the body.
15050 2006-05-08 Kim F. Storm <storm@cua.dk>
15052 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
15054 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
15056 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
15057 Use with-current-buffer.
15059 2006-05-07 Kim F. Storm <storm@cua.dk>
15061 * subr.el (add-to-history): Remove keep-dups arg.
15063 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
15064 to nil around call to add-to-history.
15066 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15068 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
15069 than after a buffer modification.
15071 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
15073 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
15075 (gud-watch): ...here so speedbar is raised for already watched
15077 (gdb-speedbar-refresh): Delete function.
15078 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
15079 Use speedbar-timer-fn instead of speedbar-refresh (reverting
15081 (gdb-var-evaluate-expression-handler)
15082 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
15084 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
15085 Update localized contents for all buffers except ignored modes.
15087 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15089 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
15090 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
15091 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
15092 (mac-handle-font-panel-closed, mac-handle-font-selection):
15094 (mac-font-panel-mode): New minor mode.
15095 (mac-apple-event-map): Add bindings for toolbar toggle button and
15097 (menu-bar-showhide-menu): Add mac-font-panel-mode.
15099 2006-05-07 John Paul Wallington <jpw@pobox.com>
15101 * ibuffer.el (ibuffer-compressed-file-name-regexp):
15102 Avoid `regexp-opt'; simplify regexp for readability.
15104 2006-05-06 Eli Zaretskii <eliz@gnu.org>
15106 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
15107 * files.el (buffer-stale-function):
15108 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15109 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
15110 links to the main manual, not to emacs-xtra.
15112 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15114 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
15115 MacJapanese if text is ASCII-only.
15117 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
15119 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
15120 unless so nil isn't returned.
15121 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
15123 2006-05-06 Kim F. Storm <storm@cua.dk>
15125 * subr.el (add-to-history): New function.
15127 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
15128 (ediff-merge-files-with-ancestor):
15130 * isearch.el (isearch-update-ring):
15131 * server.el (server-visit-files):
15132 * progmodes/grep.el (lgrep, rgrep):
15133 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
15134 * progmodes/xscheme.el (xscheme-insert-expression):
15135 Use add-to-history.
15137 * kmacro.el (kmacro-push-ring): Use add-to-history.
15138 (kmacro-ring-length): Remove unused defun.
15139 (kmacro-start-macro): Use kmacro-push-ring.
15141 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
15143 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
15144 directly instead of a lambda expression that calls it.
15146 2006-05-06 Kim F. Storm <storm@cua.dk>
15148 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
15149 instead of compute-motion.
15151 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
15153 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
15156 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
15158 * startup.el (command-line-1): Refer to "Pure Storage" on
15159 pure-space-overflow.
15161 2006-05-05 Martin Rudalics <rudalics@gmx.at>
15163 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
15164 provided faces once they all have been used up.
15166 2006-05-05 Eli Zaretskii <eliz@gnu.org>
15168 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
15169 reference to the Lisp manual to the warning about pure space
15172 2006-05-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
15174 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
15175 argument to avoid the call to `ispell-internal-change-dictionary'
15177 (ispell-change-dictionary): Use this argument and call
15178 `ispell-internal-change-dictionary' after the possible change
15179 to `ispell-local-dictionary'.
15180 (ispell-internal-change-dictionary): Check for a change in
15181 personal dictionary use too.
15183 2006-05-05 Eli Zaretskii <eliz@gnu.org>
15185 * startup.el (command-line): On MS-Windows, probe "~", not
15186 "~USER", for warning about non-existent home directory.
15188 * arc-mode.el (archive-l-e): New optional argument `float' means
15189 generate a float value.
15190 (archive-arc-summarize, archive-lzh-summarize)
15191 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
15192 with 3rd argument non-nil when file's size is being computed.
15193 Format the file sizes with %8.0f instead of %8d.
15195 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15197 * cus-start.el (all): Add mac-dnd-known-types.
15199 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
15200 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
15201 (mac-TIFF-to-string): New functions.
15202 (x-get-selection, x-selection-value)
15203 (mac-select-convert-to-string): Use them.
15204 (mac-text-encoding-mac-japanese-basic-variant): New constant.
15205 (mac-dnd-types-alist): New customization variable.
15206 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
15207 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
15208 (mac-dnd-handle-drag-n-drop-event): New functions.
15209 (mac-drag-n-drop): Remove function.
15210 (global-map): Bind drag-n-drop and M-drag-n-drop to
15211 mac-dnd-handle-drag-n-drop-event.
15213 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
15215 * progmodes/perl-mode.el (perl-beginning-of-function):
15216 Skip anonymous subs.
15218 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
15220 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
15221 regexp-opt at run time.
15223 * term.el (term-handle-ansi-escape): Fix off by one error.
15225 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
15227 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
15228 (gdb-init-1, gdb-post-prompt): ...and references to it.
15229 (gdb-frame-handler): Strip directory name from filename if present.
15231 * progmodes/gud.el (gdb-force-update): Delete defvar
15232 (gud-speedbar-buttons): ...and references to it. Use window-start
15233 to try to keep positon in watch expression.
15235 2006-05-03 Richard Stallman <rms@gnu.org>
15237 * simple.el (next-history-element, previous-history-element): Doc fix.
15239 * isearch.el (isearch-update-ring): Doc fix.
15241 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
15243 * isearch.el (isearch-update-ring): Take history-delete-duplicates
15244 into consideration. Replace one arm ifs with whens.
15246 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
15248 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
15251 2006-05-02 Miles Bader <miles@gnu.org>
15253 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
15255 2006-05-02 Jay Belanger <belanger@truman.edu>
15257 * calc/calc-embed.el (calc-override-minor-modes-map)
15258 (calc-override-minor-modes): New variables.
15259 (calc-do-embedded): Make sure that Calc keystrokes aren't
15260 overwritten by minor modes.
15262 2006-05-02 Chong Yidong <cyd@mit.edu>
15264 * msb.el (msb): If EVENT is a down event, read and discard the up event.
15266 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15268 * startup.el (command-line-1): Refer to Lisp manual when
15269 pure-space-overflow occurs.
15271 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
15272 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
15273 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
15274 (version-control): Don't use `t' for safe-local-variable declarations.
15276 2006-05-01 Richard Stallman <rms@gnu.org>
15278 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
15279 M-r, M-R, M-A, M-SPC or M-DEL.
15280 (diff-mode-map): diff-refine-hunk now on C-c C-w
15281 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
15283 * help-mode.el (help-mode): view-exit-action calls delete-window
15284 only when it is safe and possible.
15286 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
15289 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
15291 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
15292 in the default tool-bar-map.
15294 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
15296 * net/tramp.el (tramp-completion-file-name-handler-alist)
15297 (tramp-run-real-handler, tramp-completion-run-real-handler)
15298 (tramp-completion-handle-file-name-all-completions)
15299 (tramp-completion-handle-file-name-completion): Autoload them.
15300 (tramp-completion-handle-file-exists-p)
15301 (tramp-completion-handle-file-name-directory)
15302 (tramp-completion-handle-file-name-nondirectory)
15303 (tramp-completion-handle-expand-file-name): Remove them.
15304 (tramp-handle-file-name-directory): Return the real directory name.
15305 Returning "/" only doesn't need to be necessary any longer.
15306 (tramp-file-name-handler): Make special attention when in hostname
15308 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
15309 (tramp-register-file-name-handlers):
15310 Register `tramp-completion-file-name-handler' only when
15311 `partial-completion-mode' is enabled.
15312 (tramp-completion-handle-file-name-all-completions):
15313 Delete directory part from results.
15314 (tramp-get-completion-methods, tramp-get-completion-user-host):
15315 Discard deleting "/", it doesn't work after the change of
15316 `tramp-handle-file-name-directory' above.
15318 2006-05-01 Kim F. Storm <storm@cua.dk>
15320 * progmodes/grep.el (grep-expand-template): Use save-match-data
15323 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15325 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
15326 Use select-frame-set-input-focus instead of raise-frame.
15327 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
15329 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
15331 * progmodes/gud.el (gud-def): Add %c case.
15332 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
15333 (gud-format-command): Make match case sensitive. Match on %F.
15335 2006-04-30 Glenn Morris <rgm@gnu.org>
15337 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
15338 (cal-tex-preamble): Use cal-tex-preamble-extra.
15339 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
15340 than alias `list-diary-entries'.
15342 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
15344 * help-fns.el (describe-variable): Add info about safe local variables.
15346 2006-04-29 Richard Stallman <rms@gnu.org>
15348 * bindings.el (mode-line-format): help-echo doc fixes.
15350 * net/tramp.el (tramp-file-name-handler-alist): Delete
15351 expand-file-name and other operations that can cause spurious loading.
15353 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15355 * files.el (safe-local-variable-p): Remove support for the special
15358 * textmodes/paragraphs.el (sentence-end-without-space):
15359 Fix safety predicate.
15360 (sentence-end-double-space, sentence-end-without-period)
15361 (paragraph-ignore-fill-prefix):
15362 * textmodes/fill.el (colon-double-space):
15363 * abbrev.el (abbrev-mode): Tighten the safety predicate.
15365 * subr.el (booleanp): New fun.
15367 * textmodes/reftex-vars.el (reftex-guess-label-type):
15368 Tighten the safety predicate.
15370 2006-04-28 Kim F. Storm <storm@cua.dk>
15372 * progmodes/grep.el (defgroup grep): Doc fix.
15373 (grep-auto-highlight): Remove.
15374 (grep-template): New defcustom.
15375 (grep-find-template): Rename from grep-tree-template.
15376 (grep-files-aliases): Rename from grep-tree-files-aliases.
15377 Remove "all" alias, add "l" alias.
15378 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
15379 (grep-find-ignored-directories): New defcustom to replace
15380 grep-tree-ignore-CVS-directories, to facilitate ignoring
15381 subdirectories for multiple version control systems.
15382 (grep-mode-map): Add Recursive grep item to GREP menu.
15383 (grep-regexp-history, grep-files-history): New defvars.
15384 (grep-probe): New helper function.
15385 (grep-compute-defaults): Use it to simplify code.
15386 Adapt to name changes.
15387 Use `.' as base in grep-find-template rather than <D>.
15388 (grep): Remove superfluous highlight-regexp arg. Fix doc.
15389 Call grep-compute-defaults unconditionally.
15390 (grep-expand-keywords): New defconst.
15391 (grep-expand-template): Rename from grep-expand-command-macros.
15392 Simplify via grep-expand-keywords. Look at case-fold-search instead
15393 of grep-tree-ignore-case to add -i option.
15394 Bind case-fold-search to nil while matching keywords.
15395 (grep-tree-last-regexp, grep-tree-last-files): Remove.
15396 (grep-read-regexp, grep-read-files): New helper functions.
15397 (rgrep): Rename from grep-tree. Rework to use proper histories.
15398 Adapt to changes in defcustoms and functions above.
15399 (lgrep): New command, as grep, but using same interactive UI as rgrep.
15401 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
15403 * net/tramp.el (tramp-completion-file-name-handler):
15404 Disable Tramp's functionality while loading Tramp itself.
15405 (tramp-register-file-name-handlers): That's a defsubst now.
15406 Code from `tramp-repair-jka-compr' moved here. Apply it via
15408 (tramp-repair-jka-compr): Remove.
15410 2006-04-27 Jay Belanger <belanger@truman.edu>
15412 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
15413 read expression when `math-read-big-expr' doesn't work.
15415 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
15417 * startup.el (command-line-1): Display warning when
15418 pure-space-overflow is non-nil.
15420 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15422 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
15425 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15427 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
15428 Return the URL or nil if none can be generated.
15430 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
15432 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
15433 byte compiler warnings.
15434 (gud-basic-call, gud-find-expr): Let user select an expression
15435 for printing. Print expression as well as value in GUD buffer.
15437 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
15439 * allout.el: Remove local autoload declaration for
15440 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
15441 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
15442 (allout-plain-bullets-string, allout-distinctive-bullets-string)
15443 (allout-use-mode-specific-leader, allout-old-style-prefixes)
15444 (allout-stylish-prefixes, allout-numbered-bullet)
15445 (allout-file-xref-bullet, allout-presentation-padding)
15446 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
15447 safe-local-variable with suitable value spec, and add autoload
15448 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
15449 (move-beginning-of-line, move-end-of-line): Repair so these compat
15450 functions now actually resituate the point, when appropriate.
15452 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15454 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
15456 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
15457 (add-log-iso8601-time-string): Fix call to format-time-string.
15459 2006-04-26 Kim F. Storm <storm@cua.dk>
15461 * subr.el (posn-string, posn-image, posn-object): Doc fix.
15463 2006-04-26 Masatake YAMATO <jet@gyve.org>
15465 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
15466 Add support for "//" style comments. Remove `b' flag
15467 from ?* in `asm-mode-syntax-table'.
15469 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15471 * follow.el: Use (featurep 'xemacs) everywhere.
15472 (follow-mode): Use define-minor-mode.
15473 (follow-mode-map): Move initialization into the declaration.
15474 Use command remapping.
15475 (follow-emacs-version-xemacs-p): Remove.
15476 (follow-submit-feedback): Remove.
15478 * allout.el (allout-layout, allout-passphrase-verifier-string)
15479 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
15481 * textmodes/reftex-vars.el (reftex-vref-is-default)
15482 (reftex-fref-is-default, reftex-guess-label-type):
15483 Tighten up a bit the safety predicate.
15485 * textmodes/paragraphs.el (sentence-end-double-space)
15486 (sentence-end-without-period, sentence-end-without-space)
15487 (page-delimiter, paragraph-ignore-fill-prefix):
15488 Tighten up a bit the safety predicate.
15490 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
15492 * progmodes/python.el (python-continuation-line-p)
15493 (python-beginning-of-statement): syntax-ppss may return
15495 (python-mode): Don't forcefully enable font-lock.
15497 * time-stamp.el (time-stamp-start, time-stamp-end)
15498 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
15500 * add-log.el: Remove spurious * in docstrings.
15501 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
15502 (add-change-log-entry): Use it here, since it's not specific
15504 (add-log-iso8601-time-string): Don't use it here any more.
15505 (change-log-indent-text, change-log-indent): Rename from add-log-*.
15507 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
15509 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
15511 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
15512 (rcirc-toggle-low-priority): Doc fix.
15513 (rcirc-handler-NOTICE): Remove beginning of line anchor in
15515 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
15517 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
15518 (rcirc-decode-coding-system): Use utf-8 as the default.
15519 (rcirc-multiline-minor-mode): Set the fill-column.
15520 (rcirc-format-response-string): Display bright and dim nicks.
15521 (rcirc-browse-url): Update interactive spec to fill ARG.
15522 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
15523 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
15525 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
15527 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
15528 case for @Article, etc.
15530 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
15532 * net/tramp.el (tramp-register-file-name-handlers): New defun.
15533 Added with autoload cookie.
15534 (tramp-unload-file-name-handlers): Rename from
15535 `tramp-unload-file-name-handler-alist'.
15537 2006-04-23 Romain Francoise <romain@orebokech.com>
15539 * comint.el (comint-match-partial-filename): Doc fix.
15541 2006-04-21 Glenn Morris <rgm@gnu.org>
15543 * calendar/cal-menu.el (calendar-mode-map): Refer to
15544 `diary-view-entries' rather than alias `view-diary-entries'.
15545 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
15547 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
15549 * progmodes/antlr-mode.el (antlr-default):
15550 * cus-edit.el (custom-documentation):
15551 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
15554 2006-04-21 Kim F. Storm <storm@cua.dk>
15556 * image.el (image-type): New defun split out of create-image.
15557 (create-image): Use it.
15559 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
15561 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
15562 (org-open-at-point): Remove the "...done" message to keep output
15563 in the echo area visible.
15564 (org-export-as-xoxo): Fix call to `indent-region'.
15566 2006-04-21 Kevin Ryde <user42@zip.com.au>
15568 * international/mule.el (keyboard-coding-system): defcustom
15569 info-link fixes: "Specify Coding" has been split, keyboard now in
15570 "Terminal Coding", and "Single-Byte Character Support" is now
15573 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
15575 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
15576 Use font-lock-warning-face for any errors e.g. no stack.
15577 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
15579 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
15581 * progmodes/sh-script.el (sh-shell): Mark as safe.
15583 * newcomment.el (comment-start, comment-start-skip)
15584 (comment-end-skip, comment-end): Mark as safe.
15586 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
15588 * textmodes/org.el (org-deadline-announce): Face removed.
15589 (org-level-faces, org-n-levels): Convert to constant.
15590 (org-compatible-face): New function.
15591 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
15592 (org-level-5, org-level-6, org-level-7, org-level-8)
15593 (org-special-keyword, org-warning, org-headline-done, org-link)
15594 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
15595 (org-scheduled-today, org-scheduled-previously, org-time-grid):
15596 Face definition revised for better color tty support.
15597 (org-bold-re, org-italic-re, org-underline-re): New constants.
15598 (org-set-font-lock-defaults): Use the new constants.
15599 (org-agenda-highlight-todo): New function.
15600 (org-agenda-todo): Fix bug with point at end of line.
15601 (org-agenda-change-all-lines, org-finalize-agenda-entries):
15602 Fontify TODO keywords.
15603 (org-insert-link): Preserve relative path in ../ links.
15604 (org-export-as-html): Convert links pointing to .org files into
15605 links that will work beteen the exported HTML files.
15606 (org-todo-list): Fix bug when arg=0.
15607 (org-insert-heading): More fine-tuning.
15609 2006-04-19 Romain Francoise <romain@orebokech.com>
15611 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
15612 from `rmail-mime-charset-pattern'.
15614 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
15616 * progmodes/python.el (python-mode): Fix typo.
15618 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
15620 * comint.el (comint-previous-input): Don't clobber input line
15621 when moving off either end of the input history ring.
15622 (comint-delete-input): New function, used by
15623 `comint-previous-input' and others.
15624 (comint-previous-matching-input):
15625 Use `coming-delete-input'. Save the partial input if leaving the
15626 edit line. Goto point-max before deleting input to avoid
15627 partial input fragments hanging around.
15628 (comint-restore-input): New function, used by `comint-previous-input'.
15630 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
15632 * imenu.el (imenu--index-alist): Balance parentheses.
15634 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
15636 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
15638 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
15640 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
15643 2006-04-18 Richard Stallman <rms@gnu.org>
15645 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
15647 * imenu.el (imenu-create-index-function, imenu--index-alist)
15648 (imenu--last-menubar-index-alist, imenu--make-index-alist)
15649 (imenu-default-create-index-function, imenu--generic-function):
15652 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
15654 * help-mode.el (help-mode): Set view-exit-action to delete window.
15656 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
15657 now works by passing nil as arg.
15659 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
15661 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
15662 (read-abbrev-file): Provide default when reading filename.
15664 * files.el (enable-local-variables): Allow :all as value.
15665 (hack-local-variables): Implement that value.
15666 (safe-local-variable-values, safe-local-eval-forms)
15667 (enable-local-variables): Mark as risky.
15668 (find-file-visit-truename, kept-old-versions): Mark safe.
15670 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
15671 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
15672 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
15674 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15676 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
15677 Use forward-line so as to get to BOL even in the presence of fields.
15678 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
15680 (inferior-tcl): Tell tclsh to work in interactive mode.
15682 * complete.el (partial-completion-mode):
15683 Use 'choose-completion-string-functions to make sure that
15684 choose-completion fills the minibuffer properly.
15686 * complete.el (PC-old-read-file-name-internal): Remove.
15687 (PC-read-include-file-name-internal): Remove. Turn it into an advice
15688 of read-file-name-internal.
15689 (partial-completion-mode): Enable/disable this advice.
15691 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
15693 * net/tramp.el (tramp-completion-file-name-handler): Revert change
15696 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
15698 * textmodes/org.el (org-insert-heading): Insert heading before
15699 current if at beginning of line.
15700 (org-todo, org-date): New faces.
15701 (org-table-align): Make sure tooltip window contains full text.
15702 (org-no-properties): New defsubst.
15703 (org-set-font-lock-defaults): Use new faces.
15705 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
15707 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
15708 for root variables.
15710 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
15711 (gdb-frame-address): Re-use to identify frame for watch expression.
15712 (gdb-var-list, gdb-var-create-handler): Add frame address for root
15714 (gdb-init-1, gdb-source, gdb-post-prompt)
15715 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
15716 (gdb-frame-handler): Get gdb-frame-address.
15718 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
15720 Sync with Tramp 2.0.53.
15722 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
15723 'control. Reported by Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>.
15724 (tramp-completion-file-name-handler): Add autoload cookie for
15725 adding to `file-name-handler-alist'.
15727 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
15728 the prompt. If it returns earlier (when detecting an error
15729 message), the rest of the output will merge accidently with the
15730 output of the next command. Reported by M Jared Finder
15731 <jared@hpalace.com>.
15733 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15734 for `process-file', in order to let it work for older Emacsen too.
15736 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
15738 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
15739 (tex-font-lock-keywords-3): Use it.
15741 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15743 * newcomment.el (comment-add): New function.
15744 (comment-region-default, comment-dwim): Use it.
15746 2006-04-15 Michael Olson <mwolson@gnu.org>
15748 * emacs-lisp/tq.el: Improve comments.
15749 (tq-queue-head-question): New accessor function.
15750 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
15751 Update for modified queue structure.
15752 (tq-queue-add): Accept `question' argument.
15753 (tq-queue-pop): If a question is pending, send it.
15754 (tq-enqueue): Accept new optional argument `delay-question'.
15755 If this is non-nil, and at least one other question is pending a
15756 response, queue the question rather than sending it immediately.
15758 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15760 * calendar/appt.el (appt-add): Check whether an appointment is
15761 already present in appt-time-msg-list. Simplify code.
15763 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15765 * progmodes/cc-langs.el (c-mode-menu):
15766 Don't presume c-subword-mode is bound.
15768 2006-04-13 Bill Wohler <wohler@newt.com>
15770 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
15771 (customize-package-emacs-version): Use cdr instead of cadr now
15772 that alists use dotted pairs.
15774 * custom.el (defcustom): Fix docstring for :package-version.
15776 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
15778 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
15779 (tramp-handle-shell-command): Display output buffer only when
15780 `tramp-display-shell-command-buffer' is true.
15781 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
15783 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
15785 * textmodes/org.el (org-set-autofill-regexps): Set only the local
15786 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
15788 2006-04-13 Romain Francoise <romain@orebokech.com>
15790 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
15791 leaving temporary .cvsignore buffers behind.
15793 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
15795 * textmodes/org.el (org-set-regexps-and-options)
15796 (org-get-current-options): Better names for the startup folding
15799 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
15801 * vc.el (vc-annotate): Arrange for point to end up at the same
15802 line number as in the original, but only when using a new buffer.
15804 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
15806 * files.el (hack-one-local-variable-eval-safep):
15807 Recognize `edebug-form-spec' for `put', but only if it passes
15808 `edebug-basic-spec'. Generalize `put' handling.
15810 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
15811 vetting file-local form specs.
15813 * allout.el (allout-layout): Autoload its `safe-local-variable'
15816 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
15818 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
15819 (org-agenda-mouse-1-follows-link)
15820 (org-mouse-1-follows-link): New options.
15821 (org-format-agenda-item): Fix bug if TAGS is nil.
15822 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
15824 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
15826 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
15827 GDB 6.1+ gives full filename for "info sources" so use
15828 file-name-nondirectory.
15830 2006-04-12 Romain Francoise <romain@orebokech.com>
15832 * subr.el (read-passwd): Bind `message-log-max' to nil.
15834 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15836 * progmodes/perl-mode.el (perl-indent-new-calculate):
15837 Recompute parse-start after jumping backward by a whole sexp.
15839 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15841 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
15842 window configuration.
15843 (vc-annotate-display-select): Select the buffer so that current-buffer
15844 (and selected-window) is the output buffer at the end of vc-annotate.
15846 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
15848 * vc.el (vc-annotate-color-map): Add custom TTY color map for
15849 8-color terminals, to use all of the colors in a sensible order.
15850 256-color terminals work well with the standard map.
15851 (vc-annotate-lines): Only strip the first color character if it
15852 is "#", to allow for terminal-style named colors.
15853 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
15854 the correct buffer is scrolled.
15856 2006-04-11 Richard Stallman <rms@gnu.org>
15858 * emacs-lisp/bytecomp.el (byte-compile-file):
15859 Bind enable-local-variables to :safe, and make normal-mode obey it.
15861 * files.el (enable-local-variables): Allow value :safe.
15862 (normal-mode): Doc fix.
15863 (hack-local-variables): Implement enable-local-variables = :safe.
15864 (hack-local-variables-confirm): Don't prevent quitting.
15866 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15868 * loadhist.el (unload-feature): A bit of sanity check of
15869 load-history entries. Cancel timer-vars before unbinding them.
15871 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
15872 quote special chars, and make the trick work on the hex part of the
15874 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
15875 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
15877 * startup.el (normal-splash-screen): Fix last change so we don't wait
15878 2 minutes if we don't show the splash screen.
15880 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
15882 * textmodes/org.el (org-export-plain-list-max-depth)
15883 (org-table-spaces-around-separators)
15884 (org-radio-targets, org-activate-camels)
15885 (org-table-spaces-around-invisible-separators): Options removed.
15886 (org-time-stamp-rounding-minutes, org-remember-templates)
15887 (org-ellipsis, org-activate-links, org-descriptive-links):
15889 (org-remember-apply-template, org-current-time)
15890 (org-finish-edit-table-field)
15891 (org-link-unescape, org-link-escape)
15892 (org-string-width, org-table-clean-line, org-html-do-expand)
15893 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
15894 (org-read-agenda-file-list): New functions.
15895 (org-table-edit-field)
15896 (org-table-create-or-convert-from-region): New commands
15897 (org-table-toggle-vline-visibility): Command removed.
15898 (org-table-convert-region): Made a command.
15899 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
15900 Replace with the normal org- functions.
15901 (org-self-insert-command): Don't trigger realign unnecessarily
15902 when blanking a field that is not full.
15903 (org-mode): `Set buffer-invisibility-spec' for links.
15904 (org-activate-links2): Hide link part and only show descriptive
15906 (org-insert-link): Modify for new linking system.
15907 (org-store-link): Store description separately, for use by
15909 (org-table-align): Use `org-string-width'.
15910 (defgroup): Completely new group structure for custom variables.
15911 (org-agenda-files): Option: Single file name allowed. Function:
15912 Optional argument unrestrited means ignore any restricitons.
15913 (org-install-agenda-files-menu): Find a buffer in Org-mode before
15914 trying to modify the menu. Use generalized access to
15915 `org-agenda-files.'
15916 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
15917 (org-agenda-file-to-front, org-remove-file, org-diary)
15918 (org-tags-view, org-export-icalendar-all-agenda-files)
15919 (org-export-icalendar-combine-agenda-files): Use generalized
15920 access to `org-agenda-files'.
15921 (org-remember-handler): Correctly preserve heading if present.
15922 (org-table-insert-row, org-table-insert-hline): Deal with
15923 invisible characters.
15925 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
15927 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
15928 (vc-annotate-color-map): New 18 element constant
15929 value/saturation, rotating hue colormap, from red->blue.
15930 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
15931 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
15932 (vc-annotate): To avoid killing the required local variables,
15933 set them before the end of `with-output-to-temp-buffer', and
15934 after first switching to annotate-mode.
15935 (vc-annotate-warp-version): Add buffer argument in goto-line to
15936 ensure annotation, not source, is scrolled.
15938 2006-04-10 Bill Wohler <wohler@newt.com>
15940 * custom.el (defcustom, custom-handle-keyword):
15941 Add :package-version keyword.
15942 (custom-add-package-version): New function. Sets value of new
15943 property 'custom-package-version from :package-version keyword.
15944 (defcustom): Create Common Keywords section in docstring.
15945 (defface, defgroup): Replace definitions of a select few keywords
15946 with a reference to the Common Keywords in defcustom.
15947 (defcustom, defface, defgroup): Replace reference to Customization
15948 chapter in manual with hyperlink.
15950 * cus-edit.el (customize-package-emacs-version-alist): New variable.
15951 (customize-changed-options): Add check for custom-package-version.
15952 (customize-package-emacs-version): New function to look up Emacs
15953 version corresponding to the given package version.
15955 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
15956 defun name, in similar fashion to find-variable-regexp.
15958 2006-04-10 Eli Zaretskii <eliz@gnu.org>
15960 * international/mule-cmds.el (set-locale-environment): Fix last
15961 change for when the locale's preferences don't specify any encoding.
15963 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15965 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
15966 so the defined var/fun doesn't need to be quoted.
15968 2006-04-10 Richard Stallman <rms@gnu.org>
15970 * finder.el (finder-mode-map): Add n and p bindings.
15972 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
15974 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
15975 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
15976 (gdb-setup-windows): Put something in source window if we can't find
15978 (gdb-frame-handler): Make it work again with just assembly.
15979 (gdb-data-list-register-values-handler): Make it work when there is
15982 2006-04-09 Richard Stallman <rms@gnu.org>
15984 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
15985 specs while looking for charset.
15987 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
15989 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
15991 (lm-font-lock-keywords): Update appropriately.
15993 2006-04-10 Kim F. Storm <storm@cua.dk>
15995 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
15996 it can also replace buffer-substring-no-properties.
15998 * emulation/cua-base.el (cua-delete-region, cua-paste)
15999 (cua-repeat-replace-region): Use filter-buffer-substring.
16001 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
16002 (cua-cut-region-to-global-mark): Likewise.
16004 * emulation/cua-rect.el (cua--extract-rectangle)
16005 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
16007 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16009 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
16010 entry-type. Add field delimiters to numerical fields if they are
16013 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16015 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
16016 string-const to return value.
16017 (bibtex-remove-delimiters): Use it.
16019 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16021 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
16022 cl-byte-compile-compiler-macro unless it exists.
16024 2006-04-08 Eli Zaretskii <eliz@gnu.org>
16026 * files.el (hack-local-variables-confirm) <offer-save>:
16027 Clarify message text. Suggested by Ralf Angeli.
16029 2006-04-08 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
16031 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
16032 (delete-extract-rectangle-line): Use `filter-buffer-substring'
16033 instead of `buffer-substring' and `delete-region'. (Most of the
16034 code actually copied from `kill-region'.)
16036 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
16038 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
16039 (rcirc-default-port): Rename from rcirc-port.
16040 (rcirc-default-nick): Rename from rcirc-nick.
16041 (rcirc-default-user-name): Rename from rcirc-user-name.
16042 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
16043 (rcirc-low-priority-flag): New variable.
16044 (rcirc-decode-coding-system): New defcustom.
16045 (rcirc-encode-coding-system): New defcustom.
16046 (rcirc-coding-system-alist): New defcustom.
16047 (rcirc-multiline-major-mode): New defcustom.
16048 (rcirc-nick): New internal variable.
16049 (rcirc-process): Remove variable.
16050 (rcirc-server-buffer): New variable.
16051 (rcirc): Update to use rcirc-default-* variables above.
16052 (rcirc-connect): Do not add window-configuration-hook-here.
16053 (rcirc-server): New internal variable.
16054 (rcirc-connect): Do not send keepalive pings if
16055 rcirc-keepalive-seconds is nil.
16056 (with-rcirc-server-buffer): New macro.
16057 (rcirc-send-string): Encode with rcirc-encode-coding-system.
16058 (rcirc-server-name): Rename from rcirc-server.
16059 (rcirc-buffer-process): New function.
16060 (rcirc-buffer-nick): New function.
16061 (rcirc-buffer-target): Remove function.
16062 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16064 (rcirc-mode-map): Change binding of C-c C-l to
16065 rcirc-toggle-low-priority.
16066 (rcirc-mode): Initialize coding system based on
16067 rcirc-coding-system-alist. New change-major-mode-hook to part the
16068 channel on a mode change. Make kill-buffer-hook buffer-local.
16069 (rcirc-change-major-mode-hook): New function.
16070 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
16071 (rcirc-last-post-time): New variable.
16072 (rcirc-process-message): Store the last time user posted a message
16074 (rcirc-multiline-minor-mode): New mode.
16075 (rcirc-multiline-minor-mode-map): New mode map.
16076 (rcirc-edit-multiline): Put multiline-edit buffer in
16077 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
16078 (rcirc-print): Ignore any line starting with an ignored nick.
16079 (rcirc-print): Decode using rcirc-decode-coding-system.
16080 (rcirc-track-minor-mode): Update global-mode-string when disabling
16082 (minor-mode-alist): Add LowPri indicator.
16083 (rcirc-toggle-low-priority): New function.
16084 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
16085 next lowpriority buffer with activity.
16086 (rcirc-record-activity): Sort buffers in rcirc-activity by the
16087 last time the user posted a message in to the target.
16088 (rcirc-update-activity-string): New formatting for low priority
16090 (rcirc-split-activity): New function.
16091 (rcirc-handler-PART, rcirc-handler-KICK)
16092 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
16093 (rcirc-nick-away-alist): New variable.
16094 (rcirc-handler-301): New handler. Away messages are printed once
16097 2006-04-08 Eli Zaretskii <eliz@gnu.org>
16099 * info.el (Info-follow-nearest-node): Doc fix.
16101 * international/mule-cmds.el (set-locale-environment): Make sure
16102 the coding-system preferred by the locale's language has the same
16103 EOL conversion type as the original buffer-file-coding-system.
16104 (locale-language-names): Add a few MS Windows language codes.
16106 2006-04-07 Richard Stallman <rms@gnu.org>
16108 * simple.el (eval-expression): Doc fix.
16110 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
16111 (eval-defun): Doc fixes.
16113 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
16115 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
16117 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
16119 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
16120 GDB list command without argument for greater generality.
16122 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
16124 * subr.el (string-or-null-p): New function.
16126 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
16128 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
16130 * files.el: Update comment about safe-local-variable declarations.
16132 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
16134 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
16137 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
16138 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
16140 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
16143 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
16144 version 6.0 (minimal changes). See idlwave.org.
16146 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
16147 6.0 (minimal changes). See idlwave.org.
16149 * progmodes/idlw-rinfo.el: File obsoleted and removed.
16151 2006-04-06 Romain Francoise <romain@orebokech.com>
16153 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
16154 symmetric encryption features and a new asynchronous interface to
16155 GnuPG. This new version is version 1.4, plus whitespace changes.
16157 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
16159 * files.el: Move some `safe-local-variable' declarations to the
16162 * textmodes/ispell.el (ispell-check-comments)
16163 (ispell-local-dictionary): Mark as safe.
16165 * abbrev.el (abbrev-mode): Mark as safe.
16167 * add-log.el (change-log-default-name): Mark as safe.
16169 * textmodes/reftex-vars.el (reftex-vref-is-default)
16170 (reftex-fref-is-default, reftex-level-indent)
16171 (reftex-guess-label-type): Mark as safe.
16173 * textmodes/fill.el (colon-double-space): Mark as safe.
16175 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
16176 (sentence-end-double-space, sentence-end-without-period)
16177 (sentence-end-without-space, sentence-end, sentence-end-base)
16178 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
16180 2006-04-06 Kim F. Storm <storm@cua.dk>
16182 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
16183 the :set-after list.
16184 (ido-downcase-unc-hosts): New user option. Default on.
16185 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
16186 when it is set, as regexps are now applied on the fly.
16187 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
16188 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
16189 on the fly, but only when ido-process-ignore-lists is set.
16190 Do case insensitive filtering if ido-downcase-unc-hosts is set.
16191 Only downcase names if ido-downcase-unc-hosts is set.
16193 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
16195 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
16197 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
16199 2006-04-05 Kim F. Storm <storm@cua.dk>
16201 * ido.el (ido-mode): Set after ido-unc-hosts and
16202 ido-ignore-unc-host-regexps.
16203 (ido-save-history): Save ido-unc-hosts-cache.
16204 (ido-load-history): Load ido-unc-hosts-cache.
16205 (ido-reread-directory): Refresh unc hosts cache in // dir.
16207 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
16208 to nil while displaying slash screen.
16210 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16212 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16213 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16215 2006-04-05 Kenichi Handa <handa@m17n.org>
16217 * international/characters.el: Setup cases of Latin, Greek, and
16218 Cyrillic characters in CJK charsets.
16220 2006-03-29 Daiki Ueno <ueno@unixuser.org>
16222 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16223 default-enable-multibyte-characters. This reverts the change from
16224 revision 6.17 which is no longer necessary because the passphrase
16225 is sent separately now. GnuPG messages are unreadable under
16226 multibyte locales with default-enable-multibyte-characters set to nil.
16228 2006-04-04 Andreas Schwab <schwab@suse.de>
16230 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
16231 and `byte-compile-warnings' as `safe-local-variable'.
16233 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
16235 * man.el (Man-mode-map): Restore the \r binding.
16236 (Man-abstract-xref-man-page): If Man-target-string is a function,
16238 (Man-highlight-references): Use Man-default-man-entry to get the
16239 target. Deal with xrefs too.
16240 (Man-highlight-references0): Don't call the target function.
16242 * woman.el (WoMan-xref-man-page): Strip the section number, woman
16243 cannot deal with it.
16245 2006-04-04 Daiki Ueno <ueno@unixuser.org>
16247 * pgg-gpg.el: Clean up process buffers every time gpg processes
16250 2006-04-04 Kenichi Handa <handa@m17n.org>
16252 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
16254 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
16255 Temporarily bind inhibit-field-text-motion to t.
16257 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16259 * startup.el (normal-splash-screen): Only set mode-line-format in the
16260 splash buffer, so as not to interfere when debugging the code.
16261 Ignore errors when switching buffer.
16263 2006-04-03 Romain Francoise <romain@orebokech.com>
16265 * dired.el (dired-dnd-protocol-alist): Fix typo.
16267 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
16269 * savehist.el (savehist): Add :version.
16270 (savehist-ignored-variables): New variable.
16271 (savehist-minibuffer-hook): Don't save variables listed in
16272 `savehist-ignored-variables'.
16274 * dired.el (dired-dnd-protocol-alist): Mention that change does
16275 only apply to new buffers in doc string.
16277 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16279 * recentf.el (recentf-open-files-item): Include newline in button
16280 field, so opening a file will work, when the point is at the end
16281 of the file name. Allow, for example, to [i]search a file by
16282 extension and just push RET to open it.
16284 2006-04-03 Daiki Ueno <ueno@unixuser.org>
16286 * pgg-gpg.el (pgg-gpg-process-filter)
16287 (pgg-gpg-wait-for-completion): Check if buffer is alive.
16289 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16290 lines, temporary fix.
16292 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
16294 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
16296 2006-04-02 Richard Stallman <rms@gnu.org>
16298 * progmodes/compile.el (compilation-message-face): Make it defcustom.
16300 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
16302 * ibuf-macs.el (define-ibuffer-column): Add a new key:
16305 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
16306 (ibuffer-mode-header-map): New keymaps.
16307 (ibuffer-update-title-and-summary): Enable mouse face highlighting
16308 and keybindings for column headers.
16309 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
16312 2006-04-02 Drew Adams <drew.adams@oracle.com>
16314 * speedbar.el (speedbar-after-create-hook): Doc fix.
16316 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
16318 * shell.el (shell-directory-tracker)
16319 (shell-dynamic-complete-command): Doc fixes.
16321 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
16323 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
16326 2006-04-01 Kim F. Storm <storm@cua.dk>
16328 * ido.el (ido-unc-hosts-cache): New defvar.
16329 (ido-unc-hosts): If value of defcustom is a function, call it to
16330 get list of UNC hosts. Add function-item choices to specify
16331 ido-unc-hosts-net-view or user function.
16332 (ido-ignore-unc-host-regexps): New defcustom.
16333 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
16334 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
16335 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
16337 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16339 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
16342 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
16344 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
16345 (ido-max-work-file-list, ido-switch-buffer)
16346 (ido-read-file-name-as-directory-commands):
16347 Fix typos in docstrings.
16349 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16351 * term/mac-win.el (mac-system-coding-system): Define and use after
16352 Mac-specific coding systems are ready.
16354 2006-03-27 Romain Francoise <romain@orebokech.com>
16356 * net/rcirc.el (rcirc-connect): Add autoload cookie.
16358 * ldefs-boot.el: Update.
16360 2006-03-27 Daiki Ueno <ueno@unixuser.org>
16362 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16363 passphrases when it is not needed.
16364 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16365 passphrase stuff from gpg, should only be necessary when you use
16366 gpg with a smartcard.
16368 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
16370 * comint.el (comint-dynamic-list-completions): Allow user to
16371 select *Completions* buffer.
16373 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
16375 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
16377 2006-03-26 Andreas Schwab <schwab@suse.de>
16379 * progmodes/gud.el (gdb): Only complain about multiple debugging
16380 when the gdb process is still running.
16382 2006-03-25 Eli Zaretskii <eliz@gnu.org>
16384 * mail/rmail.el (tool-bar-map): Defvar it.
16385 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
16386 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
16388 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
16390 * help.el (print-help-return-message): Suggest to use
16391 display-buffer instead of switch-to-buffer-other-window to restore
16392 the previous window without selecting it.
16394 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16396 * frame.el (select-frame-by-name): Call x-focus-frame also when
16397 window-system is mac.
16399 * term/mac-win.el: Adjust Courier font specifications in
16400 x-fixed-font-alist.
16401 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
16402 when directly encoding to UTF-16 in native byte order, no BOM.
16404 2006-03-25 Kim F. Storm <storm@cua.dk>
16406 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
16407 (cua--init-keymaps): Use it instead of fixed C-return.
16408 (cua-mode): Set after it.
16410 * emulation/cua-rect.el (cua--init-rectangles):
16411 Use cua-rectangle-mark-key instead of fixed C-return.
16413 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
16415 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
16417 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
16419 2006-03-24 Romain Francoise <romain@orebokech.com>
16421 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
16422 `display-buffer-other-frame'.
16424 2006-03-24 Kim F. Storm <storm@cua.dk>
16426 * apropos.el (apropos-synonyms): Add selection => region.
16428 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
16430 * progmodes/gdb-ui.el (gdb-var-create-regexp)
16431 (gdb-var-list-children-regexp, gdb-var-update-regexp)
16432 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
16433 (gdb-data-list-register-values-regexp)
16434 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
16435 Future proof against new fields being added to MI output.
16436 (gdb-send): Don't treat backslashes for program input as
16438 (gdb-assembler-handler): Don't use window-start for this handler.
16439 (gdb-frame-handler): Don't change to hollow arrow if overlay
16440 arrow doesn't move to new frame.
16442 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
16444 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
16445 prevent compiler warnings.
16446 (gdb-stopped): Check for gud-last-last-frame (case: signal).
16447 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
16448 (gdb-assembler-custom): Use hollow-right-triangle for assembler
16451 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
16453 * pgg-gpg.el (pgg-gpg-update-agent): Check for
16454 make-network-process, so we can use the same code in Gnus v5-10
16455 too and have this file fully synchronized with that release.
16457 2006-03-23 Romain Francoise <romain@orebokech.com>
16459 * ibuf-ext.el (ibuffer-read-filter-group-name):
16460 Use `ibuffer-generate-filter-groups' to make completion list match
16461 the filter groups that are really displayed in the Ibuffer buffer.
16462 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
16464 2006-03-23 Kenichi Handa <handa@m17n.org>
16466 * international/mule-cmds.el (sort-coding-systems): Describe that
16467 the argument is modified in docstring.
16469 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
16471 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16472 (pgg-gpg-update-agent): New function.
16473 (pgg-gpg-use-agent-p): New function.
16474 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16475 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16476 (pgg-gpg-sign-region): Use it.
16478 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
16480 * cus-edit.el (custom-face-set): Call custom-push-theme before
16481 face-spec set so that `changed' theme is correctly saved.
16482 (custom-face-reset-standard): Reset to recalculated face rather
16485 * custom.el (custom-push-theme): Only save `changed' theme if the
16486 current face does not match the defface specs.
16488 2006-03-21 Simon Josefsson <jas@extundo.com>
16490 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16491 <wilde@sha-bang.de>.
16492 (pgg-gpg-use-agent): New variable.
16493 (pgg-gpg-process-region): Use it.
16494 (pgg-gpg-encrypt-region): Likewise.
16495 (pgg-gpg-encrypt-symmetric-region): Likewise.
16496 (pgg-gpg-decrypt-region): Likewise.
16497 (pgg-gpg-sign-region): Likewise.
16498 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16500 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
16502 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
16505 2006-03-21 Kim F. Storm <storm@cua.dk>
16507 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
16508 fringe-indicator-alist instead of modifying global value.
16509 (gdb-frame-handler): Likewise.
16511 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
16513 * diff-mode.el (diff-function): Make it inherit from diff-header
16514 instead of diff-context.
16516 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
16518 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
16519 change names in macro above for consistency.
16520 (gdb-frame-handler): Use hollow-right-triangle for all selected
16521 frames which except the innermost (where execution has stopped).
16522 (gdb-reset): Reset buffer-local values of overlay-arrow.
16524 2006-03-20 Richard Stallman <rms@gnu.org>
16526 * simple.el (set-mark-command): Doc fix.
16528 * files.el (display-buffer-other-frame): New command.
16529 (ctl-x-4-map): Bind C-x 5 C-o to it.
16531 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16533 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
16534 rather than just defer-time, in case defer-time has been changed but
16535 the timer isn't running yet.
16536 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
16538 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
16540 * help-mode.el (help-follow-symbol): New function.
16541 Essentially identical to the old `help-follow', but do not let
16542 `push-button' do the work when on an xref.
16543 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
16545 2006-03-19 Richard Stallman <rms@gnu.org>
16547 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
16548 preceded by the word `program'.
16549 (help-follow-mouse, help-follow): Throw error if not on xref.
16550 Delete no longer used args.
16552 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
16554 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
16555 annotation ensure gud-overlay-arrow-position is redisplayed.
16557 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16559 * textmodes/bibtex.el (bibtex-include-OPTkey)
16560 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
16561 (bibtex-autokey-name-case-convert)
16562 (bibtex-autokey-titleword-case-convert): Make these the aliases
16563 for the following two variables.
16564 (bibtex-autokey-name-case-convert-function)
16565 (bibtex-autokey-titleword-case-convert-function): Make these the
16567 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
16568 bibtex-font-lock-crossref sublists.
16569 (bibtex-mode): Revert 2005-12-30 change (which made
16570 completion-ignore-case buffer-local).
16571 (bibtex-url): Simplify.
16573 2006-03-19 Kim F. Storm <storm@cua.dk>
16575 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
16576 cursor property value to 2 (to align with C level change).
16578 2006-03-19 Bill Wohler <wohler@newt.com>
16580 * image.el (image-load-path-for-library): Shorten first line in
16583 2006-03-18 Richard Stallman <rms@gnu.org>
16585 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
16587 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
16589 * isearch.el (isearch-other-meta-char): Handle user bindings for
16590 shifted control characters.
16592 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
16594 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
16595 part that matches email addresses, file names, etc.
16597 2006-03-18 Eli Zaretskii <eliz@gnu.org>
16599 * term/w32-win.el (mouse-set-font):
16600 Mention w32-list-proportional-fonts in the doc string.
16602 2006-03-18 Kim F. Storm <storm@cua.dk>
16604 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
16605 (ido-unc-hosts): New user option to explicitly define list of know
16606 UNC-style hosts for completion.
16607 (ido-cache-unc-host-shares-time): New user option.
16608 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
16609 New helper functions for UNC file-name support.
16610 (ido-may-cache-directory): Check for UNC host. Simplify.
16611 (ido-wash-history): Clean out old UNC hosts.
16612 (ido-nonreadable-directory-p): UNC hosts are always readable.
16613 (ido-directory-too-big-p): UNC hosts are never too big.
16614 (ido-set-current-directory): Handle UNC root path.
16615 (ido-file-name-all-completions): Complete UNC host names from
16616 ido-unc-hosts list. Cache UNC host shares.
16617 (ido-make-file-list-1): Don't filter UNC root.
16618 (ido-exhibit): Check for // in root directory, and switch to UNC
16619 mode by setting ido-current-directory to //.
16621 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
16623 * cus-edit.el (customize-changed-options): Mention explicit
16624 version number as default in prompt.
16626 2006-03-17 Bill Wohler <wohler@newt.com>
16628 * image.el (image-load-path-for-library): Minor docstring fix.
16630 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
16632 * textmodes/org.el (org-read-date): Include subgroup 5 into
16634 (org-popup-calendar-for-date-prompt): Fix customization type.
16636 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
16638 * progmodes/gdb-ui.el (gud-watch): Provide completion.
16639 (gdb-continuation): New variable.
16640 (gdb-send): Deal with continuation lines.
16642 * progmodes/gud.el (gud-gdb-complete-command)
16643 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
16645 (gud-tooltip-mode): Use buffer-local value.
16647 2006-03-16 Kim F. Storm <storm@cua.dk>
16649 * ido.el (ido-edit-input): Use selected match, if any.
16651 2006-03-16 Bill Wohler <wohler@newt.com>
16653 * image.el (image-load-path-for-library): Prefer user's images in
16656 2006-03-16 Martin Rudalics <rudalics@gmx.at>
16658 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
16659 when checking for attempt to drag leftmost or rightmost scrollbar.
16661 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
16663 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
16664 (gdb-force-mode-line-update): New function.
16665 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
16666 (gdb-exited): Use them.
16667 (gdb-signal): New function.
16668 (gdb-annotation-rules): Provide a rule for it.
16670 2006-03-16 Kenichi Handa <handa@m17n.org>
16672 * international/mule.el (auto-coding-regexp-alist): Add entries
16675 * sort.el (sort-build-lists): Temporarily bind
16676 inhibit-field-text-motion to t.
16678 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
16680 * locate.el (locate-command, locate-make-command-line)
16681 (locate-fcodes-file, locate-update-command)
16682 (locate-prompt-for-command, locate, locate-with-filter)
16683 (locate-get-file-positions): Doc fixes.
16684 (locate-buffer-name, locate-header-face): Remove leading `*' in
16686 (locate-filter-output): Use `keep-lines' instead of its alias
16687 `delete-non-matching-lines'.
16688 (locate-get-filename, locate-get-dirname): Add introductory comment.
16689 (locate-find-directory-other-window): Give appropriate error
16690 message if used outside main listing.
16692 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16694 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
16695 the new extend-region feature.
16696 (font-lock-after-change-function): Update correspondingly.
16697 * jit-lock.el (jit-lock-after-change): Update correspondingly.
16698 * progmodes/grep.el (font-lock-lines-before): Don't disable.
16700 2006-03-15 Bill Wohler <wohler@newt.com>
16702 * image.el (image-load-path-for-library): Fix example by not
16703 recommending that one binds image-load-path. Just defvar it to
16704 placate compiler and only use it if previously defined.
16706 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
16708 * textmodes/org.el (org-insert-centered): Use `string-width' to
16709 make underlining work for wide characters.
16710 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
16711 TAB to `org-cycle', to make sure that no binding in
16712 `outline-mode-map' can supercede it.
16714 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
16716 * allout.el: Increment version to 2.2.1 in file commentary.
16718 (allout-version): Increment to 2.2.1.
16720 (allout-default-layout): New customization variable, used when the
16721 file lacks a specific allout-layout. Uses allout-layout-type for
16722 recursively nested definition.
16724 (allout-layout-type): Widget defining allout layouts, necessary for
16725 self-recursive definition.
16727 (allout-mode): Incorporate allout-default-layout as fallback for
16730 (allout-layout): Mark as 'safe-local-variable', and refer mention
16731 fallback to `allout-default-layout' in absence of a specified value.
16732 (allout-passphrase-verifier-string)
16733 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
16735 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
16737 (allout-get-encryption-passphrase-verifier): Use correct name of
16738 passphrase verifier in docstring.
16740 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
16742 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
16744 (gdb-find-watch-expression): Make it work for arrays too.
16745 Follow change to gdb-var-list.
16746 (gud-watch): Allow the user to enter variable name with a prexix
16747 arg. Create keybindings.
16748 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16749 (gdb-var-list-children-handler, gdb-var-update-handler)
16750 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
16751 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
16752 Follow change to gdb-var-list.
16753 (gdb-starting): Don't show the overlay arrows when program is running.
16755 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
16758 2006-03-14 Bill Wohler <wohler@newt.com>
16760 * image.el (image-load-path-for-library): Pass value of path
16761 rather than symbol. Always return list of directories.
16762 Guarantee that image directory comes first.
16764 2006-03-14 Alan Mackenzie <acm@muc.de>
16766 * font-core.el (font-lock-extend-region\(-function\)?.):
16767 New function/variable.
16769 * font-lock.el (font-lock-after-change-function):
16770 Call font-lock-extend-region. Obey font-lock-lines-before.
16771 (font-lock-default-fontify-region): Remove reference to
16772 font-lock-lines-before.
16774 * jit-lock.el (jit-lock-after-change):
16775 Call font-lock-extend-region. Obey font-lock-lines-before.
16777 2006-03-14 David Ponce <david@dponce.com>
16779 * tree-widget.el (tree-widget-themes-load-path)
16780 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
16782 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
16784 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
16785 (rcirc-print): Mark the start of text at the end of the prompt.
16786 (rcirc-track-minor-mode): Add autoload cookie.
16787 (rcirc-update-activity-string): Add space to front of mode-line
16790 2006-03-13 Miles Bader <miles@gnu.org>
16792 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
16793 (rcirc-abbrev-nick): Remove function.
16794 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
16796 2006-03-13 David Ponce <david@dponce.com>
16798 * tree-widget.el: Handle themes across all occurrences of the main
16799 themes sub-directory found in tree-widget-themes-load-path.
16800 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
16801 (tree-widget--locate-sub-directory): Return all occurrences.
16802 (tree-widget-themes-path): New function.
16803 Replace tree-widget-themes-directory, and return a list of directories.
16804 (tree-widget-set-parent-theme)
16805 (tree-widget-lookup-image): Use it.
16807 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
16809 * textmodes/org.el (org-link-search): Avoid self-matching of
16810 links, allow target text to be distributed over several lines.
16811 (org-search-not-link): New function.
16812 (org-set-regexps-and-options, org-get-current-options):
16813 New startup options.
16814 (org-export-as-html): Take odd-level setting from local variable.
16815 (org-fontify-emphasized-text): New option.
16816 (org-set-font-lock-defaults): Include emphasized text.
16817 (org-follow-mhe-link): Allow folder-only links, fix folder name.
16818 (org-font-lock): Customize group renamed from `org-faces'.
16820 2006-03-13 John Paul Wallington <jpw@pobox.com>
16822 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
16823 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
16825 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
16827 * cus-start.el (all): Delete :version keyword for members of the
16828 fringe group, since the entire group is new in 22.1.
16830 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
16832 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
16833 map if value is hexadecimal (an address).
16834 (gud-watch): Only search roots for existing watch expressions.
16835 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
16836 prevent caching problems with speedbar-update-directory-contents.
16838 2006-03-12 Juri Linkov <juri@jurta.org>
16840 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
16841 before comparing with `low' and `warn'.
16843 * info.el (Info-dir-remove-duplicates): Move point to the
16844 beginning of the current line after deleting the entries from
16845 redundant heading. Use marker for `limit' and compare it with
16846 point before calling `re-search-forward'.
16848 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
16850 * simple.el (yank): Fix typo in docstring.
16852 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
16854 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
16855 messages, where "D" is the 6th character.
16857 2006-03-11 Eli Zaretskii <eliz@gnu.org>
16859 * simple.el (yank): Fix last change.
16861 2006-03-11 David Ponce <david@dponce.com>
16863 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
16864 before merging elements from the standard ispell-dictionary-alist.
16865 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
16866 alist, and return the new alist.
16868 2006-03-11 Richard Stallman <rms@gnu.org>
16870 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
16872 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
16873 the way it is implemented is too unclean.
16875 * simple.el (kill-region, yank): Doc fix.
16877 * battery.el (battery-echo-area-format): Doc fix.
16878 (battery-mode-line-format): Likewise.
16879 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
16880 (battery-linux-proc-acpi): Ignore batteries that say "charged".
16882 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
16884 * progmodes/octave-mod.el (octave-indent-for-comment):
16885 Behave according to do string.
16887 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
16889 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
16890 Be visible only if major mode is Mail Mode.
16892 * textmodes/flyspell.el (flyspell-external-point-words)
16893 (flyspell-process-localwords): Fix last changes.
16895 2006-03-11 Eli Zaretskii <eliz@gnu.org>
16897 * calendar/holidays.el (list-holidays): Doc fix.
16899 * international/mule.el (auto-coding-alist): Add .odt
16900 (OpenOffice's open document) files.
16902 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
16903 document) files. Mention in the doc string the need to sync with
16906 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
16908 * files.el (hack-local-variables-confirm): Don't prompt for ! if
16909 enable-local-variables is set to always query, or there is no
16912 2006-03-10 Bill Wohler <wohler@newt.com>
16914 * image.el (image-load-path-for-library): Merge at least three
16915 functions from Gnus and MH-E into this one function that can now
16918 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
16920 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
16921 gdb-remove-mouse-face and remove help-echo too.
16922 (gdb-enqueue-input): Correct conditional clause.
16924 2006-03-10 Glenn Morris <rgm@gnu.org>
16926 * calendar/calendar.el (calendar-holidays): Doc fix.
16927 * calendar/holidays.el (list-holidays): Doc fix.
16929 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
16931 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
16932 it gets called in gdb-prompt anyway.
16933 (gdb-use-separate-io-buffer): Only restore window arrangement for
16935 (gdb-enqueue-input): Make it harder to send GDB input when program
16937 (gdb-buffer-list): New variable.
16938 (gdb-remove-mouse-face): New function.
16939 (gdb-starting): Use it when GDB input won't get sent.
16941 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
16943 * help.el (view-lossage): Remove trailing whitespace before
16946 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
16948 * files.el (hack-local-variables-confirm):
16949 Set coding-system-for-read to nil before writing to .emacs.
16951 * arc-mode.el (archive-extract): Check if an existing buffer name
16952 comes from a different archive.
16954 * help.el (describe-key-briefly): If KEY is a down event, read and
16955 discard the up event.
16957 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
16959 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
16960 be edited and use font-lock-warning-face for any changes.
16962 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
16963 (gdb-edit-value): Use it to report any errors.
16965 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
16967 * help.el (describe-key): Remove leftover test code.
16969 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
16971 * textmodes/org.el: Move defvars out of eval-when-compile.
16972 Use buffer-file-name variable.
16973 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
16975 (org-level-faces): Remove startup dependency.
16976 (org-cycle, org-map-tree, org-scan-tags)
16977 (org-remember-handler): Don't call `outline-level' directly.
16978 (org-mhe-search-all-folders): New option.
16979 (org-mhe-get-message-folder-from-index)
16980 (org-mhe-get-message-folder): Fix indexing search.
16981 (org-format-agenda-item): Handle nil TAGS argument.
16982 (org-cleaned-string-for-export, org-activate-target-links)
16983 (org-make-target-link-regexp): Deal with empty radio target list.
16984 (org-tag): New face.
16985 (org-get-level-face): New function.
16986 (org-set-font-lock-defaults): Simplify setup for headlines.
16987 (org-complete): Pass common substring to `display-completion-list'.
16989 2006-03-06 David Ponce <david@dponce.com>
16991 * tree-widget.el: Update Commentary header.
16992 (tree-widget-theme-name): Ignore parent themes.
16993 (tree-widget-set-parent-theme): New function.
16994 (tree-widget-set-theme): Use it.
16995 (tree-widget-set-image-properties): Move definition. Does nothing
16996 if image properties have already been set.
16997 (tree-widget-image-properties): Move definition. Receive an image
16998 name. Set the :pointer property.
16999 (tree-widget-lookup-image): Doc fix. Search in parent themes.
17000 Don't set the :pointer image property.
17001 (tree-widget-convert-widget): New function. Handle :dynargs
17002 compatibility here.
17003 (tree-widget): Use it to :convert-widget. Add the :expander-p
17004 predicate to control when the :expander function is entered.
17005 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
17006 (tree-widget-value-create): Handle :expander-p. widget-apply
17008 (tree-widget-expander-p): New function. Default value of the
17009 :expander-p property.
17011 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
17013 * help.el (describe-key): Properly handle the return value of
17014 read-key-sequence when grabbing an up-event. Cleanup mouse-1
17015 remaps. Handle string and vector `follow-link' values.
17017 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
17019 * complete.el (PC-expand-many-files): Try be more careful when parsing
17020 the shell's output.
17022 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17024 * outline.el (hide-sublevels): Provide better interactive default.
17026 2006-03-06 Kenichi Handa <handa@m17n.org>
17028 * international/fontset.el (create-fontset-from-fontset-spec):
17029 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
17031 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
17033 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
17034 backslashes instead of one in regexp.
17035 (gud-tooltip-dereference): Add missing optional argument.
17037 2006-03-04 John Paul Wallington <jpw@pobox.com>
17039 * wdired.el (toplevel): Require `cl' at compile-time.
17041 2006-03-04 Andreas Schwab <schwab@suse.de>
17043 * server.el (server-process-filter): Handle errors during
17044 evaluation of the argument.
17046 2006-03-03 John Paul Wallington <jpw@pobox.com>
17048 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
17049 escape parentheses at beginning of line.
17050 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
17051 (t-mouse-mode): Remove period from end of error message.
17053 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
17055 * textmodes/flyspell.el (flyspell-process-localwords):
17058 2006-03-03 Martin Rudalics <rudalics@gmx.at>
17060 * cus-edit.el (custom-quote): Remove function, since it has been
17061 moved to custom.el.
17063 * font-lock.el (lisp-font-lock-keywords-2)
17064 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
17065 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
17066 they have no special meaning.
17068 * midnight.el (clean-buffer-list): Handle case where base-buffer of
17069 indirect buffer gets killed before indirect buffer. Use dolist.
17071 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
17073 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
17074 value instead of a literal constant (1) on more pauses.
17076 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
17078 * textmodes/flyspell.el (flyspell-external-point-words):
17081 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
17083 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
17086 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
17088 * allout.el: Restablish intermediate missing comment header to
17089 preserve outline structure.
17090 (allout-beginning-of-current-entry): Skip invisible text.
17091 (allout-open-topic): Fix opening a topic at end-of-buffer.
17092 (allout-minor-mode): Move nearer to allout-mode function.
17094 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
17096 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
17098 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
17100 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
17103 * progmodes/gud.el (gud-speedbar-menu-items):
17104 Use buffer-local-value and add missing :visible keyword.
17106 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
17108 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
17110 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
17111 must be `follow-link'.
17113 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
17115 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
17116 formatting: No nested anchors.
17117 (org-all-targets): Fix bug with XEmacs compatibility.
17118 (org-read-date): Add (require 'parse-time).
17119 (org-set-tags): Fix bug with extra inserted space.
17120 (org-export-html-style): Define a style class for targets.
17121 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
17122 (org-hide-leading-stars): New option.
17123 (org-hide): New face.
17124 (org-set-font-lock-defaults): Allow to hide leading stars.
17125 (org-get-legal-level, org-tr-level): New functions.
17126 (org-odd-levels-only): New option.
17127 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
17128 (org-demote, org-promote): Deal with double-star levels.
17129 (org-convert-to-odd-levels): New command.
17131 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
17133 * speedbar.el (speedbar-update-localized-contents): Try to
17134 preserve window-start.
17135 (speedbar-update-directory-contents): Try to preserve window-start
17137 (speedbar-update-special-contents): Don't move back to start of window.
17139 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
17140 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
17142 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
17143 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
17144 instead of gdb-speedbar-timer-fn.
17146 2006-02-28 Jay Belanger <belanger@truman.edu>
17148 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
17149 (math-compose-expr): Use latex option when calling
17150 `math-compose-tex-matrix' for latex mode.
17152 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
17154 * speedbar.el: Re-instate comments about developing for speedbar
17155 [this is what info and gdb-ui use even if better methods exist now].
17157 * t-mouse.el: New file.
17158 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
17159 (t-mouse-lispy-buffer-posn-from-coords): Remove.
17160 (t-mouse-make-event-element): Use posn-at-x-y instead.
17161 (t-mouse-make-event): Deal with Fedora Core 3.
17162 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
17163 (t-mouse-mouse-position-function): New function. Use it instead
17164 of advising mouse-position.
17165 (t-mouse-mode): New minor mode.
17166 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
17168 2006-02-27 Glenn Morris <rgm@gnu.org>
17170 * calendar/calendar.el (calendar-holidays): Doc fix.
17172 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
17174 * progmodes/gdb-ui.el (gdb-source-window): New variable.
17175 Re-introduce the concept of a source window.
17176 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
17177 consistency with get-buffer-create.
17178 (def-gdb-auto-update-handler, gdb-info-locals-handler)
17179 (gdb-data-list-register-values-handler)
17180 (gdb-stack-list-locals-handler): Try to preserve window-start as
17181 well as window-point.
17182 (gdb-display-source-buffer): New function (old concept).
17183 (gdb-goto-breakpoint): Use it.
17185 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
17186 for gdb-ui/gdb-mi (old concept).
17188 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
17190 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
17193 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
17195 * textmodes/reftex-sel.el (reftex-select-label-map)
17196 (reftex-select-bib-map): Add `follow-mouse' binding.
17198 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
17200 * jka-cmpr-hook.el (jka-compr-compression-info-list)
17201 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
17202 Give :set functions to provide automatic updating.
17203 Update docstring. Give compiler defvars early in the file
17204 and move the defcustoms to a later spot where all called functions
17206 (jka-compr-file-name-handler-entry): Doc fix.
17207 (jka-compr-compression-info-list--internal)
17208 (jka-compr-mode-alist-additions--internal)
17209 (jka-compr-load-suffixes--internal): New variables.
17210 (jka-compr-install): Set the three above variables.
17211 Update `load-file-rep-suffixes' instead of `load-suffixes'.
17212 (jka-compr-update, jka-compr-set): New functions.
17213 (auto-compression-mode): Doc fix.
17215 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
17216 Update `load-file-rep-suffixes' instead of `load-suffixes'.
17217 Use jka-compr-compression-info-list--internal,
17218 jka-compr-mode-alist-additions--internal and
17219 jka-compr-load-suffixes--internal.
17221 * files.el (load-library):
17222 * loadhist.el (file-loadhist-lookup):
17223 * startup.el (command-line):
17224 * subr.el (locate-library):
17225 * emacs-lisp/autoload.el (update-directory-autoloads):
17226 * emacs-lisp/find-func.el (find-library-suffixes):
17227 Use `get-load-suffixes' instead of `load-suffixes'.
17229 * subr.el (locate-library):
17230 * emacs-lisp/find-func.el (find-library-name):
17231 Use `load-file-rep-suffixes' instead of '("").
17233 2006-02-26 Kim F. Storm <storm@cua.dk>
17235 * ido.el (ido-save-history, ido-load-history): Simplify.
17236 Don't use find-file-noselect to avoid interference from other modes.
17238 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
17240 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
17241 to use the default shell if filename is not available.
17242 Reported by Giorgos Keramidas.
17244 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
17246 * progmodes/etags.el (tags-completion-table): Do completion from
17247 all the tables in the current list, as documented in the manual.
17249 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17251 * CC Mode Update to 5.31.3.
17253 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17255 * progmodes/cc-mode.el (c-postprocess-file-styles):
17256 Bind inhibit-read-only to t, around the call to
17257 c-remove-any-local-eval-or-mode-variables, so that it works on a
17260 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17262 * progmodes/cc-awk.el: Correct a typo.
17264 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17266 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
17267 c-hungry-delete-backwards, at the request of RMS. Leave the old
17270 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17272 * progmodes/cc-mode.el: Correct a typo.
17274 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17276 * progmodes/cc-defs.el: Update the version number to 5.31.3.
17278 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17280 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
17281 brace-else-brace (error due to mbeg, mend being undefined).
17283 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17285 * progmodes/cc-mode.el: File Local variables: Solve the problem
17286 where both `mode' and c-file-offsets are specified: `mode' will
17287 overwrite c-f-o's settings:
17288 (c-remove-any-local-eval-or-mode-variables): New function.
17289 (c-postprocess-file-styles): Call the above new function, within
17290 c-tentative-buffer-change, to splat `mode' and `eval' before the
17291 second hack-local-variables.
17293 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17295 * progmodes/cc-mode.el:
17296 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
17297 (c-after-change): Protect the match data with save-match-data.
17298 It was getting corrupted by c-after-change-check-<>-operators.
17300 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
17301 (top level): Check for a buggy font-lock-compile-keywords ONLY in
17302 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
17304 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
17305 with save-match-data. It was being corrupted when Font Lock was
17308 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17310 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
17311 Mode and Subword Mode.
17313 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
17314 real labels ("case 1:" or "foo:") from non-labels ("public:").
17315 (c-forward-objc-directive): Replace c-forward-token-2 with crude
17316 coding; c-f-t-2 doesn't move over a token at EOB.
17318 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
17320 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
17321 (c-update-modeline): Concatenate the minor mode indicators
17322 directly onto mode-name, removing c-submode-indicators.
17323 Sometimes, c-s-i got separated from the mode name on the mode line.
17325 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
17326 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
17328 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17330 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
17331 error message when there's an evaluation error to show whether
17332 it's loaded from source or not.
17333 (c-filter-ops): Make it available at runtime too to work when
17334 `c-make-init-lang-vars-fun' needs to evaluate from source.
17336 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
17338 * help.el (help): Revert last part of 2006-02-23 change (deletion
17339 of the `provide' call).
17341 2006-02-23 Juri Linkov <juri@jurta.org>
17343 * compare-w.el (compare-windows-highlight): Add new value
17344 `persistent' and change :type from `boolean' to `choice'.
17345 (compare-windows-overlays1, compare-windows-overlays2):
17346 New internal variables.
17347 (compare-windows-highlight): If compare-windows-highlight is
17348 `persistent', add current overlays to compare-windows-overlays[12]
17349 instead of adding compare-windows-dehighlight to pre-command-hook.
17350 (compare-windows-dehighlight): Delete all overlays from
17351 compare-windows-overlays[12].
17353 * info.el (Info-search): Don't bind search-spaces-regexp to
17354 Info-search-whitespace-regexp in non-regexp isearch mode.
17356 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17358 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
17360 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
17362 * textmodes/org.el (org-xemacs-p)
17363 (org-export-html-show-new-buffer, org-table-may-need-update)
17364 (org-insert-item, org-mhe-get-message-real-folder)
17365 (org-mhe-get-message-folder-from-index)
17366 (org-mhe-get-message-folder, org-mhe-get-message-num)
17367 (org-mhe-get-header, org-make-org-heading-search-string)
17368 (org-make-org-heading-camel, org-table-sort-lines)
17369 (org-format-org-table-html, org-format-table-table-html):
17370 Fix typos in docstrings.
17372 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
17374 * textmodes/org.el (org-cleaned-string-for-export)
17375 (org-solidify-link-text): New function.
17376 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
17377 XEmacs, just to silence the compiler.
17378 (org-export-as-ascii, org-export-as-html-and-open):
17379 Use `org-cleaned-string-for-export' and create internal links.
17380 (org-follow-mhe-link): Require mh-e, use folder.
17382 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
17384 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
17386 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
17387 gdb-debug-log-length.
17388 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
17389 it a real ring but...
17390 (gud-gdba-marker-filter): ...make it work like mark-ring.
17391 (gdb-enable-debug): Rename from gdb-enable-debug-log.
17392 (gdb-mouse-jump): New function. Add bindings.
17394 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
17396 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
17397 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
17398 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
17399 (gdb-debug-log-length): Customize it's length.
17400 (gud-watch, gdb-var-create-handler): Display function::var format
17401 but don't use to create variable object.
17402 (gdb-var-create-handler): Use message-box in place of message.
17403 (gdb-stopped): Call gdb-exited if signalled.
17405 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
17407 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
17409 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
17411 * textmodes/reftex.el (reftex-locate-file): Search all extensions
17412 if `reftex-try-all-extensions' is set.
17414 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
17415 fail silently when there is no valid argument at point.
17416 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
17417 `fail-silently' argument. From a patch by David Reiter.
17419 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
17421 (org-mark-ring): New variable.
17422 (org-mark-ring-length): New option.
17423 (org-open-at-point, org-goto, org-open-file): Push old position
17424 onto the mark ring.
17425 (org-add-hook): New function.
17426 (org-export-table-remove-special-lines): New option.
17427 (org-skip-comments, org-format-org-table-html): Respect new
17428 option `org-export-table-remove-special-lines'.
17429 (org-open-file): Allow special command configuration for
17431 (org-file-apps): Fix bugs in customize type, added setting
17433 (org-activate-tags, org-format-agenda-item, org-complete)
17434 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
17435 (org-get-tags, org-get-buffer-tags, org-open-at-point)
17436 (org-link-search, org-make-org-heading-search-string)
17437 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
17438 (org-radio-targets, org-file-link-context-use-camel-case)
17439 (org-activate-camels): New options.
17440 (org-update-radio-target-regexp, org-all-targets)
17441 (org-make-target-link-regexp, org-activate-target-links):
17443 (org-make-org-heading-search-string): New function.
17444 (org-store-link, org-insert-link): Use new option
17445 `org-file-link-context-use-camel-case'.
17446 (org-activate-camels): Use new option `org-activate-camels'.
17447 (org-link-regexp): Add mhe prefix.
17448 (org-open-at-point, org-store-link): Support for mhe links.
17449 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
17450 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
17451 (org-mhe-get-header, org-follow-mhe-link): New functions.
17452 (org-remove-angle-brackets, org-add-angle-brackets):
17454 (org-bracket-link-regexp): New constant.
17455 (org-read-date): Fix bug that was rejecting all typed dates.
17456 (org-link-search): Make hierarchy above visible after a match.
17457 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
17458 (org-store-link): Fix bug with link creation when cursor is in
17460 (org-open-at-point): Fix bug with matching a link.
17461 Fixed buggy argument sequence in call to `org-view-tags'.
17462 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17463 (org-prefix-has-tag): New variable.
17464 (org-format-agenda-item): Remove tags from headline
17466 (org-agenda-remove-tags-when-in-prefix): New option.
17468 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
17470 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
17471 Fix the regular expressions.
17473 2006-02-21 Richard M. Stallman <rms@gnu.org>
17475 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
17476 if there's no other specific basis.
17478 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
17479 as variables at all.
17480 (unsafep-variable): Rename arg; doc fix.
17482 * abbrevlist.el (list-one-abbrev-table): Add autoload.
17484 * calendar/appt.el (diary-selective-display): Add defvar.
17486 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
17488 * isearch.el (search-whitespace-regexp): Fix custom type.
17490 * help.el (describe-key-briefly): Compute interactive args
17491 in same was as before previous change.
17493 * files.el (enable-local-variables): Doc fix.
17495 2006-02-21 Kim F. Storm <storm@cua.dk>
17497 * fringe.el: Cleanup as file is now pre-loaded.
17498 (fringe-bitmaps): Initialize unconditionally.
17499 (fringe-mode, set-fringe-style): Remove autoload cookies.
17501 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
17503 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
17505 (fringe-cursor-alist): Use `horizontal-bar'.
17507 2006-02-20 Kim F. Storm <storm@cua.dk>
17509 * fringe.el (fringe-bitmaps): Update to new bitmap names.
17510 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
17512 * loadup.el: Load "fringe" on window systems.
17514 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
17516 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
17517 out of scope components.
17519 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
17522 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
17524 * custom.el (customize-mark-to-save, customize-mark-as-set):
17525 Load the symbol first.
17527 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
17529 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
17530 strech spec so it doesn't display as "^J" on the header line
17531 when `Buffer-menu-use-header-line' is t.
17533 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
17535 * speedbar.el (speedbar-make-button): Keep text properties
17536 of string arguments if desired.
17538 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
17541 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
17544 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
17546 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
17547 to value of `read-file-name-completion-ignore-case'.
17549 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
17551 * custom.el (customize-mark-as-set): Push to `user' theme.
17553 * cus-edit.el (custom-save-variables): Allow unthemed values.
17554 (customize-set-variable): Push setting to `user' theme.
17556 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
17558 * progmodes/gud.el: Don't require font-lock as it's now
17559 automatically loaded.
17560 (gud-speedbar-buttons): Replace gdb-var-changed with
17563 * progmodes/gdb-ui.el (gdb-force-update): Rename from
17565 (gdb-post-prompt): Use it.
17566 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
17567 (gdb-var-update-handler, gdb-var-delete)
17568 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
17569 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
17570 gdb-force-update in gdb-post-prompt.
17571 (gdb-reset): Clear watch expressions from speedbar when quitting.
17573 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17575 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17576 (viper-change-state-to-vi, viper-change-state-to-emacs):
17577 Make aware of cursor coloring in the Emacs state.
17578 (viper-special-read-and-insert-char): Use read-char-exclusive.
17579 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
17581 * emulation/viper-init.el (viper-emacs-state-cursor-color):
17584 * emulation/viper-util.el (viper-save-cursor-color)
17585 (viper-get-saved-cursor-color-in-replace-mode)
17586 (viper-get-saved-cursor-color-in-insert-mode)
17587 (viper-restore-cursor-color): Make aware of the cursor color
17589 (viper-get-saved-cursor-color-in-emacs-mode): New function.
17591 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
17592 (ediff-ignore-case-option3, ediff-actual-diff-options)
17593 (ediff-actual-diff3-options): New variables to control case sensitivity.
17594 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
17595 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
17596 (ediff-toggle-ignore-case): New function.
17597 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
17599 * ediff-help.el (ediff-long-help-message-narrow2)
17600 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
17601 (ediff-long-help-message-word-mode): Add ignore-case command.
17602 (ediff-help-for-quick-help): Add ignore-case command.
17604 * ediff-merg.el: Move provide to the end.
17606 * ediff-ptch.el: Move provide to the end.
17608 * ediff-wind.el: Move provide to the end.
17610 * ediff-mult.el: Move provide to the end.
17611 (ediff-set-meta-overlay): Enable follow-link.
17613 * ediff.el: Move provide to the end.
17614 Break recursive load cycle in eval-when-compile.
17615 (ediff-patch-buffer): Better heuristics.
17617 * ediff-util.el: Move provide to the end.
17618 Break recursive load cycle in eval-when-compile.
17619 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
17621 (ediff-submit-report): Pass the values of ediff-diff3-program,
17622 ediff-diff3-options.
17624 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
17626 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
17627 the opening bracket of the following bracketing pairs: {}, [], (), <>,
17628 `' (for example, in the docstring of `windmove-default-keybindings').
17630 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
17632 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
17633 shadow face. Don't provide binding to edit variable when it is
17636 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17637 (gdb-var-update-handler): Detect out of scope variables with pre
17639 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
17640 Reset status of variable objects to nil in update handlers.
17641 (gdb-var-update-handler-1): Detect when a variable object comes
17642 in scope. setcar on var changes gdb-var-list directly.
17644 2006-02-17 Juri Linkov <juri@jurta.org>
17646 * ffap.el (ffap) <defface>: Add explicit face declaration.
17647 (ffap-highlight): Use face `ffap' directly instead of checking
17650 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
17651 `visible-ok' of `other-buffer' to find the right original buffer.
17653 * info.el (Info-search): Skip `Local Variables' node.
17655 2006-02-17 Juri Linkov <juri@jurta.org>
17657 * info.el (Info-find-file): Check for symbols `apropos', `history',
17658 `toc' in the input filename, and return these symbols as is.
17659 (Info-find-node-2): Set Info-current-file to symbols `apropos',
17660 `history', `toc' instead of strings.
17661 (Info-set-mode-line): For non-string Info-current-file use the
17662 symbol's name inside **.
17663 (Info-isearch-push-state): Add quote before Info-current-file and
17665 (Info-isearch-pop-state): Use `equal' instead of `string='.
17666 (Info-extract-pointer, Info-following-node-name): Use
17667 `match-string-no-properties' instead of `match-string'.
17668 (Info-up): Check `old-file' for `stringp'.
17669 (Info-history): Use `equal' instead of `string-equal'.
17670 Check `file' for `stringp'.
17671 (Info-history): Use symbol `history' instead of string as first arg
17672 of `Info-find-node'.
17673 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
17674 `toc' instead of string.
17675 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
17676 instead of `buffer-substring', and `match-string-no-properties'
17677 instead of `match-string'.
17678 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
17679 instead of strings.
17680 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
17681 Use symbol `apropos' instead of string.
17682 (Info-copy-current-node-name): Check `Info-current-file' for
17683 `stringp' and construct a command with `Info-find-node' from it.
17684 (Info-fontify-node): Use `match-string-no-properties' instead of
17685 `match-string' and check file names for `stringp'.
17686 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
17687 `history', `toc' instead of strings.
17689 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
17691 * files.el: Rearrange functions and variables in the file local
17694 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
17696 * files.el: Add truncate-lines, ispell-check-comments and
17697 ispell-local-dictionary as safe local variables.
17699 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
17701 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
17702 out of scope variables.
17703 (gud-speedbar-buttons): Use unless.
17705 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
17706 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
17707 (gdb-show-changed-values): Also use for out of scope variables.
17708 (gdb-var-update-handler-1): Note if variable goes out of scope.
17710 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
17712 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
17713 default to global variable values for unsupplied args.
17714 (rcirc-get-buffer-create): Fix bug with setting the target.
17715 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
17716 test for rcirc-always-use-server-buffer-flag here.
17717 (rcirc-response-formats): Add %N, which is a facified nick. %n
17718 uses the default face. Change the ACTION format string. If the
17719 "nick" is the server, don't print anything for that field.
17721 (rcirc-target-buffer): Don't test
17722 rcirc-always-use-server-buffer-flag here.
17723 (rcirc-print): Squeeze extra spaces out of the text before message.
17724 (rcirc-put-nick-channel): Strip potential "@" char from nick
17725 before adding them to nick table.
17726 (rcirc-url-regexp): Improve to match address like "foo.com".
17728 2006-02-17 Eli Zaretskii <eliz@gnu.org>
17730 * allout.el (allout-hidden-p): Move this defsubst before
17731 allout-overlay-interior-modification-handler, where it is first
17734 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
17736 * allout.el: Use allout invisible-text overlays instead of
17737 selective display for concealed text. Also, lots of general
17738 cleanup, and improved compatibility code.
17740 (allout-version): Incremented, corrected, revised, and refined
17743 (provide 'allout): Moved to the bottom, added a require of overlay.
17745 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
17747 (allout-write-file-hook-handler): Minimize delay.
17748 (count-trailing-whitespace-region): New function so
17749 auto-encryption of current topic can resituate cursor exactly.
17750 PGP/GPG encryption trims trailing whitespace from lines, which
17751 must be accounted for across encryption then decryption.
17753 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
17754 just plain "\C-c", to avoid intruding on user's keybinding space.
17756 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
17757 parameter, so user request to provide a new password is done.
17759 (allout-outside-normal-auto-fill-function, allout-auto-fill):
17760 Refined mechanism for auto-filling behavior while in allout mode.
17762 (allout-mode): Explicitly specify the mode map in the docstring.
17763 Clarify provision for various write-file hook var names.
17764 Adjusted for invisible-text overlays instead of selective-display.
17766 (allout-depth): Really return 0 if not within any topic. This
17767 rectifies `allout-beginning-of-level' and sequence numbering
17768 errors that occur when cutting and pasting numbered topics.
17769 Changed from a in-line subst to a regular function, as well.
17771 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
17773 (allout-end-of-subtree, allout-end-of-subtree)
17774 (allout-end-of-entry, allout-end-of-current-heading)
17775 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
17776 (allout-show-children, allout-show-to-offshoot)
17777 (allout-hide-current-entry, allout-show-current-entry): Rectified
17778 handling of trailing blank lines between items.
17780 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
17781 (allout-current-depth, allout-unprotected, allout-hidden-p)
17782 (allout-on-current-heading-p, allout-listify-exposed)
17783 (allout-chart-subtree, allout-goto-prefix)
17784 (allout-back-to-current-heading, allout-get-body-text)
17785 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
17786 (allout-hide-region-body, allout-toggle-subtree-encryption)
17787 (allout-encrypt-string, allout-encrypted-key-info)
17788 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
17789 (allout-file-vars-section-data): Adjusted for use with
17790 invisible-text overlays instead of selective-display.
17792 (allout-kill-line, allout-kill-topic, allout-yank-processing):
17793 Reworked for use with invisible text overlays.
17795 (allout-current-topic-collapsed-p): New function.
17797 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
17798 to know when to close the containing topic.
17800 (allout-pre-command-business, allout-post-command-business):
17801 Simplify undo-batching and dynamic isearch exposure.
17803 (allout-set-overlay-category): New for invisible-text overlays.
17804 Sets properties of allout-overlay-category, used by
17805 allout-flag-region to set invisible-text overlay properties.
17806 (allout-get-invisibility-overlay): Get the first qualifying
17807 invisibility overlay, so we can find the extent of it.
17808 (allout-back-to-visible-text): Get to just before the beginnining
17809 of the current invisibility overlay, if any.
17811 (allout-overlay-insert-in-front-handler)
17812 (allout-overlay-interior-modification-handler)
17813 (allout-before-change-handler, allout-isearch-end-handler): New
17814 functions to handle extraordinary actions affecting concealed
17817 (allout-flag-region): Use overlays instead of selective-display
17818 for invisible text - by inheritence from the properties of
17819 allout-overlay-category in mainline Emacs, and applied
17820 property-by-property in XEmacs, some recent versions of which
17821 don't inherit the properties from the category. Provisions to
17822 respond to concealed-text edits simplified drastically.
17824 (allout-isearch-rectification, allout-isearch-was-font-lock)
17825 (allout-isearch-expose, allout-enwrap-isearch)
17826 (allout-isearch-abort, allout-pre-was-isearching)
17827 (allout-isearch-prior-pos, allout-isearch-did-quit)
17828 (allout-isearch-dynamic-expose)
17829 (allout-hide-current-entry-completely): Functions deleted.
17831 (allout-undo-aggregation): Explicit undo aggregation no longer
17832 necessary due to transition away from selective-display.
17834 (set-allout-regexp, allout-up-current-level)
17835 (allout-next-visible-heading, allout-forward-current-level)
17836 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
17837 (allout-kill-line, allout-yank-processing, allout-show-children)
17838 (allout-expose-topic, allout-old-expose-topic)
17839 (allout-listify-exposed, allout-insert-latex-header)
17840 (allout-toggle-subtree-encryption, allout-encrypt-string)
17841 (remove-from-invisibility-spec, allout-hide-current-subtree):
17842 Ditched unused variables.
17844 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
17846 * textmodes/ispell.el (ispell-change-dictionary): Call
17847 ispell-buffer-local-dict instead of
17848 ispell-accept-buffer-local-defs.
17849 (ispell-local-dictionary-alist): Accept as valid any coding-system
17850 supported by Emacs.
17851 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
17852 changed to iso-8859-3.
17854 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
17856 * speedbar.el (speedbar-frame-width): Make an inline function
17857 instead of a macro. Use frame-width.
17858 (speedbar-try-completion, speedbar-update-contents)
17859 (speedbar-timer-fn): Use consp.
17860 (speedbar-update-localized-contents): Try to preserve point.
17862 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
17863 (menu): Re-order menu items.
17864 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
17866 (gdb-var-update-handler-1): Use it for GDB 6.4+.
17867 (gdb-post-prompt): Speed things by not forcing update.
17869 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
17871 * wid-edit.el (widget-button-click): For mouse-1, cancel button
17872 press and perform default action if we get a mouse movement event.
17874 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
17876 * calendar/icalendar.el (icalendar--get-event-property)
17877 (icalendar--get-event-property-attributes): Fix typos in
17880 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
17883 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
17885 * bs.el (bs-mode): Use `buffer-disable-undo'.
17886 (bs--get-file-name): Simplify.
17887 (bs-show-in-buffer): Mark the buffer as not modified.
17889 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
17891 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
17892 widget-button-click.
17894 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
17895 (custom-mode): Update docstring.
17897 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
17900 * files.el (hack-local-variables-confirm): Allow scrolling if the
17901 file variable list is too long. Kill temp buffer after use.
17903 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
17905 * progmodes/gud.el (gdb): Improve doc string.
17906 (gdb-script-font-lock-keywords): Expand allowed character set.
17908 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
17909 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
17910 (gdb-separate-io-interrupt, gdb-separate-io-quit)
17911 (gdb-separate-io-stop, gdb-separate-io-eof):
17912 Rename from gdb-inferior-* to gdb-separate-*.
17913 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
17915 2006-02-14 Jay Belanger <belanger@truman.edu>
17917 * calc/calc-arith.el (math-check-known-scalarp): Make sure
17918 expression is a symbol before checking that it is bound.
17920 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
17921 test to see if equation can be solved.
17923 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
17925 * wid-edit.el (widget-button-click): Use :pressed-face property
17926 for overlay face, if it exists.
17928 * cus-edit.el (custom-manual, custom-add-see-also)
17929 (custom-add-parent-links, custom-group-link): Add :pressed-face
17932 * files.el (hack-local-variables): Remove ignored variables before
17933 checking if any variables need setting.
17935 2006-02-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17937 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
17939 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
17941 * help.el (where-is): Fix message for remapped commands.
17943 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
17944 Fix typos in docstrings.
17946 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
17948 * files.el (safe-local-variable-values): New option.
17949 (hack-local-variables-prop-line): Return a list of variable-value
17950 pairs if MODE-ONLY is non-nil.
17951 (hack-local-variables): Construct list of variable-value pairs,
17952 and apply or reject them in one go. Ask for confirmation if
17953 variables are not known safe.
17954 (hack-local-variables-confirm): Complete rewrite. Support
17955 `safe-local-variable-values'.
17956 (enable-local-variables): Update docstring to reflect new
17958 (ignored-local-variables): Ignore ignored-local-variables and
17959 safe-local-variable-values.
17960 (safe-local-variable-p): New function.
17961 (risky-local-variable-p): `safe-local-variable' property check
17962 moved to safe-local-variable-p.
17963 (hack-one-local-variable): Checks moved to hack-local-variables.
17965 (byte-compile-dynamic, c-basic-offset, c-file-style)
17966 (c-indent-level, comment-column, fill-column, fill-prefix)
17967 (indent-tabs-mode, kept-new-versions, no-byte-compile)
17968 (no-update-autoloads, outline-regexp, page-delimiter)
17969 (paragraph-start, paragraph-separate, sentence-end)
17970 (sentence-end-double-space tab-width, version-control):
17971 Add `safe-local-variable' property.
17973 * find-lisp.el: Delete nonexistent `autocompile' file variable.
17975 * icomplete.el, play/landmark.el: Change nonexistent
17976 `outline-layout' file variable to `allout-layout'.
17978 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
17980 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
17981 (gdb-get-changed-registers): Test value of gud-minor-mode relative
17982 to gud-comint-buffer.
17983 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
17984 gdb-ui.el for gdb-mi.el.
17985 (gdb-post-prompt, gdb-get-changed-registers): Move test for
17986 registers buffer to gdb-get-changed-registers.
17987 (gdb-breakpoint-regexp): New regexp. Allow toggling and
17988 deletion of catchpoints (throw and catch).
17989 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
17990 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
17991 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
17992 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
17993 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
17995 2006-02-13 Jay Belanger <belanger@truman.edu>
17997 * calc/calc-arith.el (math-check-known-matrixp): Make sure
17998 expression is a symbol before checking that it is bound.
18000 2006-02-13 Richard M. Stallman <rms@gnu.org>
18002 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
18003 for the minibuffer too, but not if resize-mini-windows will interfere.
18005 * help.el (describe-key-briefly, describe-key): Do all arg-reading
18006 inside `interactive' spec.
18007 (describe-key-briefly-internal, describe-key-internal):
18008 Functions merged back into their callers.
18010 2006-02-13 Martin Rudalics <rudalics@gmx.at>
18012 * info.el (info-xref-visited): Inherit from info-xref too.
18013 (Info-set-mode-line): Replace occurrences of `%' by `%%'
18014 when propertizing Info-current-file and Info-current-node.
18016 2006-02-13 Juri Linkov <juri@jurta.org>
18018 * tumme.el (tumme-thumbnail-storage): Fix docstring.
18019 (tumme-thumb-name): Fix per-directory format.
18021 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
18023 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
18025 2006-02-12 Miles Bader <miles@gnu.org>
18027 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
18029 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
18031 * tumme.el: Remove history section. If someone needs the it, it
18032 can always be found in CVS.
18034 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
18036 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
18037 about the Thumbnail Managing Standard option.
18039 2006-02-12 Richard M. Stallman <rms@gnu.org>
18041 * subr.el (substitute-key-definition): Doc fix.
18043 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
18045 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
18047 * info.el (Info-mode): Doc fix.
18049 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
18051 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
18053 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
18054 because on Solaris a POSIX compatible "id" is needed. Reported by
18055 Magnus Henoch <mange@freemail.hu>.
18057 2006-02-12 Juri Linkov <juri@jurta.org>
18059 * tumme.el: Remove todo item about Thumbnail Managing Standard.
18060 (tumme) <defgroup>: Change :group to `multimedia'.
18061 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
18063 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
18065 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
18066 and %y. Fix docstring.
18067 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
18068 (tumme-cmd-create-standard-thumbnail-command): New user options.
18069 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
18070 is `standard'. Fix docstring.
18071 (tumme-thumb-width, tumme-thumb-height): New user options.
18072 (tumme-external-viewer): Try to find various viewers.
18073 (tumme-get-thumbnail-image): Use `create-image' instead of
18074 constructing the `image' structure.
18075 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
18077 (tumme-thumb-name): Add file name generation for standard storage.
18078 Simplify code for other storages.
18079 (tumme-thumb-name): Use width %w and height %h instead of size %s.
18080 Add modification time %m and thumbnail-nq8 %q.
18081 Use `tumme-cmd-create-standard-thumbnail-command' if
18082 tumme-thumbnail-storage is `standard'.
18083 (tumme-dired-insert-marked-thumbs): New autoload command.
18084 (tumme-dired-after-readin-hook): New function.
18085 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
18086 `tumme-thumb-size'.
18087 (tumme-display-image): Replace size-x %x and size-y %y with
18088 width %w and height %h.
18090 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
18091 `tumme-dired-insert-marked-thumbs'.
18093 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
18095 * tumme.el (tumme-write-tag): Fix small bug (file name did not
18097 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
18100 2006-02-12 Miles Bader <miles@gnu.org>
18102 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
18104 (rcirc-abbrev-nick): New function.
18105 (rcirc-format-response-string): Rewrite to use the formats in
18106 `rcirc-response-formats' and expand escape sequences therein.
18107 A text-property `rcirc-text' is added over the actual response
18108 text to make easy to find inside the returned string.
18109 (rcirc-print): When filling, just look for the `rcirc-text'
18110 text-property to find the appropriate fill prefix, instead of
18111 using hardwired patterns.
18113 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
18115 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
18118 2006-02-11 Kim F. Storm <storm@cua.dk>
18120 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
18121 Don't use insert-buffer; do insert-buffer-substring directly.
18122 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
18124 2006-02-11 Martin Rudalics <rudalics@gmx.at>
18126 * files.el (revert-buffer, recover-file): Replace buffer-read-only
18127 with inhibit-read-only. Suggested by Stefan Monnier.
18128 (revert-buffer): Let insert-file-contents discard
18129 buffer-undo-list. Simplify code.
18130 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
18132 2006-02-11 Eli Zaretskii <eliz@gnu.org>
18134 * menu-bar.el (menu-bar-select-yank): Add a doc string.
18136 * help.el (describe-key-briefly): Now a wrapper for
18137 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
18138 to t. Populate yank-menu if empty.
18139 (describe-key-briefly-internal): Renamed from describe-key-briefly.
18140 (describe-key): Now a wrapper for describe-key-internal. Bind
18141 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
18142 (describe-key-internal): Renamed from describe-key.
18144 2006-02-11 Milan Zamazal <pdm@zamazal.org>
18146 * progmodes/glasses.el (glasses-separator): Doc fix.
18147 (glasses-original-separator): New defcustom.
18148 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
18150 2006-02-11 Martin Rudalics <rudalics@gmx.at>
18152 * mwheel.el (mouse-wheel-up-event): Doc fix.
18154 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
18156 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
18157 (tumme-dir): New function. Copied from thumbs.el.
18159 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
18161 * desktop.el (desktop-outvar): Fix typo.
18162 (desktop-save-buffer-p): Doc fix.
18164 * subr.el (substitute-key-definition): Fix typo.
18166 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18168 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
18169 when window-system is mac.
18171 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
18173 2006-02-10 Kim F. Storm <storm@cua.dk>
18175 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
18176 indirect-function instead of using condition-case.
18178 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
18180 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
18181 less `colloquial'...
18183 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
18185 * tumme.el: Add a couple of todo items.
18187 2006-02-09 Lars Hansen <larsh@soem.dk>
18189 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
18190 (highlight-changes-mode): Don't change desktop-locals-to-save.
18192 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
18194 * image-mode.el (image-toggle-display): Clear image cache if using
18197 2006-02-09 Masatake YAMATO <jet@gyve.org>
18199 * dired-x.el (dired-guess-shell-alist-default): Add .man as
18200 a `dired-man' target.
18202 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
18203 boundary of symbols.
18205 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
18207 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
18209 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
18211 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
18212 `mapcar'; return nil.
18214 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
18216 * mouse.el (mouse-drag-track): Don't change window if we rebind to
18219 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
18221 * net/rcirc.el (rcirc-startup-channels-alist):
18222 Add irc.freenode.net and #emacs as defaults.
18223 (rcirc-ignore-all-activity-flag): Remove variable.
18224 (rcirc-authinfo): New variable.
18225 (rcirc-authinfo-filename): Remove variable.
18226 (rcirc-always-use-server-buffer-flag): New flag.
18227 (rcirc): M-x rcirc will automatically connect without prompting.
18228 C-u M-x rcirc will prompt. Use rcirc-connect to create a
18229 connection in lisp.
18230 (rcirc-process-server-response-1): Remove everything but the nick
18231 portion of the sender so it doesn't need to be done everywhere
18232 else. Update related code.
18233 (global-map): Remove global keybindings.
18234 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
18235 (rcirc-send-input): Split into several functions.
18236 (rcirc-process-input-line, rcirc-process-message)
18237 (rcirc-process-command): New functions.
18238 (rcirc-target-buffer): New function to determine where to route
18240 (rcirc-user-nick): Save match data.
18241 (rcirc-toggle-ignore-buffer-activity)
18242 (rcirc-update-activity-string): Remove global ignore functionality,
18243 which can be done now by toggling rcirc-track-minor-mode.
18244 (rcirc-track-minor-mode-map): New keymap.
18245 (rcirc-track-minor-mode): New minor-mode.
18246 (ignore): Make the ignore output nicer. Always print it when
18247 adding or removing nicks.
18248 (rcirc-url-regexp): Improve.
18249 (rcirc-mangle-text): Remove properties before using text in the
18251 (rcirc-authenticate): Authentication data comes from
18252 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
18253 (rcirc-server-prefix): Inherit from rcirc-server.
18255 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
18257 * Makefile.in (compile): Append "|| true" to the end of the `find'
18258 command, like compile-always does.
18260 2006-02-08 Sam Steingold <sds@gnu.org>
18262 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
18263 output from a dead connection.
18265 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
18267 * dired.el (dired-mode-map): Add more bindings for tumme.
18269 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
18271 * wdired.el (wdired-mode-map): Use remap.
18272 (wdired-get-filename): Massage.
18273 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
18274 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
18275 `keymap' property rather than `local-map'.
18277 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
18279 * tumme.el (tumme-get-thumbnail-image): New utility function.
18280 Suggested by from Chong Yidong.
18281 (tumme-dired-with-window-configuration): Rename from
18282 `tumme-dired'. Add code to save window configuration.
18283 (tumme-restore-window-configuration): New command to restore the
18284 window configuration that `tumme-dired-with-window-configuration'
18285 saves before it changes the window configuration.
18286 (tumme-show-all-from-dir): New command to display thumbnails for
18287 all files in a directory entered by the user, like M-x thumbs.
18288 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
18290 (tumme-display-thumbnail-original-image): Call `display-buffer'.
18291 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
18292 Remove obsolete test function.
18294 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
18296 * vc.el (small-temporary-file-directory): Remove defvar; there's
18297 a defcustom for it in files.el.
18299 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
18300 Fix typo in message.
18301 (tumme-gallery-generate): Fix typo in `error' message.
18302 (tumme-display-window-height-correction)
18303 (tumme-display-window-width-correction, tumme-line-up-dynamic)
18304 (tumme-line-up-interactive): Dox fixes.
18305 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
18306 (tumme-restore-window-configuration, tumme-format-properties-string)
18307 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
18308 Fix typos in docstrings.
18310 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
18312 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
18314 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
18316 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
18317 User should use hook if desired.
18319 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
18320 buffer if necessary.
18321 (gdb-delete-frame-or-window): New function.
18322 (gdb-breakpoints-mode-map): Bind "q" to it.
18324 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18326 * textmodes/nroff-mode.el: Clean up name space.
18327 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
18328 (nroff-mode): Obey the global setting of nroff-electric-mode.
18329 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
18331 * calendar/calendar.el (calendar-increment-month): Typo in last change.
18333 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
18335 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
18337 2006-02-06 Lars Hansen <larsh@soem.dk>
18339 * generic-x.el (etc-fstab-generic-mode): Add file system types
18340 cifs and usbdevfs. Allow special chars in file names.
18342 2006-02-05 Jay Belanger <belanger@truman.edu>
18344 Update copyright notices of the files in lisp/calc.
18346 2006-02-05 Romain Francoise <romain@orebokech.com>
18348 Update copyright notices of all files in the lisp/play directory.
18350 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
18352 * ldefs-boot.el: Regenerate.
18354 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
18356 2006-02-05 Kim F. Storm <storm@cua.dk>
18358 * files.el (magic-mode-regexp-match-limit): New defvar.
18359 (set-auto-mode): Use it to limit magic-mode-alist matching.
18361 2006-02-04 Eli Zaretskii <eliz@gnu.org>
18363 * info.el (Info-index, Info-mode): Improve the description of the
18366 * ldefs-boot.el: Regenerate.
18368 2006-02-03 Werner Lemberg <wl@gnu.org>
18370 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
18371 greedy to find the closing bracket in \*[...] and similar
18372 expressions. This is a first rough fix -- many additional
18373 refinements are necessary to make nroff mode really usable with groff.
18375 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
18377 * international/mule-cmds.el (set-locale-environment):
18378 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
18381 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
18383 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
18384 archive are created in archive-tmpdir.
18386 2006-02-02 John Paul Wallington <jpw@pobox.com>
18388 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
18389 (ibuffer-fontification-alist): Use it.
18390 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
18391 to "* z" and the Ibuffer Mark menu.
18393 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
18395 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18397 * textmodes/table.el (*table--cell-describe-mode)
18398 (*table--cell-describe-bindings): Undo last change since
18399 print-help-return-message is not obsoleted by anything at all.
18401 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
18403 * emulation/cua-base.el (cua-mode): Doc fix.
18405 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
18407 * dframe.el (dframe-handle-make-frame-visible)
18408 (dframe-handle-iconify-frame, dframe-get-focus)
18409 (dframe-select-attached-frame, dframe-power-click)
18410 (dframe-frame-mode): Fix typos in docstrings.
18412 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
18413 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
18414 Fix typos in docstrings.
18416 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
18417 (hi-lock-face-buffer, hi-lock-font-lock-hook)
18418 (hi-lock-archaic-interface-message-used)
18419 (hi-lock-file-patterns-range): Fix typos in docstrings.
18421 * savehist.el (savehist-loaded, savehist-load, savehist-install)
18422 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
18424 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
18425 Fix typo in docstring.
18427 * net/newsticker.el (newsticker--decode-iso8601-date)
18428 (newsticker--set-customvar, newsticker--buffer-insert-item)
18429 (newsticker--do-run-auto-mark-filter)
18430 (newsticker--parse-generic-feed): Doc fixes.
18431 (newsticker--retrieval-timer-list, newsticker-url-list)
18432 (newsticker-hide-immortal-items-in-echo-area)
18433 (newsticker-hide-obsolete-items-in-echo-area)
18434 (newsticker-new-item-face, newsticker--enclosure)
18435 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
18436 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
18437 (newsticker--parse-generic-feed, newsticker--cache-contains)
18438 (newsticker--stat-num-items, newsticker-download-enclosures):
18439 Fix typos in docstrings.
18441 * net/rcirc.el (rcirc-debug): Doc fix.
18442 (rcirc-fill-column, rcirc-receive-message-hooks)
18443 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
18444 (rcirc-mode, rcirc-generate-new-buffer-name)
18445 (rcirc-startup-channels, rcirc-ignore-update-automatic)
18446 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
18447 Fix typos in docstrings.
18448 (rcirc-print): "?\ " -> "?\s".
18449 (rcirc-cmd-join): Improve argument/docstring consistency.
18451 2006-02-01 Mark A. Hershberger <mah@everybody.org>
18453 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
18454 before narrow-to-region.
18456 2006-02-01 Richard M. Stallman <rms@gnu.org>
18458 * simple.el (move-beginning-of-line): Scan properly for invis change.
18460 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
18462 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
18464 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
18465 change bit only when id-format is 'integer. Reported by Matt
18466 Hodges <M.P.Hodges@rl.ac.uk>.
18468 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
18470 * hilit-chg.el (highlight-changes-initial-state)
18471 (highlight-changes-global-initial-state): Doc fixes.
18472 (highlight-changes-global-modes, global-highlight-changes):
18473 Fix typos in docstrings.
18475 2006-02-01 Kim F. Storm <storm@cua.dk>
18477 * emulation/cua-base.el (cua-mode): Mention that CUA enables
18478 transient-mark-mode in doc string.
18480 2006-01-31 Richard M. Stallman <rms@gnu.org>
18482 * replace.el (multi-occur): Doc fix.
18483 (multi-occur-in-matching-buffers): Rename from
18484 multi-occur-by-filename-regexp. Prefix arg says match
18485 buffer names instead of file names.
18487 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
18489 * bs.el: Allow non-default values of `bs-header-lines-length'.
18490 (bs--running-in-xemacs): Remove (not needed anymore).
18491 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
18492 instead of `shrink-window', thus avoiding having to compute the
18493 height of the window.
18494 (bs--up): Wrap around even when there's no header.
18495 (bs--down): Use `forward-line' instead of `next-line'.
18497 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
18499 * image-mode.el (image-toggle-display): Use file name if possible,
18500 instead of unnecessarily allocating a (possibly huge) lisp string.
18502 2006-01-30 John Paul Wallington <jpw@pobox.com>
18504 * subr.el (toplevel): Define `cl-assertion-failed' condition here
18505 because the `assert' macro signals it at runtime.
18507 * emacs-lisp/cl.el (toplevel): Remove definition of
18508 `cl-assertion-failed' condition.
18510 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
18512 * thumbs.el (thumbs-marked-list): Make buffer-local and
18514 (thumbs-insert-thumb): Make help-echo non-sticky.
18515 (thumbs-file-alist): Use eolp as check for (non)-image.
18517 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
18519 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
18520 (ediff-before-session-group-setup-hooks)
18521 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
18522 Fix typos in docstrings.
18524 * window.el (bw-dir, bw-eqdir, balance-windows)
18525 (split-window-keep-point): Fix typos in docstrings.
18527 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
18528 (org-quote-string, org-calendar-to-agenda-key)
18529 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
18530 (org-show-following-heading, org-tags-column)
18531 (org-use-tag-inheritance, org, org-allow-space-in-links)
18532 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
18533 (org-enable-table-editor, org-calc-default-modes)
18534 (org-table-allow-automatic-line-recalculation)
18535 (org-export-html-style, org-export-with-fixed-width)
18536 (org-export-with-sub-superscripts, org-special-keyword)
18537 (org-formula, org-time-grid, org-table-may-need-update)
18538 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
18539 (org-goto-quit, org-get-indentation, org-end-of-item)
18540 (org-move-item-down, org-move-item-up)
18541 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
18542 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
18543 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
18544 (org-agenda-log-mode, org-agenda-toggle-diary)
18545 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
18546 (org-agenda-file-to-end, org-agenda-no-heading-message)
18547 (org-agenda-get-closed, org-format-agenda-item)
18548 (org-cmp-priority, org-cmp-category, org-cmp-time)
18549 (org-agenda-change-all-lines, org-agenda-diary-entry)
18550 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
18551 (org-link-search, org-camel-to-words, org-open-file)
18552 (org-remember-handler, org-table-convert-region)
18553 (org-table-move-row-down, org-table-move-row-up)
18554 (org-table-copy-region, org-table-wrap-region)
18555 (org-table-toggle-vline-visibility)
18556 (org-table-get-vertical-vector, org-table-modify-formulas)
18557 (org-table-get-specials, org-recalc-commands)
18558 (org-table-rotate-recalc-marks, org-table-eval-formula)
18559 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
18560 (org-level-color-stars-only, org-insert-heading):
18561 Fix typos in docstrings.
18562 (last-arg): Add defvar.
18564 * makefile.w32-in (WINS): Add erc.
18565 (MH_E_SRC): Update (copied from lisp/Makefile.in).
18567 2006-01-29 Bill Wohler <wohler@newt.com>
18569 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
18570 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
18571 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
18572 (mh-autoloads): Don't use comments on otherwise empty lines.
18574 2006-01-29 Edward O'Connor <ted@oconnor.cx>
18576 * emulation/viper.el (viper-major-mode-modifier-list):
18577 Add insert-state and vi-state entries for erc-mode.
18578 (viper-go-away, viper-set-hooks): Add and remove
18579 viper-comint-mode-hook from erc-mode-hook as appropriate.
18581 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
18583 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
18585 * bs.el (bs--format-aux): Implement `middle' alignment as
18586 described in the docstring for `bs-attributes-list'.
18587 (bs--get-name): Simplify. Don't pad the buffer name.
18589 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
18591 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
18592 English aspell dictionary is installed, use the first entry of
18593 ispell-dictionary-alist-1.
18595 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18597 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18600 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
18602 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
18603 for `process-file', in order to let it work for older Emacsen too.
18605 2006-01-27 Eli Zaretskii <eliz@gnu.org>
18607 * international/latexenc.el: Add a suitable `coding:' tag.
18608 (latexenc-find-file-coding-system): Undo last change.
18610 2006-01-27 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
18612 * international/latexenc.el (latexenc-find-file-coding-system):
18613 Make sure latexenc-main-file is a regular file and is readable.
18615 2006-01-27 Andre Spiegel <spiegel@gnu.org>
18617 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
18618 Pass FILE to vc-user-login-name.
18620 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
18622 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
18624 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
18625 there are no more images to display.
18626 (thumbs-mark, thumbs-unmark): Revert change so that they move to
18629 2006-01-26 Richard M. Stallman <rms@gnu.org>
18631 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
18633 * wid-edit.el (advertised-widget-backward): New alias.
18634 (widget-keymap): Use advertised-widget-backward for S-TAB.
18636 * tumme.el: Correct the keywords.
18637 (tumme-dir-max-size): Use defvar.
18638 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
18640 * simple.el (move-beginning-of-line): Take account of fields.
18641 (clone-indirect-buffer-other-window): Take args like
18642 clone-indirect-buffer, and work like it.
18644 * help-fns.el (describe-function): Don't pass `nil' as default.
18646 * files.el (risky-local-variable-p): Follow var aliases.
18648 * subr.el (lazy-completion-table): Doc fix.
18650 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
18651 global binding of `line'.
18653 2006-01-25 Andre Spiegel <spiegel@gnu.org>
18655 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
18658 * vc.el (vc-default-dired-state-info): Pass FILE to
18659 vc-user-login-name.
18660 (vc-default-update-changelog): Don't use vc-user-login-name, we
18661 don't need it here.
18663 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
18664 no longer necessary.
18666 2006-01-25 Kenichi Handa <handa@m17n.org>
18668 * international/mule.el (decode-char): Avoid the overhead of
18669 calling utf-lookup-subst-table-for-decode if
18670 utf-translate-cjk-mode is nil.
18671 (encode-char): Avoid the overhead of calling
18672 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
18675 2006-01-22 Kenichi Handa <handa@m17n.org>
18677 * international/mule.el (make-subsidiary-coding-system): Reset
18678 `coding-system-define-form' property of subsidiaries to nil.
18679 Avoid duplicated entry in coding-system-alist.
18680 (make-coding-system): Avoid duplicated entry in
18681 coding-system-alist.
18682 (define-coding-system-alias): Likewise.
18684 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
18686 * completion.el: Minor fixes in introductory comment.
18687 (completion-def-wrapper): Fix alist.
18689 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
18691 * thumbs.el (thumbs-new-image-size): New function.
18692 (thumbs-increment-image-size-element)
18693 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
18694 (thumbs-decrement-image-size): Delete.
18695 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
18696 temp files and use to resize.
18697 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
18698 Use increment argument to enlarge/shrink. Preserve point.
18699 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
18700 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
18701 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
18702 (thumbs-mark, thumbs-unmark): Preserve point.
18703 (thumbs-modify-image): Keep old temp files and use to modify.
18704 Cleanup old temp files at load time. Preserve point.
18705 (thumbs-view-image-mode-map): Use new command names.
18707 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
18709 * log-view.el (log-view-minor-wrap): First rev is the one at point.
18711 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
18712 the nastiest part of the cyclic dependency.
18713 (cal-menu-update): Use dotimes and calendar-increment-month.
18715 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
18716 (calendar-week-start-day): Add an :initializer.
18717 (calendar-mode-map): Use suppress-keymap, and command remapping.
18718 (describe-calendar-mode): Setup xref-stack info for the back button.
18719 (calendar-star-date): Insert before delete.
18720 (calendar-set-mode-line): Add file-modified info if applicable.
18721 (calendar-increment-month): New function.
18723 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
18725 * font-lock.el (lisp-font-lock-keywords-2):
18726 Recognize "& keywords" only at word boundaries.
18728 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
18730 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
18731 and permanent-local.
18732 (thumbs-max-image-number): New variable.
18733 (thumbs-do-thumbs-insertion): Use them.
18734 (thumbs-per-line): Change default to 4.
18735 (thumbs-marked-list): Rename from thumbs-markedL.
18736 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
18737 (thumbs-rename-images): Use -list instead of L for internal variables.
18738 (thumbs-call-convert): Use call-process instead of shell-command.
18739 (thumbs-insert-thumb): Add filename as help-echo to each image.
18740 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
18741 Give dir to thumbs-show-thumbs-list.
18742 (thumbs-show-thumbs-list): Set default-directory to that of images.
18743 (thumbs-dired-show): Rename from thumbs-dired-show-all.
18744 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
18745 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
18746 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
18748 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
18750 * ses.el (ses-read-cell): Provide a default value.
18752 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
18754 * term/w32-win.el (image-library-alist): Add additional names for
18757 2006-01-23 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
18759 * international/latexenc.el (latexenc-find-file-coding-system):
18760 Add file-regular-p check.
18762 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
18764 * simple.el (clone-buffer): Don't show the new buffer in the same
18767 2006-01-23 Juri Linkov <juri@jurta.org>
18769 * faces.el (link, link-visited): New faces based on default values
18770 of `info-xref' and `info-xref-visited'.
18772 * info.el (info-xref): Inherit from `link'.
18773 (info-xref-visited): Inherit from `link-visited'.
18775 * cus-edit.el (custom-buffer-create-internal): Use widget type
18776 `custom-manual' instead of `info-link' and don't set properties
18777 `button-face' and `mouse-face' explicitly.
18778 (custom-browse-group-tag, custom-browse-variable-tag)
18779 (custom-browse-face-tag): Inherit from widget class
18780 `custom-group-link' instead of `push-button'.
18781 (custom-button-unraised): Inherit from `underline' face.
18782 (custom-link): Inherit from `link' face. Fix doc and group.
18783 (custom-add-parent-links, custom-group-value-create): Don't set
18784 properties `button-face' and `mouse-face' explicitly for
18785 `custom-group-link' widget.
18786 (custom-group-link): Add properties `button-face' and `mouse-face'
18787 to widget definition.
18788 (custom-field-keymap): New variable. Put `custom-field-keymap' to
18789 editable-field's :keymap property.
18790 (custom-mode): Fix docstring: substitute keybindings for
18791 `widget-forward' and `widget-backward' from `widget-keymap',
18792 `widget-complete' from `custom-field-keymap', replace old
18793 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
18795 * desktop.el (desktop-load-file): Check for `fboundp' before
18796 calling `symbol-function'.
18798 * simple.el (clone-buffer, clone-indirect-buffer)
18799 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
18800 `read-string'. Fix prompts.
18802 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
18804 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
18806 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
18808 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
18810 * startup.el (inhibit-splash-screen, initial-scratch-message):
18813 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
18815 Sync with Tramp 2.0.52.
18817 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
18818 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
18819 `tramp-unload-tramp' for checklist.
18821 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
18822 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
18823 (tramp-unload-file-name-handler-alist)
18824 (tramp-unload-tramp): New defuns.
18825 (tramp-advice-PC-expand-many-files): New defadvice.
18826 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
18828 (tramp-handle-expand-file-name): Remove double slash.
18829 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
18830 It doesn't matter, because it will be converted later on.
18831 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
18832 implementation was just heuristic.
18833 (tramp-post-connection): Set uid and gid properties.
18834 (tramp-convert-file-attributes): Set file's gid change bit.
18835 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
18836 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
18837 in case of su(do)? methods. The home directory of the local user
18838 will be taken else.
18839 (tramp-open-connection-telnet)
18840 (tramp-open-connection-rsh, tramp-open-connection-su)
18841 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
18842 local shell prompt could hurt. Reported by Romain Francoise
18843 <romain@orebokech.com>.
18844 (tramp-let-maybe): Add `edebug-form-spec' property.
18845 (tramp-handle-expand-file-name): Bind `default-directory' locally
18846 to "/" in order to avoid problems with UNC shares or Cygwin
18848 (tramp-md5-function): Fix typo in error message.
18850 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
18852 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
18853 for byte-compiler pacification.
18855 2006-01-22 Andre Spiegel <spiegel@gnu.org>
18857 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
18858 ID-FORMAT `string'. This allows us to get rid of
18859 `vc-user-login-name UID'.
18861 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
18863 2006-01-22 John Paul Wallington <jpw@pobox.com>
18865 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
18867 2006-01-21 Martin Rudalics <rudalics@gmx.at>
18869 * emacs-lisp/find-func.el (find-definition-noselect)
18870 (find-variable-noselect): Search variables in C source code too.
18871 (find-function-C-source, find-function-noselect, find-function)
18872 (find-function-other-frame, find-variable-noselect, find-variable)
18873 (find-variable-other-frame, find-variable-at-point):
18876 2006-01-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
18878 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
18880 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
18882 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
18883 Default to disabling the "Save affix" question.
18885 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
18887 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
18888 the first arg to run-python.
18890 2006-01-21 Eli Zaretskii <eliz@gnu.org>
18892 * startup.el (command-line-1): Handle --no-desktop if desktop.el
18895 2006-01-20 Jay Belanger <belanger@truman.edu>
18897 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
18900 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
18901 the correct variable.
18903 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
18905 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
18906 link. Fixed buggy argument sequence in call to `org-view-tags'.
18907 (org-compile-prefix-format): Set `org-prefix-has-tag'.
18908 (org-prefix-has-tag): New variable.
18909 (org-format-agenda-item): Remove tags from headline if
18911 (org-agenda-remove-tags-when-in-prefix): New option.
18912 (org-get-tags-at): New function.
18914 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
18916 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
18917 (thumbs-find-image): Move image name and number from buffer name
18918 to mode name. Set thumbs-buffer. Preserve point so that large
18919 images remain visible.
18920 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
18922 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
18924 (thumbs-next-image, thumbs-previous-image): Make them work.
18926 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
18928 * cus-edit.el (custom-buffer-create-internal): State in the text above
18929 the whole buffer buttons that they do not operate on hidden items.
18930 (custom-face-menu): Use `custom-face-save' instead of
18931 `custom-face-save-command'.
18932 (custom-face-save-command): Make it an alias for `custom-face-save'
18933 and declare it obsolete.
18934 (custom-face-save): Doc fix.
18936 * dired.el (dired-no-confirm): Add quote.
18937 (dired-subdir-alist-pre-R): Add quote in
18938 `make-variable-buffer-local' form and remove unbalanced parenthesis.
18940 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18942 * textmodes/table.el (table-mode-indicator): Typo in last change.
18944 2006-01-19 Richard M. Stallman <rms@gnu.org>
18946 * outline.el (hide-leaves): Don't call outline-end-of-heading.
18947 Fixes bug reported in Nov 2005.
18949 * isearch.el (isearch-forward): Doc fix.
18951 * dired.el (dired-move-to-filename-regexp): Define as alias.
18952 (dired-no-confirm): Use defcustom.
18953 (dired-subdir-alist-pre-R): Put defvar at top level.
18955 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
18957 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18960 * simple.el (set-mark-command): Doc fix.
18961 (clone-indirect-buffer-other-window):
18962 Read arg like clone-indirect-buffer.
18963 (move-beginning-of-line): Skip invisible newlines.
18965 2006-01-19 Masatake YAMATO <jet@gyve.org>
18967 * progmodes/cpp.el (cpp-edit-load): Make the order of
18968 listed conditions in a base C code buffer and its associate
18969 CPP Edit buffer the same.
18971 2006-01-19 Kenichi Handa <handa@m17n.org>
18973 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
18974 (rmail-mime-feature): Likewise.
18975 (rmail-require-mime-maybe): Use display-warning to show a warning
18978 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
18979 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
18981 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
18983 * array.el: Move defvars out of eval-when-compile.
18984 (array-make-template): Replace undeclared global var with a local one.
18985 (array-mode): Inline initialization functions.
18986 (array-init-local-variables, array-init-max-row)
18987 (array-init-max-column, array-init-columns-per-line)
18988 (array-init-field-width, array-init-rows-numbered)
18989 (array-init-line-length, array-init-lines-per-row): Remove.
18991 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
18992 (doc-mode-map): Define explicitly.
18993 (doctor-txtype): Use mapc.
18995 * textmodes/table.el: Move defvars out of eval-when-compile.
18996 Remove harmful code meant to avoid byte-compiler warnings.
18997 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
18998 specification that checks table-fixed-width-mode directly.
18999 (table-recognize-region, table-recognize-cell):
19000 Use restore-buffer-modified-p.
19001 (table-fixed-width-mode): Remove code that refreshes
19002 table-fixed-mode-indicator.
19003 (*table--cell-describe-bindings, *table--cell-describe-mode):
19004 Avoid obsolete name print-help-return-message.
19005 (table--test-cell-list): Don't use replace-regexp from elisp.
19006 (table--point-entered-cell-function, table--point-left-cell-function):
19007 Don't set table-fixed-mode-indicator, use force-mode-line-update.
19009 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
19010 that was after the end of file. Use buffer-file-name variable.
19011 (org-timestamp-change): Use with-current-buffer.
19012 (org-todo-list): Don't unnecessarily define a new buffer-local var.
19013 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
19016 * progmodes/fortran.el: Move defvars out of eval-when-compile.
19017 (fortran-break-line): Remove unused var `opoint'.
19018 (fortran-abbrev-start): Obey help-event-list.
19020 2006-01-18 Jesper Harder <harder@phys.au.dk>
19022 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
19024 2006-01-18 Masatake YAMATO <jet@gyve.org>
19026 * progmodes/make-mode.el (makefile-imake-mode): New mode
19027 derived from makefile-mode.
19028 (makefile-imake-mode-syntax-table): New syntax table
19029 derived from makefile-mode-syntax-table.
19030 (makefile-mode): Write about makefile-imake-mode in doc string.
19031 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
19032 (makefile-imake-font-lock-keywords): New font lock keywords.
19034 * files.el (auto-mode-alist): Add Imakefile.
19036 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
19038 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
19039 loading the file rather than when turning on flyspell-mode.
19041 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
19043 * cus-edit.el (customize-rogue): Minor doc fix.
19045 2006-01-17 Juri Linkov <juri@jurta.org>
19047 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
19048 instead of the file at the mark as default if the file at the mark
19049 is the same as the file at point or if dired-dwim-target-directory
19050 is not the same as the current directory and the mark is not active.
19052 * log-view.el (log-view-minor-wrap): Use the same logic to get
19053 revisions as `log-view-diff'.
19055 * info.el (Info-revert-find-node): Check for Info-current-file
19056 before preserving new-history.
19058 * man.el (Man-heading-regexp): Add `/'.
19060 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
19061 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
19063 2006-01-16 Juri Linkov <juri@jurta.org>
19065 * faces.el (mode-line-faces): New defgroup.
19066 (mode-line-highlight): Move definition after new defgroup.
19067 (mode-line, mode-line-inactive, mode-line-highlight):
19068 Replace :group `modeline' with `mode-line-faces'.
19069 (mode-line-buffer-id): New face.
19070 (modeline-buffer-id): New face alias.
19071 (vertical-border): Remove :group `modeline'.
19073 * bindings.el (propertized-buffer-identification): Use face
19074 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
19075 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
19076 (mode-line-buffer-identification-keymap): For mouse-1 replace
19077 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
19078 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
19081 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
19082 Buffer-menu-buffer. Doc fix.
19083 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
19084 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
19085 `Buffer-menu-buffer'.
19087 * info.el (Info-mode-line-node-keymap): New defvar.
19088 (Info-set-mode-line): Use `stringp' to check Info-current-file.
19089 Propertize Info-current-node with `mode-line-buffer-id' and
19090 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
19092 * time.el (display-time-mail-face): Replace :group `faces' with
19095 2006-01-16 Kenichi Handa <handa@m17n.org>
19097 * international/code-pages.el: Add autoload cookies for cp125[0345678].
19099 * language/european.el (cp1252): New alias for windows-1252.
19101 * international/mule.el (autoload-coding-system): Prepare for EOL
19104 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
19106 * term.el (term-raw-map): Add mapping for insert.
19107 (term-send-insert): New.
19108 (term-mode): Make variables local here instead of doing it in
19109 `term-emulate-terminal'.
19110 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
19111 Scroll reverse needs to take into account the scroll region.
19112 Saving and restoring the cursor should save the color attributes too.
19113 (term-reset-terminal): Reset the scroll region.
19114 (term-handle-ansi-escape): Cursor up and down should take into
19115 account the scroll region.
19116 (term-set-scroll-region): Rename from `term-scroll-region'.
19117 Move to 0,0 after setting the region.
19118 (term-handle-scroll): Handle scroll up.
19119 (term-down): Fix off by one error.
19120 (term-delete-lines): Do not delete outside the scroll region.
19121 (term-insert-lines): Take into account the scroll region.
19123 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
19125 * textmodes/ispell.el (ispell-internal-change-dictionary)
19126 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
19127 (start, end): Move declaration outside of eval-when-compile.
19129 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
19130 (flyspell-mode-on): Use it.
19132 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
19133 ispell-kill-ispell-hook.
19135 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
19137 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19138 (Custom-reset-saved): Do not ask for confirmation in single option
19141 2006-01-13 Richard M. Stallman <rms@gnu.org>
19143 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
19145 2006-01-13 Romain Francoise <romain@orebokech.com>
19147 * add-log.el (add-change-log-entry, change-log-merge):
19148 Conditionally use `hard-newline'.
19150 2006-01-13 Martin Rudalics <rudalics@gmx.at>
19152 * wid-edit.el (widget-field-end): If the overlay is no longer
19153 associated with a buffer, behave as if the overlay didn't exist.
19155 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
19156 Make sure the links use the `custom-link' face.
19158 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
19160 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
19161 (ld-script-mode): Don't set indent-line-function since we don't
19164 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
19166 * textmodes/org.el (org-open-file): Use mailcap for selecting an
19168 (org-file-apps-defaults-gnu): Use mailcap as the default for
19169 selecting an application on a UNIX system.
19170 (org-agenda-show-tags): New command.
19171 (org-table-insert-hline): Keep cursor in current table line.
19172 (org-table-convert): Offset effect of modifying
19173 `org-table-insert-hline'.
19174 (org-format-agenda-item): New optional argument TAG.
19175 (org-compile-prefix-format): Handle %T format for the tag.
19176 (org-expand-wide-chars): New function.
19177 (org-table-insert-row, org-table-insert-hline):
19178 Use `org-expand-wide-chars'.
19179 (org-open-file): Fix bug in program launch.
19180 (org-get-time-of-day): Fix bug with times before 1am.
19181 (org-agenda-menu): Add tags commands.
19183 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
19185 * textmodes/ispell.el (ispell-init-process): Include the used
19186 dictionary in ispell process start message.
19187 (ispell-internal-change-dictionary): When flyspell-mode is active
19188 and dictionary is changed, make sure ispell process is restarted
19189 and flyspell word cache cleared out for the current buffer.
19190 (ispell-change-dictionary): Make sure flyspell word cache is
19191 cleared out in all buffers with active flyspell mode when
19192 dictionary is globally changed.
19193 Call ispell-internal-change-dictionary after dictionary change.
19195 2006-01-13 Eli Zaretskii <eliz@gnu.org>
19197 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
19199 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
19200 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
19201 years. Fix small differences wrt Makefile.in.
19202 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
19205 2006-01-12 Bill Wohler <wohler@newt.com>
19207 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
19210 2006-01-12 Masatake YAMATO <jet@gyve.org>
19212 * progmodes/ld-script.el: Update copyright year.
19214 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
19216 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
19217 Don't add widget if setting undefined.
19219 2006-01-12 John Paul Wallington <jpw@pobox.com>
19221 * help-fns.el (describe-variable): Remove newlines from void
19224 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
19226 * wdired.el (wdired-mode-map): Add help echo for
19227 wdired-abort-changes.
19229 * man.el (Man-file-name-regexp): Adjust for a list of files.
19231 2006-01-12 Masatake YAMATO <jet@gyve.org>
19233 * progmodes/ld-script.el (auto-mode-alist): Support
19234 suffix conventions used in netbsd and eCos.
19236 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
19238 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
19239 (custom-variable-menu, custom-face-menu, custom-group-menu)
19240 (Custom-mode-menu): Change names of menu items. (As discussed on
19242 (custom-face-menu): Add "Undo Edits" item.
19244 * startup.el (init-file-user): defcustom -> defvar.
19246 * tooltip.el (tooltip-mode): Doc fix.
19248 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
19250 * reveal.el (reveal-post-command): window-buffer signals an error on
19251 dead windows rather than returning nil.
19252 (reveal-open-new-overlays): An overlay might die while we open others.
19254 2006-01-11 Bill Wohler <wohler@newt.com>
19256 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
19257 phrasing in docstring.
19259 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
19260 can give some systems gas. Add new file mh-buffers.el.
19262 2006-01-06 Masatake YAMATO <jet@gyve.org>
19264 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
19265 C preprocessor forward ported from GNU Emacs 21.2.
19267 * progmodes/asm-mode.el (asm-font-lock-keywords):
19268 Use `cpp-font-lock-keywords'.
19270 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
19272 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
19273 of $ for "\\.ld[s]?".
19275 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
19277 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
19278 (tcl-indent-line): Return `noindent' if inside a string.
19280 * progmodes/flymake.el (flymake-split-string): Remove more than one
19281 empty string at beg/end of the result.
19282 (flymake-find-buildfile, flymake-find-possible-master-files):
19283 Use expand-file-name.
19284 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
19285 since expand-file-name does it for us. Use directory-file-name.
19286 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
19287 (flymake-ler-get-type, flymake-ler-get-text)
19288 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
19289 (flymake-current-line-no): Remove spurious interactive spec.
19290 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
19291 (flymake-check-include): Remove arg inc-path merged into inc-name.
19292 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
19293 Arg regexp-list replaced by a simple regexp.
19294 (flymake-master-make-header-init, flymake-master-tex-init):
19295 Correspondingly replace regexp-list with a regexp. Fix regexp.
19297 2006-01-10 Simon Josefsson <jas@extundo.com>
19299 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
19300 describing AUTH PLAIN fix.
19302 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
19304 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
19305 (report-emacs-bug): Don't record initial prompt text.
19306 Instead, add text properties to prompting text.
19307 (report-emacs-bug-hook): Delete prompting text.
19309 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
19311 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
19312 `dirs'. Adjust callers.
19314 2006-01-09 John Paul Wallington <jpw@gnu.org>
19316 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
19318 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
19320 * reveal.el (reveal-open-new-overlays): New extracted fun.
19321 (reveal-close-old-overlays): Idem. Check overlays's liveness before
19322 using them. Simplify the code.
19323 (reveal-post-command): Use them. Fix up obsolete windows in
19326 * progmodes/flymake.el: Use `require' rather than autoload for
19328 (flymake-get-common-file-prefix, flymake-build-relative-filename):
19329 Delete. Use file-relative-name instead.
19330 (flymake-get-syntax-check-program-args, flymake-perl-init):
19331 Simplify the resulting code.
19333 * log-view.el (log-view-file-re, log-view-message-re): Add support
19336 2006-01-09 Alex Schroeder <alex@gnu.org>
19338 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
19339 identifiers sometimes added in square brackets at the beginning of
19342 2006-01-07 Richard M. Stallman <rms@gnu.org>
19344 * cus-edit.el (Custom-set, Custom-save): Doc fix.
19345 (Custom-reset-current, Custom-reset-saved): Change question text.
19346 (Custom-reset-standard): Likewise.
19347 (custom-variable-reset-saved): Doc fix.
19349 2006-01-07 Eli Zaretskii <eliz@gnu.org>
19351 * startup.el (init-file-user): Doc fix.
19353 2006-01-07 Alex Schroeder <alex@gnu.org>
19355 * mail/rmail.el (rmail-current-subject): New function.
19356 (rmail-current-subject-regexp): New function.
19357 (rmail-next-same-subject): Use it.
19359 * mail/rmailsum.el (rmail-summary-by-topic):
19360 Use rmail-current-subject and rmail-current-subject-regexp.
19361 (rmail-summary-next-same-subject): Ditto.
19363 * net/rcirc.el (rcirc-send-input): No longer check whether the
19364 process is open, since not all commands need an open process.
19365 (rcirc-send-string): Check whether the process is open before
19367 (rcirc-ignore-list): New option.
19368 (rcirc-ignore-list-automatic): New variable.
19369 (rcirc-print): Take rcirc-ignore-list into account.
19370 (rcirc-cmd-ignore): New command.
19371 (rcirc-ignore-update-automatic): New function.
19372 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
19373 list if ignored nicks.
19374 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
19376 2006-01-06 David Reitter <david.reitter@gmail.com>
19378 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
19379 reflect the address to which the report will be sent.
19381 2006-01-06 Eli Zaretskii <eliz@gnu.org>
19383 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
19384 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
19386 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
19388 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
19390 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
19391 the doc string: "functoin" => "function".
19392 * ldefs-boot.el: Likewise.
19394 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
19395 message text: "Duplicat" => "Duplicate".
19397 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
19399 * files.el (basic-save-buffer-2): If backing-up failed, reset
19400 buffer-backed-up to nil.
19402 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
19404 * progmodes/gud.el (gdb-script-skip-to-head)
19405 (gdb-script-calculate-indentation): Indent for breakpoint command
19408 2006-01-05 Bill Wohler <wohler@newt.com>
19410 * Makefile.in (compile-always): Add mh-autoloads dependency.
19411 (bootstrap): Remove mh-autoloads dependency, as compile dependency
19413 (updates): Remove mh-autoloads dependency, since it probably has
19414 already run recently (via recompile).
19416 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
19418 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
19419 argument `force' to disable the flyspell-last-buffer optimization.
19420 (flyspell-mode-on): Use it.
19422 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
19423 flymake-simple-cleanup.
19424 (flymake-allowed-file-name-masks): Use this new default.
19425 All the functions are now called in the right buffer rather than
19426 passing the buffer as argument.
19427 (flymake-process-sentinel): Switch to buffer before calling cleanup.
19428 (flymake-parse-err-lines): Remove redundant buffer arg.
19429 (flymake-get-program-dir): Comment out unused function.
19430 (flymake-start-syntax-check, flymake-start-syntax-check-process):
19431 Remove redundant buffer argument.
19432 (flymake-get-real-file-name, flymake-simple-java-cleanup)
19433 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
19435 2006-01-05 Richard M. Stallman <rms@gnu.org>
19437 * info.el (Info-find-node): Don't record previous node if have none.
19438 (info): Go to directory only if history is empty.
19440 * simple.el (mark): Doc fix.
19442 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19444 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
19445 already of desired type.
19446 (mac-ae-list): Coerce parameter to "list" type.
19447 (mac-dispatch-apple-event): Replace cadr part of event with a
19448 dummy position so that event-start returns it.
19450 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
19452 * textmodes/org.el (org-end-of-subtree): New function.
19453 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
19454 Use `org-end-of-subtree'.
19455 (org-agenda, org-agenda-convert-date): Protect calls to
19456 `fit-window-to-buffer'.
19457 (org-tags-view): Force matching of sublevels when doing a
19458 todo-only search. Define the correct redo command, including the
19460 (org-agenda-redo): Display message.
19461 (org-check-for-org-mode): New function.
19462 (org-agenda-type): New variable.
19463 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
19464 Set `org-agenda-type'.
19465 (org-agenda-check-type): New function.
19466 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
19467 (org-agenda-week-view, org-agenda-day-view)
19468 (org-agenda-next-date-line, org-agenda-previous-date-line)
19469 (org-agenda-log-mode, org-agenda-toggle-diary)
19470 (org-agenda-toggle-time-grid, org-agenda-date-later)
19471 (org-agenda-date-prompt, org-agenda-diary-entry)
19472 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
19473 (org-agenda-convert-date, org-agenda-menu):
19474 Use `org-agenda-check-type'.
19475 (org-make-overlay, org-delete-overlay)
19476 (org-detatch-overlay, org-move-overlay, org-overlay-put):
19477 New compatibility functions.
19478 (org-calendar-select-mouse): New command.
19480 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
19482 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
19483 (Custom-reset-standard): Fix y-or-n-p messages.
19484 (custom-link): New face for links.
19485 (custom-buffer-create-internal, custom-manual): Use it.
19486 (custom-face-save): Push to theme-face before setting face spec.
19488 * wid-edit.el (widget-default-mouse-face-get): New function.
19489 (widget-specify-button): Handle mouse-face like button-face.
19491 * custom.el (load-theme): Clear old theme settings if reloading.
19493 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
19495 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
19496 "Erase Customization" button back to same position it occupies in
19497 the individual State menus.
19499 2006-01-04 Kim F. Storm <storm@cua.dk>
19501 * wid-edit.el (key-sequence): Rework widget to read key binding
19502 using `kbd' syntax. Use C-q to insert literal key, event, or code.
19503 (widget-key-sequence-default-value): Default value for empty sequence.
19504 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
19505 (widget-key-sequence-read-event): New command for C-q.
19506 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
19507 (widget-key-sequence-value-to-external): New functions.
19509 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
19511 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
19512 Use expand-file-name.
19513 (flymake-delete-temp-directory): Use expand-file-name,
19514 file-name-directory, and directory-file-name.
19515 (flymake-strrchr): Delete.
19516 (flymake-start-syntax-check): Don't pass the redundant buffer argument
19517 to the init-f function.
19518 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
19519 (flymake-init-find-buildfile-dir)
19520 (flymake-init-create-temp-source-and-master-buffer-copy)
19521 (flymake-simple-make-init-impl, flymake-simple-make-init)
19522 (flymake-master-make-init, flymake-master-make-header-init)
19523 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
19524 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
19525 (flymake-xml-init): Remove corresponding redundant buffer argument.
19526 (flymake-allowed-file-name-masks): Remove last elems that are equal to
19527 the default anyway. Clean up regexps.
19529 * progmodes/flymake.el (flymake-temp-source-file-name)
19530 (flymake-master-file-name, flymake-temp-master-file-name)
19531 (flymake-base-dir): New buffer-local vars.
19532 (flymake-buffer-data, flymake-get-buffer-value)
19533 (flymake-set-buffer-value): Replace those hash-tables by the new
19534 buffer-local vars. Update callers.
19536 * progmodes/flymake.el (flymake-check-start-time)
19537 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
19538 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
19539 Move definition, so we can remove redundant earlier declaration.
19540 (flymake-replace-regexp-in-string, flymake-split-string)
19541 (flymake-get-temp-dir): Use defalias.
19542 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
19543 (flymake-xemacs-window-edges): Remove unused function.
19544 (flymake-get-point-pixel-pos): Move.
19545 (flymake-pid-to-names, flymake-reg-names)
19546 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
19547 Replace by a simple list flymake-processes and by process-buffer.
19548 Update callers. Other than simplify the code, it uses buffers rather
19549 than buffer-names so it doesn't get confused by uniquify.
19550 (flymake-buffer-data): The global value should just be nil.
19552 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
19553 Optimize the body of a defalias like any other code.
19555 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
19556 Make sure we've setup font-lock's vars. It may influence which
19557 function we then call.
19558 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
19559 here since it's too late anyway.
19561 2006-01-03 Romain Francoise <romain@orebokech.com>
19563 * startup.el (fancy-splash-tail, normal-splash-screen):
19564 Update copyright year.
19566 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
19568 * mouse.el (mouse-drag-track): Rename, from
19569 `mouse-drag-region-1'. Includes optional argument required to
19570 enable post-drag event processing (e.g. delete region keys).
19571 Can be used without this argument to track a mouse region and operate
19572 on it as soon as the drag completes.
19573 (mouse-drag-region): Use `mouse-drag-track'.
19575 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
19577 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
19578 Move to `custom-buffer' group.
19580 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
19581 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
19582 (custom-theme-insert-face-marker, custom-theme-variable-menu)
19583 (custom-theme-face-menu): New variables.
19584 (custom-theme-add-variable, custom-theme-variable-action)
19585 (custom-variable-reset-theme, custom-theme-delete-variable)
19586 (custom-face-reset-theme, custom-theme-face-action)
19587 (custom-theme-delete-face, custom-theme-merge-theme)
19588 (custom-theme-add-face, custom-theme-visit-theme): New functions.
19590 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
19592 * custom.el: Move Custom Themes commentary to start of theme code.
19593 (custom-known-themes): Rename `standard' theme to `changed'.
19594 (custom-push-theme): Caller no longer specifies what theme to use
19595 when doing `reset'---the setting is simply removed from the theme.
19596 Delete MODE from `theme-value' and `theme-settings' properties.
19597 (custom-declare-theme): Ignore &rest args since we don't use them.
19599 (custom-loaded-themes): Delete variable.
19600 (custom-theme-load-themes, custom-theme-loaded-p)
19601 (custom-theme-value): Delete functions.
19603 (custom-declare-theme): Signal error on invalid theme names.
19604 (provide-theme): custom-loaded-themes was deleted.
19605 (load-theme): Load the file unconditionally.
19606 (enable-theme): Call `load-theme' if theme is undefined.
19607 (custom-enabled-themes): Only update value for successful loads.
19608 (disable-theme): Complete from enabled themes when interactive.
19609 (custom-variable-theme-value): Calculate theme value directly.
19611 (custom-theme-reset-variables, custom-reset-variables): Mark as
19612 XEmacs compatibility functions. We don't actually use these.
19614 * cus-edit.el (custom-variable-state-set):
19615 Use custom-variable-theme-value instead of custom-theme-value.
19616 (custom-face-state-set): Rename `standard' theme to `changed'.
19617 (custom-save-variables, custom-save-faces): Delete unneeded
19618 references to custom-reset-variables.
19619 (custom-save-resets): Delete function.
19620 (custom-save-variables, custom-save-faces): MODE argument deleted.
19621 (custom-save-variables, custom-save-faces): Ignore theme values.
19623 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
19624 compatibility function.
19626 2006-01-01 Richard M. Stallman <rms@gnu.org>
19628 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
19629 (Custom-reset-current, Custom-reset-saved): Likewise.
19630 (Custom-reset-standard): Show message if aborted.
19631 (custom-mode): Doc fix, describing those commands.
19633 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
19634 put on event-kind property.
19636 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
19638 * custom.el (provide-theme): Ban `user' theme name.
19639 (custom-enabling-themes): New variable.
19640 (enable-theme): Don't enable user if custom-enabling-themes is t.
19641 (custom-enabled-themes): Make it a defcustom.
19642 (custom-theme-recalc-face): No-op if face is undefined.
19644 * cus-edit.el (custom-button-mouse): New variable.
19645 (custom-button-mouse): New face.
19646 (custom-raised-buttons, custom-mode): Use it.
19648 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
19650 2005-12-31 Eli Zaretskii <eliz@gnu.org>
19652 * progmodes/gud.el (gud-display-line): Support hl-line in the
19655 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
19657 * mouse.el (mouse-drag-window-above): Verify that the found window
19658 overlaps with the given window in the horizontal dimension.
19660 2005-12-31 Eli Zaretskii <eliz@gnu.org>
19662 * Makefile.in (cvs-update): New target.
19664 * makefile.w32-in (cvs-update): Ditto.
19666 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
19668 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
19669 (custom-new-theme-mode-map): New variable.
19671 2005-12-30 Richard M. Stallman <rms@gnu.org>
19673 * custom.el (custom-load-themes): Function deleted.
19675 * cus-edit.el (custom-save-loaded-themes): Function deleted.
19676 (custom-save-variables): Don't delete or add custom-load-themes call.
19678 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
19680 * cus-start.el: Add `visible-cursor'.
19682 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
19683 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
19684 (flymake-process-filter): Switch to buffer before calling it instead.
19685 (flymake-post-syntax-check, flymake-highlight-err-lines)
19686 (flymake-delete-own-overlays, flymake-parse-err-lines)
19687 (flymake-start-syntax-check, flymake-start-syntax-check-process)
19688 (flymake-count-lines, flymake-parse-residual):
19689 Remove constant buffer argument.
19690 (flymake-start-syntax-check-for-current-buffer): Remove.
19691 Update callers to use flymake-start-syntax-check instead.
19692 (flymake-display-err-menu-for-current-line):
19693 Remove unused var `mouse-pos'.
19694 (flymake-restore-formatting): Comment out unused function.
19695 (flymake-report-status, flymake-report-fatal-status): Remove buffer
19696 argument, use current-buffer instead. Update callers.
19698 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19700 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
19701 buffer-local because choose-completion-delete-max-match requires
19702 that we set completion-ignore-case (i.e., binding via let is not
19704 (bibtex-complete): Always set completion-ignore-case and
19705 choose-completion-string-functions. The latter is needed because
19706 choose-completion-string-functions keeps its value if we quit the
19707 *Completions* buffer without requesting a completion.
19709 2005-12-30 Andreas Schwab <schwab@suse.de>
19711 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
19713 2005-12-30 Eli Zaretskii <eliz@gnu.org>
19715 * jit-lock.el (jit-lock-chunk-size): Doc fix.
19717 2005-12-30 Juri Linkov <juri@jurta.org>
19719 * locate.el (locate-fcodes-file, locate-header-face)
19720 * progmodes/delphi.el (delphi-other-face)
19721 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
19723 * paren.el (show-paren-match, show-paren-mismatch): Use existing
19724 group `paren-showing-faces'.
19726 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
19727 (goto-address): Fix docstring.
19729 * net/webjump.el (webjump-sample-sites): Update URLs.
19731 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
19733 * subr.el (cancel-change-group): Add listp around pending-undo-list.
19735 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
19737 * font-lock.el (font-lock-compile-keywords): Signal an error when
19738 font-lock-set-defaults hasn't been called.
19740 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
19742 * subr.el (noreturn, 1value): Doc fixes.
19744 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19746 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
19747 that assoc-string returns nil.
19749 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19751 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
19752 (bibtex-entry-type-str, bibtex-empty-field-re)
19753 (bibtex-search-backward-string, bibtex-preamble-prefix)
19754 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
19755 (bibtex-any-valid-entry-type): New variable.
19756 (bibtex-parse-field-name): Simplify.
19757 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
19758 (bibtex-preamble-prefix): Include left delimiter.
19759 (bibtex-search-forward-field, bibtex-search-backward-field):
19760 Allow unbounded search past entry boundaries (required by bibtex-pop).
19761 (bibtex-text-in-field-bounds): Use push.
19762 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
19763 (bibtex-parse-preamble, bibtex-valid-entry)
19764 (bibtex-beginning-first-field): New functions.
19765 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
19766 (bibtex-map-entries): Fix docstring.
19767 (bibtex-flash-head): New arg prompt. Simplify.
19768 (bibtex-enclosing-field): Include code of bibtex-inside-field.
19769 (bibtex-insert-kill): Simplify. Always insert text past the
19770 current field or entry.
19771 (bibtex-format-entry): Use bibtex-parse-field.
19772 (bibtex-pop): Use bibtex-beginning-of-entry and
19773 bibtex-end-of-entry to initiate the search. Insert empty field if
19774 we found ourselves.
19775 (bibtex-print-help-message): New args field and comma.
19777 (bibtex-make-field): Use bibtex-beginning-of-entry.
19778 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
19780 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
19781 Handle preambles. Simplify code for thorough test.
19782 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
19783 New arg comma. Handle entry heads.
19784 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19785 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
19787 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
19788 (bibtex-fill-field): Simplify.
19789 (bibtex-fill-entry): Use bibtex-beginning-first-field and
19790 bibtex-parse-field.
19791 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
19792 (bibtex-complete): Use bibtex-parse-preamble.
19794 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
19796 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
19797 Display name of expression instead of convenience variable.
19798 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
19800 * progmodes/gud.el (gud-tooltip-dereference): Rename from
19801 toggle-gud-tooltip-dereference.
19802 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
19803 (gud-tooltip-tips): ...here when dereferencing.
19805 2005-12-28 Bill Wohler <wohler@newt.com>
19807 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
19809 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
19811 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
19812 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
19813 (vc-annotate-display-autoscale): Adjust call.
19814 (vc-annotate-display-default): Adjust call. Make arg compulsory.
19815 Fix interactive spec.
19816 (vc-annotate-time-span): Remove.
19817 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
19818 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
19819 (vc-annotate-display-select): Use new name.
19821 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
19822 (vc-annotate-mode-menu): Remove left-over redundant declaration.
19823 Correct the construction of span entries. Simplify.
19824 (vc-annotate-display-select): Fix the nil case.
19825 (vc-annotate): Remove obsolete (and now broken) code.
19826 (vc-annotate-extract-revision-at-line): Remove obsolete code.
19827 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
19829 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
19831 * subr.el (lazy-completion-table): Correct typo in docstring.
19833 * startup.el (command-line): Use `custom-reevaluate-setting' for
19834 `send-mail-function'.
19836 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
19838 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
19840 * mail/smtpmail.el (smtpmail-try-auth-methods):
19841 Send credentials together with "AUTH PLAIN" command.
19843 2005-12-27 Richard M. Stallman <rms@gnu.org>
19845 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
19846 mouse-2, go back to previously selected window, so it's selected
19847 when mouse-2 command runs.
19849 2005-12-27 Juri Linkov <juri@jurta.org>
19851 * descr-text.el (describe-text-sexp): Use square brackets for
19852 button [Show] to distinguish it from the property value `show'.
19853 (describe-property-list): Use `insert-text-button' with
19854 `help-face' type instead of putting face in quotes, because button
19855 is not created automatically for a list of faces.
19856 (describe-text-properties-1): Put button-type value in quotes to
19857 distinguish from plain text "button".
19858 (describe-char): Display code point values in hex. Don't use
19859 `symbol-name' for `current-input-method' because it is a string.
19860 Use `insert-text-button' with `help-face' type instead of putting
19861 hardcoded face in quotes, because button is not created automatically.
19863 2005-12-27 Richard M. Stallman <rms@gnu.org>
19865 * progmodes/glasses.el (glasses-face): More specific custom type.
19867 * files.el (set-visited-file-name): Doc fix.
19869 * textmodes/flyspell.el (flyspell-external-point-words):
19870 Use local var buffer-scan-pos to advance scan for next misspelling.
19871 Advance it only after we find the misspelling.
19873 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
19875 * textmodes/flyspell.el (flyspell-external-point-words):
19876 New criteria for finding the misspelling in the buffer.
19878 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
19880 * help-mode.el (help-insert-string): Set help-xref-stack-item
19881 rather than call help-setup-xref.
19883 * descr-text.el (describe-char): Revert previous changes for
19884 optional buffer argument.
19886 2005-12-27 Juri Linkov <juri@jurta.org>
19888 * help-mode.el (help-insert-string): New function. Save buffer
19889 contents in cases where it is impossible to recompute the old contents.
19891 * descr-text.el (describe-char): Set help-xref-stack-item
19892 explicitly after buffer has been generated.
19894 2005-12-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19896 * cus-start.el (all): Add x-gtk-show-hidden-files.
19898 2005-12-26 Richard M. Stallman <rms@gnu.org>
19900 * replace.el (perform-replace): Calculate match-again
19901 before skipping read-only matches.
19903 * paren.el (paren-showing-faces): New group.
19904 (show-paren-match, show-paren-mismatch): Move to that group.
19906 * button.el (button): Put into group `basic-faces'.
19908 * progmodes/make-mode.el: Remove faces from group `faces'.
19910 * apropos.el (apropos, apropos-value): Doc fix.
19911 (apropos-documentation): Doc fix.
19913 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
19915 * subr.el (lazy-completion-table): Remove argument `args'.
19917 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
19918 Don't use the `args' argument of lazy-completion-table.
19920 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
19922 * descr-text.el (describe-char): Add optional argument for buffer.
19923 Set buffer appropriately. Call help-setup-xref.
19924 Suggested by Stefan Monnier.
19926 2005-12-26 Juri Linkov <juri@jurta.org>
19928 * descr-text.el: Require `help-fns' at runtime. Don't require
19929 `button' for byte compilation.
19930 (describe-text-widget): Add `help-echo' for first button.
19931 Use `help-info' for second.
19932 (describe-property-list): Use `help-argument-name' instead of `italic'.
19933 (describe-text-category): Add prompt to interactive spec.
19934 Call `help-setup-xref'.
19935 (describe-char): Use `help-character-set'. Add `help-echo' for
19936 code point. Use `help-input-method'. Remove superfluous insert.
19938 2005-12-25 Richard M. Stallman <rms@gnu.org>
19940 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
19941 at point, in case of narrowing.
19943 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
19945 * locate.el (locate-header-face): Allow nil in type.
19947 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
19949 2005-12-25 Romain Francoise <romain@orebokech.com>
19951 * battery.el (battery-linux-proc-acpi): Also try
19952 `/proc/acpi/thermal_zone/THM0/temperature'.
19954 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
19956 * custom.el (custom-push-theme): Fix docstring.
19958 * cus-edit.el (custom-variable-set, custom-variable-save)
19959 (custom-variable-save): Custom-quote widget values.
19960 (customize-save-variable): Fix custom-push-theme call.
19962 2005-12-24 Eli Zaretskii <eliz@gnu.org>
19964 * w32-fns.el (w32-batch-update-autoloads): New function.
19966 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
19967 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
19968 from the command line.
19970 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
19972 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
19973 reset means to remove setting from theme entirely. Don't keep
19974 expanding theme-settings list; delete old entries if necessary.
19976 * cus-edit.el (custom-buffer-create-internal): Move "Erase
19977 customization" button one line up.
19978 (custom-themed): New face.
19979 (custom-magic-alist): New value, THEMED, for theme settings.
19980 (custom-variable-state-set, custom-face-state-set):
19981 Check theme-value instead of saved-value.
19982 (custom-variable-reset-standard, custom-face-reset-standard):
19983 Remove theme setting entirely. Recalculate new values.
19984 (custom-variable-set, custom-variable-set)
19985 (custom-variable-reset-saved, custom-variable-reset-backup)
19986 (custom-face-set, custom-face-reset-saved): Update `user' theme.
19987 (custom-variable-save): Fix typos.
19989 2005-12-23 Juri Linkov <juri@jurta.org>
19991 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
19992 Add autoload cookies.
19993 (edebug-outside-d-c-i-n-s-w): New variable.
19994 (edebug-display, edebug-outside-excursion): Use it to save the
19995 original value of default-cursor-in-non-selected-windows.
19996 Set default-cursor-in-non-selected-windows to t while Edebug
19998 (edebug-mode, edebug-eval-mode): Doc fix.
20000 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
20001 with `buffer-substring-no-properties' to remove common substring
20004 * info.el (info-other-window, info): Rename function argument
20005 `file' to `file-or-node'.
20006 (Info-complete-menu-item): Use local variable `complete-nodes' to
20007 keep the global value of `Info-complete-nodes' unchanged for
20008 subsequent completions.
20009 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
20011 * simple.el (get-next-valid-buffer, last-buffer)
20012 (next-error-buffer-p, next-error-find-buffer)
20013 (minibuffer-history-sexp-flag): Doc fix.
20015 * savehist.el (savehist-mode-hook): Add `:group'.
20017 * log-view.el: Call autoload for vc-find-version.
20018 (log-view-current-file): Adjust subgroup numbers.
20019 (log-view-current-tag): Add `length'.
20021 2005-12-23 Richard M. Stallman <rms@gnu.org>
20023 * vc.el (vc-annotate-car-last-cons): Defn moved up.
20025 2005-12-23 Juri Linkov <juri@jurta.org>
20027 * hi-lock.el (hi-lock-archaic-interface-message-used)
20028 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
20029 (hi-lock-mode): Display "Hi" in the mode line only when
20030 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
20031 (hi-lock-write-interactive-patterns):
20032 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
20033 (hi-lock-set-pattern, hi-lock-set-file-patterns)
20034 (hi-lock-font-lock-hook): Set 3rd arg `how' of
20035 font-lock-add-keywords to t.
20037 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
20039 * hi-lock.el (hi-lock-highlight-range): New variable.
20040 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
20041 only if font-lock-fontified is non-nil. Remove overlays.
20042 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
20043 font-lock-fontified is non-nil, otherwise use overlays (instead of
20045 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
20047 (hi-lock-string-serialize): New function.
20049 2005-12-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20051 * menu-bar.el (menu-find-file-existing): New function.
20052 (menu-bar-file-menu): Use menu-find-file-existing for Open.
20054 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
20056 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
20058 * vc.el: Remove unnecessary leading * in docstrings.
20059 (vc-annotate-mode-map): Move initialization into declaration.
20060 (vc-static-header-alist): Nitpick on the regexp.
20061 (vc-default-init-version): New fun.
20062 (vc-register): Use it.
20063 (vc-insert-headers): Use dolist.
20064 (vc-annotate-get-backend): Remove unused function.
20065 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
20066 (vc-annotate-mode): Remove corresponding call.
20067 (vc-annotate-car-last-cons): Simplify.
20068 (vc-annotate-buffers): Remove var.
20069 (vc-annotate-backend): Make it buffer-local.
20070 (vc-annotate): Move the interaction to the interactive spec.
20071 Add a `buf' argument.
20072 (vc-annotate-warp-version): Use this new `buf' argument to avoid
20073 killing&creating a vc-annotate buffer, which is very disruptive when
20074 the buffers are shown in dedicated frames.
20076 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
20078 * descr-text.el: Add FSF as maintainer.
20079 (describe-text-mode, describe-text-mode-map)
20080 (describe-text-mode-hook, describe-text-done): Delete. Use normal
20082 (describe-text-widget, describe-text-sexp)
20083 (describe-property-list, describe-text-category)
20084 (describe-text-properties, describe-text-properties-1)
20085 (describe-char): Use help buttons instead of widgets.
20086 (describe-char-unicodedata-file): Make URL link in doc string.
20088 2005-12-22 Richard M. Stallman <rms@gnu.org>
20090 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
20091 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
20092 Don't include buttons that write a file when there's no file.
20093 (custom-variable-menu, custom-face-menu, custom-group-menu):
20094 Don't include commands that write a file when there's no file.
20095 (customize-browse): Reword the top-of-buffer help intro.
20096 (custom-buffer-create-internal): Fix previous change.
20097 (customize-changed-options-previous-release): Prev release is 21.1.
20098 (customize-changed-options): Doc fix.
20099 (customize-changed): New alias.
20100 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
20101 Say "standard values".
20102 (Custom-reset-standard): Doc fix.
20103 (custom-face-reset-standard): Doc fix.
20105 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
20107 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
20108 even if font-lock-mode is non-nil since it may be t without having
20109 turned on font-lock-mode-internal.
20110 (font-lock-choose-keywords): Minor optimization.
20111 (font-lock-add-keywords, font-lock-remove-keywords)
20112 (font-lock-set-defaults): Don't call make-local-variable on a variable
20113 that we know to already be local.
20115 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
20117 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
20118 messages if in the minibuffer.
20120 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
20122 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
20123 (tex-mode-flyspell-verify, flyspell-get-word)
20124 (flyspell-external-point-words): Don't use point-min/max uselessly.
20126 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
20127 by Kevin Rodgers. Instead, just hide the completions buffer if we
20128 don't need to show it.
20130 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
20132 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
20134 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
20136 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
20137 delete-windows-on with an inexistent buffer.
20139 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
20141 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
20142 Delete defcustom variable :tag names.
20144 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
20146 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
20147 (log-view-font-lock-keywords): Ajust subgroup numbers.
20148 (log-view-current-tag): Don't hard code the number of subgroups.
20150 2005-12-20 Juri Linkov <juri@jurta.org>
20152 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
20153 (tooltip-x-offset, tooltip-y-offset): Doc fix.
20155 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
20156 (menu-bar-non-minibuffer-window-p): Instead of checking
20157 display-multi-frame-p, use selected-frame when menu-updating-frame
20160 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
20162 * align.el (align-rules-list): Use [ \t] instead of \s-
20163 for column separators in text mode.
20165 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
20167 * help-mode.el (help-customize-variable, help-customize-face):
20168 Don't pop help-xref-stack as help-follow no longer pushes
20171 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
20173 * textmodes/org.el (org-agenda-custom-commands): New option.
20174 (org-agenda): Offer custom commands on splash screen.
20175 (org-make-tags-matcher): Parser for Boolean logic added.
20176 (org-agenda-set-tags): New command.
20177 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
20178 (org-set-tags): Efficiency improvements.
20179 (org-auto-align-tags): New option.
20180 (org-todo, org-demote, org-promote): Realign tags.
20181 (org-tags-completion-function): Use also "&" and "|" as separators.
20182 (org-org-menu): Agenda commands simplified.
20184 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
20186 * cus-edit.el (customize-apropos, customize-apropos-options):
20189 * font-lock.el (font-lock): Add tags to the links in the defgroup.
20191 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
20193 * longlines.el (longlines-mode): Wrap while widened.
20194 (longlines-decode-region, longlines-encode-region): Compute max
20197 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20199 * cus-edit.el (mac): New group.
20201 * cus-start.el (all): Add user options in macterm.c. Add test for
20202 Mac-related built-ins. Fix test for GTK-related built-ins.
20204 * term/mac-win.el (mac-handle-language-change)
20205 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
20206 (mac-services-open-selection, mac-services-mail-selection)
20207 (mac-services-mail-to, mac-services-insert-text)
20208 (mac-dispatch-apple-event): Add docstrings.
20209 (x-get-selection, mac-select-convert-to-string): Select coding
20210 system from `utf-16be' and `utf-16le' using `byteorder'.
20212 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
20214 * subr.el (lazy-completion-table): Don't be fooled if the var holds
20215 a "list" (lambda ...) rather than a real completion list.
20217 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
20218 lexical-let when encountering ((lambda (...) ...) ...).
20220 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
20222 * progmodes/sh-script.el (sh-mode):
20223 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
20224 * textmodes/picture.el (picture-mode): Update docstrings.
20226 2005-12-17 Eli Zaretskii <eliz@gnu.org>
20228 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
20229 commands enclosed in $(ARGQUOTE)s should not be split between two
20230 lines, as that will break with GNU Make >3.80, when sh.exe is used
20231 and arg quoting is with '..'.
20232 (autoloads): Don't break the quoted --eval expression between
20235 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
20237 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
20238 Capture error from printing circular structures.
20240 2005-12-17 Martin Rudalics <rudalics@gmx.at>
20242 * wid-edit.el (widget-checkbox-action): Clear undo info.
20244 2005-12-16 Bill Wohler <wohler@newt.com>
20246 * menu-bar.el (kill-this-buffer): Set a good example by using menu
20247 bar, not menubar in comment.
20249 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
20251 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
20252 After-change-functions should not clobber the match data.
20254 2005-12-16 Juri Linkov <juri@jurta.org>
20256 * simple.el (choose-completion): Use `buffer-substring-no-properties'
20257 instead of `buffer-substring'.
20258 (completion-common-substring): Doc fix.
20259 (completion-setup-function): Use minibuffer-completion-contents
20260 instead of minibuffer-contents. Don't set common-string-length
20261 initially. Remove special handling of partial-completion-mode.
20262 Move computation of completion-base-size into one cond.
20263 Call completion-base-size-function in mainbuf. In computation of
20264 completion-base-size for file name completion don't move point to
20265 the end of the minibuffer. Move computation of common-string-length
20266 into one cond. Start putting faces only when common-string-length>=0.
20267 Add condition to put completions-common-part when
20268 common-string-length>0.
20270 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
20271 place point at the first different character in the minibuffer
20272 even if this position is at the beginning of the minibuffer.
20274 * info.el (Info-read-node-name-1): In completion-base-size-function's
20275 lambda return 1 if common-substring or minibuffer-completion-contents
20276 starts with (, and 0 otherwise.
20278 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
20279 Use `crm-current-element' for second arg of `display-completion-list'.
20281 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
20283 * files.el (set-auto-mode): Look for an interpreter specified on
20284 the first line also if search for mode specification succeeded,
20285 but the mode is not known.
20287 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
20289 * textmodes/org.el (org-tags-match-list-sublevels): New option.
20290 (org-open-at-point): Implement tag searches as links.
20291 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
20292 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
20293 (org-tags-sparse-tree, org-tags-view, org-set-tags)
20294 (org-agenda-dispatch): New commands.
20295 (org-use-tag-inheritance, org-tags-column): New options.
20296 (org-tab-follows-link, org-return-follows-link): New options.
20297 (org-tags): New customize group.
20298 (org-start-icalendar-file): Get local time zone.
20299 (org-tags-completion-function): New function.
20300 (org-set-font-lock-defaults): Make sure links will also be
20301 highlighted inside headlines.
20303 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
20305 * term.el (term-emulate-terminal):
20306 Let term-handle-ansi-terminal-messages override what Bash says about
20307 its current directory.
20309 2005-12-16 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
20311 * bindings.el (last-buffer): Move to simple.el.
20312 * simple.el (last-buffer): Move here.
20313 (get-next-valid-buffer): New function.
20314 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
20315 (prev-buffer): Ditto. Rename to `previous-buffer'.
20317 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
20318 * bindings.el (global-map): Ditto.
20320 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
20322 * cus-edit.el: Introductory comment change.
20323 (custom-magic-alist): Change message string for the `rogue' state.
20325 2005-12-15 Richard M. Stallman <rms@gnu.org>
20327 * tooltip.el: Delete defcustom variable :tag names.
20329 * complete.el (partial-completion-mode): Doc fix.
20331 * textmodes/flyspell.el (flyspell-external-point-words):
20332 Use save-excursion to ensure we don't move backward in the
20333 search loop, not even one character.
20334 (flyspell-delete-all-overlays): Use remove-overlays directly.
20336 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
20337 (ispell-start-process): Set that variable.
20338 Clear ispell-buffer-local-name.
20339 (ispell-internal-change-dictionary):
20340 Set ispell-current-dictionary after killing process.
20341 (ispell-buffer-local-dict):
20342 Don't set spell-personal-dictionary after killing process.
20343 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
20344 (ispell-tex-skip-alists, ispell-html-skip-alists)
20345 (ispell-skip-region-alist): Mark as risky.
20347 * net/newsticker.el (newsticker--retrieval-timer-list)
20348 (newsticker--display-timer, newsticker-running-p)
20349 (newsticker-ticker-running-p): Definitions moved up.
20351 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
20353 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
20355 2005-12-15 David Ponce <david@dponce.com>
20357 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
20358 (recentf-edit-list, recentf-open-files): Signal an error when
20359 there is no recent file.
20361 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
20363 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
20364 read-only except for texinfo-format-region evaluation.
20366 2005-12-14 Richard M. Stallman <rms@gnu.org>
20368 * vc.el (vc-default-previous-version, vc-default-next-version)
20369 (vc-do-command): Doc fixes.
20371 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20373 * textmodes/bibtex.el (bibtex-expand-strings)
20374 (bibtex-autokey-expand-string, bibtex-name-part)
20375 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
20376 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
20377 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
20378 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
20379 (bibtex-entry-postfix, bibtex-known-entry-type-re)
20380 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
20381 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
20382 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
20383 (bibtex-beginning-of-last-entry): Remove.
20384 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
20385 message if comma is missing but buffer is read-only.
20386 (bibtex-parse-field-text): Handle whitespaces at the end of field
20387 text. Return 3-element list with beginning and end of field text
20389 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
20390 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
20391 (bibtex-search-forward-field, bibtex-search-backward-field):
20392 Search always delimited by limits of entry. Use more efficient
20394 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
20395 bibtex-end-of-name-in-field.
20396 (bibtex-text-in-field-bounds): Handle BibTeX strings when
20397 extracting the content of a field.
20398 (bibtex-text-in-field): Use search limits.
20399 (bibtex-parse-string-prefix): Handle empty string keys based on
20400 bibtex-string-empty-key.
20401 (bibtex-parse-string): Fix docstring.
20402 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
20403 (bibtex-preamble-prefix, bibtex-strings): New functions.
20404 (bibtex-skip-to-valid-entry): Include preceding whitespace in
20405 BibTeX entries (consistent with other BibTeX functions).
20406 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
20407 (bibtex-search-entry): Fix docstring. Simplify.
20408 (bibtex-flash-head, bibtex-complete-string-cleanup)
20409 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
20410 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
20411 (bibtex-parse-entry): New optional arg content.
20412 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
20413 Use bibtex-text-in-field-bounds.
20414 (bibtex-print-help-message): Handle BibTeX strings and preambles.
20415 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
20416 bibtex-parse-string-postfix.
20417 (bibtex-find-text-internal): New function.
20418 (bibtex-remove-delimiters): Use it.
20419 (bibtex-find-text): Use it. New optional arg help.
20420 (bibtex-complete): Handle BibTeX string and preamble entries.
20421 (bibtex-Preamble): Fix order of closing delimiters.
20423 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
20425 * vc.el (vc-default-revert): New fun.
20427 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
20429 2005-12-14 Romain Francoise <romain@orebokech.com>
20431 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
20432 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
20433 (font-lock-remove-keywords): Likewise.
20435 2005-12-14 Juri Linkov <juri@jurta.org>
20437 * log-view.el (log-view-diff): Doc fix.
20439 * isearch.el (isearch-query-replace): Use (mark) instead of
20440 isearch-opoint if mark is active in transient-mark-mode.
20442 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
20444 * isearch.el (isearch-query-replace): Check for isearch-other-end.
20446 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
20448 * progmodes/cpp.el (cpp-face): New widget.
20449 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
20451 2005-12-14 Juri Linkov <juri@jurta.org>
20453 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
20454 around `erase-buffer' and `insert'.
20456 * descr-text.el (describe-text-properties): Replace buffer name
20457 "*Help-2*" with "*Help*<2>".
20458 (describe-char): Add functions print-help-return-message,
20459 toggle-read-only. Use help-setup-xref with nil to not store
20460 describe-char in help-xref-stack. Use help-make-xrefs to
20461 make [back] button.
20463 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
20465 * wdired.el (wdired-old-point): New internal variable.
20466 (wdired-change-to-wdired-mode): Set it buffer-locally.
20467 (wdired-abort-changes): Restore point after aborting changes.
20469 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
20471 * vc.el (vc-do-command): Add a new value t for okstatus.
20473 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
20474 frame in case of errors.
20476 2005-12-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20478 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
20479 so it comes after "On the Left" in the menu.
20481 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
20483 * cus-edit.el (customize-apropos, customize-apropos-options)
20484 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
20486 2005-12-12 Bill Wohler <wohler@newt.com>
20488 * vc-svn.el (vc-svn-registered): Fix problem of visiting
20489 non-writable Subversion-controlled files by saving window
20490 configuration before calling vc-do-command. vc-do-command calls
20491 pop-to-buffer on error which is unexpected during registration.
20493 2005-12-12 Jay Belanger <belanger@truman.edu>
20495 * calc/README: Update the summary of changes.
20497 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
20499 * descr-text.el (describe-char): Rework last fix to solve the problem
20500 is the same way it's solved for everything else in that function
20501 (i.e. by extracting the info before setting up the *Help* buffer).
20503 2005-12-12 Kim F. Storm <storm@cua.dk>
20505 * subr.el (version-regexp-alist): Allow space as separator before
20506 non-numeric part, e.g. "1.0 alpha".
20507 (version-to-list): Interpret .X.Y version as 0.X.Y version.
20509 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
20511 * textmodes/org.el (org-agenda, org-timeline, org-todo):
20512 Implement Logging and the keep-modes setting.
20513 (org-get-category): Make sure a string is returned.
20514 (org-log-done): New function.
20515 (org-log-done, org-closed-string): New options.
20517 2005-12-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20519 * tooltip.el (tooltip-y-offset): Change default to 20.
20521 2005-12-12 Richard M. Stallman <rms@gnu.org>
20523 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
20525 * frame.el (display-hourglass): Doc fix.
20527 * help.el (help-for-help-internal): Simplify entry for `a'.
20529 * info.el (Info-on-current-buffer): Doc fix.
20530 (info-insert-file-contents): Don't test (featurep 'jka-compr).
20532 * startup.el (inhibit-splash-screen): Make this the real name.
20533 (inhibit-startup-message): Make this the alias.
20534 (command-line): Find only simple.el, and use its directory
20535 to fill in other preloaded files' names.
20536 (command-line): Deactivate the mark if deactivate-mark is set.
20538 * international/mule.el (load-with-code-conversion):
20539 Bind deactivate-mark.
20541 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
20543 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
20545 * cus-edit.el (customize-apropos): Avoid listing an option more
20546 than once under different aliases. No longer list user options
20547 that are not defined with defcustom (unless a prefix arg is given).
20549 (customize-apropos-options): Doc fix.
20551 2005-12-11 Juri Linkov <juri@jurta.org>
20553 * frame.el (set-background-color, set-foreground-color)
20554 (set-cursor-color, set-mouse-color, set-border-color):
20555 Add explicit prompts to read colors by `facemenu-read-color'.
20556 (show-trailing-whitespace, blink-cursor-delay)
20557 (blink-cursor-interval, display-hourglass, hourglass-delay):
20559 (display-hourglass, hourglass-delay): Doc fix.
20560 (cursor-in-non-selected-windows): Capitalize words in tag.
20562 * faces.el (frame-background-mode): Replace `choice-item' keywords
20563 with `const' to not make [default] button. Change default value tag
20564 from `default' to `automatic'. Doc fix.
20565 (trailing-whitespace) <defface>: Change group `whitespace' to
20566 `whitespace-faces'.
20568 2005-12-11 Richard M. Stallman <rms@gnu.org>
20570 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
20572 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20574 * term/mac-win.el: Create keymap for mac-apple-event-map.
20576 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
20578 * tooltip.el (tooltip-mode): Move to start of file so that it
20579 appears at top of customize buffer.
20581 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
20582 Add the gud groupname.
20583 (gud-tooltip-mode): Add the tooltip groupname.
20584 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
20585 avoid conflict with tooltip-use-echo-area.
20587 2005-12-10 Romain Francoise <romain@orebokech.com>
20589 * help.el (help-for-help-internal): Add `r' in doc string.
20591 2005-12-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
20593 * align.el (align-regexp, align-highlight-rule):
20594 Use region-beginning and region-end instead of point and mark, so that
20595 repetition (with `repeat-complex-command') recomputes the region
20598 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
20600 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20601 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20602 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
20603 (balance-windows): Rewrite using the above new functions.
20605 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
20607 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
20608 react if global-hi-lock-mode seems intended.
20609 (global-hi-lock-mode): Renamed from hi-lock-mode.
20610 (hi-lock-archaic-interface-message-used)
20611 (hi-lock-archaic-interface-deduce): New variables.
20612 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
20613 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
20614 (hi-lock-find-patterns, hi-lock-font-lock-hook):
20615 Replace hi-lock-buffer-mode with hi-lock-mode.
20617 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20619 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
20620 completion list, even after a partial completion has been
20621 inserted in the current buffer. If there are more than 1
20622 completion, redisplay the *Completions* buffer; if the
20623 completion is unique, delete the *Completions* window.
20625 2005-12-10 Eli Zaretskii <eliz@gnu.org>
20627 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
20628 strings and long subject lines that were broken into multiple
20629 lines at arbitrary places. Handle subjects that have "Re: " in
20632 2005-12-10 John W. Eaton <jwe@octave.org>
20634 * progmodes/octave-mod.el (octave-electric-space): Don't indent
20635 comments or strings if octave-auto-indent is nil.
20637 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20639 * term/mac-win.el: Require url when compiling.
20640 Call mac-process-deferred-apple-events after loading init files.
20641 (mac-apple-event-map): New defvar. Define event handlers in it.
20642 (core-event, internet-event): New Apple event class symbols.
20643 (open-application, reopen-application, open-documents)
20644 (print-documents, open-contents, quit-application)
20645 (application-died, show-preferences, autosave-now, get-url):
20646 New Apple event ID symbols.
20647 (about): New HICommand ID symbol.
20648 (mac-event-spec, mac-event-ae): New macros.
20649 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
20650 (mac-ae-selection-range, mac-ae-text-for-search)
20651 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
20652 (mac-application-menu-map): Remove keymap. Handlers for HICommand
20653 and Services menu events are now defined in mac-apple-event-map.
20654 (mac-drag-n-drop): Remove selection range handling.
20656 2005-12-10 Kenichi Handa <handa@m17n.org>
20658 * simple.el (zap-to-char):
20659 * isearch.el (isearch-process-search-char): Translate CHAR by
20660 translation-table-for-input.
20662 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
20664 * foldout.el (foldout-exit-fold): Properly hide subtree.
20666 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
20668 * files.el (save-buffer):
20669 * international/ucs-tables.el (ucs-set-table-for-input):
20670 * mail/mail-extr.el (mail-extract-address-components):
20671 * mail/sendmail.el (mail-mode): Reformat doc string.
20673 2005-12-09 Juri Linkov <juri@jurta.org>
20675 * isearch.el (isearch-highlight): Change main overlay priority
20676 from 1 to 1001. Simplify.
20677 (isearch-lazy-highlight-update): Change lazy overlay priority
20680 * replace.el (replace-highlight): Change overlay priority from
20683 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
20684 Change overlay priority from 1 to 1001. Reuse existing overlay.
20686 * compare-w.el (compare-windows-highlight): Change overlay
20687 priority from 1 to 1000.
20689 * menu-bar.el (menu-bar-edit-menu): Add listp around
20690 pending-undo-list to disable menu item "undo" when pending
20691 undo list is empty.
20693 * locate.el (locate): Disable undo in *Locate* buffer.
20695 2005-12-09 Kim F. Storm <storm@cua.dk>
20697 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
20699 2005-12-09 David Ponce <david@dponce.com>
20701 * recentf.el: Improvement of the menu code.
20702 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
20703 instead of menu hook.
20704 (recentf-show-menu, recentf-hide-menu): New functions.
20705 (recentf-menu-customization-changed, recentf-mode): Use them.
20706 (recentf-menu-action, recentf-max-menu-items)
20707 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
20708 (recentf-arrange-by-rule-others)
20709 (recentf-arrange-by-rules-min-items)
20710 (recentf-arrange-by-rule-subfilter): Don't use
20711 `recentf-menu-customization-changed'.
20712 (recentf-arrange-rules): Likewise. Accept functions to compute
20714 (recentf-menu-filter): Likewise. Doc fix.
20715 (recentf-menu-value-shortcut): Doc fix.
20716 (recentf-dump-variable): Quote atom value.
20717 (recentf-make-menu-items): Update to use it as a menu filter.
20718 (recentf-match-rule): New function.
20719 (recentf-arrange-by-rule): Use it.
20720 (recentf-indirect-mode-rule): New function.
20721 (recentf-build-mode-rules): Use it.
20722 (recentf-dir-rule): New function.
20723 (recentf-arrange-by-dir): Use it.
20724 (recentf-filter-changer-current): Rename from
20725 `recentf-filter-changer-state'. All references updated.
20726 (recentf-filter-changer-alist): Update filter names.
20727 (recentf-filter-changer-select): New function.
20728 (recentf-filter-changer): Use it. Make a sub-menu from filters
20729 available in `recentf-filter-changer-alist'.
20730 (recentf-data-cache, recentf-clear-data)
20731 (recentf-update-menu): Remove. All references updated.
20732 (recentf-match-rule-p, recentf-build-dir-rules)
20733 (recentf-filter-changer-goto-next)
20734 (recentf-filter-changer-get-current)
20735 (recentf-filter-changer-get-next): Remove.
20737 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
20739 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
20740 buffer "Reset" button to "Reset to Current" for consistency with
20743 2005-12-08 John Paul Wallington <jpw@pobox.com>
20745 * ibuf-ext.el (define-ibuffer-filter filename):
20746 If `dired-directory' is a list then really use its car.
20748 2005-12-08 Kim F. Storm <storm@cua.dk>
20750 * emulation/cua-rect.el (cua--rectangle-aux-replace):
20751 Fix indention of text on right side of replaced rectangle.
20753 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
20755 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
20756 No need to check gud-comint-buffer is bound.
20757 (gdb): Prevent multiple debugging when first session uses gdba.
20759 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20761 CC Mode update to 5.31.
20763 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
20764 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
20765 We might do this function properly in the future).
20767 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
20768 New macros c-sentence-end and c-default-value-sentence end, to cope
20769 with Emacs 22's new function `sentence-end'.
20771 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20773 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
20774 compat issue using `c-put-overlay' and `c-delete-overlay'.
20776 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
20777 New compat macros to handle overlays/extents.
20779 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20781 * progmodes/cc-fix.el: Add definitions of the macros push and pop
20782 (for GNU Emacs 20.4).
20784 * progmodes/cc-defs.el
20785 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
20787 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
20788 highlighting mechanism so it will work in XEmacs too.
20790 * progmodes/cc-defs.el: Insert c-int-to-char.
20792 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
20793 call to the new macro c-int-to-char. This solves XEmacs's
20794 regarding characters as different from integers.
20796 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20798 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
20799 New internal helper.
20801 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
20802 construct to make the indirect face lookup work in XEmacs.
20804 (c-cpp-matchers): Append the negation char face to the existing
20805 fontification, so that the cpp face doesn't disappear.
20806 Use `c-make-syntactic-matcher' to avoid negation chars in comments
20809 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
20810 to map to `font-lock-negation-char-face' in emacsen where it exists.
20812 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20814 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
20816 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
20817 Rename "c-subword-move-mode" as "c-subword-mode".
20819 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
20820 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
20822 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20824 * progmodes/cc-mode.el: Added autoload directive for
20825 `c-subword-move-mode' for use in older emacsen.
20827 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20829 * progmodes/cc-mode.el:
20830 (i): Insert a binding for C-c C-backspace into
20831 c-bind-special-erase-keys which works in TTYs.
20832 (ii): Make sure that when file styles are used, any explicitly
20833 given style variables take priority over those in the style.
20834 Do this by calling `hack-local-variables' a second time.
20836 * progmodes/cc-vars.el: Add language specific customization
20837 widgets for AWK to c-doc-comment-style, c-require-final-newline
20838 and c-default-style. Add a defcustom for awk-mode-hook.
20839 Give c-syntactic-element and c-syntactic-context doc-strings by
20840 directly setting their `variable-documentation' propery.
20841 This allows Emacs 22.1 to read these with C-h v.
20843 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
20845 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20847 * progmodes/cc-fonts.el, cc-vars.el
20848 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
20849 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
20852 (c-doc-comment-style): Made GtkDoc default in C mode.
20854 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
20855 and C-c C-<delete>.
20857 (c-bind-special-erase-keys): New function for use on
20858 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
20860 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
20861 <delete> key behavior in XEmacs according to `delete-forward-p'.
20862 C.f. `c-electric-delete'.
20864 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20866 * progmodes/cc-mode.el: Give c-hungry-backspace and
20867 c-hungry-delete-forward permanent key bindings.
20869 * progmodes/cc-cmds.el (c-electric-semi&comma):
20870 Bind c-syntactic-context for calls to "criteria functions", for
20871 consistency with other calls to user functions.
20873 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
20874 `current-prefix-arg', since this might be the prefix arg to a
20875 command which calls c-indent-command as a function. Change the
20876 interactive spec from "p" to "P".
20878 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
20879 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
20880 was difficult to understand.
20882 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20884 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
20885 first char of an identifier.
20887 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
20890 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20892 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
20893 auto-fill doesn't split a c-comment's last word from a hanging
20894 "*/" when a space is typed between them after fill-column.
20896 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
20898 * progmodes/cc-styles.el (c-set-style)
20899 (c-setup-paragraph-variables): Abort the command if we're not in a
20902 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
20903 with blank comment-prefix, and a blank line as the comment's
20906 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20908 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
20909 Incorporate the patterns added in the Emacs development branch
20910 for the new Emacs 22 face `font-lock-negation-char-face'.
20912 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
20913 of "red" since it stands out better in xterms and DOS terminals.
20915 * progmodes/cc-engine.el (c-literal-faces):
20916 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
20918 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20920 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
20921 forcibly enable c-electric-flag.
20923 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
20924 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
20925 after the comment-prefix of a C-style comment will close that comment.
20927 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20929 * progmodes/cc-fonts.el (c-basic-matchers-before)
20930 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
20933 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
20936 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
20937 (c-cpp-message-directives, c-cpp-include-directives)
20938 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
20939 (c-cpp-expr-directives): Introduce new language constants to
20940 control cpp syntax in a cleaner way.
20942 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
20944 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
20946 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
20947 (c-multiline-string-start-char): New language constants and
20948 variables to specify how newlines in string literals work.
20950 (c-font-lock-invalid-string): Use them.
20952 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
20953 unbalanced close brace is entered. Optimization by avoiding going
20954 back over arbitrarily large blocks. Removed hints that this
20955 function only would be relevant/useful in AWK.
20957 (c-electric-brace): Indent syntactically after the cleanups since
20958 lineup functions might do it differently then.
20960 * progmodes/cc-engine.el, cc-langs.el
20961 (c-opt-op-identifier-prefix): New language constant and variable.
20963 (c-just-after-func-arglist-p, c-after-special-operator-id)
20964 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
20966 * progmodes/cc-align.el, cc-engine.el
20967 (c-after-special-operator-id): New helper to handle C++ operator
20970 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
20971 (c-guess-basic-syntax): Handle C++ operator identifiers in
20974 * progmodes/cc-langs.el (c-assignment-operators): Add the
20975 trigraph version of ^= too.
20977 * progmodes/cc-langs.el (c-assignment-operators): Add the
20978 trigraph version of |= in C++.
20980 * progmodes/cc-fonts.el (c-font-lock-declarators):
20981 Handle `c-decl-hangon-kwds' after the identifier name.
20983 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
20984 whether an arglist is "nonempty", ignore a comment after the open
20985 paren if it isn't followed by a non-comment token on the same line.
20987 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
20988 Enable heuristics below the point to cope with classes inside special
20989 brace lists in Pike.
20991 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20993 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
20995 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20997 * progmodes/cc-guess.el (cc-guess-install): New function to
20998 install an already guessed style in another buffer.
21000 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
21001 sets `inhibit-read-only' - `c-save-buffer-state' should be used
21002 anyway if the change always is undone.
21004 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21006 Implement togglable electricity:
21008 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
21009 saying when it should be used.
21011 * progmodes/cc-engine.el: Add the new buffer-local variable,
21014 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
21015 c-toggle-auto-newline.
21017 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
21018 c-toggle-auto-newline. Remove the binding for
21019 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
21020 c-toggle-electric-state.
21022 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
21024 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
21025 c-\(forward\|backward\)-subword.
21026 (c-update-modeline): Add the new modeline flag `l' for
21027 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
21028 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
21029 Make the old name an alias of the new name.
21030 (c-toggle-electric-state): New function.
21031 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
21032 Adapt these functions to do electric things only when
21033 c-electric-flag is non-nil.
21034 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
21035 new functions from c-electric-brace.
21036 (c-point-syntax): Add a check for "virtual semicolons" in AWK
21037 mode, so that the tentative extra newline doesn't change the
21038 syntax of the following brace.
21039 (c-electric-brace): Restructure by extracting the above functions.
21040 Tidy up the coding somewhat.
21041 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
21044 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21046 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
21047 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
21049 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
21050 (c-submode-indicators): Change name from `c-auto-hungry-string'
21051 since it's now used to track another submode.
21053 (c-update-modeline): Convert to function and extended to check
21054 `c-subword-move-mode'.
21056 (c-forward-into-nomenclature, c-backward-into-nomenclature):
21057 Convert to compat aliases for `c-forward-subword' and
21058 `c-backward-subword'.
21060 * progmodes/cc-subword.el: New functions and minor mode to handle
21061 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
21063 (c-forward-subword, c-backward-subword, c-mark-subword)
21064 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
21065 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
21066 Functions corresponding to the standard word handling functions.
21068 (c-subword-move-mode): Minor mode that replaces all the standard
21069 word handling functions with their subword equivalences.
21071 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21073 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
21074 entry for one-liner-defun.
21076 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
21077 name in its def-edebug-spec.
21079 * progmodes/cc-cmds.el (c-electric-brace): Make the
21080 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
21081 compacts space before a comment, if this will make things fit on
21084 Introduce an "awk" style, mainly for auto-newline and clean-ups.
21086 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
21088 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
21089 clean-up one-liner-defun.
21091 * progmodes/cc-styles.el: Add the new "awk" style.
21093 * progmodes/cc-vars.el: Add description of one-liner-defun to
21094 c-cleanup-list's doc-string. New user options,
21095 c-max-one-liner-length. In c-default-style, set the default style
21098 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21100 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
21101 macros inside labels.
21103 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
21104 `c-at-statement-start-p' and `c-at-expression-start-p'.
21106 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
21107 error if the mark isn't set.
21109 * progmodes/cc-engine.el (c-guess-continued-construct)
21110 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
21111 accurately detect functions inside functions.
21113 * progmodes/cc-engine.el (c-at-expression-start-p): New function
21114 like `c-at-statement-start-p' that additionally recognizes commas
21115 and expression parentheses as delimiters.
21117 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
21118 to avoid heuristics that doesn't work for unclosed blocks.
21119 (c-at-statement-start-p): New function.
21121 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
21122 Objective-C directives, e.g. directives spanning lines should work
21123 reasonably well now.
21125 (c-put-c-type-property, c-clear-c-type-property): New helpers.
21127 (c-forward-objc-directive): New function to move over any ObjC
21130 (c-just-after-func-arglist-p, c-guess-basic-syntax)
21131 (c-basic-matchers-before): Use it.
21133 (c-font-lock-objc-iip-decl): Remove.
21135 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
21136 in the template arglist recognition.
21138 * progmodes/cc-styles.el (c-style-alist): Fix several
21139 inconsistencies in the Whitesmith style.
21141 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
21142 New lineup function to get lines after Whitesmith style blocks
21143 correctly indented.
21145 (c-lineup-whitesmith-in-block): Back out the compensation for
21146 opening parens since it's done using `add' lists in the style
21147 definition instead. Don't use the anchor position since it varies
21148 too much between the syntactic symbols. :P
21150 * progmodes/cc-vars.el (c-valid-offset): Update.
21152 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
21153 lists where the offsets are combined according to several
21154 different methods: `first', `min', `max', and `add'.
21155 Report offset evaluation errors with `c-benign-error' so that some kind
21156 of reindentation still is done.
21158 * progmodes/cc-engine.el (c-guess-basic-syntax):
21159 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
21162 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
21163 situations for `arglist-cont-nonempty' and `arglist-close'.
21165 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
21167 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
21168 cc-bytecomp-boundp' in a number of places.
21170 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
21171 macro related issue.
21173 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21175 * progmodes/cc-awk.el: Change the terminology of regexps: A char
21176 list is now [asdf], a char class [:alpha:].
21177 Include code for char classes.
21178 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
21179 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
21181 Remove (nearly all of) the cruft associated with AWK Mode's former
21182 concept of "virtual semicolons":
21184 Adapt c-beginning-of-statement, c-end-of-statement (together with
21185 subfunctions) to use the new notion of "virtual semicolon" in
21186 place of the old awkward special handling for AWK. There remains
21187 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
21188 * progmodes/cc-cmds.el:
21189 (c-ascertain-adjacent-literal): In the backwards direction, now
21190 recognises AWK regexp delimiters as string delimiters.
21191 (c-after-statement-terminator-p): Adapt for virtual semicolons;
21192 check more rigorously for "end of macro".
21193 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
21194 virtual semicolons;
21195 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
21196 out the code for forward movement into ...
21197 (c-end-of-statement): Now contains the code for forward movement,
21198 adapted for virtual semicolons.
21200 * progmodes/cc-engine.el:
21201 (c-ws*-string-limit-regexp): New regexp.
21202 (c-forward-single-comment, c-backward-single-comment): Comment out
21203 the (now redundant) "special" AWK stuff.
21205 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
21206 c-string-par-start, c-string-par-separate to be more like Text
21207 Mode than Fundamental Mode.
21209 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21211 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
21212 to the fontified region so that fontification doesn't occur
21213 outside it (could happen e.g. when fontifying a line with an
21214 unfinished declaration).
21216 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21218 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
21219 start of the file. ^L now separate sections of the file.
21220 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
21221 (c-awk-one-line-possibly-open-string-re)
21222 (c-awk-regexp-one-line-possibly-open-char-class-re)
21223 (c-awk-one-line-possibly-open-regexp-re)
21224 (c-awk-one-line-non-syn-ws*-re): New defonsts.
21225 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
21227 Amend the concept of "virtual semicolons" (in the indentation
21228 engine) for languages like AWK, such that they are now
21229 conceptually attached to end of the last token of a statement, not
21230 the end of the line. (In AWK Mode, however, the pertinent text
21231 property is still physically set on the EOL.) Remove the specific
21232 tests for awk-mode, thus facilitating the introduction of other
21233 language modes where EOLs can end statements.
21234 (Note: The funtionality in cc-cmds.el, specifically
21235 c-beginning/end-of-statement has yet to be amended.)
21237 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
21240 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
21241 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
21242 c-vsemi-status-unknown-p-fn (in a new page).
21244 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
21245 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
21246 numerous awkward forms like
21247 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
21248 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
21249 variable before-ws-ip, the place just after char-before-ip appears.
21251 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
21254 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21256 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
21257 `c-tentative-buffer-changes'.
21259 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
21260 convert to macro to choose between Emacs and XEmacs at compile time.
21262 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
21264 (c-tentative-buffer-changes): New macro to handle temporary buffer
21265 changes in a convenient way.
21267 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
21268 for `c-tentative-buffer-changes'.
21270 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
21271 the checks for paren sexps between the point and the keyword, to
21272 avoid some false alarms.
21274 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
21275 Fixed a situation where an error could be thrown for unbalanced
21276 parens. Changed to make use of c-keyword-member' to avoid some
21277 repeated regexp matches.
21279 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
21280 These language variable are no longer necessary.
21282 (c-block-stmt-kwds): New language constant used by
21283 c-looking-at-inexpr-block'.
21285 (c-guess-basic-syntax): Remove an optional check that looked at
21286 the existence of the now removed language variables.
21288 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
21289 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
21290 object instantiation expressions as declarations in some contexts.
21291 This bug only affected languages where the declarator can't be
21292 enclosed in parentheses.
21294 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
21295 insert newlines before and after substatement braces.
21297 * progmodes/cc-engine.el: Improved the heuristics for recognizing
21298 function declaration headers and the handling of C++ style member
21301 (c-just-after-func-arglist-p): Rewritten to use
21302 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
21304 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
21306 (c-guess-basic-syntax): Adapt case 5B for the new
21307 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
21308 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
21309 covers all cases now).
21311 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
21313 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21315 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
21316 c-string-par-start/separate c-sentence-end-with-esc-eol,
21317 initialised in c-setup-paragraph-variables, used in string
21318 scanning subroutines of c-beginning-of-statement.
21320 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
21321 which precedes the newly inserted `{'.
21323 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21325 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
21326 function for declaration level blocks. It should now cope with
21327 templates better and also be a lot more comprehensible.
21329 (c-looking-at-decl-block): The new function.
21331 (c-search-uplist-for-classkey): The old one. It's now a wrapper
21334 (c-add-class-syntax, c-guess-continued-construct)
21335 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
21337 (c-decl-block-key): Change to tell apart ambiguous and
21338 unambiguous keywords. Pike specials are now handled directly in
21341 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
21342 New language constants and variables to make the backward skip in
21343 `c-looking-at-decl-block' as tight as possible.
21345 (c-nonsymbol-token-char-list): New language constant.
21347 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
21348 find balanced template arglists backwards.
21350 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
21351 making char classes for `c-syntactic-skip-backward'.
21353 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
21354 16D - can't be a class-close at that point.
21356 * progmodes/cc-engine.el (c-guess-basic-syntax)
21357 (c-add-class-syntax): Don't narrow out the enclosing declaration
21358 level. This makes everything a lot easier, and it was actually
21359 only four small places that needed it to work. Some places that
21360 previously did `widen' are removed now, which has the effect that
21361 `c-guess-basic-syntax' never will look at things outside the
21362 current narrowment now. The anchor position for `topmost-intro'
21363 is affected by this, but it was so bogus it was basically useless
21364 before, and now it's equally bogus but in a slightly different way.
21366 (c-narrow-out-enclosing-class): Gone.
21368 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
21369 the narrowed region.
21371 (c-least-enclosing-brace): Remove silly optional argument.
21373 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
21374 the point could be left directly after an open paren when finding
21375 the beginning of the first decl in the block.
21377 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
21378 Specify which submatch to use.
21380 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
21382 (c-decl-start-re): No longer any need for special treatment of
21383 ObjC due to the above.
21385 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
21386 presumably follows C in that regard.
21388 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
21389 New language constants to specify operator tokens inside
21390 identifiers in a more high level way.
21392 (c-opt-identifier-prefix-key): New internal language constant.
21394 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
21395 (c-identifier-start, c-identifier-key): Now completely calculated
21396 from other constants.
21398 (c-identifier-last-sym-match): Decommission since it's no longer used.
21400 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
21402 * progmodes/cc-engine.el (c-forward-name): Remove the
21403 optimization when c-identifier-key is equal to c-symbol-key since
21404 it doesn't work in byte compiled files. Don't record empty
21405 regions as identifiers.
21407 * progmodes/cc-langs.el (c-filter-ops): New helper function to
21408 simplify access to `c-operators' and its likes.
21410 (c-operator-list, c-all-op-syntax-tokens)
21411 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
21412 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
21413 (c-primary-expr-regexp, c-cast-parens): Use it.
21415 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
21416 an explicit language in functions.
21418 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
21419 variant of adornment.
21421 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
21424 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
21427 * progmodes/cc-engine.el (c-on-identifier)
21428 (c-simple-skip-symbol-backward): Small fix for handling "-"
21429 correctly in `skip-chars-backward'. Affected the operator lfun
21432 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
21433 diagnostic message about precompiled language vars not being used.
21435 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
21436 "__attribute__" is followed by a parenthesis.
21438 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
21439 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
21440 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
21442 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
21443 Internal cleanups to properly detect the declared identifiers in
21444 various declarations.
21446 (c-decl-start-kwds): New language constant to recognize
21447 declarations that can start anywhere. Used for class declarations
21450 (c-specifier-key, c-not-decl-init-keywords)
21451 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
21452 (c-find-decl-spots): Implement `c-decl-start-kwds'.
21454 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
21455 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
21456 handling of the compiler specific extension keywords into a new
21457 language constant `c-decl-hangon-kwds' that defines keyword
21458 clauses to be ignored in declarations.
21460 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
21461 past unrecognized tokens when handling `c-colon-type-list-kwds'.
21462 Necessary to stop at the declared identifier in e.g. IDL valuetype
21465 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
21466 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
21467 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
21468 (c-forward-decl-or-cast-1): Recognize the declared identifier in
21469 class and enum declarations as such and not as part of the type.
21471 (c-forward-decl-or-cast-1, c-forward-label): Relax the
21472 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
21474 (c-forward-decl-or-cast-1): Don't disregard sure signs of
21475 declarations when there's some syntax error later on.
21477 (c-complex-decl-matchers): Did away with a reference to
21480 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
21481 value - this variable is always dynamically bound.
21483 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
21484 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
21485 * cc-cmds.el, cc-defs.el: Change the policy for marking up
21486 functions that might do hidden buffer changes: All such internal
21487 functions are now marked instead of those that don't.
21489 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
21490 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
21491 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
21492 (c-literal-type): Allow these functions to make hidden buffer changes,
21493 so that they are free to use text property caching later on.
21495 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
21496 (c-electric-brace, c-electric-slash, c-electric-star)
21497 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
21498 (c-electric-paren, c-electric-continued-statement, c-indent-command)
21499 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
21500 (c-context-line-break): Add `c-save-buffer-state' calls to comply
21501 with the changed semantics of the functions above.
21503 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
21504 when macros occur in obscure places. Optimized the sexp movement
21507 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21509 Enhancements for c-beginning-of-statement to work in AWK Mode:
21511 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
21512 (completed statement) with `}' (statement completed by closing
21513 brace or semicolon) and `$' (statement completed by EOL).
21515 (c-awk-virtual-semicolon-ends-prev-line-p)
21516 (c-awk-virtual-semicolon-ends-line-p)
21517 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
21518 (c-awk-at-statement-end-p): New functions.
21520 * progmodes/cc-cmds.el: Simplify the structure of functions
21521 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
21522 two functions and c-beginning-of-statement to handle AWK Mode.
21524 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
21525 c-backward-single-comment for AWK mode. Attempt to clarify their
21528 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
21530 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21532 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
21533 label handling. Labels are now recognized in a uniform and more
21534 robust way, regardless of context. Text properties are put on all
21535 labels to recognize the following declarations better.
21536 Multiword labels are handled both in indentation and fontification for
21537 the benefit of language extensions like Qt. For consistency, keywords
21538 in labels are now fontified with the label face instead.
21539 That also applies to "case" and "default".
21541 (c-beginning-of-statement-1): Fix some bugs in the label
21542 handling. Disregard `c-nonlabel-token-key' in labels that begin
21543 with `c-label-kwds'.
21545 (c-find-decl-spots): Support that the callback adds more
21546 `c-decl-end' spots to find.
21548 (c-forward-decl-or-cast-1): Don't treat a list of plain
21549 identifiers followed by a colon as a declaration.
21551 (c-forward-label): New function to recognize labels.
21553 (c-guess-basic-syntax): Replace uses of `c-label-key' with
21554 `c-forward-label'. Moved the label recognition cases (14 and 15)
21555 earlier since they aren't so context sensitive now. Handle labels
21556 on the top level gracefully. Moved access label recognition to
21557 the generic label case (CASE 15) - removed CASE 5E.
21559 (c-font-lock-declarations): Add recognition of labels in the
21560 same round since we need to handle labels in parallell with other
21561 declarations to recognize both accurately. It should also improve
21564 (c-simple-decl-matchers, c-basic-matchers-after):
21565 Move `c-font-lock-labels' so that it only is used on decoration level 2
21566 since `c-font-lock-declarations' handles it otherwise.
21568 (c-complex-decl-matchers): Remove the simplistic recognition of
21571 (c-decl-prefix-re): Remove the kludges that was necessary to cope
21572 with labels earlier.
21574 (c-decl-start-re): New language variable to make
21575 `c-font-lock-declarations' stop for the special protection labels
21576 in Objective-C that start with `@'.
21578 (c-label-key): Remove since it's no longer used.
21580 (c-recognize-colon-labels, c-label-prefix-re): New language
21581 constants to support recognition of generic colon-terminated labels.
21583 (c-type-decl-end-used): `c-decl-end' is now used whenever there
21584 are colon terminated labels.
21586 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
21587 first argument starts with a special brace list.
21589 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
21590 (c-font-lock-declarations): Break out the declaration and cast
21591 recognition from `c-font-lock-declarations' to a new function, so
21592 that it can be used in the indentation engine.
21594 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
21595 up to the start of the literal. Fixed bug with the point on the
21596 wrong side of the search limit that could happen when the start
21597 position is inside a literal.
21599 * progmodes/cc-engine.el (c-parse-state)
21600 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
21601 so that it's kept a little bit back to increase the hit rate.
21603 (c-parse-state): Change the macro handling and fixed some
21604 glitches. Macro context is checked more often than necessary now,
21605 but otoh less garbage conses are generated.
21607 * progmodes/cc-engine.el (c-parse-state)
21608 (c-invalidate-state-cache): Cache the last position where
21609 `c-state-cache' applies. This can speed up refontification quite
21610 a bit in blocks where there are many non-brace parens before the point.
21612 (c-state-cache-end): New variable for this.
21614 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
21617 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
21618 get close initial continue positions when the start position is
21619 inside a literal or macro. Do not call the callback for spots
21620 before the start position (which can happen e.g. for `c-decl-end'
21621 spots inside comments). Optimize better in special cases when the
21622 region is a single line inside a literal or macro (typically when
21623 the current line is refontified).
21625 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
21626 to `c-add-stmt-syntax' - there's no need to explicitly whack off
21627 entries from the paren state.
21629 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
21630 special case for "else if" clauses.
21632 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
21633 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
21635 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
21636 New language variable to recognize the gcc extension with statement
21637 blocks inside expressions.
21639 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
21640 it somewhat more comprehensible. The argument AT-BLOCK-START is
21641 no longer used and hence removed.
21643 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
21644 to `c-add-stmt-syntax'.
21646 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21647 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
21648 This fixes bogus label recognition.
21650 * progmodes/cc-engine.el (c-add-type, c-check-type)
21651 (c-forward-name, c-forward-type): Improve storage of template
21652 types in `c-found-types' so that they can be recognized better.
21654 (c-syntactic-content): Add option to skip past nested parens.
21656 * progmodes/cc-engine.el (c-forward-name):
21657 Set `c-last-identifier-range' all the time. It's less work that way.
21658 Handle that there might not be an identifier to store in
21659 `c-last-identifier-range'.
21661 (c-forward-type): Handle that `c-last-identifier-range' might be
21662 nil from `c-forward-name'.
21664 * progmodes/cc-defs.el (c-safe-scan-lists)
21665 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
21667 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
21668 to work even if the form fails.
21670 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
21671 down in a large file in one go.
21673 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
21675 * progmodes/cc-align.el (c-lineup-assignments): New lineup
21676 function which is like `c-lineup-math' but returns nil instead of
21677 `c-basic-offset' when it doesn't match.
21679 (c-lineup-math): Change to use `c-lineup-assignments'.
21681 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21683 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
21684 c-beginning-of-statement. New subfunctions
21685 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
21687 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21689 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
21690 hardcoded char classes whereever possible. Changed a couple of
21691 places to use skip by syntax instead of skip by char class.
21693 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
21694 Fix a bug in the regexp that caused extreme backtracking.
21696 * progmodes/cc-langs.el (c-block-comment-starter)
21697 (c-block-comment-ender): New language constants to specify in a
21698 single place how block comments look.
21700 (c-comment-start-regexp, c-block-comment-start-regexp)
21701 (comment-start, comment-end, comment-start-skip)
21702 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
21703 (c-syntactic-ws, c-nonempty-syntactic-ws)
21704 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
21705 `c-line-comment-starter', `c-block-comment-starter' and
21706 `c-block-comment-ender'.
21708 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
21709 New language constants to break up things a bit.
21711 (c-simple-ws): New language constant for simple whitespace.
21713 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
21715 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
21716 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
21717 newlines. Allow and ignore nil elements in the list.
21719 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21721 * progmodes/cc-cmds.el: Comment out a (n almost certainly
21722 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
21724 * progmodes/cc-cmds.el: Tidy up the comments in
21725 c-beginning-of-statement and subfunctions.
21727 * progmodes/cc-awk.el: Replace calls to put-text-property to the
21728 more flexible c-put-char-property and c-clear-char-properties.
21729 Add the author's email address.
21731 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
21733 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
21734 closing "*/" of a block comment.
21736 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
21737 subfunctions) so that it works at BOB and EOB.
21739 * progmodes/cc-cmds.el, cc-vars.el: More updating of
21740 c-beginning-of-statement, including new variable
21741 c-block-comment-start-regexp.
21743 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21745 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
21746 symbols from `*-font-lock-extra-types' so that there's no need to
21747 use `regexp-opt' on those lists.
21749 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
21750 `c-type-modifier-kwds' is empty.
21752 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
21753 there are several strings on the same line.
21755 * progmodes/cc-engine.el (c-literal-limits): Remove the
21756 compatibility function for older emacsen. `c-literal-limits-fast'
21757 has now taken the place of this function.
21759 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
21760 with older emacsen: We now require `pps-extended-state'.
21762 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21764 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
21765 which obviates the need to hack sentence-end. This now handles
21766 escaped newlines in strings correctly. Correct minor bugs in
21767 c-move-over-sentence and in c-beginning-of-statement.
21769 * progmodes/cc-cmds.el (c-beginning-of-statement (and
21770 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
21771 that movement over macros and code are rigorously separated from
21772 eachother. Correct a few incidental bugs.
21774 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
21775 Improve its doc-string. Improve the handling of certain specific cases.
21777 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21779 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
21780 (c-guess-basic-syntax): Change the way class-level labels are
21781 recognized; they can now contain essentially any symbols.
21783 (c-opt-extra-label-key): New language variable to cope with the
21784 special protection label syntax in Objective-C.
21786 (c-opt-access-key): Remove; this is now handled better by
21787 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
21789 (c-complex-decl-matchers): Update to handle that
21790 `c-opt-access-key' no longer exists.
21792 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
21793 improved label recognition in `c-beginning-of-statement-1'.
21795 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
21796 Recognize bitfields better.
21798 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
21799 Remove some cruft and fixed a bug that could cause it to go to a
21800 position further down.
21802 * progmodes/cc-langs.el, cc-engine.el
21803 (c-beginning-of-statement-1): Improve detection of labels in
21804 declaration contexts.
21806 (c-beginning-of-decl-1): Use it.
21808 (c-nonlabel-token-key): New language constant and variable needed
21809 by `c-beginning-of-statement-1'.
21811 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
21812 manifested itself due to the correction in `c-forward-sexp'.
21814 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
21815 Make these behave as documented when used at the buffer limits.
21817 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
21818 (c-type-decl-end-used): Made this a language variable.
21820 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
21821 correctly when `combine-after-change-calls' is used together with
21822 temporary narrowings.
21824 * progmodes/cc-engine.el (c-beginning-of-statement-1):
21825 Report labels correctly when the start point is immediately after the
21828 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
21829 Remove since it isn't used anymore.
21831 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
21832 bracket arglists such as template parens in C++.
21834 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
21835 in the last check-in. Some optimization.
21837 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
21838 where it could stop at the same level in a preceding sexp when
21839 PAREN-LEVEL is set.
21841 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
21842 text property lookup only when it's needed.
21844 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
21845 Change the policy for paren marked angle brackets to be more
21846 persistent; once marked they remain marked even when they're found
21847 to be unbalanced in the searched region. This should keep the
21848 paren syntax around even when individual lines are refontified in
21849 multiline template arglists.
21851 (c-parse-and-markup-<>-arglists): New dynamically bound variable
21852 to control markup so that incorrect angle bracket arglists aren't
21853 marked in contexts where the correct value for
21854 `c-disallow-comma-in-<>-arglists' isn't known.
21856 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
21857 argument has become `c-parse-and-markup-<>-arglists'.
21859 (c-remove-<>-arglist-properties): Remove - no longer used.
21861 (c-after-change-check-<>-operators): New function used on
21862 `after-change-functions' to avoid that "<" and ">" characters that
21863 are part of longer operators have paren syntax.
21865 (c-<>-multichar-token-regexp): New language variable used by
21866 `c-after-change-check-<>-operators'.
21868 (c-after-change): Call `c-after-change-check-<>-operators'.
21870 (c-font-lock-<>-arglists): Use the context properties set by
21871 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
21872 correctly to avoid doing invalid markup.
21874 (c-font-lock-declarations): Remove code that undoes the invalid
21875 markup done by `c-font-lock-<>-arglists'.
21877 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
21878 after `c-font-lock-declarations'.
21880 * progmodes/cc-engine.el (c-syntactic-skip-backward):
21881 Add paren-level feature.
21883 (c-guess-basic-syntax): Improve the anchor position for
21884 `template-args-cont' in nested template arglists. There's still
21885 much to be desired in this area, though.
21887 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21889 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
21890 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
21892 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21894 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
21895 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
21897 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
21898 it doesn't work no longer are supported.
21900 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
21901 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
21902 requires support for the syntax-table' text property, which rules
21903 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
21904 cruft associated with those versions.
21906 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
21907 for the `syntax-table' text property, which rules out Emacs 19 and
21908 XEmacs < 21.4. Removed various compatibility cruft associated
21909 with those versions.
21911 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
21912 support for the `syntax-table' text property.
21914 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
21915 variable and use an extra quoted face name instead. All the
21916 emacsen flavors handle that correctly.
21918 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
21919 (c-font-lock-declarators, c-font-lock-declarations)
21920 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
21921 property to mark the items in in declarator lists to handle
21922 refontification inside multiline declarations better.
21924 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
21925 construct like "a * b = c;" as a declaration.
21927 2005-12-08 Kim F. Storm <storm@cua.dk>
21929 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
21930 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
21931 select either meta, hyper, or super modifier for rectangle commands.
21932 (cua--rectangle-modifier-key): New defvar.
21933 (cua--M/H-key): Use it. Remove special case for `space'.
21934 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
21935 on X, to meta otherwise. Always bind C-return to toggle
21936 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
21938 * emulation/cua-rect.el (cua-help-for-rectangle):
21939 Use cua--rectangle-modifier-key. Handle super modifier too.
21940 (cua--init-rectangles): Always bind C-return to toggle rectangle.
21941 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
21943 * ido.el: Move Acknowledgements and History after Commentary.
21944 Minor changes to Commentary.
21946 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
21947 keymap if cua--prefix-override-timer is `shift'.
21948 (cua--shift-control-prefix): New function; emulate "type prefix
21949 key twice" functionality to handle shifted prefix key override.
21950 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
21952 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
21954 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
21956 * textmodes/org.el (org-insert-heading): Try to do items before
21958 (org-agenda-mode): Quote `org-agenda-mode-hook'.
21959 (org-insert-item): New function.
21960 (org-renumber-ordered-list): Don't skip to higher level lists.
21962 2005-12-08 Juri Linkov <juri@jurta.org>
21964 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
21966 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
21968 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
21970 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
21971 the constructed function name fun-1.
21973 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
21974 because such links don't lead to parent documentation.
21976 2005-12-08 Kenichi Handa <handa@m17n.org>
21978 * descr-text.el (describe-char): Use *Help-2* buffer if the
21979 current buffer is *Help*. Call describe-text-properties while
21980 setting the original buffer.
21982 2005-12-07 Bill Wohler <wohler@newt.com>
21984 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
21985 and causes problems with non-MH users (such as Gnus users).
21987 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
21989 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
21990 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
21991 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
21992 command "info sources". Move calls to GDB command "list".
21993 (gdb-find-file-hook): Just use gdb-source-file-list.
21994 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
21995 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
21996 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
21997 (gdb-data-list-register-values-handler): Use correct trigger name.
21999 2005-12-07 Kim F. Storm <storm@cua.dk>
22001 * ido.el (ido-completion-map): Rename from ido-mode-map.
22002 (ido-common-completion-map, ido-file-completion-map)
22003 (ido-file-dir-completion-map, ido-buffer-completion-map):
22004 Rename from ido-mode-....-map.
22005 (ido-init-completion-maps): Rename from ido-init-mode-maps.
22006 (ido-setup-completion-map): Rename from ido-define-mode-map.
22007 (ido-read-internal): Bind minibuffer-local-filename-completion-map
22008 to ido-completion-map.
22010 2005-12-07 Kenichi Handa <handa@m17n.org>
22012 * international/mule-cmds.el
22013 (set-display-table-and-terminal-coding-system): If the coding
22014 system specified in `unibyte-display' property is different from
22015 the arg coding-system, don't setup standard-display-table.
22017 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
22019 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
22020 that comments end at \n, regardless of selective-display.
22022 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
22024 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
22025 (gdb-version): New variables.
22026 (gdb-source-file-list, gdb-register-names)
22027 (gdb-changed-registers): New variables for use with GDB 6.4+.
22028 (gdb-ann3): Replace with...
22029 (gdb-init-1, gdb-init-2): ...two new functions.
22030 (gdba, gdb-prompt): Call gdb-init-1.
22031 (gdb-get-version): New function. Call gdb-init-2 from here.
22032 (gud-watch): Make it work with mouse events too.
22033 (gdb-post-prompt): Don't add to queue until GDB version is known.
22034 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
22035 (gdb-locals-mode): Use gdb-version.
22036 (gdb-memory-format-map, gdb-memory-unit-map)
22037 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
22038 (gdb-locals-font-lock-keywords-1)
22039 (gdb-locals-font-lock-keywords-2): New variables.
22040 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
22041 (gdb-set-gud-minor-mode-existing-buffers-1)
22042 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
22043 (gdb-var-update-1, gdb-var-update-handler-1)
22044 (gdb-data-list-register-values-handler)
22045 (gdb-data-list-register-values-custom)
22046 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
22047 (gdb-stack-list-locals-handler, gdb-get-register-names):
22048 New functions for use with GDB 6.4+.
22049 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
22050 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
22051 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
22052 (gdb-stack-list-locals-regexp)
22053 (gdb-data-list-register-names-regexp): New regexps for use with
22056 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
22058 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
22060 2005-12-06 Nozomu Ando <nand@mac.com>
22062 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
22063 prompts work for AUTH PLAIN. Also reported by Steve Allan
22064 <seallan@verizon.net>.
22066 2005-12-06 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
22068 * frame.el (set-frame-parameter): Add doc string.
22070 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
22072 * textmodes/org.el (org-occur-highlights): New variable.
22073 (org-highlight-new-match, org-remove-occur-highlights): New functions.
22074 (org-highlight-sparse-tree-matches): New option.
22075 (org-do-occur): New function.
22076 (org-get-heading): Make it work also at beginning of line.
22077 (org-category-table): New variable.
22078 (org-get-category-table, org-get-category)
22079 (org-camel-to-words, org-link-search): New functions.
22080 (org-select-this-todo-keyword): New variable.
22081 (org-todo-list): New command.
22082 (org-shiftright, org-shiftleft): New commands.
22083 (org-agenda-todo): Add prefix argument.
22084 (org-show-hierarchy-above): New option.
22085 (org-show-todo-tree): Numerical prefix creates tree for specific
22087 (org-outline-level): New function, to assign a level to plain
22089 (org-cycle-include-plain-lists): New option.
22090 (org-mode): Use `org-outline-level' as value of `outline-level'.
22091 (org-cycle): Temporarily switch `outline-regexp' if
22092 `org-cycle-include-plain-lists' is non-nil.
22093 (org-start-icalendar-file): Fix format bug.
22094 (org-agenda-get-day-entries): Create category table.
22095 (org-agenda-get-todos, org-agenda-get-timestamps)
22096 (org-agenda-get-deadlines, org-agenda-get-scheduled)
22097 (org-agenda-get-blocks): Use `org-get-category'.
22098 (org-context-in-file-links): Rename from
22099 `org-line-numbers-in-file-links'.
22101 2005-12-06 Romain Francoise <romain@orebokech.com>
22103 * window.el (balance-windows): Delete extraneous third arg in call
22104 to `enlarge-window'.
22106 2005-12-06 Kenichi Handa <handa@m17n.org>
22108 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
22110 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
22112 * progmodes/gdb-ui.el (gdb-var-create-handler)
22113 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
22114 (gdb-var-list-children-handler, gdb-var-update-handler):
22115 Current buffer is already gdb-partial-output-buffer, don't
22116 make it current again.
22118 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
22120 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
22121 (list-buffers-noselect): Use it.
22123 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
22125 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
22126 (mail-yank-ignored-headers): Use regexp-opt.
22127 (mail-mode-map): Move initialization into declaration.
22128 (mail-sent-via): Remove unused shadowed var `to-line'.
22129 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
22130 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
22131 (mail-do-fcc): Use dolist and push.
22132 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
22133 (mail-yank-ignored-headers): Don't autoload.
22135 2005-12-05 Kenichi Handa <handa@m17n.org>
22137 * international/mule-cmds.el (set-language-info-internal): New fun.
22138 (set-language-info): Call set-language-info-internal to update
22139 language-info-alist. If LANG-ENV is the current one, call
22140 set-language-environment to make INFO effective now.
22141 (set-language-info-alist): Likewise.
22142 (locale-language-names): With locale "en", use English
22143 lang. env. but set the default codings to iso-8859-1.
22145 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
22147 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
22148 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
22149 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
22151 (gdb-frames-mode): Remove redundant call to font-lock-mode.
22152 (gdb-all-registers): Rename from toggle-gdb-all-registers.
22153 Create registers buffer if necessary. Echo new state in minibuffer.
22154 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
22156 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
22158 * info.el (Info-fontify-node): Match external links using
22159 non-directory part of filename.
22161 2005-12-04 Juri Linkov <juri@jurta.org>
22163 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
22164 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
22165 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
22166 because there is no customization option for it.
22168 * font-lock.el (lisp-font-lock-keywords-1):
22169 Add define-global-minor-mode.
22171 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
22173 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
22174 properties on the constructed variable names.
22176 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22177 Put `definition-name' properties on the constructed function names
22178 next-sym and prev-sym.
22180 * emacs-lisp/find-func.el (find-function-regexp):
22181 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
22182 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
22183 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
22184 and easy-menu-define.
22186 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
22187 easy-mmode-define-global-mode and define-global-minor-mode.
22188 (lisp-imenu-generic-expression): Add define-global-minor-mode.
22190 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
22191 instead of easy-mmode-define-global-mode.
22193 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
22194 Use define-minor-mode instead of easy-mmode-define-minor-mode.
22196 * cus-edit.el (customize-group, customize-group-other-window):
22197 Filter out autoloaded options from the group completion list by
22198 using heuristics that autoloaded groups don't have `custom-autoload'
22199 property on their symbols (they have only `custom-loads').
22201 * simple.el (completion-setup-function): Put completions-common-part
22202 face on complete completion string too (i.e. completion string
22203 without completions-first-difference face).
22205 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
22207 2005-12-03 Eli Zaretskii <eliz@gnu.org>
22209 * view.el (view-mode): Doc fix.
22211 * disp-table.el (standard-display-european): Add to the warning
22212 message a reference to the doc string.
22214 * play/yow.el (apropos-zippy): Call print-help-return-message,
22215 similar to other Help and Apropos commands.
22217 * help.el (print-help-return-message): If pop-up-frames is
22218 non-nil, set up help-return-method to delete the help window and,
22219 possibly, its frame as well, and don't display message about
22220 scrolling the help window. Doc fix.
22221 (help-return-method): Doc fix.
22223 2005-12-03 Martin Rudalics <rudalics@gmx.at>
22225 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
22226 whereby names of length one or names starting with a
22227 symbol-constituent character would not be returned.
22229 2005-12-03 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
22231 * subr.el (atomic-change-group): Add edebug and indentation spec.
22233 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
22235 * completion.el (save-completions-file-name): Fix typo in last change.
22237 2005-12-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
22239 * info.el: Move back/forward history to the beginning of the tool bar.
22241 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
22243 * allout.el (eval-when-compile): Remove unnecessary load of cl.
22244 Add fset of allout-real-isearch-abort during compile to fix
22245 byte-compilation warnings.
22246 (allout-mode-p): Move definition of this macro above all uses, or
22247 byte compilation in barren Emacs (eg, during Emacs build) will
22248 lack the definition.
22249 (allout-mode): Move this variable above any uses, or byte
22250 compilation will fail.
22251 (allout-resolve-xref): Remove use of personal file-reference function.
22252 (allout-toggle-current-subtree-encryption): Do the current (ie,
22253 visible containing) topic, rather than nearest around point. Doc fix.
22254 (allout-toggle-subtree-encryption): New function, workhorse that
22255 works on nearest topic containing point.
22256 (allout-encrypt-string): Signal requirement for newer version of pgg.
22257 (allout-resumptions): Doc fix.
22259 2005-12-02 Eli Zaretskii <eliz@gnu.org>
22261 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
22263 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
22265 * textmodes/flyspell.el (flyspell-external-point-words):
22266 Consider a misspelling as found in the string search if: (a) misspelling
22267 and found string lengths match, or (b) misspelling is found as
22268 element in a boundary-chars separated longer string, or (c)
22269 ispell-program-name is really ispell and misspelling is found as
22270 part of a TeX string. After successful match move beginning of
22271 search region to end of match. Warn about not found misspellings
22272 once the process is done.
22273 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
22275 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
22277 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
22278 tool bar (removed inadvertently).
22280 2005-12-02 Juri Linkov <juri@jurta.org>
22282 * log-view.el (log-view-diff): Clarify doc string.
22284 2005-12-01 Bill Wohler <wohler@newt.com>
22286 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
22287 triggers lm-verify errors.
22289 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
22291 * simple.el (transient-mark-mode, line-number-mode)
22292 (column-number-mode, size-indication-mode): Remove `:require nil'.
22294 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
22296 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
22297 in the margin also.
22298 (gdb-breakpoints-mode-map): Use D instead of d for
22299 gdb-delete-breakpoint.
22300 (gdb-get-frame-number): Require a number to match on.
22301 (gdb-threads-mode-map): Add follow-link binding.
22303 2005-11-30 Jason Rumney <jasonr@gnu.org>
22305 * isearch.el (isearch-mode-map): Avoid exiting search on
22306 language-change event.
22308 2005-11-30 Romain Francoise <romain@orebokech.com>
22310 * speedbar.el (speedbar-default-position): New defcustom.
22311 (speedbar-frame-reposition-smartly): Use it.
22313 * dframe.el (dframe-reposition-frame-emacs): Fix position
22314 computation for `left' location.
22315 Update copyright year.
22317 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
22319 * help.el (help-map): Move initialization into declaration.
22321 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
22323 * help-fns.el (help-argument-name): Don't autoload.
22324 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
22325 to be re-loaded when customizing the `help' group.
22327 2005-11-30 John Paul Wallington <jpw@gnu.org>
22329 * help-fns.el (describe-function-1): Fill arglist output.
22331 2005-11-30 Kim F. Storm <storm@cua.dk>
22333 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
22334 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
22335 after revert-buffer (or anything else which kills all local variables).
22337 * apropos.el (apropos-parse-pattern): Doc fix.
22338 Set apropos-regexp directly, rather than expecting callers to do so.
22339 (apropos-command, apropos, apropos-value, apropos-documentation):
22340 Simplify calls to apropos-parse-pattern.
22342 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
22344 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
22345 (hi-lock-face-phrase-buffer): Use hi-yellow face.
22346 (hi-lock-write-interactive-patterns): Use comment-region.
22348 * longlines.el (longlines-mode): Add mail-setup-hook.
22350 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
22352 * simple.el (sendmail-user-agent-compose, next-line):
22353 Conditionally use hard-newline.
22355 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
22357 * international/latexenc.el (latex-inputenc-coding-alist):
22360 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
22362 * help.el (describe-key-briefly, describe-key): Recognize default
22365 2005-11-29 Romain Francoise <romain@orebokech.com>
22367 * view.el (view-inhibit-help-message): New defcustom.
22368 (view-mode-enter): Use it.
22370 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
22372 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
22373 Preserve user position.
22375 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
22377 * font-lock.el: Throw error if facemenu is not loaded to prevent
22378 accidental change of loading order in loadup.el. (Suggested by RMS.)
22380 * loadup.el: Add comment explaining why facemenu must be loaded
22383 2005-11-28 Jay Belanger <belanger@truman.edu>
22385 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
22386 (calc-dispatch-map): Add more keys for `calc-same-interface'.
22388 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
22390 * calc/calc-embed.el (calc-do-embedded): Update help message.
22392 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
22394 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
22396 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
22398 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
22399 called-interactively-p.
22400 (elp-profilable-p): Rename from elp-not-profilable-p.
22401 Invert result and take into account macros and autoloaded functions.
22402 (elp-instrument-function): Update call.
22403 (elp-instrument-package): Update call. Add completion.
22404 (elp-pack-number): Use match-string.
22405 (elp-results-jump-to-definition-by-mouse): Merge into
22406 elp-results-jump-to-definition and then remove.
22407 (elp-output-insert-symname): Make help echo text single-line.
22409 * replace.el (query-replace-map): Move initialization into declaration.
22410 (occur-engine): Use with-current-buffer.
22411 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
22412 (occur-mode-mouse-goto): Replace with an alias.
22414 2005-11-28 Juri Linkov <juri@jurta.org>
22416 * simple.el (quoted-insert): Let-bind input-method-function to nil.
22418 * term/w32-win.el: Bind [S-tab] to [backtab].
22420 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
22421 `Info-find-file' to t.
22423 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
22424 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
22425 and same-window-regexps.
22426 (occur-next-error): Don't move point for arg 0.
22428 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
22430 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
22432 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
22434 * log-edit.el (log-edit-changelog-use-first): New var.
22435 (log-edit-changelog-ours-p): Use it.
22436 (log-edit-insert-changelog): Set it with new arg `use-first'.
22437 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
22438 (log-edit-hook): Add them to the list of suggested options.
22440 * textmodes/flyspell.el (flyspell-last-buffer): New var.
22441 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
22443 (flyspell-mode-on): Use add-hook for after-change-functions.
22444 (flyspell-mode-off): Use remove-hook for after-change-functions.
22445 (flyspell-changes): Make it buffer-local.
22446 (flyspell-after-change-function): Make it non-interactive. Use push.
22447 (flyspell-post-command-hook): Check input-pending-p while processing
22448 the potentially long list of buffer changes.
22450 2005-11-28 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
22452 * buff-menu.el (list-buffers-noselect): Display the selected
22453 frame's buffer list, not the global one.
22455 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
22457 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
22458 that (list last-input-event) works as in interactive spec.
22460 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
22462 * loadup.el ("facemenu"): Load facemenu before font-lock, because
22463 `facemenu-keymap' needs to be defined when font-lock is loaded.
22464 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
22466 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
22468 * completion.el: Remove useless leading * in defcustom docstrings.
22469 (save-completions-file-name): Use ~/.emacs.d if available.
22470 (completion-standard-syntax-table): Rename from
22471 cmpl-standard-syntax-table and fold initialization into declaration,
22472 thus removing cmpl-make-standard-completion-syntax-table.
22473 (completion-lisp-syntax-table, completion-c-syntax-table)
22474 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
22475 (cmpl-saved-syntax, cmpl-saved-point): Remove.
22476 (symbol-under-point, symbol-before-point)
22477 (symbol-under-or-before-point, symbol-before-point-for-complete)
22478 (add-completions-from-c-buffer): Use with-syntax-table.
22479 (make-completion): Don't return a list of completion entries.
22481 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
22482 (completion-initialize): Rename from initialize-completions.
22483 (completion-find-file-hook): Rename from cmpl-find-file-hook.
22484 (kill-emacs-save-completions): Collect stats here.
22485 (save-completions-to-file, load-completions-from-file):
22486 Use with-current-buffer.
22487 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
22488 into a function. Move all calls to toplevel.
22489 (completion-lisp-mode-hook): New fun.
22490 (completion-c-mode-hook, completion-setup-fortran-mode):
22491 Set the syntax-table here. Use local-set-key.
22492 (completion-saved-bindings): New var.
22493 (dynamic-completion-mode): Make it into a proper minor mode.
22494 (load-completions-from-file): Remove unused var `num-uses'.
22496 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
22497 constructor if it is explicitly overridden.
22499 * complete.el (PC-completion-as-file-name-predicate):
22500 Use minibuffer-completing-file-name.
22501 (partial-completion-mode): Use find-file-not-found-functions.
22502 (PC-lisp-complete-symbol): Use with-syntax-table.
22503 (PC-look-for-include-file): Remove dead setq.
22504 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
22505 (PC-complete): Use with-current-buffer.
22507 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
22508 escape single quotes.
22510 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
22512 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
22513 of `if' whose condition always returned nil. Doc fix.
22515 * buff-menu.el (Buffer-menu-revert-function): Make the selected
22516 window's buffer the current buffer around the call to
22517 `list-buffers-noselect'. This is necessary to mark that buffer
22518 with a `.' in the Buffer Menu when called from Lisp, for instance
22519 by Auto Revert Mode.
22521 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
22523 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
22525 (gdb-pre-prompt): Make sure gdb-error is reset.
22527 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
22528 with a child process, detect it.
22529 (gud-speedbar-buttons): Match regexp more carefully.
22531 2005-11-27 Richard M. Stallman <rms@gnu.org>
22533 * mouse.el (mouse-drag-move-window-bottom):
22534 Use adjust-window-trailing-edge.
22536 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
22538 * simple.el (blink-matching-open): Ignore
22539 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
22540 (blink-matching-paren-on-screen): Update docstring.
22542 * paren.el (show-paren-mode): No longer change
22543 `blink-matching-paren-on-screen'.
22545 2005-11-27 John Paul Wallington <jpw@pobox.com>
22547 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22548 (gdb-threads-select, gdb-edit-register-value):
22549 Use `posn-set-point' instead of `mouse-set-point' because the
22550 latter is not fbound when configured without X.
22552 2005-11-27 Kim F. Storm <storm@cua.dk>
22554 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
22555 existing face when partially highlighting a TAB in a rectangle.
22557 2005-11-26 Kim F. Storm <storm@cua.dk>
22559 * ido.el (ido-mode-map): Doc fix.
22560 (ido-mode-common-map, ido-mode-file-map)
22561 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
22562 (ido-define-mode-map): Rewrite. Select one of the new maps as
22563 parent for ido-mode-map instead of building from scratch.
22564 (ido-init-mode-maps): New defun to initialize new maps.
22565 (ido-mode): Call it.
22566 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
22567 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
22569 2005-11-26 John Paul Wallington <jpw@pobox.com>
22571 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
22572 `mouse-set-point' because the latter is not fbound when configured
22575 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
22577 * files.el (file-relative-name): Doc fix.
22579 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
22581 * progmodes/octave-inf.el (inferior-octave-startup): Force a
22582 non-empty string for secondary prompt PS2.
22584 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
22586 * progmodes/compile.el (compilation-setup): Fix last change.
22588 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
22590 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22591 (gdb-mouse-toggle-breakpoint-margin)
22592 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
22593 Add gdb-server-prefix to keep out of command history.
22594 (gdb-edit-register-value): New function.
22595 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
22596 (gdb-info-registers-custom): Use above map.
22598 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
22600 * custom.el (enable-theme): Signal error if argument is not a
22601 theme. Don't recalculate a face if it's not loaded yet.
22603 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
22604 the `user' theme is in effect.
22606 * info.el (Info-on-current-buffer): Record actual filename in
22607 Info-current-file, instead of t, or a fake filename if a non-file
22608 buffer. Make autoload.
22609 (Info-find-node, Info-revert-find-node): No need to check for
22610 Info-current-file nil.
22611 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
22612 Info-current-file is now never `t'.
22613 (Info-fontify-node): Many simplifications due to Info-current-file
22614 always being valid. Use Info-find-file to find node filename.
22616 2005-11-25 David Kastrup <dak@gnu.org>
22618 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
22619 new character, then delete" in order to preserve markers.
22621 2005-11-25 David Ponce <david@dponce.com>
22623 * recentf.el (recentf-arrange-by-rule): Handle a special
22624 `auto-mode-alist'-like "strip suffix" rule.
22625 (recentf-build-mode-rules): Handle second level auto-mode entries.
22627 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
22629 * emulation/viper-keym.el (viper-ESC-key): Use different values
22630 in terminal and window modes.
22632 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
22633 add jde-javadoc-checker-report-mode.
22635 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
22637 * ediff.el (ediff-date): Change the date of last update.
22639 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
22641 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
22642 Use define-minor-mode, and make it a local mode. Turn on font-lock.
22643 (hi-lock-mode): New global minor mode.
22644 (turn-on-hi-lock-if-enabled): New function.
22645 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
22646 Change arguments to regexp and face instead of a font-lock pattern.
22647 Directly set face property, instead of refontifying.
22648 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
22649 (hi-lock-find-patterns): Use line-number-at-pos.
22651 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
22652 arguments for hi-lock-set-pattern.
22653 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
22654 Call font-lock-fontify-buffer.
22655 (hi-lock-find-file-hook, hi-lock-current-line)
22656 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
22658 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
22661 * progmodes/compile.el (compilation-setup): Don't fiddle with
22662 font-lock-defaults.
22664 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
22666 * progmodes/gdb-ui.el (gdb-var-create-handler)
22667 (gdb-var-list-children-handler): Find values for all variable
22668 objects. gud-speedbar-buttons decides whether to display them.
22670 2005-11-24 Romain Francoise <romain@orebokech.com>
22672 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
22673 buffer name with a space.
22675 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
22677 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
22678 `org-export-local-list-max-depth'. Change default value to 3.
22679 (org-auto-renumber-ordered-lists)
22680 (org-plain-list-ordered-item-terminator): New options.
22681 (org-at-item-p, org-beginning-of-item, org-end-of-item)
22682 (org-get-indentation, org-get-string-indentation)
22683 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
22685 (org-move-item-down, org-move-item-up): New commands.
22686 (org-export-as-html): New classes for CSS support. Bug fix in
22687 regular expression detecting fixed-width regions. Respect
22688 `org-local-list-ordered-item-terminator'.
22689 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
22691 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
22692 New item moving functions.
22694 2005-11-24 Juri Linkov <juri@jurta.org>
22696 * isearch.el (isearch-repeat): With empty search ring set
22697 `isearch-error' to the error string instead of signaling error
22698 with the function `error'.
22700 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22702 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
22704 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
22706 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
22708 (gdb-var-create-handler, gdb-var-list-children-handler):
22709 Don't match on "char **...".
22710 (gdb-var-update-handler): Find values for all variable objects.
22711 (gdb-info-frames-custom): Identify frames by leading "#".
22713 * progmodes/gud.el (gud-speedbar-menu-items): Add
22714 gdb-speedbar-auto-raise as radio button.
22715 (gud-speedbar-buttons): Raise speedbar if requested.
22716 Don't match on "char **...".
22717 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
22720 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
22722 * info.el (Info-fontify-node): Handle the case where
22723 Info-current-file is t.
22725 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
22727 * simple.el (blink-matching-open): Fix off-by-one in last change.
22729 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22731 * term/mac-win.el: Don't change default directory.
22733 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
22735 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
22736 buffers correctly. (It used to throw an error in such buffers.)
22737 Make it ask for confirmation in group buffers and other Custom
22738 buffers containing more than one customization item.
22740 2005-11-22 John Paul Wallington <jpw@gnu.org>
22742 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
22743 property on mail and url overlays.
22744 (goto-address-at-point): Use `posn-set-point' instead of
22745 `mouse-set-point' because the latter is not fbound when configured
22748 2005-11-22 Lars Hansen <larsh@soem.dk>
22750 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
22751 (ls-lisp-classify, ls-lisp-format): Delete call to
22752 ls-lisp-parse-symlink.
22753 (ls-lisp-handle-switches): Handle symlinks to directories as
22754 directories when ls-lisp-dirs-first in non-nil.
22756 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
22758 * startup.el (command-line): Make sure that loaddefs.el is handled
22759 correctly in load-history.
22761 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
22763 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
22764 (gdb-struct-string, gdb-array-string): New constants.
22765 (gdb-info-locals-handler): Use them.
22766 (gdb-reset): Reset gdb-var-list to nil.
22768 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22770 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
22773 2005-11-21 Juri Linkov <juri@jurta.org>
22775 * custom.el (defcustom): Update link types in docstring.
22777 2005-11-20 Martin Rudalics <rudalics@gmx.at>
22779 * custom.el (defgroup): Add doc-string-elt info.
22781 * widget.el (define-widget): Don't use declare for the doc-string-elt.
22783 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
22785 * newcomment.el (comment-enter-backward): Fix last fix.
22787 * simple.el (blink-matching-open):
22788 * paren.el (show-paren-function): Allow new paren-class info.
22790 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
22792 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
22793 handled automagically.
22795 2005-11-20 Andreas Schwab <schwab@suse.de>
22797 * descr-text.el (describe-char): When copying overlays put them
22798 over the full char description instead of just the first character
22801 2005-11-20 Juri Linkov <juri@jurta.org>
22803 * simple.el (what-cursor-position):
22804 * descr-text.el (describe-char): Use Lisp-readable syntax
22805 for octal and hex. Reorder decimal, octal and hex values.
22806 Remove excess whitespace in the output. Use `=' in `column='
22807 like in `point=' and `Hscroll='.
22809 * international/mule-cmds.el (encoded-string-description):
22810 Use Lisp-readable syntax for hex.
22812 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
22814 * newcomment.el (comment-enter-backward): Handle the case where the
22815 comment is closed by EOB.
22817 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
22819 * longlines.el (longlines-before-revert-hook)
22820 (longlines-after-revert-hook): New functions.
22821 (longlines-mode): Turn off longlines temporarily when reverting.
22822 Add a message-setup-hook.
22823 (longlines-decode-buffer): New function.
22824 (longlines-wrap-line): Preserve marker positions.
22826 2005-11-19 Andreas Schwab <schwab@suse.de>
22828 * emacs-lisp/shadow.el: Handle compressed files.
22830 2005-11-19 Romain Francoise <romain@orebokech.com>
22832 * net/browse-url.el (browse-url-default-browser): Signal an error
22833 if no usable browser can be found, rather than try to load w3.
22835 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
22837 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
22838 replacing existing properties.
22839 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22840 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
22842 (rcirc-server-prefix, rcirc-server): New faces.
22843 (rcirc-url-regexp): Generate with rx macro.
22844 (rcirc-last-server-message-time): New variable.
22845 (rcirc-filter): Record time of last message.
22846 (rcirc-keepalive): Kill processes that did not send a message
22847 since the last ping.
22848 (rcirc-mode): Give rcirc-topic a local binding here.
22850 2005-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
22852 * subr.el (read-passwd): Fontify the prompt as we do with other
22855 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
22857 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
22858 binding buffer-read-only to nil.
22860 2005-11-19 Eli Zaretskii <eliz@gnu.org>
22862 * complete.el (partial-completion-mode):
22863 Mention completion-auto-help in the doc string.
22865 * man.el (Man-highlight-references): Doc fix. Reformat code in a
22868 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
22870 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
22871 digits, not 8, to avoid misalignment for files larger than 100MB.
22873 2005-11-19 Eli Zaretskii <eliz@gnu.org>
22875 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
22876 Mention "keyboard shortcuts" in the help text.
22878 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22880 * startup.el (fancy-splash-default-action): Discard only
22881 mouse-down and succeeding mouse-up events in the splash screen
22882 window so that drag-n-drop event can be processed.
22884 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
22886 * longlines.el (longlines-mode): Add hacks for mail-mode and
22889 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
22891 * textmodes/org.el (org-table-sort-lines): New command.
22892 (org-tbl-menu): Add entry for `org-table-sort-lines'.
22893 (org-add-file): Command removed, use `org-agenda-file-to-front'
22895 (org-export-icalendar): Use `org-icalendar-combined-name'.
22896 (org-cycle-agenda-files, org-agenda-file-to-end)
22897 (org-agenda-file-to-front): New commands.
22898 (org-table-tab-jumps-over-hlines, org-export-html-style):
22900 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
22901 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
22903 (org-fill-paragraph): Call `org-table-align' in tables.
22904 (org-mode): Call `org-set-autofill-regexps'.
22905 (org-export-as-html): Support for local handformatted lists.
22906 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
22907 (org-export-local-list-max-depth): New option.
22908 (org-html-expand): Use `org-html-protect'.
22910 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
22912 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
22914 (gdb): Move definition of gud-pp to...
22916 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
22918 (gdb-find-watch-expression): New function.
22920 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
22922 * faces.el (face-attribute, set-face-attribute): Mention existence
22923 of `:ignore-defface' setting in docstring.
22925 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
22927 * simple.el (completion-setup-function): Fix last change.
22929 2005-11-17 John Paul Wallington <jpw@pobox.com>
22931 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
22932 Use `posn-set-point' instead of `mouse-set-point' because the
22933 latter is not fbound when configured without X.
22935 * comint.el (comint-insert-input): Likewise.
22937 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
22939 * simple.el (hard-newline): New variable.
22940 (sendmail-user-agent-compose, next-line): Use it.
22942 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
22943 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
22944 (mail-mail-reply-to, mail-mail-followup-to)
22945 (mail-position-on-field, mail-signature, mail-yank-original)
22946 (mail-attach-file): Likewise.
22948 * mail/mailheader.el (mail-header-format)
22949 (mail-header-format-function): Likewise.
22951 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
22953 2005-11-17 Juri Linkov <juri@jurta.org>
22955 * font-lock.el (font-lock-faces): Rename this defgroup from
22956 `font-lock-highlighting-faces'.
22957 (font-lock-comment-face, font-lock-comment-delimiter-face)
22958 (font-lock-string-face, font-lock-doc-face)
22959 (font-lock-keyword-face, font-lock-builtin-face)
22960 (font-lock-function-name-face, font-lock-variable-name-face)
22961 (font-lock-type-face, font-lock-constant-face)
22962 (font-lock-warning-face, font-lock-negation-char-face)
22963 (font-lock-preprocessor-face)
22964 (font-lock-regexp-grouping-backslash)
22965 (font-lock-regexp-grouping-construct): Rename :group from
22966 `font-lock-highlighting-faces' to `font-lock-faces'.
22968 * cus-edit.el (lisp, c, tex):
22969 * progmodes/ada-mode.el (ada):
22970 * progmodes/asm-mode.el (asm):
22971 * progmodes/cperl-mode.el (cperl-faces):
22972 * progmodes/cpp.el (cpp):
22973 * progmodes/dcl-mode.el (dcl):
22974 * progmodes/f90.el (f90):
22975 * progmodes/fortran.el (fortran):
22976 * progmodes/icon.el (icon):
22977 * progmodes/idlwave.el (idlwave-misc):
22978 * progmodes/m4-mode.el (m4):
22979 * progmodes/make-mode.el (makefile):
22980 * progmodes/meta-mode.el (meta-font):
22981 * progmodes/modula2.el (modula2):
22982 * progmodes/octave-mod.el (octave):
22983 * progmodes/pascal.el (pascal):
22984 * progmodes/perl-mode.el (perl):
22985 * progmodes/prolog.el (prolog):
22986 * progmodes/ps-mode.el (PostScript-edit):
22987 * progmodes/scheme.el (scheme):
22988 * progmodes/sh-script.el (sh-script):
22989 * progmodes/simula.el (simula):
22990 * progmodes/tcl.el (tcl):
22991 * textmodes/nroff-mode.el (nroff):
22992 * textmodes/reftex-vars.el (reftex-fontification-configurations):
22993 * textmodes/sgml-mode.el (sgml):
22994 * textmodes/texinfo.el (texinfo):
22995 Add :link (custom-group-link font-lock-faces) to defgroup.
22997 * hi-lock.el (hi-lock): Rename this defgroup from
22998 `hi-lock-interactive-text-highlighting'. Change parent group from
22999 `faces' to `font-lock'. Add link to the manual.
23000 (hi-lock-mode, hi-lock-file-patterns-range)
23001 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
23002 `hi-lock-interactive-text-highlighting' to `hi-lock'.
23003 (hi-lock-faces): Add :group `faces'.
23005 * cus-edit.el (custom-variable-prompt): Clarify the code.
23007 * faces.el (face-read-string): Set the default value arg of
23010 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
23012 * rfn-eshadow.el (file-name-shadow-properties)
23013 (file-name-shadow-tty-properties, file-name-shadow-mode):
23014 Remove autoloads, because the file is now preloaded.
23016 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
23018 * printing.el (easy-menu-intern): Don't define.
23019 (pr-get-symbol): Use easy-menu-intern only if defined.
23021 * simple.el (blink-matching-open): Simplify a bit.
23022 (completion-setup-function): Fix the case of partial-completion-mode
23023 when the minibuffer's contents start with "-".
23024 Obey completion-base-size-function even when
23025 minibuffer-completing-file-name is non-nil.
23027 2005-11-16 Richard M. Stallman <rms@gnu.org>
23029 * net/eudcb-ph.el (eudc-ph-open-session):
23030 Use set-process-query-on-exit-flag.
23032 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
23034 * international/ucs-tables.el (ucs-set-table-for-input):
23035 Use make-local-variable, not make-variable-buffer-local.
23037 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
23038 Improve warning message text.
23040 * savehist.el (savehist-save-hook): Add :group.
23042 * menu-bar.el (menu-bar-help-menu):
23043 Rename Find Extra Packages to External Packages.
23045 * cus-edit.el (Custom-reset-standard): Verify that
23046 :custom-standard-value prop exists before calling it.
23048 * apropos.el (apropos-calc-scores): Use apropos-pattern.
23050 2005-11-16 Martin Rudalics <rudalics@gmx.at>
23052 * wid-edit.el (color): Enclose %t in %{...%}.
23054 * cus-edit.el (face): Enclose %t in %{...%}.
23056 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
23058 * savehist.el (savehist-mode-hook): Re-add the var.
23059 (savehist-mode): Use it.
23061 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
23063 * textmodes/flyspell.el: Fix commenting convention.
23064 Remove unnecessary leading * in custom docstrings.
23065 (flyspell-emacs): Remove unused var.
23066 (flyspell-delete-region-overlays): Use remove-overlays.
23067 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
23068 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
23069 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
23070 (flyspell-debug-signal-word-checked): Use with-current-buffer.
23071 (make-flyspell-overlay): Don't locally reuse a global name.
23072 (flyspell-highlight-incorrect-region)
23073 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
23074 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
23075 (flyspell-notify-misspell): Remove unused args `start' and `end'.
23076 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
23077 Wrap calls to accept-process-output inside with-local-quit since it's
23078 often called from a post-command-hook.
23079 (flyspell-correct-word, flyspell-auto-correct-word):
23080 Use ispell-send-string.
23081 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
23083 * calendar/diary-lib.el (diary-list-entries): Also hide the
23084 terminating newline.
23086 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
23088 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
23089 window-system, to allow fonts on tty.
23091 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
23093 * progmodes/gud.el (gud-speedbar-item-info): New function.
23094 (gud-install-speedbar-variables): Use it to display data type
23095 of watch expression as a tooltip in speedbar.
23097 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
23099 * font-core.el (global-font-lock-mode): Add :version keyword,
23100 because default was changed.
23102 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
23104 * startup.el (command-line): Use `custom-reevaluate-setting' for
23105 `file-name-shadow-mode'.
23107 * loadup.el: Preload rfn-eshadow.
23109 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
23110 Add :version keyword.
23111 (file-name-shadow-properties, file-name-shadow-tty-properties)
23112 (file-name-shadow): Add :version keyword.
23114 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
23115 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
23116 in the custom-group property of the symbol frames and the fringe
23117 group got no link to its parent group frames.
23120 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
23122 * progmodes/gud.el (gud-stop-subjob): New function.
23123 (gud-menu-map, gud-tool-bar-map): Use it.
23125 2005-11-16 Kim F. Storm <storm@cua.dk>
23127 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
23129 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
23130 to a more useful/logical place.
23132 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
23134 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
23135 go buttons complementary.
23137 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
23139 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
23140 (rfn-eshadow-sifn-equal): New function.
23141 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
23143 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
23145 * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
23146 Quote `-' in string.
23148 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
23149 rcirc-mode buffers come up in Emacs state.
23151 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
23154 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
23156 * term.el (term-termcap-format): Fix typos.
23157 (term-down): Fix the negative argument case.
23159 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
23161 * progmodes/gdb-ui.el: Remove face-alias left over from change on
23163 (gdb-ann3): New command gud-go.
23164 (menu): Accomodate gdb-mi.el.
23165 (gdb-assembler-custom): Make buffer of selected window current
23166 so that set-window-point works.
23168 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
23169 buttons and include new ones.
23171 2005-11-16 Kim F. Storm <storm@cua.dk>
23173 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
23174 (gud-menu-map): Use it.
23176 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
23178 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
23179 that works correctly for Custom and that does not override a user
23182 * help-mode.el (help-make-xrefs, help-xref-on-pp)
23183 (help-xref-interned, help-follow): Make hyperlinks for variables
23184 that are unbound, but have a non-nil variable-documentation property.
23186 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
23187 mode hook. (It conflicted with defcustoms for some mode hooks.)
23188 Use the `variable-documentation' property to give the mode hook a
23189 docstring and expand that docstring.
23191 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
23193 * savehist.el (savehist-mode): Don't bother with
23194 `custom-set-minor-mode'.
23195 (savehist-coding-system): Check XEmacs version.
23196 (history-length): Declare also at run time.
23197 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
23198 Don't set the customize state.
23199 (savehist-minibuffer-hook): Special case for when
23200 minibuffer-history-variable is equal to t.
23202 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
23204 * files.el (write-file): Refresh VC status.
23206 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
23207 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
23208 than fundamental-mode to see if the mode was set.
23210 2005-11-14 Romain Francoise <romain@orebokech.com>
23212 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
23213 dummy function in `eval-when-compile' to avoid compiler warning.
23214 Require `man' at compile time.
23216 2005-11-14 Jay Belanger <belanger@truman.edu>
23218 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
23219 calcFunc-powerexpand.
23220 (math-write-out-power): Rename it to math-powerexpand; have it
23221 handle negative exponents.
23222 (calc-writeoutpower): Rename it to calc-powerexpand.
23224 * calc/calc-ext.el: Change calcFunc-writeoutpower and
23225 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
23227 Add calcFunc-ldiv to autoloads.
23229 * calc/calc-arith.el (calcFunc-ldiv): New function.
23231 * calc/calc.el (calc-left-divide): New function.
23233 2005-11-14 Juri Linkov <juri@jurta.org>
23235 * cus-edit.el (custom-variable-prompt): Set the default value arg
23236 of completing-read.
23238 * cus-dep.el (custom-make-dependencies): Reverse the list of
23239 found dependencies.
23241 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
23243 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
23244 Highlighting" entry, it is on by default now.
23245 (menu-bar-options-save): Do not save global-font-lock-mode.
23247 2005-11-13 Richard M. Stallman <rms@gnu.org>
23249 * textmodes/flyspell.el (flyspell-large-region):
23250 Call flyspell-accept-buffer-local-defs.
23252 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
23254 * textmodes/flyspell.el (flyspell-notify-misspell):
23255 Fix misspelling of "Misspelling".
23256 (flyspell-process-localwords): New function.
23257 (flyspell-large-region): Call flyspell-process-localwords and
23258 flyspell-delete-region-overlays.
23259 (flyspell-delete-region-overlays): New function.
23260 (flyspell-delete-all-overlays): Call that.
23262 2005-11-13 Richard M. Stallman <rms@gnu.org>
23264 * help.el (help-for-help-internal): Improve doc of C-h a.
23265 (describe-key): Improve prompt; doc fix.
23267 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
23269 * vc-svn.el (vc-svn-registered): Catch all errors.
23271 * cus-dep.el (custom-make-dependencies): Typo.
23273 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
23275 * net/tramp-util.el (top): Fix compilation warning.
23277 2005-11-13 Kim F. Storm <storm@cua.dk>
23279 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
23281 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
23283 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
23284 (gud-speedbar-buttons): Match on "const char *" too.
23286 * progmodes/gdb-ui.el (gdb-var-create-handler)
23287 (gdb-var-list-children-handler): Match on "const char *" too.
23288 (gdb-var-evaluate-expression-handler): Match on empty string.
23289 (gdb-var-update-handler): Only call
23290 gdb-var-evaluate-expression-handler when required.
23292 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
23294 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
23295 selected window. This still doesn't work for speedbar.
23296 (gud-speedbar-buttons): Handle string expressions properly.
23298 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
23299 (gdb-var-create-handler): Handle string expressions properly.
23300 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
23301 Handle string expressions properly. Move "type" field into regexp.
23303 2005-11-12 Karl Fogel <kfogel@red-bean.com>
23305 * bookmark.el (bookmark-maybe-message): New function to reduce
23306 code duplication: invokes `message' iff baud-rate is high enough.
23307 (bookmark-write-file): Use above instead of an inline conditional.
23308 (bookmark-load): Same.
23310 2005-11-12 Karl Fogel <kfogel@red-bean.com>
23312 * bookmark.el (bookmark-write-file): Don't visit the destination
23313 file, just write the data to it using write-region. This is
23314 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
23315 change to avoid visiting the file in the first place.
23317 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
23319 * hi-lock.el (hi-lock-mode): Set the default value of
23320 font-lock-defaults.
23322 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
23324 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
23325 arg to `file-attributes'.
23326 (find-lisp-format): The UID and GID can now be strings.
23328 2005-11-12 Kim F. Storm <storm@cua.dk>
23330 * help.el (help-map): Bind C-h d to apropos-documentation.
23332 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
23333 when point is at end-of-buffer.
23335 * apropos.el (apropos-match-face): Doc fix.
23336 (apropos-sort-by-scores): Add new choice `verbose'.
23337 (apropos-documentation-sort-by-scores): New defcustom.
23338 (apropos-pattern): Now contains the pattern entered by the user.
23339 (apropos-pattern-quoted): New defvar.
23340 (apropos-regexp): New defvar, containing the regexp corresponding
23341 to apropos-pattern.
23342 (apropos-all-words-regexp): Rename from apropos-all-regexp.
23343 (apropos-read-pattern): New defun. Use it to read pattern arg in
23344 interactive calls; returns list of words for a word list, and
23345 string for a regexp.
23346 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
23347 parses a list of words or regexp as returned by apropos-read-pattern.
23348 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
23349 (apropos-score-doc): Return a very high score if the string
23350 entered by the user matches literally.
23351 (apropos-variable): Doc fix. Use apropos-read-pattern.
23352 (apropos-command): Doc fix. Use apropos-read-pattern and
23353 apropos-parse-pattern. Call apropos-print with nosubst=t.
23354 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
23355 apropos-parse-pattern.
23356 (apropos-documentation): Doc fix. Use apropos-read-pattern and
23357 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
23358 apropos-documentation-sort-by-scores. Call apropos-print with
23360 (apropos-documentation-internal): Pass doc string through
23361 substitute-key-definition before adding text properties.
23362 Highlight substring matching literal user input if possible.
23363 (apropos-documentation-check-doc-file): Remove locals beg and end.
23364 Fix calculation of score (as added twice). Pass doc string through
23365 substitute-key-definition before adding text properties.
23366 (apropos-documentation-check-elc-file): Pass doc string through
23367 substitute-key-definition before adding text properties.
23368 Highlight substring matching literal user input if possible.
23369 (apropos-print): Add new arg NOSUBST; if set, command and variable
23370 doc strings have already been passed through substitute-key-definition.
23371 Add code to handle apropos-accumulator items without score element
23372 for backwards compatibility (e.g. with woman package).
23373 Only show scores if apropos-sort-by-scores is `verbose'.
23375 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
23377 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
23378 Add jka-compr-load-suffixes to load-suffixes.
23380 * jka-compr.el: Require jka-cmpr-hook.
23381 (jka-compr-info-compress-message, jka-compr-info-compress-program)
23382 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
23383 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
23384 (jka-compr-info-can-append, jka-compr-info-strip-extension)
23385 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
23386 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
23387 (jka-compr-uninstall): Remove entries from
23388 jka-compr-added-to-file-coding-system-alist after they are used.
23389 (jka-compr-error): Remove unused var `curbuf'.
23390 (jka-compr-file-local-copy): Remove unused var `notfound'.
23392 2005-11-10 Romain Francoise <romain@orebokech.com>
23394 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
23396 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
23398 * progmodes/gud.el (gud-menu-map): Move parentheses.
23399 (gdb): New command gud-pv.
23401 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
23403 * tar-mode.el: Remove spurious or unnecessary leading stars
23405 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
23406 (tar-parse-octal-integer-safe): Use mapc.
23407 (tar-header-block-summarize): Remove unused var `ck'.
23408 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
23409 cleared before. Obey default-enable-multibyte-characters.
23410 Use mapconcat. Simplify setting of tar-header-offset.
23411 (tar-mode-map): Move initialization inside delcaration.
23412 (tar-flag-deleted): Use `abs'.
23413 (tar-expunge-internal): Remove unused var `line'.
23414 (tar-expunge-internal): Don't hardcode point-min==1.
23415 (tar-expunge): Widen while doing set-buffer-multibyte.
23416 (tar-rename-entry): Use file-name-coding-system.
23417 (tar-alter-one-field): Don't hardcode point-min==1.
23418 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
23419 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
23421 2005-11-10 Masatake YAMATO <jet@gyve.org>
23423 * add-log.el (add-log-current-defun): Handle class::method
23424 notation of c++. Fix incorrect comment.
23426 2005-11-10 Alan Mackenzie <acm@muc.de>
23428 * help-fns.el (describe-variable): Make C-h v work when a variable
23429 has variable documentation yet is unbound.
23431 2005-11-10 Masatake YAMATO <jet@gyve.org>
23433 * man.el (Man-highlight-references): Set an empty
23434 string to `Man-arguments' if it is nil.
23435 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
23437 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
23439 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
23440 commenting conventions.
23442 * cus-dep.el (custom-make-dependencies): Simplify.
23443 Better follow the commenting conventions.
23445 2005-11-09 Richard M. Stallman <rms@gnu.org>
23447 * apropos.el (apropos-pattern): Rename from apropos-regexp.
23448 (apropos-orig-pattern): Rename from apropos-orig-regexp.
23450 (apropos-rewrite-regexp): Doc fix.
23451 (apropos-variable, apropos-command, apropos, apropos-value):
23452 Change prompt; carry through the argument renaming.
23454 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
23456 * find-lisp.el: Require dired.
23457 (find-lisp-find-dired-internal): Do not call
23458 `abbreviate-file-name' on DIR.
23460 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
23462 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
23464 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
23466 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
23467 when using the speedbar.
23468 (gdb): New command gud-pp.
23469 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
23471 2005-11-09 Juri Linkov <juri@jurta.org>
23473 * replace.el (occur-excluded-properties): New defcustom.
23474 (occur-1, occur-engine, occur-accumulate-lines): Use it.
23476 2005-11-08 Jay Belanger <belanger@truman.edu>
23478 * calc/calc-units.el (math-convert-units): Replace any composite
23479 unit by its definition.
23481 2005-11-08 Lars Hansen <larsh@soem.dk>
23483 * emacs-lisp/autoload.el (update-directory-autoloads):
23484 Add obsolete function alias.
23486 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
23488 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
23489 comment-indent-function.
23490 (lisp-comment-indent): Replace by an alias for comment-indent-default.
23492 * reveal.el (reveal-post-command): Rework the handling of
23493 reveal-open-spots, so as to be more reliable. There were several
23494 tricky corner cases where an open spot might be lost, or where
23495 a closed spot might end up on the list of open spots.
23496 Only reveal text that's ellipsised.
23498 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
23500 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
23502 2005-11-07 John Paul Wallington <jpw@gnu.org>
23504 * ibuffer.el (ibuffer): Search iconified frames too when
23505 getting Ibuffer buffer's window.
23507 2005-11-06 Richard M. Stallman <rms@gnu.org>
23509 * progmodes/compile.el (compilation-internal-error-properties):
23510 save-excursion around the computation of MARKER.
23512 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
23514 * textmodes/flyspell.el (flyspell-external-point-words):
23515 flyspell-get-word returns a list, not just a string.
23517 2005-11-06 John Paul Wallington <jpw@pobox.com>
23519 * ibuffer.el (ibuffer): Search all visible frames when getting
23520 Ibuffer buffer's window.
23522 2005-11-07 Masatake YAMATO <jet@gyve.org>
23524 * man.el (Man-reference-regexp): Accept spaces between
23525 `Man-name-regexp' and `Man-section-regexp'.
23526 (Man-apropos-regexp): New variable.
23527 (Man-abstract-xref-man-page): Use value for `Man-target-string'
23529 (Man-highlight-references, Man-highlight-references0):
23530 Handle the case when `Man-arguments' includes "-k".
23531 (Man-highlight-references0): Rename the argument `TARGET-POS' to
23532 `TARGET'. `TARGET' can be a number, function or nil.
23534 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
23536 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
23537 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
23538 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
23539 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
23540 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
23541 (gdb-send-item): Use buffer-local-value and simplify.
23543 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
23545 * startup.el (command-line): Use `custom-reevaluate-setting' for
23546 `global-font-lock-mode'.
23548 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
23549 by default, except in batch mode or when the -D option is given.
23551 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
23552 specified keyword args on to `define-minor-mode'. Update docstring.
23554 2005-11-05 Romain Francoise <romain@orebokech.com>
23556 * replace.el (occur-engine): Add marker at end of line, too.
23558 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
23560 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
23561 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23562 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23563 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23564 argument to all these routines, so the passphrase can be managed
23565 externally and passed in to the system.
23566 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
23567 pgg-add-passphrase-to-cache function.
23569 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
23570 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
23571 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
23572 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
23573 argument to all these routines, so the passphrase can be managed
23574 externally and passed in to the system.
23575 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
23578 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
23580 * font-lock.el: Don't deal with font-lock-face-attributes here,
23583 * startup.el (command-line): ... here. Use face-spec-set instead
23584 of custom-declare-face.
23586 * faces.el (face-spec-set): Reset the face if spec is not nil.
23588 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
23590 * newcomment.el (comment-region-internal): Box more tightly in the
23591 common case where there's no TAB in the boxed text.
23593 2005-11-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
23595 * info.el (info-tool-bar-map): Use images prev-node, next-node and
23598 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
23600 * net/newsticker.el: Commentary updated. Code formatting changed.
23601 (newsticker-version): Change to "1.9".
23602 (newsticker, newsticker-feed): Doc fix.
23603 (newsticker-url-list): Doc fix. Add option "Weekly".
23604 (newsticker-retrieval-interval): Add option "Weekly".
23605 (newsticker-headline-processing): Doc fix.
23606 (newsticker-auto-mark-filter): Remove.
23607 (newsticker-auto-mark-filter-list): New.
23608 (newsticker-layout, newsticker-sort-method): Doc fix.
23609 (newsticker-hide-old-items-in-newsticker-buffer)
23610 (newsticker-heading-format, newsticker-item-format)
23611 (newsticker-desc-format): Doc fix.
23612 (newsticker-show-all-rss-elements): Remove.
23613 (newsticker-show-all-news-elements): New.
23614 (newsticker-faces, newsticker-ticker): Doc fix.
23615 (remove-from-invisibility-spec): Code formatting.
23616 (newsticker--process-ids): New.
23617 (newsticker-mode): Doc fix.
23618 (newsticker-mode): Change mode-line-format.
23619 (newsticker-start): Remove debug output.
23620 (newsticker-start-ticker): Doc fix. Add autoload cookie.
23621 (newsticker-w3m-show-inline-images): Code formatting.
23622 (newsticker-next-item): Call `force-mode-line-update'.
23623 (newsticker-previous-item): Call `force-mode-line-update'.
23624 (newsticker-next-feed): Call `force-mode-line-update'.
23625 (newsticker-previous-feed): Call `force-mode-line-update'.
23626 (newsticker-mark-all-items-at-point-as-read): Code formatting.
23627 (newsticker-show-old-items): Do not show descs.
23628 (newsticker-hide-entry): Hide too much.
23629 (newsticker-hide-entry, newsticker-show-entry)
23630 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
23631 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
23632 (newsticker-toggle-auto-narrow-to-item): Code formatting.
23633 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
23634 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
23635 (newsticker-get-news): Call `force-mode-line-update'.
23636 Collect process ids.
23637 (newsticker--sentinel): Change coding system handling.
23638 Move image retrieval to new functions newsticker--get-logo-url-*.
23639 Move feed parsing to new functions newsticker--parse-*.
23640 Update list of process ids.
23641 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
23642 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
23643 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
23644 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
23645 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
23646 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
23647 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
23648 (newsticker--decode-coding-string): Remove.
23649 (newsticker--decode-numeric-entities): Check input. Format code.
23650 (newsticker--remove-whitespace): Check input.
23651 (newsticker--do-forget-preformatted): Doc fix.
23652 (newsticker--decode-rfc822-date): Allow for missing time.
23653 (newsticker--update-process-ids): New.
23654 (newsticker--image-sentinel): Change comment.
23655 (newsticker--image-read): Change error message.
23656 (newsticker--imenu-goto): Doc fix. Show headline title.
23657 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
23658 (newsticker--buffer-do-insert-text): Clean whitespace in
23659 html-rendered headline title. Code formatting.
23660 Call `newsticker--buffer-print-extra-elements'.
23661 (newsticker--buffer-print-extra-element): Remove.
23662 (newsticker--buffer-print-extra-elements): New.
23663 (newsticker--buffer-do-print-extra-element): New.
23664 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
23666 (newsticker--run-auto-mark-filter)
23667 (newsticker--do-run-auto-mark-filter):
23668 Use `newsticker-auto-mark-filter-list'.
23670 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
23672 * net/rcirc.el: Use split-string OMIT-NULLS argument.
23673 (rcirc-print): Force redisplay before running hooks. Do long
23674 buffer truncation after making new text read-only. Deal with nil
23675 text when decoding strings. If TARGET is nil, use either the
23676 currently selected buffer, if it is an rcirc buffer and of the
23677 same process or the process buffer.
23678 (rcirc-mode): Remove header-line. Recompute short buffer names.
23679 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
23680 (rcirc-short-buffer-name): Add variable.
23681 (rcirc-kill-buffer-hook): Recompute short buffer names.
23682 Remove nick from private channel.
23683 (rcirc-send-input): Send command text to current-buffer.
23684 Don't clear overlay arrow here.
23685 (rcirc-short-buffer-name): Return a short buffer name.
23686 (rcirc-update-short-buffer-names, rcirc-abbreviate)
23687 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
23688 buffer-name abbreviations.
23689 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
23690 Do not touch nick-table when killing a parted channel.
23691 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
23692 Clear arrow from current buffer if it is now hidden.
23693 (rcirc-current-buffer): Add variable.
23694 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
23695 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
23696 Remove -face from names.
23697 (rcirc-update-activity-string): Print "DND" when globally ignoring
23699 (rcirc-ignore-buffer-activity-flag): Rename from
23700 rcirc-ignore-channel-activity.
23701 (rcirc-ignore-all-activity-flag): Doc fix.
23702 (rcirc-channels): Remove variable.
23703 (rcirc-kill-buffer-hook):
23704 (rcirc-get-buffer-create): Add nick to private channel.
23705 (rcirc-multiline-edit-submit): Remove tabs.
23706 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
23708 (rcirc-remove-nick-channel): Bug fix.
23709 (rcirc-toggle-ignore-buffer-activity): Rename from
23710 rcirc-toggle-ignore-channel-activity.
23711 (rcirc-record-activity): Add buffers to the front of the list.
23712 (rcirc-update-activity): Remove killed buffers from list.
23713 (rcirc-process-server-response-1): Remove last argument if it is
23714 null before calling handler.
23715 (rcirc): Add "rcirc" defcustom prefix.
23716 (rcirc-prompt): Simplify default prompt.
23717 Use custom-initialize-default.
23718 (rcirc-private-chats): Remove variable.
23719 (rcirc-prompt): Change initialization.
23720 (rcirc-version): Remove function.
23721 (rcirc-id-string): Add constant.
23722 (rcirc-last-buffer): Remove variable.
23723 (rcirc-buffer-alist): Add variable.
23724 (rcirc-connect): Update variable setup.
23725 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
23726 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
23728 (rcirc-handler-generic): Trigger activity.
23729 (rcirc-send-message): Create the buffor of the target.
23730 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
23731 (rcirc-get-buffer): Just return nil if there is no matching buffer.
23732 (rcirc-multiline-edit-cancel): Remove function.
23733 (rcirc-set-last-buffer): Remove function.
23734 (rcirc-get-any-buffer): Add function.
23735 (rcirc-join-channels): Don't print /join text.
23736 (rcirc-toggle-ignore-channel-activity): Add and update echo area
23738 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
23739 (rcirc-handler-NOTICE): Recognize CTCP responses.
23740 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
23741 constructing TOPIC string for buffers we are not JOINed.
23742 (rcirc-handler-CTCP-response): Add handler.
23743 (rcirc-multiline-edit-submit): Restore the window-configuration
23744 before adjusting point.
23745 (rcirc): Add customization group.
23746 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
23747 (rcirc-user-full-name, rcirc-startup-channels-alist)
23748 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
23749 (rcirc-ignore-all-activity-flag, rcirc-time-format)
23750 (rcirc-input-ring-size, rcirc-read-only-flag)
23751 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
23752 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
23753 Change defvar to defcustom.
23754 (rcirc-update-prompt): Add optional ALL arg, which will update
23755 prompts in all rcirc buffers. Regexp quote replacement text.
23756 (rcirc-fill-column): Accept frame-width as a value.
23757 (rcirc-set-changed): Add function.
23758 (rcirc-next-active-buffer): Write more meaningful messages.
23759 (rcirc-faces): Add customization group.
23760 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
23761 (rcirc-nick-in-message-face, rcirc-prompt-face)
23762 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
23763 (with-rcirc-process-buffer): Move before first usage.
23764 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
23765 (rcirc-debug-flag): Rename from `rcirc-log-p'.
23766 (rcirc-debug): Rename from `rcirc-log'.
23767 (rcirc-format-response-string): Do not print `-' chars for a
23768 NOTICE with no sender. Simplify output of server responses.
23770 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
23772 (rcirc-browse-url-map, rcirc-browse-url-at-point)
23773 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
23774 Make urls mouse and RET clickable.
23776 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
23778 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
23780 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
23782 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
23783 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23784 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23785 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23786 argument to all these routines, so the passphrase can be managed
23787 externally and passed in to the system.
23788 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
23789 pgg-add-passphrase-to-cache function.
23791 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
23792 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
23793 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
23794 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
23795 argument to all these routines, so the passphrase can be managed
23796 externally and passed in to the system.
23797 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
23800 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
23802 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
23803 from goto-address-url-regexp.
23805 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
23807 * textmodes/org.el (org-read-date, org-goto-calendar)
23808 (org-recenter-calendar, org-agenda-goto-calendar):
23809 Temporarily clear `calendar-move-hook'.
23811 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
23813 * ediff-merg.el (ediff-merge-region-is-non-clash):
23814 Return t, if not merging.
23816 * ediff-util.el (ediff-previous-difference): Don't skip regions that
23817 have merge clashes.
23819 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23821 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
23822 Undo previous change.
23824 * startup.el (command-line): Use `custom-reevaluate-setting' for
23825 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
23826 tty-register-default-colors on Mac.
23828 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
23830 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
23831 (gdb-buffer-type): Make it automatically buffer local...
23832 (gdb-get-create-buffer): ...and set it accordingly.
23833 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
23836 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
23838 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
23841 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
23843 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
23844 case GUD buffer is not visible.
23845 (gdb-goto-breakpoint): Try to force display in source buffer.
23846 (gdb-frame-gdb-buffer): Copy other similar functions.
23847 (gdb-restore-windows): Don't display source if not asked for.
23848 (gdb-assembler-buffer-name): Don't capitalise.
23850 2005-11-03 Richard M. Stallman <rms@gnu.org>
23852 * wid-edit.el (key-sequence): New widget type.
23854 * simple.el (set-mark-command-repeat-pop): New variable.
23855 (set-mark-command): Only interpret plan C-@ after a pop as a pop
23856 if set-mark-command-repeat-pop is true.
23858 * info.el (Info-fontify-node): Don't display extra "see" if there
23859 already is one here.
23861 * mouse.el: Fix special handling of DEL after dragging a region:
23862 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
23863 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
23865 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
23867 * textmodes/ispell.el (ispell-command-loop): Change `i' description
23868 not to assume it pertains to an affix.
23870 * textmodes/flyspell.el (flyspell-post-command-hook):
23871 Bind deactivate-mark to prevent deactivation.
23873 2005-11-03 Lars Hansen <larsh@soem.dk>
23875 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
23876 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
23877 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
23879 2005-11-03 Romain Francoise <romain@orebokech.com>
23881 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
23882 Update copyright years.
23884 2005-11-03 Sam Steingold <sds@gnu.org>
23886 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
23887 Use system-type instead of window-system because window-system is not
23888 correctly defined during loadup.
23890 2005-11-02 Mark A. Hershberger <mah@everybody.org>
23892 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
23893 (xml-parse-tag): Join strings separated by a comment properly.
23895 2005-11-02 Andreas Schwab <schwab@suse.de>
23897 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
23899 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
23901 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
23902 (byte-optimize-pure-func): Quote the eval'd value.
23904 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
23905 Rename from perl-font-lock-syntactic-face-function.
23906 Change the calling convention so it can be used as a font-lock MATCHER.
23907 Do the parse-partial-sexp loop outselves.
23908 (perl-font-lock-syntactic-keywords): Use it.
23909 (perl-mode): Don't set font-lock-syntactic-face-function any more.
23911 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
23913 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
23914 disassembly buffer too.
23915 (gdb-exited): Remove overlay arrows when execution has finished.
23916 (gdb-info-frames-custom, gdb-info-threads-custom)
23917 (gdb-info-registers-custom): Don't add inappropriate text
23918 properties if inferior is not active.
23920 2005-11-02 Glenn Morris <rgm@gnu.org>
23922 * progmodes/fortran.el (fortran-blink-match):
23923 Use `blink-matching-delay'.
23925 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
23927 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
23929 2005-11-02 Lars Hansen <larsh@soem.dk>
23931 * net/tramp.el (tramp-action-out-of-band): Handle scp message
23932 "Permission denied".
23934 2005-11-01 Richard M. Stallman <rms@gnu.org>
23936 * textmodes/flyspell.el (flyspell-external-point-words):
23937 Pass nil to flyspell-get-word.
23939 2005-11-02 Kim F. Storm <storm@cua.dk>
23941 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
23942 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
23944 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
23946 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
23947 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
23948 (calendar-mouse-print-dates): Add optional `event' argument.
23949 Update interactive-spec.
23950 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
23951 Use `calendar-event-to-date' instead of `event'.
23953 2005-11-02 Masatake YAMATO <jet@gyve.org>
23955 * progmodes/ld-script.el (ld-script-builtins):
23956 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
23957 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
23958 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
23960 2005-11-01 Romain Francoise <romain@orebokech.com>
23962 * vc-sccs.el: Update copyright year.
23963 * ezimage.el: Likewise.
23965 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
23967 * info.el (Info-fontify-node): Use `string-width' for fontifying
23970 2005-11-01 Juri Linkov <juri@jurta.org>
23972 * info.el (Info-fontify-node): Downcase node header keywords Node,
23973 Prev, Next, Up before comparison.
23974 (Info-history): Insert absolute directory name, and put invisible
23977 2005-11-01 Juri Linkov <juri@jurta.org>
23979 * info.el (Info-file-supports-index-cookies): New variable.
23980 (Info-find-node-2): Check makeinfo version for index cookie support.
23981 (Info-index-nodes): Search for nodes with index cookies only when
23982 Info-file-supports-index-cookies is t. Otherwise, search nodes
23983 with "Index" in the node name.
23984 (Info-index-node): Search index cookie in the current node only when
23985 Info-file-supports-index-cookies is t. Otherwise, check the word
23986 "Index" in the node name.
23987 (Info-find-emacs-command-nodes): Remove code that searches nodes
23988 with "Index" node name in the top menu.
23990 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
23992 * progmodes/scheme.el (scheme-mode-variables): Use the default
23993 comment-indent-function.
23995 * faces.el (face-attribute): Handle the case where a face inherits from
23996 a non-existent face.
23998 * simple.el (eval-expression-print-format): Use lisp-readable syntax
23999 for octal and hexa output, and merge the char into the paren.
24000 (kill-new): Use push.
24001 (copy-to-buffer): Use with-current-buffer.
24002 (completion-setup-function): Move code in loop to remove redundancy.
24003 (minibuffer-local-must-match-map): Don't add bindings that duplicate
24004 those inherited from minibuffer-local-completion-map.
24006 * savehist.el (savehist-mode) <defcustom>:
24007 Use custom-set-minor-mode if available.
24008 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
24009 and emit a message if applicable.
24011 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
24013 * savehist.el: Sync up to version 19.
24014 (savehist-mode): New minor mode.
24015 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
24016 (savehist-length): Remove (use history-length instead).
24017 (savehist-file-modes): Rename from savehist-modes.
24018 (savehist-save-hook, savehist-loaded): New vars.
24019 (savehist-load): Use savehist-mode. Try to smooth up transition from
24020 old format to new format.
24021 (savehist-install): Allow savehist-autosave-interval to be nil.
24022 (savehist-save): Run the new hook. Be more careful to only trim the
24024 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
24025 (savehist-printable): Print into a buffer rather than char-by-char.
24027 2005-11-01 John Wiegley <johnw@newartisans.com>
24029 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
24030 toggle-ignore keybinding (C-a). The author said it had been
24031 disabled much earlier due to a possible incompatibility, but after
24032 many months of usage I have encountered no problems (and it is a
24033 rather useful option, especially for switching to " *temp*").
24035 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
24036 support for OS/X's AddressBook, by calling out to the open source
24037 program "contacts" (installable through Fink).
24039 * net/eudc.el (eudc-expand-inline): If the
24040 `eudc-multiple-match-handling-method' is set to `all', delete the
24041 query string before inserting the query result.
24043 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
24044 flag, to prevent Eshell from using the system ls when
24045 `eshell-ls-insert-directory' is in used.
24046 (eshell-ls-insert-directory): Disable font-lock in directory
24047 buffer so that Eshell's own fontification is seen. This broke
24048 recently due to changes in font-lock, so this goes back to version
24051 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
24053 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
24054 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
24055 (gdb-many-windows): Doc fix.
24057 2005-10-31 Romain Francoise <romain@orebokech.com>
24059 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
24061 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
24063 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
24064 that global-font-lock-mode can be enabled by default.
24066 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
24067 (font-lock-add-keywords, font-lock-remove-keywords)
24068 (font-lock-fontify-buffer): Remove autoload cookies.
24070 * jit-lock.el (jit-lock-register): Likewise.
24072 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
24074 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
24076 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
24077 intact if there is no gud-comint-buffer.
24079 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
24081 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
24082 old prompt comint-prompt-read-only is t and GDB commands are
24083 issued from tool bar etc.
24085 2005-10-31 Masatake YAMATO <jet@gyve.org>
24087 * vc.el (vc-directory-exclusion-list): Add "{arch}".
24089 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
24091 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
24092 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
24094 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
24096 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
24097 starting at beginning of line. Fontification is messed up when
24098 `open-paren-in-column-0-is-defun-start' set to t.
24099 Reported by John Paul Wallington <jpw@pobox.com>.
24101 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
24103 * comint.el (comint-send-input): Call `comint-update-fence' when
24104 `comint-process-echoes' and `comint-prompt-read-only' are both
24105 non-nil, to avoid leftover read-only newline.
24107 2005-10-30 Richard M. Stallman <rms@gnu.org>
24109 * textmodes/flyspell.el (flyspell-external-point-words):
24110 Detect when WORD can't be checked properly because
24111 flyspell-get-word finds just part of it, and move on.
24113 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
24114 boundarychar for Polish.
24115 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
24116 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
24118 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
24120 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
24121 (gdb-registers-font-lock-keywords): Delete.
24122 (gdb-registers-mode): Don't fontify.
24123 (gdb-info-registers-custom): Use text properties instead as, in
24124 future, changed register values will use font-lock-warning-face.
24125 (gdb-local-font-lock-keywords): Rename to...
24126 (gdb-locals-font-lock-keywords): ...for consistency.
24128 2005-10-30 Andre Spiegel <spiegel@gnu.org>
24130 * vc.el (vc-switch-backend): Better error message if the buffer is
24131 not visiting a file under version control.
24133 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
24135 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
24137 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
24140 2005-10-29 Richard M. Stallman <rms@gnu.org>
24142 * replace.el (occur-mode-mouse-goto): Always go to other window.
24143 (occur-mode-goto-occurrence): Always switch in same window.
24145 * simple.el (undo): Display message at end, not at start.
24147 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
24148 New arg REUSE-CELL.
24149 (cancel-timer-internal): New function.
24150 (timer-event-handler): Use cancel-timer-internal,
24151 and pass the cell it returns to timer-activate...
24153 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
24154 (jit-lock-deferred-fontify, jit-lock-context-fontify)
24155 (jit-lock-after-change): Test memory-full.
24157 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
24159 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
24160 part of the decoded armor to find the key-identifier.
24161 (pgg-gpg-lookup-key-owner): New function to return the
24162 human-readable identifier of a key owner.
24163 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
24165 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
24166 the key value) if we have a key and can match it against a secret
24167 key. Also, added a note pointing out fact that the prompt only
24168 indicates the first matching key.
24170 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
24171 pgg-decrypt-region.
24172 (pgg-pending-timers): A new hash for tracking the passphrase cache
24173 timers, so that new ones supercede old ones.
24174 (pgg-add-passphrase-to-cache): Rename from
24175 `pgg-add-passphrase-cache' to reduce confusion (all callers
24176 changed). Modified to cancel old timers when new ones are added.
24177 (pgg-remove-passphrase-from-cache): Rename from
24178 `pgg-remove-passphrase-cache' to reduce confusion (all callers
24179 changed). Modified to cancel old timers when their keys are
24180 removed from the cache.
24181 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
24182 XEmacs, an indirection to delete-itimer.
24183 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
24184 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
24185 users can only check cache without risk of prompting. Correct bug in
24186 notruncate behavior.
24187 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
24188 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24189 Add informative docstrings.
24190 (pgg-decrypt): Convey provided passphrase in subordinate call to
24191 pgg-decrypt-region.
24193 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
24194 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
24195 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
24196 `passphrase' argument, so the passphrase can be managed externally
24197 and then passed in to the system.
24199 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
24200 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
24201 so the passphrase cache can be used reliably with identifiers
24202 besides a pgp packet's key id.
24204 * pgg-gpg.el (pgg-pgp-encrypt-region)
24205 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24206 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24207 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24208 argument to all these routines, so the passphrase can be managed
24209 externally and passed in to the system.
24211 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
24212 `notruncate' argument, so the passphrase cache can be used
24213 reliably with identifiers besides a pgp packet's key id.
24215 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
24217 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
24218 symmetric encryption.
24219 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
24220 encrypted session key.
24221 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
24222 message ask for the passphrase in a proper way.
24224 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
24225 New user commands for symmetric encryption.
24227 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
24229 * textmodes/conf-mode.el (conf-assignment-sign)
24230 (conf-assignment-regexp): Fix docstrings.
24231 (conf-mode-initialize): New function.
24232 (conf-mode): Remove optional args. Use delay-mode-hooks to
24233 recognize recursive calls.
24234 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
24235 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
24236 (conf-xdefaults-mode): Use define-derived-mode and
24237 conf-mode-initialize.
24239 2005-10-29 Romain Francoise <romain@orebokech.com>
24241 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
24243 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
24245 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
24246 part of the decoded armor to find the key-identifier.
24247 (pgg-gpg-lookup-key-owner): New function to return the
24248 human-readable identifier of a key owner.
24249 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
24251 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
24252 the key value) if we have a key and can match it against a secret
24253 key. Also, added a note pointing out fact that the prompt only
24254 indicates the first matching key.
24256 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
24257 pgg-decrypt-region.
24258 (pgg-pending-timers): A new hash for tracking the passphrase cache
24259 timers, so that new ones supercede old ones.
24260 (pgg-add-passphrase-to-cache): Rename from
24261 `pgg-add-passphrase-cache' to reduce confusion (all callers
24262 changed). Modified to cancel old timers when new ones are added.
24263 (pgg-remove-passphrase-from-cache): Rename from
24264 `pgg-remove-passphrase-cache' to reduce confusion (all callers
24265 changed). Modified to cancel old timers when their keys are
24266 removed from the cache.
24267 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
24268 XEmacs, an indirection to delete-itimer.
24269 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
24270 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
24271 users can only check cache without risk of prompting. Correct bug in
24272 notruncate behavior.
24273 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
24274 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24275 Add informative docstrings.
24276 (pgg-decrypt): Convey provided passphrase in subordinate call to
24277 pgg-decrypt-region.
24279 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
24281 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
24282 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
24283 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
24284 `passphrase' argument, so the passphrase can be managed externally
24285 and then passed in to the system.
24287 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
24288 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
24289 so the passphrase cache can be used reliably with identifiers
24290 besides a pgp packet's key id.
24292 * pgg-gpg.el (pgg-pgp-encrypt-region)
24293 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24294 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24295 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24296 argument to all these routines, so the passphrase can be managed
24297 externally and passed in to the system.
24299 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
24300 `notruncate' argument, so the passphrase cache can be used
24301 reliably with identifiers besides a pgp packet's key id.
24303 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
24305 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
24306 symmetric encryption.
24307 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
24308 encrypted session key.
24309 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
24310 message ask for the passphrase in a proper way.
24312 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
24313 New user commands for symmetric encryption.
24315 2005-10-28 Bill Wohler <wohler@newt.com>
24317 * help-mode.el (help-url): New button type. Calls browse-url.
24318 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
24319 Similar to Info nodes: URL `url'.
24320 (help-make-xrefs): Create help-url buttons for
24321 help-xref-url-regexp matches.
24323 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
24325 * tool-bar.el (tool-bar-add-item-from-menu)
24326 (tool-bar-local-item-from-menu): Fix doc strings.
24328 2005-10-28 Romain Francoise <romain@orebokech.com>
24330 * ldefs-boot.el: Update.
24332 * subr.el (locate-library): Move from help-fns.el.
24333 * help-fns.el (locate-library): Move to subr.el.
24335 2005-10-28 Richard M. Stallman <rms@gnu.org>
24337 * net/tramp.el (tramp-completion-mode): defvar moved up.
24339 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
24341 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
24343 * files.el (find-file-noselect): Use %d to format large file size.
24345 * bindings.el (mode-line-format): Add %e.
24347 * loadup.el ("facemenu"): Load unconditionally.
24348 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
24349 ("x-dnd"): Load, when appropriate.
24351 * startup.el (command-line): Call before-init-hook earlier.
24352 Warn about some bad characters in -u user name.
24354 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
24355 (flyspell-external-point-words): Error if misspelled word is not found.
24356 Set flyspell-large-region-beg at end of word.
24358 2005-10-28 Andreas Schwab <schwab@suse.de>
24360 * view.el (View-revert-buffer-scroll-page-forward):
24361 Use view-page-size-default.
24363 2005-10-28 Juri Linkov <juri@jurta.org>
24365 * international/quail.el (quail-get-current-str): Translate last
24366 raw character for deterministic input methods.
24368 2005-10-27 Jay Belanger <belanger@truman.edu>
24370 * calc/calc-ext.el: Add functions to autoloads.
24371 (math-identity-matrix-p, math-ident-row-p): New functions.
24373 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
24374 multiplication by an identity matrix; don't turn multiplication by
24375 an inverse matrix into division.
24376 (math-div-symbol-fancy): Replace division by matrices with
24377 multiplication by inverse.
24379 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
24381 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
24382 (calc-writeoutpower): New functions.
24384 2005-10-27 Romain Francoise <romain@orebokech.com>
24386 * replace.el (occur-engine): Include colon in mouse-face highlight.
24388 * dired-x.el: Change Maintainer field.
24390 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
24392 * longlines.el (longlines-mode): Bind after-change-functions to
24393 nil during initial decoding and final encoding.
24395 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
24397 * term.el (term-emulate-terminal, term-handle-colors-array)
24398 (term-handle-ansi-escape): Specify the terminfo capabilities
24401 2005-10-26 Richard M. Stallman <rms@gnu.org>
24403 * info.el (Info-fontify-node): Fix detection of sentence-break
24406 2005-10-26 Romain Francoise <romain@orebokech.com>
24408 * smerge-mode.el: Add `tools' to file keywords.
24410 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
24412 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
24413 when the fringe is not available.
24415 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
24416 (def-gdb-auto-update-trigger): Simplify construction.
24417 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
24418 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
24419 defined explicitly.
24420 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
24421 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
24422 defined explicitly.
24423 (gdb-info-locals-custom): Remove as it's a no-op.
24425 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
24427 * longlines.el (longlines-mode): Remove narrowing before
24428 performing the initial decoding or final encoding.
24430 2005-10-25 Romain Francoise <romain@orebokech.com>
24432 * emacs-lisp/find-func.el (find-library-name): Also strip
24433 extension if library name ends in .el, to take advantage of
24434 `find-library-suffixes'.
24436 2005-10-25 Richard M. Stallman <rms@gnu.org>
24438 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
24440 2005-10-25 Juri Linkov <juri@jurta.org>
24442 * textmodes/texinfo.el (texinfo-mode): Change charset of one
24443 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
24445 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
24447 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
24448 (blackbox-redefine-key): Add argument `map'.
24450 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
24451 regions when moving the jit-lock-context-unfontify-pos boundary.
24453 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
24455 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
24457 2005-10-25 Masatake YAMATO <jet@gyve.org>
24459 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
24461 2005-10-25 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24463 * play/blackbox.el (blackbox-redefine-key): New function.
24464 (blackbox-mode-map): Use it to remap existing bindings for cursor
24465 motion instead of binding literal keys.
24467 2005-10-25 Glenn Morris <rgm@gnu.org>
24469 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
24470 diary does not end in a newline. Do not assume a blank line at
24471 the start of the diary file.
24473 2005-10-25 Kenichi Handa <handa@m17n.org>
24475 * international/quail.el (quail-translate-key): If the input
24476 method is deterministic and failed to handle the last key, restart
24477 the key handling loop from an appropriate key.
24479 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
24481 * vc.el (vc-dired-mode): Extend comment for binding of
24482 `directory-listing-before-filename-regexp'.
24484 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
24486 * textmodes/texinfo.el (texinfo-mode):
24487 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
24488 not to unnecessarily expose emacs-mule's internal char codes.
24490 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
24492 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
24493 Display hand pointer and help-echo on disabled icon too.
24494 (gdb-mouse-until): New function.
24495 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
24497 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
24499 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
24500 with 2005-10-23 change to doctor.el.
24502 * finder.el (finder-mode-map): Add follow-link binding.
24504 2005-10-25 Kim F. Storm <storm@cua.dk>
24506 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
24507 to gdb-mouse-toggle-breakpoint-fringe.
24508 (gdb-mouse-toggle-breakpoint-margin): Rename from
24509 gdb-mouse-toggle-breakpoint. Fix doc.
24510 (gdb-mouse-toggle-breakpoint-fringe): New defun.
24511 (gdb-put-string): Add optional SPROPS arg. Add props to string.
24512 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
24513 string properties also for fringe breakpoint bitmaps.
24515 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
24517 * textmodes/org.el (org-start-icalendar-file): Fix format form.
24519 2005-10-25 Masatake YAMATO <jet@gyve.org>
24521 * simple.el (completion-common-substring):
24522 Use `completion-common-substring' prior to `completion-base-size'.
24524 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
24526 * savehist.el: Require CL while compiling.
24527 (savehist-history-variables): Remove.
24528 (savehist-save-minibuffer-history, savehist-additional-variables)
24529 (savehist-minibuffer-history-variables): New vars.
24530 (savehist-save): Use them.
24531 (savehist-uninstall, savehist-minibuffer-hook): New funs.
24532 (savehist-install): New fun, extracted from savehist-load.
24533 (savehist-load): Use them.
24535 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
24537 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
24538 a dummy doc-string-elt property.
24539 (defalias, defvaralias, define-category): Add a docstring property.
24541 * image.el (defimage):
24542 * widget.el (define-widget):
24543 * custom.el (defface, defcustom): Add `doc-string' declaration.
24545 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
24546 (defadvice): Add `doc-string' declaration.
24548 * emacs-lisp/byte-run.el (macro-declaration-function):
24549 Handle `doc-string' declarations.
24550 (define-obsolete-function-alias, define-obsolete-variable-alias):
24551 Add `doc-string' declaration.
24553 2005-10-24 Kenichi Handa <handa@m17n.org>
24555 * international/utf-7.el (utf-7): Add autoload cookie.
24557 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
24559 2005-10-24 Eli Zaretskii <eliz@gnu.org>
24561 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
24562 list of directories passed to batch-update-autoloads. Add "." to
24563 the list of the echoed directories.
24570 * pgg.el: Moved here from the gnus subdirectory.
24572 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
24574 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
24575 in case comint-prompt-read-only is set to t.
24577 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
24578 in case comint-prompt-read-only is set to t.
24580 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
24582 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
24584 (icalendar-import-format): Handle CLASS, STATUS, URL.
24585 Rename `subject' to `summary'.
24586 (icalendar-import-format-summary): Rename from
24587 `icalendar-import-format-subject'.
24588 (icalendar-import-format-url, icalendar-import-format-status)
24589 (icalendar-import-format-class): New variables.
24590 (icalendar--rris): Take variable argument list.
24591 (icalendar--datestring-to-isodate): Remove unnecessary
24592 calendar-style check when converting dates with explicit month names.
24593 (icalendar-export-region): Change return type of conversion
24594 subroutines. Bury current buffer unless error occurred.
24595 (icalendar--convert-to-ical)
24596 (icalendar--parse-summary-and-rest): New functions.
24597 (icalendar--convert-ordinary-to-ical)
24598 (icalendar--convert-weekly-to-ical)
24599 (icalendar--convert-yearly-to-ical)
24600 (icalendar--convert-block-to-ical)
24601 (icalendar--convert-cyclic-to-ical)
24602 (icalendar--convert-anniversary-to-ical): Change return type.
24603 Strip trailing blanks from subject.
24604 (icalendar--convert-sexp-to-ical): Change return type.
24605 Strip trailing blanks from subject. Handle simple sexp
24606 entries as generated by icalendar.el.
24607 (icalendar--convert-float-to-ical)
24608 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
24609 (icalendar-import-file): Doc fix.
24610 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
24611 Correct call to icalendar--rris.
24612 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
24614 (icalendar--add-diary-entry): Rename `subject' to `summary'.
24616 2005-10-24 Romain Francoise <romain@orebokech.com>
24618 * server.el (server-sentinel): Set query-on-exit flag to nil on
24619 new client processes (it isn't inherited from the server process).
24621 * replace.el (occur-engine): Rearrange text properties.
24623 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
24625 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
24626 case-fold-search is nil.
24627 (debug-help-follow): Use help-xref-interned directly.
24629 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
24631 * thumbs.el (thumbs-image-type): Add .pbm.
24633 2005-10-23 Richard M. Stallman <rms@gnu.org>
24635 * faces.el (inhibit-face-set-after-frame-default): New variable.
24636 (set-face-attribute): Bind it.
24637 (face-set-after-frame-default): Test it.
24639 * help-fns.el (describe-simplify-lib-file-name): New function.
24640 (describe-function-1, describe-variable): Use it.
24642 * faces.el (describe-face): Use describe-simplify-lib-file-name.
24644 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
24645 Eliminate nil as possible value.
24646 (tooltip-hide-delay): Reduce internal-border-width.
24648 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
24649 (menu-bar-file-menu) <new-file>: Likewise.
24651 * simple.el (line-move-finish): Ignore fields computing LINE-END.
24653 * international/mule.el (load-with-code-conversion):
24654 Pass full file name to `eval-buffer' unless preloading.
24656 * textmodes/flyspell.el (flyspell-large-region):
24657 Call ispell-check-version.
24659 * textmodes/ispell.el (ispell-local-dictionary-overridden):
24660 Fix the make-variable-buffer-local call that was supposed
24661 to be for this variable.
24662 (ispell-aspell-supports-utf8): Doc fix.
24663 (ispell-find-aspell-dictionaries): Preserve elements of
24664 ispell-dictionary-alist for dictionaries that aspell doesn't report.
24665 (ispell-aspell-find-dictionary): Return nil on error.
24667 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
24668 (doctor-symptoms): Likewise.
24670 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
24672 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
24674 * cus-edit.el (custom-button, custom-button-pressed): New vars.
24675 (custom-raised-buttons): Add :set spec.
24676 (custom-button-unraised, custom-button-pressed-unraised):
24677 New faces, so that custom-raised-buttons actually does something.
24678 (custom-mode): Use custom-button and custom-button-pressed.
24680 * wid-edit.el (widget-specify-button): Don't ignore
24681 widget-mouse-face on graphic terminals.
24682 (widget-move-and-invoke): Cleanup.
24684 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
24686 * whitespace.el (whitespace-cleanup): Doc fix.
24688 2005-10-23 Romain Francoise <romain@orebokech.com>
24690 * emulation/viper.el (viper-set-hooks): Quote forms passed to
24691 `eval-after-load' to avoid evaluating their result.
24693 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
24695 * files.el (directory-listing-before-filename-regexp):
24696 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
24698 * dired.el (dired-move-to-filename-regexp): Remove.
24699 All occurrences replaced by `directory-listing-before-filename-regexp'.
24701 * dired-x.el, locate.el, vc.el:
24702 Replace `dired-move-to-filename-regexp' by
24703 `directory-listing-before-filename-regexp'. In vc.el it is
24704 overwritten locally; maybe this can be handled in files.el too.
24706 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
24707 replaced by `directory-listing-before-filename-regexp'.
24709 2005-10-23 Andreas Schwab <schwab@suse.de>
24711 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
24712 and eval-next-after-load.
24714 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
24716 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
24719 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
24721 * allout.el: Remove autoloads for mailcrypt and crypt++.
24722 Require pgg, pgg-gpg during compilation.
24723 (allout-version): Increment version number to 2.1, and use a literal
24724 rather than RCS Id.
24725 (allout-default-encryption-scheme): Remove.
24726 (allout-passphrase-verifier-handling)
24727 (allout-passphrase-verifier-string)
24728 (allout-file-passphrase-verifier-string)
24729 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
24730 (allout-passphrase-hint-handling): Rename and simplify.
24731 (allout-init): Use `find-file-hook' if available, otherwise
24733 (allout-mode): Use `write-file-functions' if available, otherwise
24734 `local-write-file-hooks' and, instead of making auto-save-hook
24735 buffer local, make the write-file-hook activity contingent to
24737 (allout-mode): Use key-binding substitution in the docstring.
24738 (allout-kill-line): Spell-out kill ring data structure mutation
24739 instead of using byte-compiler-complaint-provoking `pop'.
24740 (allout-insert-listified): Use `insert' rather than `insert-string'
24741 (allout-toggle-current-subtree-encryption): Update docstring, adjust
24742 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
24743 (allout-encrypt-string): Totally revamped vis new underlying
24744 encryption facilities.
24745 (allout-mc-activate-passwd): Remove.
24746 (allout-obtain-passphrase): New, more or less replaces
24747 allout-mc-activate-passwd.
24748 (allout-encrypted-key-info): More or less replaces
24749 allout-encrypted-text-type.
24750 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
24751 (my-mark-marker): Use `(featurep 'xemacs)'.
24753 2005-10-23 Lars Hansen <larsh@soem.dk>
24755 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
24756 (byte-compile-file-form-defmumble, byte-compile-defun)
24757 (byte-compile-defmacro): Use it.
24758 (byte-compile-form): Don't call byte-compile-set-symbol-position
24759 when a byte-compile handler is called.
24761 2005-10-22 Romain Francoise <romain@orebokech.com>
24763 * savehist.el (savehist-history-variables): Add `grep-find-history'.
24765 * subr.el (eval-after-load): Convert library name to an absolute
24766 file name using locate-library, since load-history no longer has
24767 library names in it.
24769 2005-10-22 Richard M. Stallman <rms@gnu.org>
24771 * files.el (make-temp-file): Move from subr.el.
24772 * subr.el (make-temp-file): Move to files.el.
24774 * window.el (get-buffer-window-list): Move from subr.el.
24775 * subr.el (get-buffer-window-list): Move to window.el.
24777 * image.el (image-load-path): Use eval-at-startup to initialize.
24779 * subr.el (eval-at-startup): New macro.
24781 * subr.el: Much rearrangement of functions and division
24782 into pages. No code changes.
24784 2005-10-22 Kenichi Handa <handa@m17n.org>
24786 * tar-mode.el (tar-extract): Be sure to call
24787 find-operation-coding-system if set-auto-coding doesn't find a
24790 2005-10-22 Kim F. Storm <storm@cua.dk>
24792 * image.el (image-type-header-regexps): Rename from image-type-regexps.
24794 (image-type-file-name-regexps): New defconst.
24795 (image-type-from-data): Simplify loop.
24796 (image-type-from-buffer): New defun.
24797 (image-type-from-file-header): Use it instead of image-type-from-data.
24798 Use image-search-load-path instead of only looking in data-directory.
24799 (image-type-from-file-name): New defun.
24800 (image-search-load-path): Change `pathname' to `filename'.
24801 Make PATH arg optional, default to image-load-path.
24803 2005-10-21 Richard M. Stallman <rms@gnu.org>
24805 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
24807 * textmodes/paragraphs.el (sentence-end-base): New variable.
24808 (sentence-end): Use sentence-end-base.
24810 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
24812 * font-lock.el (font-lock-default-fontify-region): Check the multiline
24813 property independently from the font-lock-multiline variable.
24815 2005-10-21 Richard M. Stallman <rms@gnu.org>
24817 * emacs-lisp/find-func.el (find-library-name): Doc fix.
24819 * startup.el (command-line): Convert library names
24820 in `load-history' to absolute file names.
24822 * subr.el (symbol-file): Doc fix.
24824 * loadhist.el (file-loadhist-lookup): Call locate-library
24825 instead of find-library-name. Don't try converting
24826 abs file names to library names, since load-history no longer
24827 has library names in it.
24828 (file-dependents, file-provides, file-requires): Doc fixes.
24830 2005-10-21 Juri Linkov <juri@jurta.org>
24832 * progmodes/etags.el (tags-table-mode): New function.
24833 (tags-verify-table): Replace initialize-new-tags-table with
24836 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
24838 (desktop-modes-not-to-save): Add tags-table-mode to the
24841 * info.el (Info-index-next): Add total number of index
24842 alternatives to the message.
24844 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
24845 backward only space (instead of space and period) before looking
24848 * simple.el (set-variable): Use user-variable-p instead of symbolp.
24849 Add the old variable value as 4th default-value arg of read-string.
24851 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24853 * cus-face.el (custom-declare-face): Make face from X resources
24856 * disp-table.el (standard-display-g1, standard-display-graphic):
24857 Refuse to use string glyphs also on Mac.
24858 (standard-display-european): Don't set terminal coding system also
24861 * frame.el (display-screens): Use x-display-screens also on Mac.
24863 2005-10-21 Romain Francoise <romain@orebokech.com>
24865 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
24867 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
24869 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
24872 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
24873 warning face on open-paren-in-column-0.
24875 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
24876 boundary case. Fix typo.
24877 Suggested by Martin Rudalics <rudalics@gmx.at>.
24879 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
24881 * textmodes/org.el (org-combined-agenda-icalendar-file)
24882 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
24883 (org-export-icalendar-this-file)
24884 (org-export-icalendar-all-agenda-files)
24885 (org-export-icalendar-combine-agenda-files): New commands.
24886 (org-export-icalendar, org-print-icalendar-entries)
24887 (org-start-icalendar-file, org-finish-icalendar-file)
24888 (org-ical-ts-to-string): New functions.
24889 (org-read-date, org-goto-calendar)
24890 (org-agenda-goto-calendar): Inhibit displaying diary entries by
24891 call to `calendar'.
24892 (orgtbl-setup): Remove the :keys arguments from the menu description.
24893 (org-after-save-iCalendar-file-hook): New variable.
24895 2005-10-21 Kenichi Handa <handa@m17n.org>
24897 * language/vietnamese.el (tcvn-5712): Make it an alias of
24898 vietnamese-tcvn coding-system.
24900 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
24902 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
24905 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
24907 * progmodes/sh-script.el (sh-escaped-line-re): New var.
24908 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
24909 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
24910 whose line is either continued or ends with a comment.
24912 2005-10-20 Romain Francoise <romain@orebokech.com>
24914 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
24916 * replace.el (occur-engine): Add follow-link property.
24918 * font-core.el (font-lock-mode): Doc fix.
24920 2005-10-20 Richard M. Stallman <rms@gnu.org>
24922 * net/rcirc.el: New file.
24924 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
24926 * term.el (term-term-name): Initialize to "eterm-color".
24928 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
24930 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
24931 for encryption functionality.
24932 Move allout customization subgroup from `editing' to `outlines' group.
24933 Fix commentary keywords to legitimate ones.
24934 Update author info (using my current email address, obscurified).
24935 (allout-encrypt-string, allout-encryption-produce-work-buffer)
24936 (allout-encrypted-topic-p, allout-encrypted-text-type)
24937 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
24938 (allout-situate-encryption-key-verifier)
24939 (allout-get-encryption-key-verifier, allout-verify-key)
24940 (allout-next-topic-pending-encryption)
24941 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
24942 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
24943 (outline-key-verifier-handling, outline-key-hint-handling)
24944 (outline-encrypt-unencrypted-on-saves): New defcustoms.
24945 (allout-file-key-verifier-string, allout-encryption-scheme)
24946 (allout-key-verifier-string, allout-key-hint-string)
24947 (allout-after-save-decrypt): New variables.
24948 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
24949 (allout-after-saves-handler): New hook functions.
24950 (allout-post-command-business): Do allout-after-save-decrypt.
24951 (allout-enable-file-variable-adjustment): Custom var to enable
24952 mechanism for adding and adjusting settings of Emacs file variables.
24953 (allout-adjust-file-variable, allout-file-vars-section-data):
24954 New functions, implement the mechanism.
24955 (outlineify-sticky): Use the file vars mechanism.
24956 (allout-inhibit-protection, allout-during-write-cue)
24957 (allout-override-protect, allout-before-change-protect): Remove.
24958 (allout-flag-region, allout-open-topic): Adjust read-only text.
24959 (allout-open-line-not-read-only): Add to facilitate read-only
24960 text based protection.
24961 (allout-kill-line): Revise to adjust read-only text, clue the
24962 user about the inhibition.
24963 (allout-unprotected): Use unwind-protect.
24964 (allout-shift-in, allout-shift-out): Disallow manually shifting a
24965 topic deeper than the offspring depth of the previous topic -
24966 avoiding confusing "containment discontinuities".
24967 (allout-reindent-bodies): Fix retention of body relative hanging
24968 indent during promotion of collapsed bodies.
24969 (allout-open-topic): Make it easy to open new topic with same
24970 bullet as current topic - topic creation functions provided with
24971 any universal argument provokes now prompt for bullet, defaulting
24972 to the bullet of the previous topic.
24973 (allout-plain-bullets-string, allout-distinctive-bullets-string):
24974 Plain bullet alternates `.' period and `,' comma only. All other
24975 bullets are relegated to special status (but customizable).
24976 (allout-end-of-entry): Rename from allout-end-of-current-entry
24977 since it actually operates w.r.t. most immediately containing
24978 entry, visible or not.
24979 (allout-hide-current-entry, allout-show-current-entry): Use the
24981 (allout-old-expose-topic): Solidify deprecation.
24982 (allout-end-of-subtree): Add so we can span concealed as well
24984 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
24985 (allout-end-of-current-heading): Tweak to just respect the first line.
24986 (allout-get-body-text): Add.
24987 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
24988 when invoked interactively.
24989 (allout-up-current-level): Use `interactive-p'.
24990 (allout-mode, allout-init): Miscellaneous docstring and
24991 operational refinements, as well as hookups of new encryption stuff.
24992 (allout-beginning-of-current-entry): Now works as advertised.
24993 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
24994 (allout-isearch-rectification): Refine condition for isearching.
24995 (allout-isearch-abort, allout-enwrap-isearch)
24996 (allout-flag-region, my-region-active-p): Relocate some macros.
24997 (allout-title): Fallback title is (buffer-name), not
24998 non-existing (current-buffer-name).
24999 (subst-char-in-string): Define if absent (for some XEmacs versions).
25001 2005-10-20 Jari Aalto <jari.aalto@cante.net>
25003 * mail/sendmail.el (mail-setup-hook, mail-aliases)
25004 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
25005 (mail-citation-prefix-regexp, mail-signature-file)
25006 (mail-default-headers, mail-bury-selects-summary)
25007 (mail-send-nonascii): Add autoload cookies.
25009 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
25011 * frame.el (blink-cursor-mode): Add `mac' to the list of
25012 window-system's that support blinking cursor.
25014 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
25016 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
25018 2005-10-20 Eli Zaretskii <eliz@gnu.org>
25020 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
25021 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
25022 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
25024 2005-10-20 Kim F. Storm <storm@cua.dk>
25026 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
25027 (ido-set-current-directory): Don't add / after final @.
25028 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
25029 Explicitly handle ange-ftp completion oddities.
25030 (ido-make-file-list): Don't rotate list at tramp root to avoid
25031 triggering tramp file handler for expand-file-name via get-file-buffer.
25033 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
25035 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
25037 2005-10-19 Jay Belanger <belanger@truman.edu>
25039 * calc/calc-units.el (math-standard-units): Add units, adjust
25040 symbols and update values.
25041 (math-unit-prefixes): Add more prefixes.
25043 2005-10-19 Romain Francoise <romain@orebokech.com>
25045 * bookmark.el (bookmark-menu-heading): New face.
25046 (bookmark-bmenu-list): Use it.
25047 Don't fiddle with `baud-rate' at top-level.
25049 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
25051 * image.el (create-image, find-image): Mention max-image-size in
25054 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
25056 * savehist.el (savehist-load): Revert to checking XEmacs.
25058 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
25059 Various docstring and line-width fixups.
25060 (conf-mode): Use cond.
25061 Set font-lock-defaults. Don't set comment-use-syntax.
25063 2005-10-18 David Ponce <david@dponce.com>
25065 * tree-widget.el (tree-widget-button-click): New function.
25066 (tree-widget-button-keymap): Use it.
25068 2005-10-18 Romain Francoise <romain@orebokech.com>
25070 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
25071 (bookmark-bmenu-hide-filenames): Add follow-link property.
25072 Improve help-echo text.
25074 * ffap.el (find-file-at-point): Doc fix.
25076 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25078 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
25080 2005-10-18 Masatake YAMATO <jet@gyve.org>
25082 Install to the CVS repository what I forgot to install in my
25083 2005-10-16 changes.
25085 * progmodes/python.el (python-complete-symbol): Pass the common
25086 prefix substring of completion to `display-completion-list'.
25088 * textmodes/org.el (org-complete): Ditto.
25090 2005-10-18 Masatake YAMATO <jet@gyve.org>
25092 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
25094 * woman.el (WoMan-xref-man-page): New button type derived
25095 from `Man-abstract-xref-man-page'.
25096 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
25098 * man.el (Man-abstract-xref-man-page): New button type.
25099 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
25100 (Man-highlight-references): Add new optional argument `xref-man-type'.
25102 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
25104 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
25106 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
25108 * cus-edit.el (Custom-move-and-invoke): Delete.
25109 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
25111 * wid-edit.el (widget-move-and-invoke): New function, from
25112 Custom-move-and-invoke.
25114 2005-10-17 Bill Wohler <wohler@newt.com>
25116 Move all remaining images from lisp/toolbar to etc/images, move
25117 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
25118 the low resolution images in their own directory (low-color).
25120 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
25121 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
25122 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
25123 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
25124 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
25125 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
25126 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
25128 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
25129 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
25130 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
25131 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
25132 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
25133 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
25134 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
25135 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
25136 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
25137 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
25138 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
25139 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
25140 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
25141 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
25142 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
25144 To conform with convention, replace the underscore (_) in the
25145 following image names with dash (-) or (/) as appropriate.
25147 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
25148 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
25149 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
25150 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
25151 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
25152 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
25153 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
25154 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
25155 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
25156 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
25157 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
25158 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
25159 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
25160 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
25161 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
25163 * info.el (info-tool-bar-map): Replace underscores in image names
25166 * makefile.w32-in (WINS): Remove toolbar.
25168 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
25170 * tool-bar.el: Move to lisp from toolbar. Now that
25171 toolbar is empty, it should be deleted when folks run "cvs up -P".
25173 2005-10-18 Jay Belanger <belanger@truman.edu>
25175 * calc/calc-store.el (calc-store-into): Get the proper variable name
25176 to display in message.
25178 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
25180 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
25181 expressions display in speedbar for all buffers when debugging.
25182 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
25184 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
25185 (speedbar-insert-button, speedbar-make-button):
25186 Use add-text-properties.
25187 (speedbar-update-localized-contents)
25188 (speedbar-update-directory-contents)
25189 (speedbar-update-special-contents): Use dolist.
25190 (speedbar-buffer-easymenu-definition): Add a menu separator.
25192 2005-10-17 Jason Rumney <jasonr@gnu.org>
25194 * makefile.w32-in: Use $(lisp) consistently.
25195 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
25196 for shell specific generation of mh-autoloads.
25198 2005-10-17 Richard M. Stallman <rms@gnu.org>
25200 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
25202 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25204 * jit-lock.el (jit-lock-fontify-now):
25205 Move jit-lock-context-unfontify-pos to avoid wasted work.
25207 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
25209 * net/tramp.el (tramp-completion-mode): New defvar. Used in
25210 `tramp-completion-mode' for checking if we are in completion mode.
25211 (tramp-completion-handle-file-name-all-completions): Reorder code
25212 in order to complete for file names only in case there are no
25213 method/user/host completions. This is necessary for cooperation
25214 with ido. Reported by Kim F. Storm <storm@cua.dk>.
25216 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
25218 * longlines.el (longlines-search-forward)
25219 (longlines-search-backward): Match any number of spaces.
25221 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
25223 * diff-mode.el (diff-mode): Doc fix.
25225 2005-10-16 David Reitter <david.reitter@gmail.com>
25227 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
25228 as default on darwin and windows systems.
25230 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
25232 * arc-mode.el (archive-zip-extract): Doc fix.
25234 2005-10-16 Romain Francoise <romain@orebokech.com>
25236 * mouse.el (mouse-1-click-follows-link): Doc fix.
25238 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
25240 * savehist.el: Don't require CL at runtime.
25241 (savehist-xemacs): Remove.
25242 (savehist-coding-system): Use utf-8 if present, regardless of religion.
25243 (savehist-no-conversion): Use (featurep 'xemacs).
25244 (savehist-load): Check existence of start-itimer rather than XEmacs.
25246 (savehist-process-for-saving): Replace use of CL funs `subseq' and
25249 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
25251 * savehist.el: Newer version.
25252 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
25253 (savehist-last-checksum, savehist-no-conversion): New vars.
25254 (savehist-autosave, savehist-process-for-saving, savehist-printable):
25256 (savehist-load, savehist-save): Use them.
25257 (savehist-delimit): Remove.
25259 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
25261 * progmodes/compile.el (compilation-goto-locus): Display the
25262 compilation buffer first and the source buffer second, in case they're
25263 in overlapping frames. Don't raise the compilation frame if it was the
25264 selected window upon entry. Pass the `other-window' arg to
25267 * info.el (Info-fontify-node): Use dolist.
25268 Change add-text-properties to put-text-property.
25270 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25272 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
25275 2005-10-16 Masatake YAMATO <jet@gyve.org>
25277 * dabbrev.el (dabbrev-completion): Pass the common
25278 prefix substring of completion to `display-completion-list'.
25280 * filecache.el (file-cache-minibuffer-complete)
25281 (file-cache-complete): Ditto.
25283 * tempo.el (tempo-display-completions): Ditto.
25285 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
25287 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
25289 * eshell/em-hist.el (eshell-list-history): Ditto.
25291 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
25293 * mail/mailalias.el (mail-complete): Ditto.
25295 * progmodes/etags.el (complete-tag): Ditto.
25297 * progmodes/make-mode.el (makefile-complete): Ditto.
25299 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
25301 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
25303 * progmodes/pascal.el (pascal-complete-word)
25304 (pascal-show-completions): Ditto.
25306 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
25308 * simple.el (completion-common-substring): New variable.
25309 (completion-setup-function): Use `completion-common-substring'
25312 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25314 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
25315 (x-get-selection, mac-select-convert-to-string): Convert from/to
25316 UTF-16 clipboard data as in native byte order, no BOM.
25318 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
25320 * progmodes/gud.el (gud-tool-bar-map): Rename the images
25321 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
25322 (gud-sentinel): Use speedbar-frame to check for speedbar.
25324 2005-10-15 Richard M. Stallman <rms@gnu.org>
25326 * savehist.el: New file.
25328 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
25330 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
25331 Fix bug in \bf fontification.
25333 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
25335 * pcvs.el (cvs-edit-log-files): New var.
25336 (cvs-mode-edit-log): New arg `file'.
25337 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
25338 Instead force the use of the original file and nothing else.
25339 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
25340 the cvs-minor-wrap-function is set.
25341 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
25343 2005-10-14 Bill Wohler <wohler@newt.com>
25345 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
25346 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
25347 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
25348 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
25349 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
25350 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
25351 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
25352 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
25353 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
25354 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
25355 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
25356 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
25357 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
25358 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
25359 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
25361 * progmodes/gud.el (gud-tool-bar-map): Rename the images
25362 appropriately (for example, gud-break to gud/break).
25364 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
25366 * longlines.el (longlinges-search-function)
25367 (longlines-search-forward, longlines-search-backward): New functions.
25368 (longlines-mode): Set isearch-search-fun-function to
25369 longlinges-search-function.
25371 * mouse.el (mouse-drag-region-1): Handle the case where a
25372 double-click event is bound to an arbitrary function.
25374 2005-10-14 David Ponce <david@dponce.com>
25376 * recentf.el (recentf-track-opened-file)
25377 (recentf-track-closed-file, recentf-update-menu)
25378 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
25379 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
25380 mouse-1-click-follows-link.
25382 2005-10-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
25384 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
25385 Gnome file-manager.png. Suggested by
25386 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
25388 * toolbar/README: Add diropen.xpm.
25390 2005-10-13 Bill Wohler <wohler@newt.com>
25392 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
25393 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
25395 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
25397 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
25398 Don't waste the byte-compiler's time on constant data.
25400 2005-10-13 Kenichi Handa <handa@m17n.org>
25402 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
25403 byte with `escape-glyph' face.
25405 * international/fontset.el (ccl-encode-unicode-font):
25406 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
25407 Handle the case that ucs-mule-to-mule-unicode translates a character to
25408 ASCII (usually for IPA characters).
25410 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
25412 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
25413 Don't hide the underline of titles if font-lock-mode is disabled.
25415 2005-10-12 Bill Wohler <wohler@newt.com>
25417 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
25418 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
25419 files in MH-E-SRC have been updated.
25420 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
25422 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
25424 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
25425 (mixal-mode-syntax-table): Add \n as end-comment.
25426 (mixal-operation-codes-alist): Immediately initialize to full value.
25427 (mixal-add-operation-code): Remove.
25428 (mixal-describe-operation-code): Make the arg non-optional.
25429 Use the interactive spec instead.
25430 Use mixal-operation-codes-alist rather than mixal-operation-codes.
25431 (mixal-font-lock-keywords): Don't highlight comments here any more.
25432 (mixal-font-lock-syntactic-keywords): New var.
25433 (mixal-mode): Use it. Fix comment-start-skip.
25435 2005-10-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
25437 * startup.el (command-line-x-option-alist): -nb => -nbi.
25439 2005-10-12 Kim F. Storm <storm@cua.dk>
25441 * startup.el (fancy-splash-default-action): Discard mouse click in
25442 the splash screen window, as it has no sensible meaning in the
25443 next window to be selected. Fixes error reported by Jan D.
25445 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
25447 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
25449 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
25451 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
25452 Try to fix up minor layout issues like indentation, line break, etc...
25453 (mixal-mode-syntax-table): Don't try to specify comment syntax,
25454 because it doesn't work.
25455 (mixal-operation-codes): Add some more codes.
25456 (mixal-font-lock-keywords): Process comments here.
25457 (mixal-mode): mixasm no longer needs -g option.
25459 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
25461 * progmodes/sh-script.el (sh-tmp-file):
25462 Use mktemp -t. Finish support for es and rc shells.
25464 2005-10-11 Jay Belanger <belanger@truman.edu>
25466 * calc/calcalg2.el (calc-integral): With an argument, compute the
25469 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
25471 * mouse.el (mouse-drag-region-1): Don't try to catch a
25472 double-click when doing follow-link (it's overridden anyway).
25474 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
25476 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
25477 (autoload-print-form-outbuf): Add docstring.
25479 2005-10-11 Juri Linkov <juri@jurta.org>
25481 * info.el (Info-mode-menu): Delete menu item "Edit".
25482 (Info-mode): Delete description of Info-edit from docstring,
25483 and rearrange descriptions of Info commands in the order
25484 they are documented in the Info manual.
25486 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
25488 * calendar/appt.el (appt-check): Use diary-selective-display var.
25490 2005-10-10 Richard M. Stallman <rms@gnu.org>
25492 * net/newsticker.el (newsticker-start, newsticker-show-news):
25493 Add autoload cookies.
25495 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
25497 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
25499 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
25501 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
25503 2005-10-10 Jay Belanger <belanger@truman.edu>
25505 * calc/calc-arith.el (math-check-known-scalarp)
25506 (math-check-known-matrixp): Check the values of arguments that are
25508 (math-check-known-square-matrixp): New function.
25509 (math-known-square-matrixp): Use math-check-known-square-matrixp.
25510 (math-super-types): Add sqmatrix type.
25512 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
25513 mode name `square' to `sqmatrix'.
25515 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
25516 mode name `square' to `sqmatrix'.
25518 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
25520 * progmodes/etags.el (select-tags-table-mode): Don't use
25522 (tags-select-tags-table): Pass `button' to the action function.
25523 (select-tags-table): Place the side-info on button properties rather
25524 than in hidden text. Abbreviate file names.
25525 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
25526 (select-tags-table-select): Add `button' argument.
25527 Get side-info from the button property rather than from hidden text.
25529 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
25531 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
25532 (gud-speedbar-buttons): Preserve point if possible.
25533 (gud-sentinel): Restore previous speedbar display type.
25535 * progmodes/gdb-ui.el (gdba): Improve diagram.
25536 (def-gdb-auto-update-handler, gdb-info-locals-handler)
25537 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
25538 Call get-buffer-window once.
25540 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
25542 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
25543 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
25544 (pascal-indent-command): Remove unused var `ind'.
25545 (pascal-indent-case): Remove unused var `oldpos'.
25546 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
25547 since it's now used as a proper minor mode map.
25548 (pascal-outline): Rename to pascal-outline-mode.
25549 (pascal-outline-mode): Use define-minor-mode.
25550 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
25553 2005-10-10 Andreas Schwab <schwab@suse.de>
25555 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
25556 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
25558 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
25559 outside source directory.
25561 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
25563 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
25565 (orgtbl-mode-map): Full keymap instead of sparse, because all
25566 `self-insert-command' keys are redefined in this map.
25567 (org-export-as-html): Specify charset for HTML file, by taking it
25568 from the coding system.
25570 2005-10-10 Kenichi Handa <handa@m17n.org>
25572 * textmodes/flyspell.el (flyspell-check-word-p):
25573 If unread-command-events is non-empty, don't call sit-for.
25575 2005-10-09 Richard M. Stallman <rms@gnu.org>
25577 * font-lock.el (font-lock-syntactic-keywords)
25578 (font-lock-keywords): Doc fixes.
25580 * textmodes/flyspell.el (flyspell-external-point-words):
25581 Simplify logic, and don't try to check for consecutive appearances
25582 of one incorrect word.
25584 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
25586 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
25589 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
25590 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
25591 (gud-expansion-speedbar-buttons): New function.
25592 (gud-speedbar-buttons): Check for gud-comint-buffer.
25594 2005-10-09 Bill Wohler <wohler@newt.com>
25596 * Makefile.in (updates): Add mh-loaddefs dependency.
25598 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
25600 * speedbar.el (speedbar-file-key-map): Fix typo.
25602 2005-10-09 Daniel Brockman <daniel@brockman.se>
25604 * cus-start.el (line-spacing): Add custom spec.
25606 2005-10-09 Romain Francoise <romain@orebokech.com>
25608 * textmodes/ispell.el (ispell-check-version): Fix last change.
25610 2005-10-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
25612 * term/x-win.el: Remove -i, --icon-type from comment.
25614 * startup.el (command-line-x-option-alist): Remove options -i,
25615 -itype, --icon-type, added -nb, --no-bitmap-icon.
25617 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
25619 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
25620 instead of :active.
25622 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
25624 * textmodes/ispell.el (ispell-check-version):
25625 Ignore hyphen, and all that follows, in aspell's version text.
25627 2005-10-08 Jay Belanger <belanger@truman.edu>
25629 * calc/calc-arith.el (math-known-square-matrixp): New function.
25630 (math-pow-fancy): Check for matrices before distributing exponent
25633 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
25634 fullscreen keypad. Suggested by Luc Teirlinck.
25635 (calc-keypad-show-input): Add space for formatting.
25637 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
25638 Add square matrix option.
25640 * calc/calc-poly.el (math-expand-term): Check for matrices instead
25641 of checking calc-matrix-mode when deciding how to expand.
25643 * calc/calc.el (calc-set-mode-line): Add square matrix option.
25645 2005-10-08 Lars Hansen <larsh@soem.dk>
25647 * net/tramp.el (tramp-perl-directory-files-and-attributes):
25648 Add error handling.
25649 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
25651 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
25653 Sync with Tramp 2.0.51.
25655 * net/tramp.el (tramp-handle-set-visited-file-modtime)
25656 (tramp-handle-insert-file-contents, tramp-handle-write-region):
25657 Insert special handling for `last-coding-system-used', again
25658 it still seems to be necessary (unlike stated before).
25659 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
25660 (tramp-password-prompt-regexp): There might be other words before
25661 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
25662 (tramp-chunksize): Improve docstring.
25663 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
25664 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
25665 Christian Joergensen <bugs@razor.dk>.
25667 2005-10-07 Glenn Morris <rgm@gnu.org>
25669 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
25670 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
25673 2005-10-07 Romain Francoise <romain@orebokech.com>
25675 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
25676 (ibuffer-do-shell-command-pipe-replace)
25677 (ibuffer-do-shell-command-file, ibuffer-do-eval)
25678 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
25679 (ibuffer-do-revert, ibuffer-do-replace-regexp)
25680 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
25681 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
25682 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
25683 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
25684 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
25685 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
25686 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
25687 Autoload file sans suffix.
25689 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
25691 2005-10-07 David Ponce <david@dponce.com>
25693 * recentf.el (recentf-menu-open-all-flag): New option.
25694 (recentf-digit-shortcut-command-name): New function.
25695 (recentf--shortcuts-keymap): New variable.
25696 (recentf-menu-shortcuts): New variable.
25697 (recentf-make-menu-items): Initialize it. Replace the "More..."
25698 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
25699 (recentf-menu-value-shortcut): New function.
25700 (recentf-make-menu-item): Use it. No more in-lined.
25701 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
25702 (recentf-open-most-recent-file): Rename from
25703 `recentf-open-file-with-key'. Don't depend on key binding.
25704 (recentf-mode-map): New variable.
25705 (recentf-mode): Use it.
25707 2005-10-06 Bill Wohler <wohler@newt.com>
25709 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
25711 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
25712 (MH-E-SRC): New. Used by mh-autoloads.
25713 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
25714 files in MH-E-SRC have been updated.
25715 (compile, recompile, bootstrap): Depend on mh-autoloads.
25717 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
25719 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
25720 gud-break and gud-remove icons when the fringe is not available.
25722 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
25725 2005-10-06 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
25727 * play/zone.el (zone): Wrap body with save-window-excursion.
25729 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
25731 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
25732 Use the new `list-only' arg to diary-list-entries.
25734 * calendar/diary-lib.el: Use overlays rather than selective-display.
25735 (diary-selective-display): New var.
25736 (diary-header-line-format): Use it.
25737 (diary-list-entries): Add argument `list-only'.
25738 Put the buffer in diary-mode. Don't add \^M at beg and end.
25739 Replace \^M by invisible overlays.
25740 (diary-unhide-everything): Replace \^M by invisible overlays.
25741 (print-diary-entries): Look for overlays rather than \^M.
25742 Add a space to the temp buffer name.
25743 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
25744 Put the buffer in diary-mode.
25745 (list-sexp-diary-entries): Replace \^M by invisible overlays.
25746 (diary-anniversary): Make the year arg optional.
25747 (diary-time-regexp): New const.
25748 (diary-font-lock-keywords): Use it to accept a few more time formats.
25750 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
25752 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
25754 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
25755 Fix bug introduced 2005-07-03: Use (car (last ...))
25756 to faithfully reproduce replaced artist-last.
25757 (artist-set-arrow-points-for-poly): Likewise.
25758 Suggested by Johan Bockg
\e,Ae
\e(Brd.
25760 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
25762 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
25763 * wid-edit.el (widget):
25764 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
25765 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
25767 2005-10-06 Kenichi Handa <handa@m17n.org>
25769 * international/mule-cmds.el (set-language-environment):
25770 Fix setting up of case-table for unibyte mode.
25772 * simple.el (what-cursor-position): If the character is displayed
25773 by some `display' text property, show that. Don't use
25774 single-key-description for eight-bit characters in multibyte mode.
25776 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
25778 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
25779 (gdb-ann3): Set it.
25780 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
25781 (gdb-info-frames-custom): Use inverse-video for first five
25782 characters of selected frame only.
25783 (gdb-get-frame-number): Select frame even when point is on frame
25786 2005-10-06 Masatake YAMATO <jet@gyve.org>
25788 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
25789 Put `font-lock-function-name-face'.
25790 (gdb-info-frames-custom): Put `font-lock-function-name-face'
25791 and `font-lock-variable-name-face'
25792 (gdb-registers-font-lock-keywords): New font lock keywords definition.
25793 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
25794 (gdb-memory-font-lock-keywords): New font lock keywords definition.
25795 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
25796 (gdb-local-font-lock-keywords): New font lock keywords definition.
25797 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
25798 (gdb-threads-font-lock-keywords): New font lock keywords definition.
25799 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
25801 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
25803 * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
25804 (ediff-merge-region-is-non-clash-to-skip): Previously called
25805 ediff-merge-region-is-non-clash.
25807 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
25808 Use insert-buffer-substring.
25810 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
25811 selecting files to patch. Also bug fixes.
25813 * ediff-util.el (ediff-setup): Bug fix.
25814 (ediff-next-difference): Never skip clashes that differ in white
25817 * ediff-wind.el (ediff-setup-control-frame)
25818 (ediff-destroy-control-frame): Check the menubar feature.
25820 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
25821 (viper-refresh-mode-line): Use make-local-variable to localize
25822 some vars instead of make-variable-buffer-local. Suggested by
25825 * emulation/viper-init.el (viper-make-variable-buffer-local):
25827 (viper-restore-cursor-type, viper-set-insert-cursor-type):
25828 Use make-local-variable instead of make-variable-buffer-local.
25829 Suggested by Stefan Monnier.
25831 * emulation/viper.el (viper-mode): Don't use
25832 viper-make-variable-buffer-local.
25833 (viper-comint-mode-hook): Use make-local-variable on
25834 require-final-newline.
25835 (viper-non-hook-settings): Don't use make-variable-buffer-local.
25837 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
25839 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
25840 also the second char of a comment-start sequence.
25841 (scheme-sexp-comment-syntax-table): New var.
25842 (lambda, define): Set their scheme-doc-string-elt property.
25843 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
25844 Use lisp-font-lock-syntactic-face-function now that it properly
25845 handles |...| symbols.
25846 (scheme-mode-variables): Set lisp-doc-string-elt-property,
25847 parse-sexp-lookup-properties and font-lock-extra-managed-props.
25849 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
25851 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
25853 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
25854 (lisp-doc-string-elt-property): New var.
25855 (lisp-font-lock-syntactic-face-function): Use it.
25856 Rewrite to recognize docstrings even for forms not at toplevel.
25858 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
25859 annotation on the | part of #| rather than on the # part.
25860 (scheme-font-lock-syntactic-face-function): New function, to
25861 distinguish strings from |...| symbols.
25862 (scheme-mode-variables): Use it. Also fix up the font-lock-time
25863 syntax-table so that #|...|# is properly highlighted.
25865 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
25866 Don't mark as docstring the 3rd elem of an unknown toplevel form.
25868 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
25870 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
25873 * emacs-lisp/eldoc.el: Move comments into docstrings.
25874 (eldoc-message-commands): Initialize in its declaration.
25875 Add move-beginning-of-line and move-end-of-line.
25876 (eldoc-add-command, eldoc-add-command-completions)
25877 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
25879 * outline.el (outline-mark-subtree): Activate the mark.
25881 * calendar/appt.el (appt-time-regexp): New var.
25882 (appt-add, appt-make-list): Use it.
25883 (appt-convert-time): Clean up.
25885 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
25886 Don't set any syntax-table property here.
25887 (tex-font-lock-verb): New function. Do it here.
25888 (tex-font-lock-syntactic-keywords): Use it.
25890 2005-10-04 Richard M. Stallman <rms@gnu.org>
25892 * wid-edit.el (widget-file-complete): Get the widget start point
25893 the right way. Default directory to `/' if file has none.
25895 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
25897 * textmodes/flyspell.el (flyspell-mode-on):
25898 Call ispell-maybe-find-aspell-dictionaries.
25900 * textmodes/ispell.el (ispell-word, ispell-region):
25901 Call ispell-maybe-find-aspell-dictionaries.
25902 (ispell-accept-buffer-local-defs):
25903 Don't call ispell-maybe-find-aspell-dictionaries.
25905 2005-10-04 Richard M. Stallman <rms@gnu.org>
25907 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
25909 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
25911 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
25912 instead of `fboundp' in order to allow for anonymous functions.
25914 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
25916 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
25917 case the user clicks on the link while another window is selected.
25918 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
25920 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
25922 (dframe-help-echo): Save point in case mouse tracking is off.
25924 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
25926 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
25928 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
25930 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
25931 not change the global value of those vars.
25933 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
25934 make-local-variable which we do not need any more.
25936 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
25938 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
25939 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
25940 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
25941 (speedbar-path-line): Define obsolete aliases.
25942 (speedbar-line-directory): Doc fix.
25944 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
25945 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
25946 instead of speedbar-line-path.
25948 2005-10-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
25950 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
25951 to nil if dropping on a window. Handle dropping on a minibuffer window
25952 like dropping on a non-window part of Emacs.
25954 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
25956 * net/ange-ftp.el: Use with-current-buffer.
25957 (ange-ftp-insert-directory): Do not follow symlinks any more.
25959 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
25960 Remove interactive spec.
25962 2005-10-03 Kim F. Storm <storm@cua.dk>
25964 * ido.el (ido-mode): Use custom-initialize-set.
25966 2005-10-02 Richard M. Stallman <rms@gnu.org>
25968 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
25969 Use insert-buffer-substring.
25971 * net/tramp.el: Pacify byte compiler warnings in pacification code.
25972 (tramp-handle-file-local-copy): Use insert-buffer-substring.
25974 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
25976 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
25978 (ange-ftp-insert-directory): Fix up the search for the case where
25979 `file' is absolute.
25981 2005-10-02 Romain Francoise <romain@orebokech.com>
25983 * progmodes/compile.el (compile-goto-error): Delete extra paren.
25985 2005-10-02 Andreas Schwab <schwab@suse.de>
25987 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
25988 directory component in the session info.
25990 2005-10-01 Richard M. Stallman <rms@gnu.org>
25992 * comint.el (comint-redirect-subvert-readonly): Doc fix.
25994 * simple.el (next-error-internal): New function.
25996 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
25997 (compilation-start): Pass new arg to compilation-buffer-name.
25998 (compile-goto-error): Use next-error-internal.
26000 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
26002 * speedbar.el: Remove RCS tag.
26003 (speedbar-check-read-only): Handle non-existent files.
26005 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
26007 * info.el (Info-speedbar-hierarchy-buttons)
26008 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
26010 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26012 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
26013 Do not match newline.
26014 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
26015 (bibtex-summary): Remove unnecessary save-excursion.
26016 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
26018 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26020 * term/mac-win.el: Add charset info for "iso10646-1".
26021 Modify default fontset to use ATSUI-compatible fonts for some charsets
26024 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
26026 * speedbar.el: Re-apply arch tag.
26027 (speedbar-version): Rename to version 1.0. Suggested by Eric
26029 Reapply two changes from Emacs CVS' version of speedbar lost
26031 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
26032 (speedbar-frame-parameters): Improve customize type.
26034 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
26036 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
26037 (ange-ftp-file-directory-p): Fix the symlink case.
26038 (ange-ftp-insert-directory): When listing a single file, get a list of
26039 the parent buffer and extract the relevant line. Inspired from a patch
26040 by Katsumi Yamaoka <yamaoka@jpl.org>.
26041 (ange-ftp-file-name-sans-versions): Simplify.
26043 2005-09-30 Bill Wohler <wohler@newt.com>
26045 Move MH-E image files from toolbar and mail directories into
26048 * mail/reply2.*: Move to etc/images/mail/reply*.
26050 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
26051 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
26054 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
26055 * toolbar/reply*: Move to etc/images/mail.
26057 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
26059 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
26061 * speedbar.el: New version 1.0pre3.
26063 Frame management code (including timer, and mouse click specifics)
26064 moved to dframe.el:
26065 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
26066 (speedbar-timer): Removed. Use dframe-timer.
26067 (speedbar-close-frame): Removed. Use dframe-close-frame.
26068 (speedbar-activity-change-focus-flag): Removed. Use
26069 dframe-activity-change-focus-flag.
26070 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
26071 dframe-update-speed.
26073 (speedbar-current-frame): New macro. Use this instead of the
26074 variable speedbar-frame.
26076 (speedbar-use-images, speedbar-expand-image-button-alist)
26077 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
26079 (speedbar-find-image-on-load-path): Removed. Replaced by
26080 defezimage in ezimage.el.
26081 (speedbar-expand-image-button-alist): Removed. Replaced by
26082 ezimage-expand-image-button-alist in ezimage.el.
26084 (speedbar-ignored-directory-regexp)
26085 (speedbar-add-ignored-directory-regexp)
26086 (speedbar-ignored-directory-expressions)
26087 (speedbar-line-directory, speedbar-buffers-line-directory)
26088 (speedbar-directory-line, speedbar-buffers-line-directory):
26089 Renamed, replacing `path' with `directory'.
26091 (speedbar-create-directory, speedbar-expand-line-descendants)
26092 (speedbar-toggle-line-expansion)
26093 (speedbar-contract-line-descendants): New commands.
26095 (speedbar-query-confirmation-method, speedbar-select-frame-method)
26096 (speedbar-use-tool-tips-flag): New options.
26098 (speedbar-check-read-only, speedbar-require-version)
26099 (speedbar-insert-separator, speedbar-buffers-tail-notes)
26100 (speedbar-handle-delete-frame, speedbar-try-completion)
26101 (speedbar-update-localized-contents): New functions.
26103 (speedbar-incompatible-version, speedbar-ro-to-do-point)
26104 (speedbar-object-read-only-indicator): New variables.
26106 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
26109 (speedbar-separator-face): New face.
26111 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
26112 (speedbar-ignored-modes): Add fundamental-mode.
26113 (speedbar-directory-unshown-regexp): Add . directories.
26115 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
26116 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
26117 `]' for full expand/close.
26118 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
26120 (speedbar-check-vc): Support hidden files.
26121 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
26122 (speedbar-this-file-in-vc): Use vc-state if available. If VC
26123 state is nil, it is not checked out.
26125 (speedbar-line-text, speedbar-line-token): Support expand buttons
26127 (speedbar-refresh): Universal argument acts as power-click.
26128 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
26129 that buffer to get variable values.
26131 And many other bugfixes.
26133 * dframe.el, ezimage.el, sb-image.el: New files.
26135 * sb-*.xpm: Remove files. New image files installed into
26136 etc/images/ezimage.
26138 2005-09-30 Kenichi Handa <handa@m17n.org>
26140 * ps-mule.el (ps-mule-show-warning): If a character is in
26141 ps-print-translation-table, don't treat it as non-printable.
26143 2005-09-30 David Ponce <david@dponce.com>
26145 * tree-widget.el (tree-widget-themes-load-path): New variable.
26146 (tree-widget-themes-directory): Doc fix.
26147 (tree-widget-image-formats) [Emacs]: Doc fix.
26148 (tree-widget--locate-sub-directory): New function.
26149 (tree-widget-themes-directory): Use it.
26151 * recentf.el (recentf-filename-handlers): Rename from
26152 `recentf-filename-handler'. Allow a list of functions.
26153 (recentf-menu-items-for-commands): Fix :help strings.
26154 (recentf-apply-filename-handlers): New function.
26155 (recentf-expand-file-name): Use it.
26156 (recentf-cleanup): Remove duplicates too.
26158 2005-09-29 Juri Linkov <juri@jurta.org>
26160 * faces.el: Rearrange face definitions to be in the same order as
26161 their face descriptions in "(emacs)Standard Faces".
26163 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
26165 * tooltip.el (tooltip): Add group `basic-faces'.
26167 * buff-menu.el (Buffer-menu-buffer): Remove group
26168 `font-lock-highlighting-faces'.
26170 * progmodes/compile.el (compilation-error, compilation-warning)
26171 (compilation-info, compilation-line-number, compilation-column-number):
26172 Change group from `font-lock-highlighting-faces' to `compilation'.
26174 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26175 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
26176 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
26177 (vhdl-font-lock-reserved-words-face)
26178 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
26179 `font-lock-highlighting-faces'.
26181 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
26183 2005-09-28 Kim F. Storm <storm@cua.dk>
26185 * emulation/cua-base.el: Set CUA move property on additional commands:
26186 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
26187 forward-sexp, backward-sexp, forward-list, backward-list.
26189 2005-09-28 Romain Francoise <romain@orebokech.com>
26191 * comint.el (comint-show-output): Really set point at the
26192 beginning of the output when not using `comint-use-prompt-regexp'.
26194 2005-09-27 Jay Belanger <belanger@truman.edu>
26196 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
26199 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
26201 * textmodes/org.el (org-table-sum): Fix format string.
26203 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
26206 2005-09-26 Romain Francoise <romain@orebokech.com>
26208 * isearch.el (isearch-forward-regexp): Close doc string.
26210 2005-09-25 Richard M. Stallman <rms@gnu.org>
26212 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
26214 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
26216 * progmodes/compile.el (compilation-error-properties):
26217 When getting the file from the previous error message,
26218 correctly decode the new data format.
26220 * progmodes/cc-cmds.el (c-electric-paren):
26221 Call old-blink-paren only for close-paren.
26223 2005-09-24 Andreas Schwab <schwab@suse.de>
26225 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
26228 2005-09-25 Romain Francoise <romain@orebokech.com>
26230 * dired-aux.el (dired-copy-file-recursive):
26231 * dired.el (dired-delete-file):
26232 * ediff-mult.el (ediff-dir-diff-copy-file):
26233 * ediff-util.el (ediff-test-save-region):
26234 * forms.el (forms-mode):
26235 * ido.el (ido-file-internal, ido-delete-file-at-head):
26236 * log-edit.el (log-edit-done):
26237 * ses.el (ses-yank-resize):
26238 * play/gomoku.el (gomoku-human-plays, gomoku)
26239 (gomoku-human-resigns, gomoku-prompt-for-other-game)
26240 (gomoku-offer-a-draw):
26241 * play/landmark.el (lm-human-resigns, lm):
26242 * net/eudcb-ldap.el (eudc-ldap-check-base):
26243 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
26244 * progmodes/ebrowse.el (ebrowse-find-pattern):
26245 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
26246 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
26247 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
26249 * vc.el (vc-delete-file):
26250 * play/gomoku.el (gomoku-terminate-game, gomoku)
26251 (gomoku-prompt-for-move, gomoku-human-takes-back):
26252 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
26253 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
26255 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
26257 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
26258 color rxvt terminals by using the code xterm.el used to use before
26259 2005-04-09 in order to match the colors used by rxvt.
26261 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
26263 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
26264 colors rxvt-unicode terminals by using the same code as xterm.el.
26266 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
26268 * textmodes/tex-mode.el (tex-font-lock-append-prop)
26269 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
26270 new symbol used for the tex-verbatim face.
26272 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
26274 * woman.el (woman-file-name):
26275 * wid-edit.el (widget-file-prompt-value)
26276 (widget-coding-system-prompt-value):
26277 * w32-fns.el (set-w32-system-coding-system):
26278 * vc.el (vc-version-diff, vc-annotate):
26279 * textmodes/reftex-auc.el (reftex-arg-cite)
26280 (reftex-arg-index-tag):
26281 * textmodes/refer.el (refer-get-bib-files):
26282 * textmodes/artist.el (artist-figlet-choose-font):
26283 * terminal.el (terminal-emulator):
26284 * replace.el (occur-read-primary-args):
26285 * rect.el (string-rectangle, string-insert-rectangle):
26286 * ps-print.el (ps-print-preprint):
26287 * progmodes/pascal.el (pascal-goto-defun):
26288 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
26289 * progmodes/compile.el (compilation-find-file):
26290 * printing.el (pr-interactive-n-up):
26291 * play/animate.el (animate-birthday-present):
26292 * net/rcompile.el (remote-compile):
26293 * man.el (man, Man-goto-section, Man-follow-manual-reference):
26294 * mail/rmailsum.el (rmail-summary-search-backward)
26295 (rmail-summary-search):
26296 * mail/rmailout.el (rmail-output-read-rmail-file-name)
26297 (rmail-output-read-file-name):
26298 * mail/rmail.el (rmail-search, rmail-search-backwards):
26299 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
26300 * locate.el (locate):
26301 * international/quail.el (quail-show-keyboard-layout):
26302 * international/mule.el (set-buffer-file-coding-system)
26303 (revert-buffer-with-coding-system, set-file-name-coding-system)
26304 (set-terminal-coding-system, set-keyboard-coding-system)
26305 (set-next-selection-coding-system):
26306 * international/mule-diag.el (describe-coding-system)
26307 (describe-font, describe-fontset):
26308 * international/mule-cmds.el (universal-coding-system-argument)
26309 (search-unencodable-char, describe-input-method)
26310 (set-language-environment, describe-language-environment):
26311 * international/codepage.el (codepage-setup):
26312 * international/code-pages.el (codepage-setup):
26313 * info.el (Info-search, Info-follow-reference)
26314 (Info-search-backward):
26315 * emacs-lisp/advice.el (ad-read-advised-function)
26316 (ad-read-advice-class, ad-clear-cache, ad-activate)
26317 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
26318 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
26320 * ediff-util.el (ediff-toggle-regexp-match):
26321 * ediff-ptch.el (ediff-prompt-for-patch-file):
26322 * dired-aux.el (dired-diff):
26324 * cus-edit.el (custom-variable-prompt):
26325 * calendar/timeclock.el (timeclock-ask-for-project):
26326 * calc/calcalg3.el (calc-get-fit-variables):
26327 * calc/calc-store.el (calc-edit-variable)
26328 (calc-permanent-variable):
26329 * vc-mcvs.el (vc-mcvs-register):
26330 * shadowfile.el (shadow-define-literal-group):
26331 * woman.el (woman-file-name):
26332 * vc.el (vc-version-diff, vc-merge):
26333 * textmodes/reftex-index.el (reftex-index-complete-tag):
26334 * format.el (format-decode-buffer, format-decode-region):
26335 * emulation/viper-cmd.el (viper-read-string-with-history):
26336 * emacs-lisp/debug.el (cancel-debug-on-entry):
26337 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
26338 * ediff.el (ediff-merge-revisions)
26339 (ediff-merge-revisions-with-ancestor, ediff-revision):
26340 * completion.el (interactive-completion-string-reader):
26341 * calc/calc-prog.el (calc-user-define-formula):
26342 Follow convention for reading with the minibuffer.
26344 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
26346 * progmodes/python.el (python-describe-symbol): Add globals() and
26347 locals() to the arguments of emacs.ehelp.
26349 2005-09-24 Magnus Henoch <mange@freemail.hu>
26351 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
26352 New function, code extracted from ispell-valid-dictionary-list.
26353 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
26356 2005-09-24 Eli Zaretskii <eliz@gnu.org>
26358 * subr.el (version-regexp-alist): Extend valid syntax for version
26359 strings: allow any of the characters -,_,+ to separate the
26360 alpha/beta/rc part from the version part. Doc fix.
26361 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
26363 2005-09-23 David Reitter <david.reitter@gmail.com>
26365 * mail/mailclient.el: New file.
26367 2005-09-23 Richard M. Stallman <rms@gnu.org>
26369 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
26370 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
26373 * progmodes/cc-mode.el (c-font-lock-init):
26374 Specify font-lock-lines-before.
26376 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
26378 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
26381 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
26383 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
26384 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
26385 of `remap' feature when available. Additional key bindings for
26386 better tty support.
26387 (org-mode-restart, org-force-self-insert): New commands.
26388 (org-time-stamp-inactive): New command.
26389 (org-remap): New function.
26390 (org-table-auto-blank-field, org-level-color-stars-only): New options.
26391 (org-enable-fixed-width-editor): Move to `org-structure'
26392 customization group.
26393 (org-self-insert-command, orgtbl-self-insert-command): Modify to
26394 blank field after field motion commands.
26396 2005-09-23 Kenichi Handa <handa@m17n.org>
26398 * international/mule-cmds.el (set-language-environment):
26399 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
26400 have to call utf-translate-cjk-load-tables.
26402 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
26404 * mouse.el (mouse-move-drag-overlay): Fix last change.
26406 2005-09-22 David Ponce <david@dponce.com>
26408 * tree-widget.el (tree-widget-value-create): Fix previous change.
26410 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
26412 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
26414 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
26416 * mouse.el (mouse-move-drag-overlay): New function.
26417 (mouse-drag-region-1): Use it.
26418 Try to simplify a bit the state handling. Handle clicks on links
26419 inside intangible areas.
26420 (mouse-save-then-kill): Minor simplification.
26421 (mouse-secondary-overlay): Make it always non-nil instead of
26422 recreating it each time.
26423 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
26424 (mouse-kill-secondary, mouse-secondary-save-then-kill):
26425 Simplify accordingly.
26427 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
26429 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
26431 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
26433 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
26434 (ediff-file-name-sans-prefix): Treat nil as an empty string.
26435 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
26438 * ediff-util.el: Use insert-buffer-substring.
26440 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
26442 * emulation/viper-cmd.el (viper-change-state): Don't move over the
26443 field boundaries in the minibuffer.
26444 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
26445 (viper-minibuffer-post-command-hook): New hook.
26446 (viper-line): Don't move cursor at bolp.
26448 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
26450 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
26451 avoid compiler warnings.
26453 * emulation/viper-macs.el (ex-map): Better messages.
26455 * emulation/viper-util.el (viper-beginning-of-field): New function.
26457 * emulation/viper.el: Replace make-variable-buffer-local with
26458 viper-make-variable-buffer-local everywhere, to avoid warnings.
26460 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
26462 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
26463 Delete unused var `old-selected-window'.
26464 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
26465 (mouse-drag-secondary): Delete unused var `start-frame'.
26467 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
26469 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
26471 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
26473 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
26474 Re-indent within 80 columns. Use inhibit-read-only.
26476 2005-09-19 Romain Francoise <romain@orebokech.com>
26478 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
26480 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
26482 * font-lock.el (font-lock-default-fontify-region): Don't add a line
26483 unconditionally, since the after-change-function already did it.
26485 2005-09-19 Miles Bader <miles@gnu.org>
26487 * net/newsticker.el: Get rid of CVS keyword.
26489 2005-09-19 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
26491 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
26492 The prompt is formatted later.
26494 2005-09-19 David Ponce <david@dponce.com>
26496 * tree-widget.el (tree-widget-value-create): Save the converted
26499 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
26501 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
26502 variable `message'.
26504 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
26506 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
26507 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
26508 <slawomir.nowaczyk.847@student.lu.se>.
26510 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
26512 * image.el (image-load-path): Use symbol `data-directory' instead
26513 of its value, for backward compatibility with packages that bind
26514 it during `find-image'. Suggested by Katsumi Yamaoka.
26515 (image-search-load-path): Handle symbols whose values are strings.
26517 2005-09-18 Romain Francoise <romain@orebokech.com>
26519 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
26520 with-current-buffer form in save-excursion.
26522 2005-09-18 Deepak Goel <deego@gnufans.org>
26524 * apropos.el (apropos-command): Fix `message' call: first arg
26525 should be a format spec. In this and all other cases that appear
26526 below and elsewhere in the source code, I made a change only when
26527 two conditions were satisfied: [1] I can think of a possibility
26528 that the arguments would cause an error, for example, the code in
26529 question relies on external variables such as filenames. [2] I
26530 was sure that the arg to `message' could not have been nil in the code.
26532 * textmodes/tildify.el (tildify-region): Ditto.
26534 * textmodes/reftex-index.el (reftex-index-change-entry)
26535 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
26536 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
26537 * textmodes/org.el (org-complete, org-deadline, org-schedule)
26538 (org-priority, org-table-sum):
26539 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
26540 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
26541 (flyspell-word, flyspell-display-next-corrections):
26542 * textmodes/bibtex.el (bibtex-print-help-message):
26543 * textmodes/artist.el (artist-key-set-point-poly):
26544 * term/mac-win.el (mac-services-insert-text):
26545 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
26546 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
26547 (vhdl-port-paste-testbench, vhdl-compose-new-component)
26548 (vhdl-compose-configuration):
26549 * progmodes/sh-script.el (sh-blink, sh-show-indent)
26550 (sh-set-indent, sh-learn-line-indent):
26551 * progmodes/ps-mode.el (ps-mode-target-column):
26552 * progmodes/idlwave.el (idlwave-make-tags)
26553 (idlwave-scan-library-catalogs):
26554 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
26555 * progmodes/gud.el (gud-jdb-analyze-source):
26556 * progmodes/flymake.el (flymake-log):
26557 * progmodes/ebnf2ps.el (ebnf-generate-region):
26558 * progmodes/cmacexp.el (c-macro-expansion):
26559 * progmodes/ada-xref.el (ada-treat-cmd-string):
26560 * progmodes/ada-mode.el (ada-create-case-exception-substring)
26561 (ada-justified-indent-current, ada-batch-reformat):
26562 * play/zone.el (zone):
26563 * play/landmark.el (lm-move):
26564 * play/decipher.el (decipher-show-alphabet):
26565 * net/newsticker.el (newsticker--display-jump)
26566 (newsticker--display-scroll):
26567 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
26568 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
26569 * mail/feedmail.el (feedmail-dump-message-to-queue):
26570 * eshell/esh-proc.el (eshell-remove-process-entry):
26571 * emulation/ws-mode.el (ws-last-error):
26572 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
26573 (viper-record-kbd-macro):
26574 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
26575 * emacs-lisp/lisp-mnt.el (lm-report-bug):
26576 * emacs-lisp/find-func.el (find-function-noselect):
26577 * calendar/timeclock.el (timeclock-status-string)
26578 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
26579 (timeclock-when-to-leave-string):
26580 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
26581 * calc/calc-units.el (calc-enter-units-table):
26582 * calc/calc-mode.el (calc-mode-record-mode):
26583 * woman.el (woman-mini-help):
26584 * wdired.el (wdired-change-to-wdired-mode):
26585 * vc.el (vc-retrieve-snapshot):
26586 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
26587 * startup.el (display-startup-echo-area-message):
26588 * simple.el (set-goal-column):
26589 * ses.el (ses-command-hook, ses-recalculate-cell):
26590 * server.el (server-process-filter):
26591 * printing.el (pr-interface-txt-print, pr-interface-printify)
26593 * pcvs.el (cvs-help):
26594 * log-edit.el (log-edit, log-edit-mode-help):
26595 * iswitchb.el (iswitchb-possible-new-buffer):
26596 * isearch.el (isearch-edit-string):
26597 * image-mode.el (image-mode, image-minor-mode):
26598 * ibuf-macs.el (define-ibuffer-filter):
26599 * hi-lock.el (hi-lock-find-patterns):
26600 * files.el (toggle-read-only):
26601 * ediff-util.el (ediff-copy-diff)
26602 (ediff-write-merge-buffer-and-maybe-kill):
26603 * echistory.el (Electric-history-undefined):
26604 * dnd.el (dnd-insert-text):
26605 * dired-aux.el (dired-query):
26606 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
26607 * bookmark.el (bookmark-bmenu-locate):
26608 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
26609 Fix `message' calls to ensure first arg is a format string.
26610 The change was made only when these two conditions were satisfied:
26611 [1] when there is a possibility that the arguments would cause an error
26612 for example, if the code in question relies on external variables
26613 such as filenames, and
26614 [2] if the arg to `message' could not have been nil in the code.
26616 * pcomplete.el (pcomplete--help): Fix `message' format spec.
26617 Not having a %s would be weird, though not technically wrong.
26619 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26621 * term/mac-win.el (mac-add-charset-info): Doc fix.
26623 2005-09-17 Romain Francoise <romain@orebokech.com>
26625 * shell.el (shell-resync-dirs): Handle echoing processes more
26626 reliably. Don't insert resync command if `comint-process-echoes'
26629 2005-09-17 Magnus Henoch <mange@freemail.hu>
26631 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
26632 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
26633 aspell versions >= 0.60.
26634 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
26635 only if ispell-aspell-supports-utf8 is non-nil.
26637 2005-09-17 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
26639 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
26640 buffer-local value to lisp-indent-function.
26642 2005-09-17 Milan Zamazal <pdm@zamazal.org>
26644 * progmodes/glasses.el (glasses-make-readable): If
26645 glasses-separator differs from underscore, put appropriate
26646 overlays over underscore characters.
26647 (glasses-convert-to-unreadable): If glasses-separator differs from
26648 underscore, try to convert glasses-separator characters to
26651 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
26653 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
26654 Use with-syntax-table and dolist.
26656 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
26658 * textmodes/reftex-auc.el:
26659 * textmodes/reftex-cite.el:
26660 * textmodes/reftex-dcr.el:
26661 * textmodes/reftex-global.el:
26662 * textmodes/reftex-parse.el:
26663 * textmodes/reftex-ref.el:
26664 * textmodes/reftex-sel.el:
26665 * textmodes/reftex-toc.el:
26666 * textmodes/reftex-vars.el:
26667 * textmodes/reftex.el: Small changes to remove compiler warnings.
26669 * textmodes/reftex-index.el: Likewise.
26670 (reftex-query-index-phrase): More efficient use of markers.
26672 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
26674 * image.el (image-load-path): New variable.
26675 (image-search-load-path): New function.
26676 (find-image): Search for images in `image-load-path'.
26678 2005-09-15 Richard M. Stallman <rms@gnu.org>
26680 * follow.el: Change Maintainer field.
26682 2005-09-15 David Ponce <david@dponce.com>
26684 * recentf.el (recentf-save-file-modes): New option.
26685 (recentf-save-list): Use it.
26687 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
26689 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
26690 (mode-line-mule-info, mode-line-modified): Move bindings from
26691 mouse-3 to mouse-1.
26693 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
26695 * simple.el (sendmail-user-agent-compose): Revert last change.
26697 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
26699 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
26700 Use with-current-buffer.
26701 (ange-ftp-gwp-start): Remove unused var `gw-user'.
26702 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
26703 (ange-ftp-insert-directory): Remove unused var `short'.
26704 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
26706 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
26707 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
26709 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
26710 (check-calendar-holidays, diary-list-entries): Autoload.
26711 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
26712 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
26714 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
26715 which mistakenly removed a call to display-buffer.
26717 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
26719 * obsolete/iso-insert.el: Move to obsolete/ from international/.
26721 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
26723 * progmodes/hideshow.el
26724 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
26725 (hs-allow-nesting): New user var.
26726 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
26727 (hs-hide-block-at-point): When nesting allowed,
26728 if there is already an overlay in place, delete it.
26729 (hs-safety-is-job-n): Delete func; remove call sites.
26730 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
26731 (hs-overlay-at): New func.
26732 (hs-already-hidden-p, hs-show-block): Use it.
26733 (hs-hide-all): Don't pre-clean if nesting allowed.
26734 (hs-show-all): Temporarily disallow
26735 nesting around call to `hs-discard-overlays'.
26737 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
26739 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
26740 Delete unused local var.
26742 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
26744 * help-fns.el (describe-categories): "?\ " -> "?\s".
26745 (help-do-arg-highlight): Recognize also ARG-n, as in
26746 `move-to-left-margin' (ARG+n is already recognized). Simplify.
26748 * international/codepage.el (dos-unsupported-char-glyph):
26749 * net/newsticker.el (tool-bar-map, w3-mode-map)
26750 (w3m-minor-mode-map):
26751 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
26753 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
26755 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
26757 * custom.el (custom-push-theme): Handle the case where a symbol is
26758 bound but face properties have not yet been assigned.
26760 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
26761 Fix behavior if noerase is `t' and there is no mail buffer.
26763 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
26764 if `continue' is nil, rather than signal an error.
26766 2005-09-12 Richard M. Stallman <rms@gnu.org>
26768 * font-lock.el (font-lock-keywords): Add autoload.
26770 * help-fns.el (describe-variable): Rearrange to put source link
26771 in a predictable place.
26773 * net/newsticker.el: New file.
26775 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
26777 * calendar/calendar.el (calendar-for-loop): Add edebug info.
26778 (calendar-basic-setup): Use the new nil arg.
26779 (number-of-diary-entries): Move to diary-lib.el.
26781 * calendar/diary-lib.el: Use with-current-buffer, match-string.
26782 (diary-list-entries): Use with-syntax-table and dolist.
26783 Rename from list-diary-entries.
26784 Use number-of-diary-entries if `number' is nil.
26785 (diary, diary-view-entries): Use this new name and new nil arg value.
26786 (number-of-diary-entries): Move from calendar.el.
26787 (diary-unhide-everything): New function.
26788 (include-other-diary-files, fancy-diary-display)
26789 (diary-show-all-entries, make-diary-entry): Use it.
26790 (diary-mail-entries): Use buffer-string.
26791 (mark-diary-entries): Fix long standing paren typo.
26792 (diary-sexp-entry): Use count-lines.
26793 (make-diary-entry): Avoid `previous-line'.
26794 (diary-mode-map): New var.
26795 (diary-mode): Redraw cal after saving. Setup header-line.
26796 (fancy-diary-display-mode): Use local-set-key.
26798 * startup.el (command-line): Try calling various terminal-init-foo-bar
26799 functions by stripping hyphenated suffixes from $TERM.
26801 * files.el (normal-mode): Check boundness of font-lock-keywords.
26803 2005-09-12 Richard M. Stallman <rms@gnu.org>
26805 * progmodes/compile.el: Don't decide a file's directory
26806 until the user actually tries to go there.
26807 (compilation-next-error-function):
26808 Pass compilation-find-file the directory from the file-struct.
26809 (compilation-internal-error-properties): Separate local FILE-STRUCT
26810 from FILE. Doc the args better. Rename arg FMT to FMTS.
26811 (compilation-find-file): Arg DIR renamed to DIRECTORY.
26812 Expand it, and if nil, use default-directory.
26813 (compilation-get-file-structure): Don't mix specified directory
26814 with default directory. Put specified directory into
26815 file-struct. Don't make the file name absolute.
26817 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
26818 (compile-command): Add autoload.
26819 (compilation-disable-input): Add autoload.
26821 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
26823 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
26824 strings of the variables it can override.
26825 (time-stamp): New (as yet undocumented) time-stamp-format escapes
26826 %Q and %q, for fully-qualified domain name and unqualified host name.
26828 2005-09-11 Kim F. Storm <storm@cua.dk>
26830 * emacs-lisp/authors.el (authors-aliases): Update list.
26831 (authors-fixed-entries): Update mldrag.el entry.
26833 2005-09-10 Alan Mackenzie <acm@muc.de>
26835 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
26836 delimiter from the region narrowed to.
26838 2005-09-10 Magnus Henoch <mange@freemail.hu>
26840 * textmodes/ispell.el (ispell-check-version): Signal an error if
26841 aspell version is less than 0.60.
26843 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
26845 * progmodes/octave-inf.el (inferior-octave-startup):
26846 Resync current dir at the end.
26848 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
26850 * woman.el (woman-topic-at-point-default):
26851 Rename to woman-use-topic-at-point-default.
26852 (woman-topic-at-point): Rename to woman-use-topic-at-point.
26853 (woman-file-name): Reflect renames above. Automatically use the
26854 word at point as topic if woman-use-topic-at-point is non-nil.
26855 Otherwise offer it as default but don't insert it in the
26856 minibuffer. Also use `test-completion' instead of `assoc' as
26857 suggested by Stefan Monnier.
26859 2005-09-10 Andre Spiegel <spiegel@gnu.org>
26861 * vc.el (vc-directory, vc-update-change-log): Throw an error on
26862 the attempt to do it over Tramp. This is not yet supported.
26864 2005-09-10 Eli Zaretskii <eliz@gnu.org>
26866 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
26867 (menu-bar-non-minibuffer-window-p): New functions.
26868 ("Split Window", "Save As..."): Use them.
26869 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
26870 ("Print Buffer", "Truncate Long Lines in this Buffer"):
26871 Use menu-bar-menu-frame-live-and-visible-p.
26872 ("Save Buffer", "Insert File", "Open Directory...")
26873 ("Open File...", "Visit New File..."):
26874 Use menu-bar-non-minibuffer-window-p.
26875 (kill-this-buffer-enabled-p, dired <menu-enable>):
26876 Use menu-bar-non-minibuffer-window-p.
26878 2005-09-09 Eli Zaretskii <eliz@gnu.org>
26880 * cus-start.el (all): Don't complain about fringe-related
26881 built-ins if fringes are not supported. Ditto about
26882 selection-related built-ins. Fix the test for GTK-related built-ins.
26884 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
26885 ("Postscript Print Buffer", "Print Region", "Save As...")
26886 ("Save", "Insert File...", "Open Directory...")
26887 ("Open File...", "Visit New File..."")
26888 ("Truncate Long Lines in this Buffer"): Don't look at
26889 menu-updating-frame if this display does not support multiple frames.
26891 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26893 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
26895 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
26897 * woman.el: Format- and whitespace-related changes.
26899 2005-09-09 Eli Zaretskii <eliz@gnu.org>
26901 * woman.el: Fix my email address.
26903 2005-09-08 Richard M. Stallman <rms@gnu.org>
26905 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
26906 (sh-mode): Locally set skeleton-pair-default-alist.
26908 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
26910 * progmodes/flymake.el: Require `compile' unconditionally.
26912 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
26914 * woman.el (woman-file-name): Provide a default, not initial input.
26916 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
26918 * font-lock.el (font-lock-support-mode): Doc fix.
26920 * descr-text.el (describe-property-list): Handle non-symbol prop names.
26922 2005-09-08 Richard M. Stallman <rms@gnu.org>
26924 * simple.el (blink-matching-open): Get rid of text props from
26925 the string shown in echo area. Don't permanently set point.
26926 Some rearrangements.
26928 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
26930 * recentf.el (recentf-filename-handler): Add custom choice
26931 `abbreviate-file-name'.
26933 * msb.el (msb--very-many-menus): Fix typo.
26935 * disp-table.el (standard-display-european): Don't set
26936 enable-multibyte-characters to nil.
26938 2005-09-08 David Ponce <david@dponce.com>
26940 * recentf.el (recentf-show-file-shortcuts-flag): New option.
26941 (recentf-expand-file-name): Doc fix.
26942 (recentf-dialog-mode-map): Define digit shortcuts.
26943 (recentf--files-with-key): New variable.
26944 (recentf-show-digit-shortcut-filter): New function.
26945 (recentf-open-files-items): New function.
26946 (recentf-open-files): Use it.
26947 (recentf-open-file-with-key): New command.
26949 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
26951 * buff-menu.el (Buffer-menu-sort-by-column): New function.
26952 Suggested by Kim F. Storm.
26953 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
26954 (Buffer-menu-make-sort-button): Use global keymap.
26956 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
26958 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
26959 (Man-getpage-in-background-advice): Remove defadvice; it isn't
26960 necessary any longer with the remapped command.
26961 (Man-bgproc-sentinel-advice): Remove defadvice which counts
26962 formatting time only.
26964 * net/tramp.el (tramp-action-password)
26965 (tramp-multi-action-password): Compile the password prompt from
26966 `method', `user' and `host'. Sometimes it isn't obvious which
26967 password to enter, for example with remote files offered by
26968 recentf.el, or with multiple steps. Suggested by Robert Marshall
26969 <robert@chezmarshall.freeserve.co.uk>.
26971 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
26973 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
26974 Fix regexp for when "s///" is at the beginning of line.
26976 2005-09-07 Jay Belanger <belanger@truman.edu>
26978 * calc/calc-poly.el (math-expand-term): Multiply out any powers
26979 when in matrix mode.
26981 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
26983 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
26984 non-anonymous functions.
26986 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
26988 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
26989 when using a header line. Otherwise, use mouse-1-click-follows-link.
26991 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
26992 can't be moved; don't signal an error.
26994 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
26996 * cus-theme.el (custom-theme-write-faces): Save the current face
26997 spec, not the defface spec.
26999 * custom.el (custom-known-themes): Clarify meaning of "standard".
27000 (custom-push-theme): Save old values in the standard theme.
27001 (disable-theme): Correct typo.
27002 (custom-face-theme-value): Deleted unused function.
27003 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
27005 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
27007 * progmodes/compile.el (compilation-goto-locus): Take into account
27008 iconified frames when determining whether the buffer is
27010 Don't reset window height if the window already existed.
27012 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
27014 * custom.el (load-theme): Rename from require-theme.
27015 Add interactive spec.
27016 (enable-theme): Rename from custom-enable-theme.
27017 Add interactive spec.
27018 (disable-theme): Rename from custom-disable-theme.
27019 Add interactive spec.
27020 (custom-make-theme-feature): Doc fix.
27021 (custom-theme-directory): Doc fix.
27022 (provide-theme): Call enable-theme.
27024 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
27026 * obsolete/lazy-lock.el (lazy-lock-mode):
27027 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
27028 font-lock-mode if it's off. Print a warning instead.
27030 * progmodes/compile.el (compilation-start): Ignore errors if the
27031 process died before we get to send-eof.
27033 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
27034 Undo last change. Enclosing the result in quotes broke things on Unix
27035 since tex-send-command passes it through shell-quote-argument.
27036 (tex-send-command): Pass `file' through convert-standard-filename
27038 (tex-uptodate-p): Handle the case where TeX hasn't put additional
27039 info in a transcript.
27041 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
27043 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
27044 fix compilation warning. Reorder the key definitions to group
27045 together keys emitted by the current version of xterm.
27047 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
27048 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
27049 Reorder predicates to correct min-color usage.
27051 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
27053 * longlines.el (longlines-mode): Inhibit read-only when encoding.
27054 Kill local variables when longlines-mode is turned off.
27056 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
27058 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
27060 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
27062 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
27064 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
27065 (font-lock-lines-before): Change default to being inactive.
27066 (font-lock-default-fontify-region): Obey font-lock-lines-before.
27067 (font-lock-after-change-function): Don't handle f-l-lines-before here.
27069 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
27071 * net/tramp.el (tramp-handle-make-auto-save-file-name):
27072 Deactivate temporarily advice if active (not needed for Emacs 22,
27073 but for backwards compatibility).
27074 (tramp-exists-file-name-handler): Rewrite. First implementation
27076 (tramp-advice-make-auto-save-file-name):
27077 Call `tramp-handle-make-auto-save-file-name' (again, just for
27078 backwards compatibility).
27080 2005-08-31 Reto Zimmermann <reto@gnu.org>
27082 * progmodes/vhdl-mode.el
27083 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
27084 (vhdl-end-p): Fix indentation bug "else" after "-- when".
27085 (vhdl-set-default-project): New function (easier setting of default).
27086 (vhdl-port-copy): Handle extended identifiers for generics.
27087 (vhdl-compiler-alist): Better description for error message regexp.
27088 (vhdl-make): Query for target, use previous as default.
27089 (vhdl-port-copy): Fix port copy for port names starting with "signal".
27090 (vhdl-font-lock-keywords-2): Fix fontification for record
27092 (vhdl-speedbar-make-subpack-line): Add package body link.
27093 (vhdl-generate-makefile-1): Not include itself as dependency.
27094 (vhdl-font-lock-init): Highlight c-preprocessor directives.
27095 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
27096 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
27097 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
27098 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
27099 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
27100 (vhdl-import-project): Add string argument for `error'.
27101 (vhdl-compose-configuration)
27102 (vhdl-compose-configuration-architecture): Add configuration
27103 declaration generation.
27104 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
27105 (vhdl-trailer-re): Add "record" keyword (better indentation).
27106 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
27108 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
27109 (vhdl-testbench-entity-file-name)
27110 (vhdl-testbench-architecture-file-name): Allow separate
27111 customization of testbench file names.
27112 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
27113 (vhdl-get-visible-signals): Allow newline within alias declaration.
27114 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
27115 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
27116 (member-ignore-case): Alias for missing function in XEmacs.
27117 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
27118 (vhdl-update-sensitivity-list): Ignore case on read signals.
27119 (vhdl-replace-string): Adjust case only for file names.
27120 (vhdl-update-sensitivity-list): Fix search for read signals.
27121 (vhdl-update-sensitivity-list): Exclude formal parameters.
27122 (vhdl-get-visible-signals): Include aliases of signals.
27123 (vhdl-get-visible-signals): Fix signal name searching.
27124 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
27125 (vhdl-fixup-whitespace-region): Fix for character
27126 literals (e.g. `:').
27128 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
27130 * ansi-color.el (comint-last-output-start):
27131 * bs.el (font-lock-verbose):
27132 * diff-mode.el (add-log-buffer-file-name-function):
27133 * dired-x.el (vm-folder-directory):
27134 * faces.el (help-xref-stack-item):
27135 * files.el (font-lock-keywords):
27136 * find-lisp.el (dired-buffers, dired-subdir-alist):
27137 * ido.el (cua-inhibit-cua-keys):
27138 * log-view.el (cvs-minor-wrap-function):
27139 * outline.el (font-lock-warning-face):
27140 * simple.el (compilation-current-error):
27141 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
27142 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
27143 * tooltip.el (comint-prompt-regexp):
27144 * w32-fns.el (explicit-shell-file-name):
27145 * term/mac-win.el (mac-charset-info-alist)
27146 (mac-services-selection, mac-system-script-code):
27147 * term/tty-colors.el (msdos-color-values):
27148 * term/w32-win.el (xlfd-regexp-registry-subnum):
27149 * term/x-win.el (x-keysym-table, x-selection-timeout)
27150 (x-session-id, x-session-previous-id):
27151 * textmodes/ispell.el (mail-yank-prefix):
27152 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
27153 * textmodes/org.el (calc-embedded-close-formula)
27154 (calc-embedded-open-formula)
27155 (font-lock-unfontify-region-function):
27156 * textmodes/reftex-global.el (isearch-next-buffer-function)
27158 * textmodes/reftex.el (font-lock-keywords):
27159 * textmodes/tex-mode.el (font-lock-comment-face)
27160 (font-lock-doc-face):
27161 * textmodes/texinfo.el (outline-heading-alist):
27164 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
27165 (artist-spray-chars, artist-mode-init, artist-replace-string)
27166 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
27167 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
27168 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
27170 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
27171 (conf-align-assignments): "?\ " -> "?\s".
27173 * textmodes/reftex-index.el (TeX-master): Add defvar.
27174 (reftex-index-phrases-marker): Move up defvar.
27176 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
27177 (reftex-toc-include-labels-indicator)
27178 (reftex-toc-include-index-indicator)
27179 (reftex-toc-max-level-indicator): Move up declarations.
27181 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
27182 of args to `tramp-run-real-handler', even if it's empty in this case.
27184 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27186 * dired.el (dired-move-to-filename-regexp): Add date format for
27187 Mac OS X 10.3 in East Asian locales.
27189 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
27191 * files.el (make-auto-save-file-name): Add file name handler call
27194 * net/tramp.el (tramp-file-name-handler-alist)
27195 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
27196 (tramp-handle-make-auto-save-file-name): Rename from
27197 `tramp-make-auto-save-file-name'.
27198 (tramp-exists-file-name-handler): New defun.
27199 (tramp-advice-make-auto-save-file-name): Make defadvice only when
27200 `make-auto-save-file-name' is not a magic file name operation.
27202 2005-08-30 Richard M. Stallman <rms@gnu.org>
27204 * files.el (risky-local-variable-p):
27205 Match `-predicates' and `-commands.
27207 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
27208 (custom-save-all): Visit the file if necessary;
27209 kill the buffer if we created it.
27210 (custom-save-delete): Don't visit file or kill buffer here.
27212 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
27214 * textmodes/org.el (org-special-keyword): New face.
27215 (org-table-copy-down, org-table-eval-formula)
27216 (org-table-recalculate, org-init-section-numbers):
27217 Use `string-to-number' instead of `string-to-int'.
27218 (org-get-location): Use `insert-buffer-substring' instead of
27220 (org-modify-diary-entry-string): New function.
27221 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
27222 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
27223 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
27225 (org-export-as-html): Handle QUOTE keyword.
27226 (org-quote-string): New option.
27227 (org-bookmark-jump-unhide): New function, used for
27228 `bookmark-after-jump-hook'.
27229 (org-diary-default-entry): Apply only when not called through
27232 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
27234 * net/eudc.el (mode-popup-menu):
27235 * play/handwrite.el (ps-printer-name, ps-lpr-command):
27236 * progmodes/ada-mode.el (compile-auto-highlight)
27237 (skeleton-further-elements):
27238 * progmodes/autoconf.el (font-lock-syntactic-keywords):
27239 * progmodes/cmacexp.el (msdos-shells):
27240 * progmodes/compile.el (font-lock-extra-managed-props)
27241 (font-lock-keywords, font-lock-maximum-size)
27242 (font-lock-support-mode):
27243 * progmodes/grep.el (font-lock-lines-before):
27244 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
27245 * progmodes/mixal-mode.el (compile-command):
27246 * progmodes/perl-mode.el (font-lock-comment-face)
27247 (font-lock-doc-face, font-lock-string-face):
27248 * progmodes/prolog.el (comint-prompt-regexp):
27249 * progmodes/sh-script.el (font-lock-comment-face)
27250 (font-lock-set-defaults, font-lock-string-face):
27251 * progmodes/sql.el (font-lock-keyword-face)
27252 (font-lock-set-defaults, font-lock-string-face):
27253 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
27254 (itimer-version, lazy-lock-defer-contextually)
27255 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
27258 * progmodes/cperl-mode.el (cperl-electric-lbrace)
27259 (cperl-electric-keyword, cperl-electric-pod)
27260 (cperl-electric-backspace, cperl-forward-re)
27261 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
27262 (vc-rcs-header, vc-sccs-header): Add defvars.
27264 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
27265 (font-lock-syntactic-keywords, gud-find-expr-function):
27268 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
27269 (gdb-frame-parameters): Declare before use.
27271 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
27272 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
27273 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
27274 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
27276 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
27277 (idlwave-help-with-source): Use `insert-buffer-substring', not
27280 2005-08-29 Juri Linkov <juri@jurta.org>
27282 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
27283 Put outline-back-to-heading function call inside save-excursion.
27285 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
27287 * man.el (Man-init-defvars, Man-translate-references)
27288 (Man-support-local-filenames, Man-highlight-references):
27289 * progmodes/sql.el (sql-interactive-mode):
27290 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
27292 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
27293 (compilation-mode-font-lock-keywords): Add defvars.
27294 (checkdoc-interactive-loop): "?\ " -> "?\s".
27296 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
27297 (font-lock-doc-face, font-lock-string-face)
27298 (font-lock-keywords-case-fold-search): Add defvars.
27299 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
27301 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
27302 Don't pass X and Y (they are ignored anyway).
27303 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
27304 (mouse-delete-window): Make arguments optional.
27306 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
27307 (caesar-translate-table, minor-modes, news-buffer-save)
27308 (news-group-name, news-minor-modes): Add defvars.
27310 * emacs-lisp/lselect.el (mouse-highlight-priority)
27311 (x-lost-selection-functions, zmacs-regions):
27312 * emacs-lisp/pp.el (font-lock-verbose):
27313 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
27314 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
27316 * emacs-lisp/tcover-unsafep.el (safe-functions):
27317 * international/mule-cmds.el (mac-system-coding-system)
27318 (mac-system-locale):
27319 * language/ethio-util.el (rmail-current-message)
27320 (rmail-message-vector):
27321 * language/thai-util.el (thai-auto-composition-mode):
27322 * mail/metamail.el (rmail-current-message, rmail-message-vector):
27323 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
27324 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
27325 (vm-primary-inbox, vm-spool-files):
27326 * mail/rmail.el (deleted-head, font-lock-fontified)
27327 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
27328 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
27330 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
27331 (rmail-summary-mode-map):
27332 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
27333 (rmail-last-label, rmail-last-multi-labels)
27334 (rmail-summary-vector, rmail-total-messages):
27335 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
27336 * mail/rmailsum.el (msgnum):
27337 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
27338 (rmail-current-message):
27339 * obsolete/fast-lock.el (font-lock-face-list):
27340 * obsolete/rnewspost.el (mail-reply-buffer):
27341 * obsolete/scribe.el (compile-command):
27342 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
27344 2005-08-28 John Paul Wallington <jpw@gnu.org>
27346 * ibuf-ext.el (ibuffer-auto-update-changed):
27347 Use `frame-or-buffer-changed-p' to check whether we need to update.
27348 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
27349 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
27350 as a `frame-or-buffer-changed-p' state vector instead.
27352 2005-08-27 Romain Francoise <romain@orebokech.com>
27354 * textmodes/makeinfo.el (makeinfo-compile):
27355 Use `compilation-start'. Set `next-error-function' according to
27357 (makeinfo-next-error): New function.
27358 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
27359 (makeinfo-buffer): Likewise.
27361 * progmodes/compile.el (compilation-start): Add autoload cookie.
27363 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
27364 * textmodes/sgml-mode.el: Likewise.
27365 * progmodes/python.el: Likewise.
27367 2005-08-27 Eli Zaretskii <eliz@gnu.org>
27369 * simple.el (blink-matching-paren-distance): Document the meaning
27370 of nil value, and allow to customize to nil.
27372 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
27373 command.com, not command.exe.
27375 2005-08-26 John Wiegley <johnw@newartisans.com>
27377 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
27378 code around a bit so that an extraneous nil argument is not added
27379 to a command when no args are given.
27381 * eshell/esh-arg.el (eshell-parse-double-quote): If a
27382 double-quoted argument resolves to nil, return it as an empty
27383 string rather than as nil. This made it impossible to pass "" to
27384 a shell script as a null string argument.
27386 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
27388 * outline.el (outline-invent-heading): New fun.
27389 (outline-promote, outline-demote): Use it.
27390 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
27391 (outline-end-of-subtree): Remove unused var `opoint'.
27393 2005-08-26 David Reitter <david.reitter@gmail.com>
27395 * menu-bar.el (truncate-lines, write-file, print-buffer)
27396 (ps-print-buffer-faces, ps-print-buffer, split-window):
27397 Disable menu items when the frame they refer to is invisible, or when
27398 they refer to a buffer and the minibuffer is selected.
27400 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
27402 * progmodes/flymake.el (flymake-highlight-err-lines):
27403 Use save-excursion around flymake-highlight-line to preserve point.
27405 2005-08-26 Eli Zaretskii <eliz@gnu.org>
27407 * progmodes/octave-mod.el: Change Author and Maintainer address.
27408 (octave-maintainer-address): Change Kurt's email address.
27409 * progmodes/octave-inf.el: Change Author and Maintainer address.
27410 * progmodes/octave-hlp.el: Change Author and Maintainer address.
27412 2005-08-26 Kim F. Storm <storm@cua.dk>
27414 * subr.el (version-list-<, version-list-<=, version-list-=):
27415 Rename from integer-list-*.
27416 (version-list-not-zero): Likewise. Fix while loop.
27417 (version=): Use version-list-= instead of string-equal.
27419 2005-08-26 Richard M. Stallman <rms@gnu.org>
27421 * outline.el (outline-promote): Try shortening the heading.
27422 As last resort, read the heading to use.
27423 (outline-demote): As last resort, read the heading to use.
27425 2005-08-26 Romain Francoise <romain@orebokech.com>
27427 * progmodes/compile.el (compilation-start): Doc fix.
27429 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
27430 (antlr-font-lock-additional-keywords): Fix reference to
27431 `antlr-font-lock-literal-regexp' erroneously changed during the
27433 (antlr-run-tool): Use `compilation-start'.
27435 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
27436 instead of the obsolete `compile-internal'.
27438 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
27440 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
27441 (number, original-date):
27442 * calendar/cal-china.el (date):
27443 * calendar/cal-coptic.el (date):
27444 * calendar/cal-french.el (date):
27445 * calendar/cal-hebrew.el (date, entry, number, original-date):
27446 * calendar/cal-islam.el (date, number, original-date):
27447 * calendar/cal-iso.el (date):
27448 * calendar/cal-julian.el (date):
27449 * calendar/cal-mayan.el (date):
27450 * calendar/cal-menu.el (date, event):
27451 * calendar/cal-persia.el (date):
27452 * calendar/lunar.el (date):
27453 * calendar/solar.el (date): Add defvars.
27458 * obsolete/bg-mouse.el:
27459 * obsolete/sun-curs.el:
27460 * obsolete/swedish.el: Move the `defvar's to the top level.
27462 * smerge-mode.el (smerge-refined-change): Add :group.
27464 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
27466 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
27467 (smerge-keep-n): Remove props.
27468 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
27469 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
27470 now that it's done in smerge-keep-n.
27471 (smerge-refined-change): New face.
27472 (smerge-refine-chopup-region, smerge-refine-highlight-change)
27473 (smerge-refine): New funs.
27474 (smerge-basic-map): Bind smerge-refine.
27476 2005-08-25 Juri Linkov <juri@jurta.org>
27478 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
27479 compilation-process-setup-function and compilation-disable-input
27480 in grep-mode instead of let-bindings in grep.
27482 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
27483 Delete "Automatic File De/compression" (auto-compression-mode).
27485 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
27487 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
27488 Silence warning about non-existent variable.
27490 2005-08-25 Richard M. Stallman <rms@gnu.org>
27492 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
27493 Rename "Describe Key" to "Describe Key or Mouse Operation".
27495 * mail/mailalias.el (build-mail-aliases): Delete comments
27496 from the contents before processing them.
27498 * isearch.el (isearch-edit-string): Erase the Search prompt
27499 if user enters an empty string and there is no default.
27501 * comint.el (comint-file-name-prefix): Add autoload.
27503 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
27505 * subr.el (play-sound): Rearrange to avoid warning.
27507 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
27509 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
27511 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
27513 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
27515 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
27517 * custom.el (custom-theme-set-variables): Sort minor modes last.
27519 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27521 * subr.el (version-separator, version-regexp-alist): New vars used by
27522 version comparison funs.
27523 (integer-list-<, integer-list-=, integer-list-<=)
27524 (integer-list-not-zero): New funs for integer list comparison.
27525 (version-to-list, version=, version<, version<=): New funs for version
27528 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
27530 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
27531 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
27532 time to silence the byte-compiler.
27534 * ibuffer.el (ibuffer-compile-make-eliding-form)
27535 (ibuffer-check-formats): Use `with-no-warnings' to hide references
27536 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
27537 so it's silly to get warnings for it).
27538 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
27539 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
27540 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
27541 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
27542 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
27543 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
27544 Defvar at compile time.
27545 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
27546 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
27547 Declare them before use.
27549 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
27550 (info-xref-good, info-xref-bad): Defvar at compile time.
27552 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
27553 Use `let*' instead of `let'.
27555 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
27556 (*mouse-y*, menu, char): Defvar at compile time.
27557 (sc::menu): Declare it before use.
27558 (sc::pack-one-line): Use `let', not `let*'.
27560 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
27561 (mail-send-hook): Defvar at compile time.
27563 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
27564 Defvar at compile time.
27566 * term/sun-mouse.el (current-global-mousemap)
27567 (current-local-mousemap): Declare them before use.
27569 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
27571 * bookmark.el (bookmark-after-jump-hook): New hook.
27572 (bookmark-jump): Run `bookmark-after-jump-hook'.
27574 2005-08-23 Juri Linkov <juri@jurta.org>
27576 * faces.el (minibuffer-prompt): Doc fix.
27578 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
27580 * progmodes/xscheme.el: Trivial changes to silence warnings.
27581 (xscheme-previous-mode, xscheme-previous-process-state):
27583 (xscheme-last-input-end, xscheme-process-command-line)
27584 (xscheme-process-name, xscheme-buffer-name)
27585 (xscheme-expressions-ring-max, xscheme-expressions-ring)
27586 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
27587 (xscheme-control-g-synchronization-p)
27588 (xscheme-control-g-disabled-p, xscheme-string-receiver)
27589 (default-xscheme-runlight, xscheme-runlight)
27590 (xscheme-runlight-string, xscheme-process-filter-state)
27591 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
27592 Move to beginning of file.
27593 (scheme-interaction-mode-commands-alist)
27594 (scheme-interaction-mode-map, scheme-debugger-mode-map):
27595 Declare them before use. Note: the initialization code for the
27596 variables has not been moved because it uses functions that reference
27598 (xscheme-control-g-message-string, xscheme-process-filter-alist)
27599 (xscheme-prompt-for-expression-map): Declare them before use.
27600 (scheme-debugger-mode-commands): "?\ " -> "?\s".
27602 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
27604 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
27606 2005-08-22 Juri Linkov <juri@jurta.org>
27608 * faces.el (set-face-underline): Delete this duplicate function
27609 and make an obsolete alias to set-face-underline-p.
27610 (set-face-underline-p): Use docstring of set-face-underline.
27611 (describe-face): Create hyperlink to parent face.
27613 * info.el (Info-insert-dir): Use save-excursion around
27614 insert-buffer-substring.
27615 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
27616 (Info-escape-percent): Delete function.
27617 (Info-fontify-node): Replace Info-escape-percent by
27618 replace-regexp-in-string with REP arg set to lambda that
27619 duplicates `%' and preserves text properties.
27621 * progmodes/compile.el (compilation-disable-input): Doc fix.
27622 (define-compilation-mode): Doc fix and refill.
27623 (kill-compilation): Use `mode-name' in the error message.
27624 (compilation-find-file): Use `compilation-error' in the
27625 read-file-name's prompt.
27627 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
27629 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
27630 (smerge-auto-leave): Make undo re-enable the mode.
27631 (debug-ignored-errors): Add the user-error of impossible resolution.
27632 (smerge-resolve): Move things around a bit, in preparation for later.
27633 (smerge-diff): Don't fail if the buffer has no associated file.
27634 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
27635 (smerge-conflict-overlay): New function.
27636 (smerge-match-conflict): Don't add text properties here.
27637 (smerge-find-conflict): Instead, add an overlay here.
27638 Also check for the case where we're inside a conflict already, so as to
27639 obviate the need for font-lock-multiline, which is unbearably slow with
27640 large conflicts and ciomplex font-lock patterns.
27641 (smerge-remove-props): Remove overlay rather than text-properties.
27642 (smerge-mode): Don't set font-lock-multiline.
27643 Remove overlays when turned off.
27645 2005-08-21 Kim F. Storm <storm@cua.dk>
27647 * ido.el (ido-ignore-item-p): Use save-match-data.
27648 Bind case-fold-search to ido-case-fold locally.
27650 2005-08-20 Richard M. Stallman <rms@gnu.org>
27652 * files.el (normal-mode): If font lock is on, turn it off and on.
27654 * subr.el (replace-regexp-in-string): Doc fix.
27656 * startup.el (command-line-1): Don't suppress startup screen
27657 due to existing processes.
27659 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
27661 * progmodes/compile.el (compilation-disable-input): Default to nil.
27663 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
27665 * progmodes/compile.el (compilation-disable-input): New defcustom.
27666 (compilation-start): If compilation-disable-input is non-nil, send
27667 EOF to the compilation process.
27669 2005-08-20 Eli Zaretskii <eliz@gnu.org>
27671 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
27672 Run the argument of tex-shell-cd-command through
27673 convert-standard-filename, to get the correct style of slashes on
27674 Windows, and enclose the result in quotes, in case the file name
27675 includes whitespace or other special characters.
27677 2005-08-19 Andreas Schwab <schwab@suse.de>
27679 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
27682 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
27684 * cus-start.el (minibuffer-prompt-properties): Correct typo.
27686 2005-08-18 Kim F. Storm <storm@cua.dk>
27688 * scroll-lock.el: Fix errors due to incorrect line wrapping.
27690 2005-08-18 Richard M. Stallman <rms@gnu.org>
27692 * scroll-lock.el: New file.
27694 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
27696 * dired.el (dired-move-to-end-of-filename):
27697 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
27699 2005-08-18 Kim F. Storm <storm@cua.dk>
27701 * ido.el (ido-everywhere): Fix defcustom :set function to disable
27702 rather than toggle mode when custom value is nil.
27703 (ido-everywhere): Fix defun doc string.
27705 2005-08-17 Richard M. Stallman <rms@gnu.org>
27707 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
27708 as tag instead of "Inviolable".
27710 2005-08-17 Kim F. Storm <storm@cua.dk>
27712 * windmove.el (windmove-coordinates-of-position): Remove.
27713 (windmove-coordinates-of-window-position): Remove.
27714 (windmove-reference-loc): Use posn-at-point instead.
27716 * subr.el (insert-for-yank-1): Doc fix.
27718 * ido.el (ido-enter-matching-directory): Rename from
27719 ido-enter-single-matching-directory. Change `slash' choice to
27720 `only'. Add `first' choice.
27721 (ido-exhibit): Adapt to above changes.
27723 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
27725 * Makefile.in: Expand comment about building loaddefs.el.
27727 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
27729 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
27730 Comment use of defadvice.
27732 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
27734 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
27736 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
27737 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
27738 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
27739 * progmodes/idlw-shell.el, progmodes/ld-script.el,
27740 * progmodes/which-func.el, ruler-mode.el, strokes.el,
27741 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
27742 for backward compatibility for faces that did not appear in the
27743 previous Emacs release.
27745 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
27747 2005-08-15 Kim F. Storm <storm@cua.dk>
27749 * emulation/cua-base.el (cua-delete-region): Return t if
27750 deleted region was non-empty.
27751 (cua-replace-region): Inhibit overwrite-mode for
27752 self-insert-command if replaced region was non-empty.
27753 (cua--explicit-region-start, cua--status-string): Make them
27754 buffer-local at top-level...
27755 (cua-mode): ...rather than when mode is enabled.
27757 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
27759 * progmodes/vhdl-mode.el (vhdl-emacs-21):
27760 Set t for Emacs 21, 22, and so on.
27762 2005-08-15 David Ponce <david@dponce.com>
27764 * tree-widget.el: Update Commentary header.
27765 (tree-widget-theme): Doc fix.
27766 (tree-widget-space-width): New option.
27767 (tree-widget-image-properties): Look up in the default theme too.
27768 (tree-widget--cursors): Only for images with arrow pointer shape.
27769 (tree-widget-lookup-image): Pointer shape is hand by default.
27770 (tree-widget-icon): Rename generic icon widget from
27771 `tree-widget-control'.
27772 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
27773 derive from `tree-widget-icon'.
27774 (tree-widget-handle): Improve default look and feel of the text
27776 (tree-widget): Rename :*-control properties to :*-icon properties.
27777 Add :action and :help-echo properties.
27778 (tree-widget-after-toggle-functions): Move.
27779 (tree-widget-close-node, tree-widget-open-node): Remove.
27780 (tree-widget-before-create-icon-functions): New hook.
27781 (tree-widget-value-create): Update to allow customization of icons
27782 and nodes at run-time via that new hook.
27783 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
27784 (tree-widget-icon-action, tree-widget-icon-help-echo)
27785 (tree-widget-action, tree-widget-help-echo): New functions.
27787 2005-08-15 Kim F. Storm <storm@cua.dk>
27789 * ido.el (ido-buffer-internal): Use with-no-warnings.
27790 (ido-make-merged-file-list): Use while-no-input.
27792 2005-08-15 Richard M. Stallman <rms@gnu.org>
27794 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
27795 (flyspell-large-region): Fix doc and custom type.
27797 2005-08-14 Richard M. Stallman <rms@gnu.org>
27799 * files.el (interpreter-mode-alist): Doc fix.
27801 * mail/rmail.el (rmail-nonignored-headers): New variable.
27802 (rmail-clear-headers): Use it.
27803 (rmail-reply): Better handling of mail-followup-to header.
27805 * progmodes/sh-script.el (sh-font-lock-keywords-var):
27806 Rename variable from sh-font-lock-keywords. In the `shell' entry,
27807 don't try to refer to executable-font-lock-keywords.
27808 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
27809 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
27810 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
27811 (sh-mode): Set comment-start-skip, local-abbrev-table,
27812 imenu-case-fold-search.
27813 (sh-set-shell): Don't set them here.
27814 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
27815 Don't cache the results in the original alist; don't ever modify
27818 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
27820 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
27823 2005-08-15 Andreas Schwab <schwab@suse.de>
27825 * desktop.el: Put autoload cookie at risky-local-variable declarations.
27827 * dired.el, info.el, mail/rmail.el: Revert last change.
27829 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
27831 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
27832 modification in `eval-after-load' form.
27833 * info.el: Likewise.
27834 * mail/rmail.el: Likewise.
27836 2005-08-14 Juri Linkov <juri@jurta.org>
27838 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27839 Remove highlighting of "Compilation started". Highlight only
27840 the word "finished" in "Compilation finished". Add highlighting
27841 of "interrupt", "killed", "terminated" and the exit code.
27842 (compilation-start): Add newline after header. Use exactly the
27843 same time stamp format as the finishing message.
27844 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
27846 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
27847 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
27848 Add highlighting of "interrupt", "killed", "terminated".
27850 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
27851 enabled and the current command is self-insert-command, call it
27852 explicitly with overwrite-mode bound to nil, to not allow it
27853 to delete the character after the selected region.
27855 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
27857 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
27858 move-end-of-line, end-of-line, and beginning-of-line to the list
27859 of commands after which the echo area is updated.
27861 2005-08-12 Eli Zaretskii <eliz@gnu.org>
27863 * cus-edit.el (custom-save-all, custom-save-delete):
27864 Bind recentf-exclude to exclude custom-file.
27866 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
27868 * mail/rmailsum.el (rmail-summary-end-of-message): New command
27869 to go to the bottom of the mail message. Added to
27870 `rmail-summary-mode-map' with key "/".
27871 (rmail-summary-show-message): New (internal) function for use by
27872 both `rmail-summary-beginning/end-of-message'.
27873 (rmail-summary-beginning-of-message): Change to use
27874 rmail-summary-show-message.
27876 * mail/rmail.el (rmail-end-of-message): New command to go to the
27877 end of the current message. Added to `rmail-mode-map' with key "/".
27878 (rmail-beginning-of-message): Fix to work as documented.
27879 (rmail-mode): Change documentation.
27881 * progmodes/compile.el (compilation-start): Add the line
27882 "Compilation started" with compilation start time.
27883 (compilation-mode-font-lock-keywords): Add `started' to keywords.
27885 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
27887 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
27890 2005-08-11 Richard M. Stallman <rms@gnu.org>
27892 * simple.el (pop-global-mark): Reverse test of widen-automatically.
27894 * battery.el (battery-status-function): Don't use ignore-errors.
27896 2005-08-11 Lute Kamstra <lute@gnu.org>
27898 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
27899 define-obsolete-variable-alias.
27901 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
27903 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
27904 (ange-ftp-send-cmd): Revert last change, and expand
27905 the comment explaining the problem.
27907 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
27909 * ldefs-boot.el: Update.
27911 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
27912 item to "Time, Load and Mail". Change help echo text.
27914 * time.el (display-time-use-mail-icon, display-time-format)
27915 (display-time-string-forms): Shorten first line of docstrings.
27917 2005-08-10 Lars Hansen <larsh@soem.dk>
27919 * desktop.el (desktop-buffer-mode-handlers):
27920 Make non-customizable. Add autoload cookie. Change initial value to
27921 nil; add elements in respective modules instead. Fix doc string.
27922 (desktop-load-file): New function.
27923 (desktop-minor-mode-handlers): New autoloaded variable.
27924 (desktop-create-buffer): Call minor mode handlers.
27925 Use desktop-load-file to load major and minor mode modules prior to
27926 checking for a handler.
27927 (desktop-save): Don't add nil to desktop-minor-modes for minor
27928 modes with nil function in desktop-minor-mode-table. Don't delete
27929 desktop file before rewriting it.
27930 (desktop-locals-to-save): Add autoload cookie. Don't make
27931 automatically buffer-local. Add variables column-number-mode,
27932 size-indication-mode, indent-tabs-mode,
27933 indicate-buffer-boundaries, indicate-empty-lines and
27934 show-trailing-whitespace.
27935 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
27936 regexps. Don't use desktop-clear-preserve-buffers-regexp.
27937 (desktop-clear-preserve-buffers-regexp): Delete.
27938 (desktop-clear-preserve-buffers): Update initial value and docstring.
27939 (desktop-save-buffer): Fix doc string.
27941 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
27942 (hilit-chg-desktop-restore): New function.
27943 (highlight-changes-mode): Add highlight-changes-mode to
27944 desktop-locals-to-save.
27946 * dired.el: Add handler to desktop-buffer-mode-handlers.
27947 (dired-restore-desktop-buffer): Remove autoload cookie.
27948 (dired-mode): Add autoload cookie.
27950 * info.el: Add handler to desktop-buffer-mode-handlers.
27951 (Info-restore-desktop-buffer): Remove autoload cookie.
27952 (Info-mode): Add autoload cookie.
27954 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
27955 (mh-restore-desktop-buffer): Remove autoload cookie.
27956 (mh-folder-mode): Add autoload cookie.
27958 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
27959 (rmail-restore-desktop-buffer): Remove autoload cookie.
27961 2005-08-11 Masatake YAMATO <jet@gyve.org>
27963 * hexl.el (hexl-address-region):
27964 (hexl-ascii-region, hexl-font-lock-keywords):
27965 (hexl-highlight-line-range): Use the term "region"
27966 instead of "area" for consistency with the other symbols
27967 defined in hexl.el.
27969 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
27971 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
27972 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
27973 out by Juri Linkov). Add `display-battery-mode'.
27975 2005-08-09 Juri Linkov <juri@jurta.org>
27977 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27978 Remove `-text' from face variable names.
27979 (compilation-error-file-name, compilation-warning-file-name)
27980 (compilation-info-file-name): Delete faces.
27981 (compilation-line-number, compilation-column-number):
27982 Remove face underlining.
27983 (compilation-message-face): Set to `underline' value by default.
27984 (compilation-error-face, compilation-warning-face)
27985 (compilation-info-face): Remove `-file-name' from face names.
27986 (compilation-error-text-face, compilation-warning-text-face)
27987 (compilation-info-text-face): Delete face variables.
27988 (compilation-text-face): Delete function.
27990 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
27991 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
27992 (grep-error-face): Set to `compilation-error' instead of
27993 `compilation-error-face' (which is redefined to `grep-hit-face' in
27995 (grep-mode-font-lock-keywords): Remove `-text' from face variable
27996 names. Use `grep-error-face' instead of `compilation-error-text-face'.
27998 * dired-aux.el (dired-do-query-replace-regexp):
27999 Use `query-replace-read-args'.
28001 * replace.el (query-replace-read-from, query-replace-read-to)
28002 (query-replace-read-args): Rename arg `string' to `prompt'.
28004 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
28006 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
28008 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
28010 (ange-ftp-canonize-filename): Handle file names beginning with ~
28013 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
28015 * textmodes/fill.el (canonically-space-region)
28016 (fill-context-prefix, fill-french-nobreak-p)
28017 (fill-delete-newlines, fill-comment-paragraph)
28018 (justify-current-line): "?\ " -> "?\s".
28020 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
28022 * textmodes/fill.el (fill-nonuniform-paragraphs):
28023 Improve argument/docstring consistency.
28025 2005-08-09 Richard M. Stallman <rms@gnu.org>
28027 * textmodes/ispell.el (ispell-word): More fboundp checks.
28029 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
28030 (find-file-noselect-1): Call it here, only if RAWFILE.
28031 (normal-mode): Always set some major mode.
28032 (save-some-buffers-action-alist): Change some explanation strings.
28033 (file-name-non-special): In the `quote' method, use unwind-protect.
28035 2005-08-09 Magnus Henoch <mange@freemail.hu>
28037 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
28038 (ispell-have-aspell-dictionaries): New variable.
28039 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
28040 (ispell-get-aspell-config-value): New function.
28041 (ispell-aspell-find-dictionary): New function.
28042 (ispell-aspell-add-aliases): New function.
28043 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
28044 appropriate. Don't look for ispell dictionaries if we use aspell.
28045 (ispell-menu-map): Don't build a submenu of dictionaries.
28047 2005-08-09 Richard M. Stallman <rms@gnu.org>
28049 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
28050 (sql-read-passwd): Use read-passwd.
28052 * progmodes/idlw-toolbar.el (idlwave-toolbar)
28053 (idlwave-toolbar-is-possible): Add defvars.
28055 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
28058 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
28059 (idlwave-system-class-info, idlwave-executive-commands-alist):
28062 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
28064 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
28067 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
28068 and content-type: headers.
28070 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
28072 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
28073 and rename some of them to be more self-explanatory.
28075 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
28077 * startup.el (command-line-1): Implement -scriptload.
28079 * replace.el (occur-engine): Initial *Occur* output not undoable.
28081 * menu-bar.el (menu-bar-file-menu): Rename some menu items
28082 and improve help strings.
28084 * isearch.el (isearch-repeat): When changing direction,
28085 mark search successful.
28087 * ediff-init.el: Use (featurep 'xemacs).
28089 * comint.el (send-invisible): Identify buffer, if not selected.
28091 * align.el: Delete autoload for c-guess-basic-syntax.
28093 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
28095 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
28096 Improve argument/docstring consistency. Doc fixes.
28097 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
28098 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
28099 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
28100 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
28101 (r2bv-organization, r2bv-pages, r2bv-primary-author)
28102 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
28103 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
28104 Defvar at compile time.
28106 2005-08-09 Juri Linkov <juri@jurta.org>
28108 * info.el: Replace `info' with upper-case `Info' where appropriate.
28109 (info-title-1, info-title-2, info-title-3, info-title-4)
28110 (info-menu-header): Move up face definitions.
28111 (info-menu-star): Rename from `info-menu-5'.
28112 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
28113 (Info-fontify-visited-nodes): Fix docstring.
28114 (Info-hide-note-references): Fix docstring.
28115 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
28116 menu items in the same way as on cross-references.
28117 (info-apropos): Fix sorting order and formatting to be like in the
28118 stand-alone Info browser. Display error messages for 1 sec.
28119 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
28120 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
28122 (Info-insert-dir): Restore point after calling
28123 `insert-buffer-substring'.
28125 2005-08-08 Richard M. Stallman <rms@gnu.org>
28127 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
28128 (recompute-lucid-menubar): Add defvars.
28130 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
28132 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
28134 * net/net-utils.el (run-dig): Rename from `dig'.
28136 * play/gametree.el (gametree-mode): Use make-local-variable,
28137 not make-variable-buffer-local.
28139 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
28141 * ansi-color.el (ansi-color-make-extent)
28142 (ansi-color-set-extent-face): Use fboundp, not functionp.
28144 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
28145 not make-variable-buffer-local.
28147 * bookmark.el (Info-current-file): Add defvar.
28148 (bookmark-jump-noselect): Use with-no-warnings.
28150 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
28152 * ebuff-menu.el (Helper-return-blurb): Add defvar.
28154 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
28156 * find-file.el (ada-procedure-start-regexp)
28157 (ada-package-start-regexp): Add defvars.
28159 * info.el (Info-insert-dir): Use insert-buffer-substring.
28161 * xml.el (xml-att-def-re): Add defvar.
28163 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
28164 calling convention.
28166 * subr.el (while-no-input): Return t if there is input.
28168 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
28170 * cus-start.el (all): Add `overflow-newline-into-fringe'.
28172 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
28174 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
28175 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
28177 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
28179 * cmuscheme.el (scheme-start-file): Replace reference to
28180 `user-emacs-directory' by "~/.emacs.d/".
28182 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
28184 * info.el (Info-dir-remove-duplicates): Avoid case folding
28185 in loop; instead, keep downcased strings for comparison.
28186 Suggested by Helmut Eller.
28188 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
28190 Sync with Tramp 2.0.50.
28192 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
28193 XEmacs case; not necessary anymore.
28194 (tramp-user-regexp): Allow "@" as part of user name.
28195 (tramp-handle-set-visited-file-modtime)
28196 (tramp-handle-insert-file-contents)
28197 (tramp-handle-write-region): No special handling for
28198 `last-coding-system-used, because this is done in
28199 `tramp-accept-process-output' now.
28200 (tramp-accept-process-output): New defun.
28201 (tramp-process-one-action, tramp-process-one-multi-action)
28202 (tramp-wait-for-regexp, tramp-wait-for-output)
28203 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
28204 Howells <dhowells@redhat.com>.
28205 (clear-visited-file-modtime): Defadvice removed. The check for
28206 unset buffer's modtime does not need to be based on
28207 `tramp-buffer-file-attributes'. Suggested by RMS.
28208 (tramp-message): Insert "\n" if not being at beginning of line.
28209 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
28210 sequence with same logic.
28211 (tramp-completion-handle-expand-file-name): Discard call of
28212 `tramp-drop-volume-letter'. It is not necessary, and there have
28213 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
28214 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28215 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
28216 should always be visible.
28217 (tramp-handle-insert-directory, tramp-setup-complete)
28218 (tramp-set-process-query-on-exit-flag)
28219 (tramp-append-tramp-buffers): Pacify byte-compiler.
28220 (tramp-bug): Delete non-existing variables from list.
28221 Apply `tramp-load-report-modules' as pre-hook.
28222 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
28223 `shell-prompt-pattern' because of non-7bit characters.
28224 Reported by Sebastian Luque <sluque@mun.ca>.
28225 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
28226 (tramp-match-string-list): Remove function.
28227 (tramp-wait-for-regexp): Remove call of that function.
28228 Suggested by Kim F. Storm <storm@cua.dk>.
28229 (tramp-set-auto-save-file-modes): Use octal integer code #o600
28230 instead of octal character code ?\600. The latter resulted in a
28231 syntax error with XEmacs.
28233 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
28234 XEmacs case; not necessary anymore.
28235 (tramp-smb-handle-write-region): No special handling for
28236 `last-coding-system-used, because this is done in
28237 `tramp-accept-process-output' now.
28238 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
28240 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
28242 * wid-edit.el (widget-choice-value-create):
28243 Unconditionally respect user choice. Set :explicit-choice back to nil
28244 when no longer needed.
28245 (widget-choice-action): Unconditionally respect user choice.
28246 Eliminate :explicit-choice-value.
28248 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
28250 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
28251 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
28252 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
28253 running new function `toggle-indicate-empty-lines'.
28254 Rename "Customize" item to "Customize fringe".
28255 Rename "Indicators" item to "Buffer boundaries" and change help echo.
28256 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
28257 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
28258 Delete "Empty lines only" item.
28259 (menu-bar-showhide-fringe-ind-customize): New function.
28260 (menu-bar-showhide-fringe-ind-mixed)
28261 (menu-bar-showhide-fringe-ind-box)
28262 (menu-bar-showhide-fringe-ind-right)
28263 (menu-bar-showhide-fringe-ind-left)
28264 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
28265 instead of `fringe-indicators'.
28267 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
28269 * emulation/viper.el (viper-emacs-state-mode-list):
28270 Add recentf-dialog-mode. Change the date of last update.
28272 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
28274 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
28275 (viper-exec-yank, viper-put-back): Don't display modification msg
28276 if in the minibuffer.
28278 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
28279 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
28280 Make variables frame local.
28282 * emulation/viper-util.el (viper-append-filter-alist):
28283 Use append instead of nconc.
28285 * emulation/viper.el (viper-vi-state-mode-list)
28286 (viper-emacs-state-mode-list): Move help-mode and
28287 completion-list-mode from the first list to the second.
28288 (viper-mode): Docstring.
28289 (viper-go-away, viper-non-hook-settings): Don't localize
28290 minor-mode-alist in newer Emacsen. Add advice to
28291 set-cursor-color. Don't bind "\C-c\\".
28293 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
28295 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
28296 (scheme-macro-expand-command): New user options.
28297 (scheme-trace-procedure, scheme-expand-current-form): New commands.
28298 (scheme-form-at-point, scheme-start-file)
28299 (scheme-interactively-start-process): New functions.
28300 (scheme-get-process): New function, extracted from `scheme-proc'.
28301 (run-scheme): Call `scheme-start-file' to get start file, and pass
28302 it to `make-comint'.
28303 (switch-to-scheme, scheme-proc):
28304 Call `scheme-interactively-start-process' if no Scheme buffer/process
28307 2005-08-06 Juri Linkov <juri@jurta.org>
28309 * progmodes/compile.el (compilation-mode-font-lock-keywords):
28310 Use `compilation-text-face', `compilation-info-text-face' and
28311 `compilation-error-text-face' instead of `font-lock-keyword-face'.
28312 (compilation-error): New face.
28313 (compilation-error-file-name): Inherit from
28314 `compilation-error' instead of `font-lock-warning-face'.
28315 (compilation-warning-file-name): Inherit from
28316 `compilation-warning' instead of `font-lock-warning-face'.
28317 (compilation-info, compilation-error-file-name)
28318 (compilation-warning-file-name, compilation-info-file-name)
28319 (compilation-line-number, compilation-column-number): Doc fix.
28320 (compilation-error-text-face, compilation-warning-text-face)
28321 (compilation-info-text-face): New face variables.
28322 (compilation-line-face, compilation-column-face)
28323 (compilation-enter-directory-face)
28324 (compilation-leave-directory-face): Doc fix.
28325 (compilation-text-face): New function.
28327 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
28328 instead of 1 to display binary file names as info file links.
28329 (grep-error-face): Use `compilation-error-face' instead of
28330 `font-lock-keyword-face'.
28331 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
28332 and `compilation-warning-text-face' instead of
28333 `font-lock-keyword-face'. Use `compilation-error-text-face'
28334 instead of `grep-error-face'.
28336 2005-08-05 Kenichi Handa <handa@m17n.org>
28338 * international/code-pages.el: Add autoload cookies for all coding
28341 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
28343 * cus-start.el (all): Put undo.c where it alphabetically belongs.
28345 2005-08-04 Juri Linkov <juri@jurta.org>
28347 * progmodes/compile.el (compilation-mode-map):
28348 * progmodes/grep.el (grep-mode-map):
28349 Bind TAB to `compilation-next-error' and [backtab] to
28350 `compilation-previous-error'.
28352 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
28353 matching line numbers, column numbers and their ranges with regexp
28354 matching only line numbers.
28355 (grep-context-face): New face variable.
28356 (grep-mode-font-lock-keywords): Use it.
28358 * faces.el (read-face-name): Delete duplicate faces.
28360 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
28362 * thumbs.el (thumbs-find-image): Don't make variables
28363 automatically buffer local.
28364 (thumbs-current-tmp-filename, thumbs-current-image-filename)
28365 (thumbs-image-num): Make automatically buffer local.
28366 (thumbs-show-thumbs-list): Use `make-local-variable', not
28367 `make-variable-buffer-local'.
28368 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
28370 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
28371 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
28372 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
28373 (bother, bye, canyou, chatlst, continue, deathlst, describe)
28374 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
28375 (feelings-about, foullst, found, hello, history, howareyoulst)
28376 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
28377 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
28378 (neglst, obj, object, owner, please, problems, qlist)
28379 (random-adjective, relation, remlst, repetitive-shortness)
28380 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
28381 (shortlst, something, sportslst, stallmanlst, states, subj)
28382 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
28383 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
28384 Defvar at compile time.
28386 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
28387 not `make-variable-buffer-local'.
28389 2005-08-02 Kim F. Storm <storm@cua.dk>
28391 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
28392 rectangle overlay in selected window.
28394 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
28396 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
28397 instead of display group. Make `indicate-buffer-boundaries'
28398 customizable through Custom.
28400 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
28402 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
28403 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
28404 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
28405 (gdb-put-string): Fix typos in docstrings.
28407 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
28409 Update copyright notices of files in progmodes directory for
28410 release of Emacs 22.1.
28412 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
28414 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
28415 Don't barf if the GUD buffer has been killed.
28417 2005-08-01 Kim F. Storm <storm@cua.dk>
28419 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
28421 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
28423 * simple.el (next-error-follow-minor-mode):
28424 make-variable-buffer-local -> make-local-variable.
28426 * emacs-lisp/cl-extra.el: Require CL also when compiling.
28428 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
28429 (byte-compile-form-make-variable-buffer-local): New functions to warn
28430 about misuses of make-variable-buffer-local where make-local-variable
28433 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
28435 * bs.el (bs-attributes-list): Doc fix.
28436 (bs): Update url-link.
28438 * desktop.el (desktop-save-buffer): Fix typos in docstring.
28439 (desktop-load-default): Simplify.
28441 * ibuffer.el (ibuffer-columnize-and-insert-list)
28442 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
28443 (ibuffer-unmark-all, ibuffer-toggle-marks)
28444 (ibuffer-unmark-forward, ibuffer-unmark-backward)
28445 (ibuffer-compile-make-format-form, ibuffer-format-column)
28446 (ibuffer-current-buffers-with-marks)
28447 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
28448 (ibuffer): Doc fix.
28449 (ibuffer-mode): Fix typo in docstring.
28450 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
28451 with `define-obsolete-variable-alias'.
28452 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
28454 2005-07-29 Kenichi Handa <handa@m17n.org>
28456 * international/mule-cmds.el (select-message-coding-system):
28457 Be sure to use LF for end-of-line. If no coding system is decided,
28458 return iso-8859-1-unix.
28460 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
28462 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
28463 (ange-ftp-pending-error-line): New vars.
28464 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
28465 to handle the non-fatal no-route-to-host messages.
28466 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
28468 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
28470 * isearch.el (isearch-mode-map, isearch-other-meta-char)
28471 (isearch-quote-char, isearch-printing-char)
28472 (isearch-text-char-description): "?\ " -> "?\s".
28473 (isearch-lazy-highlight-cleanup)
28474 (isearch-lazy-highlight-initial-delay)
28475 (isearch-lazy-highlight-interval)
28476 (isearch-lazy-highlight-max-at-a-time)
28477 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
28478 Declare with define-obsolete-*-alias macros.
28479 (isearch-forward): Fix typo in docstring.
28480 (search-invisible, search-ring-yank-pointer)
28481 (regexp-search-ring-yank-pointer): Doc fixes.
28483 * recentf.el (recentf-menu-append-commands-p): Declare with
28484 `define-obsolete-variable-alias'.
28485 (recentf-max-saved-items, recentf-menu-filter)
28486 (recentf-arrange-by-rule-subfilter): Doc fixes.
28487 (recentf-menu-append-commands-flag)
28488 (recentf-initialize-file-name-history, recentf-expand-file-name)
28489 (recentf-clear-data): Fix typos in docstrings.
28491 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
28493 * progmodes/gdb-ui.el: Smarten comments.
28494 (gdb-info-breakpoints-custom): Use nowarn when finding file.
28496 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
28498 * term/apollo.el (terminal-init-apollo): New function containing
28499 all former top level forms in the file.
28500 * term/bobcat.el (terminal-init-bobcat):
28501 * term/cygwin.el (terminal-init-cygwin):
28502 * term/iris-ansi.el (terminal-init-iris-ansi):
28503 * term/linux.el (terminal-init-linux):
28504 * term/news.el (terminal-init-news):
28505 * term/rxvt.el (terminal-init-rxvt):
28506 * term/sun.el (terminal-init-sun):
28507 * term/tvi970.el (terminal-init-tvi970):
28508 * term/vt100.el (terminal-init-vt100):
28509 * term/vt102.el (terminal-init-vt102):
28510 * term/vt125.el (terminal-init-vt125):
28511 * term/vt200.el (terminal-init-vt200):
28512 * term/vt201.el (terminal-init-vt201):
28513 * term/vt220.el (terminal-init-vt220):
28514 * term/vt240.el (terminal-init-vt240):
28515 * term/vt300.el (terminal-init-vt300):
28516 * term/vt320.el (terminal-init-vt320):
28517 * term/vt400.el (terminal-init-vt400):
28518 * term/vt420.el (terminal-init-vt420):
28519 * term/wyse50.el (terminal-init-wyse50):
28520 * term/xterm.el (terminal-init-xterm): Likewise.
28522 * term/README: Describe the terminal-init-* functionality.
28524 * startup.el (command-line): After loading the terminal initialization
28525 file call the corresponding terminal initialization function.
28527 2005-07-27 Kenichi Handa <handa@m17n.org>
28529 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
28532 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
28533 (ps-mule-composition-prologue): Fix for the case that
28534 RelativeCompose is false.
28536 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
28538 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
28540 * descr-text.el (describe-char): Handle the case where the list of
28541 chars is displayed in a separate frame.
28542 Be a bit more discriminating when looking for the char.
28544 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
28546 * bookmark.el (bookmark-automatically-show-annotations)
28547 (bookmark-read-annotation-text-func): Doc fixes.
28548 (bookmark-save): Improve argument/docstring consistency.
28549 (bookmark-get-bookmark, bookmark-get-bookmark-record)
28550 (bookmark-alist-from-buffer)
28551 (bookmark-upgrade-file-format-from-0)
28552 (bookmark-grok-file-format-version)
28553 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
28554 (bookmark-read-annotation-mode)
28555 (bookmark-insert-current-bookmark, bookmark-jump)
28556 (bookmark-exit-hook): Fix typos in docstrings.
28557 (bookmark-exit-hooks): Define as obsolete alias.
28558 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
28559 not `bookmark-exit-hooks'. Fix docstring.
28560 (bookmark-bmenu-select): "?\ " -> "?\s".
28562 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
28564 * startup.el (command-line): Fix typo.
28566 2005-07-24 Richard M. Stallman <rms@gnu.org>
28568 * tooltip.el (tooltip-mode): Test emacs-basic-display,
28569 not emacs-quick-startup.
28571 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
28573 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
28574 (reb-next-match, reb-show-subexp): Use `with-selected-window'
28575 instead of `reb-with-current-window'.
28576 (reb-prev-match): Likewise. Also, don't move left if the search
28578 (reb-initialize-buffer): New function.
28579 (re-builder, reb-change-syntax): Use it.
28581 * man.el (Man-goto-page): Make second argument NOERROR optional.
28583 2005-07-23 Richard M. Stallman <rms@gnu.org>
28585 * man.el (Man-bgproc-sentinel): Check here for failure to find
28586 any man page in the output, and report the error here.
28587 (Man-arguments): Make it permanent local.
28588 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
28589 (Man-mode): Pass t for NOERROR.
28591 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
28592 (grep-mode-font-lock-keywords):
28593 Don't use compilation-...-face for messages that are not file names.
28595 * progmodes/compile.el (compilation-mode-font-lock-keywords):
28596 Don't use compilation-...-face for messages that are not file names.
28598 2005-07-22 Juri Linkov <juri@jurta.org>
28600 * startup.el (normal-splash-screen): Update menu name.
28602 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
28604 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
28606 * term/xterm.el: Load term/rxvt if the terminal is actually an
28608 (xterm-rxvt-set-background-mode): Remove, not used anymore.
28610 * term/rxvt.el (function-key-map): Use substitute-key-definition
28611 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
28613 * term/cygwin.el: New file.
28615 2005-07-22 Kim F. Storm <storm@cua.dk>
28617 * image-file.el (insert-image-file, image-file-yank-handler):
28618 Fix last change to maintain a (unique) yank-handler on yanked images.
28620 2005-07-22 Eduardo Mu
\e,Aq
\e(Boz <emufer@terra.es> (tiny change)
28622 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
28623 of the file size (as in "177B" for 177 bytes). This happens with
28624 "ls -lh" on FreeBSD.
28626 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
28628 * hilit-chg.el (highlight-changes-global-initial-state)
28629 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
28630 (hilit-chg-fixup, highlight-changes-mode):
28631 Fix typos in docstrings.
28632 (highlight-changes-global-modes, highlight-changes-rotate-faces):
28635 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
28637 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
28638 mode function using `eval-after-load'.
28640 2005-07-21 Kim F. Storm <storm@cua.dk>
28642 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
28643 included when reporting an Emacs crash, and tell about the DEBUG file.
28645 * image-file.el (insert-image-file): Add yank-handler.
28646 (image-file-yank-handler): Yank handler to make unique copies of
28647 images when they are yanked into a buffer next to each other.
28649 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
28651 * comint.el (comint-use-prompt-regexp, comint-send-input)
28652 (comint-source-default, comint-extract-string)
28653 (comint-get-source, comint-word, comint-completion)
28654 (comint-source, comint-prompt-read-only, comint-update-fence):
28655 Fix typos in docstrings.
28656 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
28657 Declare with define-obsolete-*-alias macros.
28658 (comint-previous-matching-input-from-input)
28659 (comint-next-matching-input-from-input)
28660 (comint-previous-matching-input, comint-next-matching-input)
28661 (comint-forward-matching-input):
28662 Improve argument/docstring consistency.
28664 * desktop.el (desktop-clear-preserve-buffers-regexp):
28665 Also preserve the *server* buffer.
28667 * simple.el (clone-indirect-buffer): Doc fix.
28668 (fixup-whitespace, just-one-space)
28669 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
28670 (next-error, next-error-highlight)
28671 (next-error-highlight-no-select, next-error-last-buffer)
28672 (next-error-buffer-p, next-error-find-buffer, next-error)
28673 (previous-error, next-error-no-select, previous-error-no-select)
28674 (open-line, split-line, minibuffer-prompt-width, kill-new)
28675 (binary-overwrite-mode): Fix typos in docstrings.
28676 (set-fill-column): Fix typo in message.
28678 * skeleton.el (skeleton-proxy-new): Doc fix.
28680 * strokes.el (strokes-load-hook): Doc fix.
28681 (strokes-grid-resolution, strokes-get-grid-position)
28682 (strokes-renormalize-to-grid, strokes-read-stroke)
28683 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
28684 (strokes-global-map): Fix typos in docstrings.
28685 (strokes-help): Doc fix. Fix help message and pass it through
28686 `substitute-command-keys'.
28688 * tempo.el (tempo-insert-prompt, tempo-interactive)
28689 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
28690 (tempo-insert-string-functions, tempo-local-tags)
28691 (tempo-define-template, tempo-insert-template)
28692 (tempo-insert-prompt-compat, tempo-is-user-element)
28693 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
28694 Fix typos in docstrings.
28696 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
28697 (vcursor-key-bindings, vcursor-use-vcursor-map)
28698 (vcursor-find-window, vcursor-scroll-down)
28699 (vcursor-disable, vcursor-beginning-of-buffer)
28700 (vcursor-end-of-buffer): Fix typos in docstrings.
28701 (vcursor-relative-move, vcursor-get-char-count):
28702 Improve argument/docstring consistency.
28704 * version.el: "?\ " -> "?\s".
28706 * wid-edit.el (widget-default-create, widget-after-change)
28707 (widget-default-format-handler, widget-checklist-add-item)
28708 (widget-radio-add-item, widget-choose, widget-specify-secret)
28709 (widget-field-value-create, widget-field-value-get)
28710 (widget-editable-list-format-handler)
28711 (widget-editable-list-entry-create, widget-group-value-create)
28712 (widget-documentation-link-add)
28713 (widget-documentation-string-value-create): "?\ " -> "?\s".
28714 (widget-convert-text): Doc fix.
28715 (widget-narrow-to-field, widget-field-find)
28716 (widget-url-link-action, widget-emacs-library-link-action)
28717 (widget-color-notify): Fix typos in docstrings.
28719 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
28720 (x-select-text, set-w32-system-coding-system)
28721 (w32-add-charset-info): Fix typos in docstrings.
28723 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
28724 (cua-enable-cua-keys, cua-use-hyper-key)
28725 (cua-virtual-rectangle-edges): Fix typos in docstrings.
28726 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
28728 * net/tramp.el (tramp-handle-load): Fix typo in error message.
28730 * emacs-lisp/re-builder.el (regexp-builder): Declare with
28731 `defalias' instead of faking it.
28733 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
28734 (eshell-ls-missing, eshell-ls-dired-initial-args)
28735 (eshell-ls-use-in-dired): Fix typos in docstrings.
28737 2005-07-20 Kim F. Storm <storm@cua.dk>
28739 * emulation/cua-base.el (cua-mode): Improve doc string.
28741 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
28743 * abbrev.el (expand-region-abbrevs): Doc fix.
28744 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
28745 Improve argument/docstring consistency.
28747 * arc-mode.el (archive-get-descr, archive-alternate-display):
28749 (archive-l-e): Improve argument/docstring consistency.
28750 (archive-tmpdir, archive-unixdate, archive-unixtime)
28751 (archive-chmod-entry): Fix typos in docstrings.
28752 (archive-unflag, archive-unflag-backwards)
28753 (archive-unmark-all-files): "?\ " -> "?\s".
28755 * buff-menu.el (Buffer-menu-unmark): Doc fix.
28756 (Buffer-menu-not-modified, Buffer-menu-execute)
28757 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
28758 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
28760 * composite.el (compose-string, encode-composition-rule)
28761 (compose-last-chars): Fix typos in docstrings.
28763 * desktop.el (desktop-enable, desktop-basefilename):
28764 Declare with `define-obsolete-variable-alias'.
28765 (desktop-internal-v2s): Don't quote keywords.
28766 (desktop-clear): "?\ " -> "?\s".
28768 * dired.el (dired-align-file, dired-flag-backup-files)
28769 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
28770 (dired-listing-switches, dired-ls-F-marks-symlinks)
28771 (dired-dwim-target, dired-load-hook, dired-mode-hook)
28772 (dired-directory, dired-faces, dired, dired-revert)
28773 (dired-mode, dired-summary, dired-view-file)
28774 (dired-copy-filename-as-kill, dired-delete-file)
28775 (dired-no-confirm, dired-unmark-all-marks)
28776 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
28777 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
28778 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
28779 Fix typos in message strings.
28781 * dired-x.el (virtual-dired): Declare with `defalias'.
28782 (dired-mark-unmarked-files, dired-local-variables-file)
28783 (dired-omit-here-always): Doc fix.
28784 (dired-omit-mode, dired-find-subdir)
28785 (dired-enable-local-variables, dired-clean-up-buffers-too)
28786 (dired-extra-startup, dired-mark-extension, dired-jump)
28787 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
28788 (dired-smart-shell-command, dired-guess-shell-alist-user)
28789 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
28790 (dired-x-bind-find-file, dired-x-submit-report):
28791 Fix typos in docstrings.
28792 (dired-mark-unmarked-files): "?\ " -> "?\s".
28794 * dirtrack.el (dirtrack-list): Fix typos in docstring.
28796 * faces.el (describe-face): "?\ " -> "?\s".
28797 (read-all-face-attributes, read-face-font, modify-face)
28798 (face-attr-construct, italic): Fix typos in docstrings.
28799 (frame-update-face-colors): Declare with
28800 `define-obsolete-function-alias'.
28802 * files.el (find-file-noselect, recode-file-name): Doc fixes.
28803 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
28804 (magic-mode-alist, buffer-file-numbers-unique)
28805 (write-file-functions, get-free-disk-space):
28806 Fix typos in docstrings.
28807 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
28808 (write-contents-hooks, write-file-hooks):
28809 Declare with `define-obsolete-variable-alias'.
28811 * forms-d2.el (arch-rj): Fix typo in docstrings.
28812 (arch-tocol): Likewise. "?\ " -> "?\s".
28814 * frame.el (set-frame-font, cursor-in-non-selected-windows):
28815 Fix typo in docstring.
28816 (set-screen-width, set-screen-height): Delete redundant info in
28818 (new-frame, screen-height, screen-width): Declare with
28819 `define-obsolete-function-alias'.
28820 (delete-frame-hook, blink-cursor): Declare with
28821 `define-obsolete-variable-alias'.
28823 * paths.el (prune-directory-list): Fix typos in docstring.
28825 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
28826 (cvs-prefix-get): Fix typos in docstrings.
28828 * ps-print.el (ps-extend-face-list, ps-extend-face)
28829 (ps-print-background-image): Fix typos in docstrings.
28830 (ps-default-fg, ps-default-bg): Doc fixes.
28832 * s-region.el (s-region-bind): Doc fix.
28833 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
28835 * textmodes/org.el (org-table-formula-substitute-names)
28836 (org-table-get-vertical-vector): Doc fixes.
28837 (org-table-recalculate): Remove unused argument to `message'.
28839 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
28841 * textmodes/org.el (org-table-column-names)
28842 (org-table-column-name-regexp)
28843 (org-table-named-field-locations): New variables.
28844 (org-archive-subtree): Protect `this-command' when calling
28845 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
28847 (org-complete): Remove fixed-formula completion.
28848 (org-edit-formulas-map): New variable.
28849 (org-table-edit-formulas): New command.
28850 (org-finish-edit-formulas, org-abort-edit-formulas)
28851 (org-show-variable, org-table-get-vertical-vector): New functions.
28852 (org-table-maybe-eval-formula): Handle `:=' fields.
28853 (org-table-get-stored-formulas, org-table-store-formulas)
28854 (org-table-get-formula, org-table-modify-formulas)
28855 (org-table-replace-in-formulas): Handle named field formulas.
28856 (org-table-get-specials): Store locations of named fields.
28858 2005-07-19 Juri Linkov <juri@jurta.org>
28860 * progmodes/grep.el (grep-regexp-alist)
28861 (grep-mode-font-lock-keywords, grep-process-setup):
28862 Use default GNU grep match color "01;31m" instead of "01;41m".
28863 (grep-regexp-alist, grep-mode-font-lock-keywords):
28864 Use `\\[[0-9]*m' instead of `\\[00m'.
28865 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
28866 sgr_start where its handling is more important. Use the real
28867 length of sgr_start instead of constant 8.
28868 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
28869 specially. Delete all remaining escape sequences.
28870 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
28871 (grep-regexp-alist): Make hyperlink only for binary file name
28872 instead of the whole line.
28873 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
28874 (grep-mode): Add autoload.
28876 * emacs-lisp/find-func.el (find-function-regexp):
28877 Add `define-compilation-mode'.
28879 2005-07-19 Juri Linkov <juri@jurta.org>
28881 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
28882 (compare-windows-sync-string-size, compare-windows-recenter)
28883 (compare-windows-highlight, compare-windows): Add version 22.1.
28884 (compare-windows) <defface>: Inherit from lazy-highlight instead
28885 of duplicating its default value.
28887 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
28888 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
28890 * descr-text.el (describe-char): Create link buttons for `charset'
28891 and `code point'. Add the current input method name with a link
28892 button to `to input' field. Print face names of display table
28893 characters in `The display table entry is displayed by' section
28894 instead of printing face-id in the `display' field.
28895 Guess hardcoded faces and create a link button for them.
28896 Skip empty fields when calculating max-width.
28897 Treat `widget-create' specially while inserting strings from the
28898 collected field list.
28899 (describe-char-after): Made obsolete in version 22.1, not 21.5.
28901 * diff-mode.el (diff-file-header): Change foreground color from
28902 yellow to green on light backgrounds.
28903 (diff-context): Inherit from `shadow' only for color/grayscale
28904 with more than 88 colors.
28905 (diff-indicator-removed, diff-indicator-added)
28906 (diff-indicator-changed): New faces.
28907 (diff-font-lock-keywords): Use new faces. Regroup rules.
28908 Add "^---$" for `normal' diff format. Fontify `#' lines with
28909 font-lock-comment-delimiter-face and font-lock-comment-face.
28910 Add `#' to ^[^...] in the rule for `diff-context-face'.
28912 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
28913 a button-like box. Inherit from `highlight' on low colors.
28914 (shadow): Use shades of gray only for color/grayscale with
28915 more than 88 colors. Use green for light backgrounds with
28916 8 colors, and yellow for dark backgrounds with 8 colors.
28918 * font-lock.el (font-lock-regexp-grouping-backslash):
28919 Don't inherit from escape-glyph (use bold for all cases).
28921 * info.el (info-xref-visited): Use light foreground color `violet'
28922 for dark backgrounds instead of dark color `magenta3'.
28923 (info-title-1): Use `yellow' color for dark backgrounds.
28925 * isearch.el (isearch): Use not-too-dark magenta3 instead of
28926 too-light magenta2.
28928 * replace.el (match): Use slightly more light RoyalBlue3 instead
28929 of dark RoyalBlue4.
28931 * wid-edit.el (widget-inactive): Inherit from `shadow'.
28933 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
28935 * novice.el (disabled-command-hook): Declare it with
28936 `define-obsolete-variable-alias'.
28938 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
28939 (desktop-buffer-misc-functions, desktop-buffer-handlers)
28940 (desktop-load-default): Add release to obsolescence info.
28941 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
28942 (desktop-append-buffer-args, desktop-read):
28943 Fix typos in docstrings.
28944 (desktop-kill): Fix typo in message.
28945 (desktop-save): Doc fix.
28947 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
28949 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
28950 (viper-envelop-ESC-key): Change the definition of fast
28951 keysequence so it'll work with keyboard macros.
28953 * ediff.el (ediff-patch-buffer): Change the docstring.
28955 2005-07-19 Kenichi Handa <handa@m17n.org>
28957 * international/mule-cmds.el (select-safe-coding-system): Try to
28958 use an auto-coding (if any) before anything else. If the found
28959 auto-coding is invalid, show a warning message.
28961 * international/mule.el (find-auto-coding): New function created
28962 by modifying the body of set-auto-coding.
28963 (set-auto-coding): Use find-auto-coding to find a coding.
28965 2005-07-18 Richard M. Stallman <rms@gnu.org>
28967 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
28968 not isearch-mode-end-hook-error.
28969 (allout-before-change-protect): Fix error message.
28971 2005-07-18 Juri Linkov <juri@jurta.org>
28973 * allout.el (allout-mode):
28974 * calculator.el (calculator-copy):
28975 * custom.el (custom-known-themes):
28976 * dired.el (dired-desktop-buffer-misc-data)
28977 (dired-restore-desktop-buffer):
28978 * dired-x.el (dired-omit-marker-char):
28979 * files.el (basic-save-buffer):
28980 * font-core.el (font-lock-mode):
28981 * calendar/calendar.el (calendar-goto-hebrew-date)
28982 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
28983 (calendar-goto-persian-date):
28984 * language/ethio-util.el (ethio-sera-to-fidel-region):
28985 * textmodes/picture.el (picture-mode):
28986 Delete duplicate duplicate words.
28988 2005-07-18 Juri Linkov <juri@jurta.org>
28990 * isearch.el (isearch-mode-map): Remove key bindings for regexp
28992 (isearch-fallback): Don't call `isearch-process-search-char'.
28993 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
28994 (isearch-process-search-char): Call `isearch-fallback' for regexp
28996 (isearch-return-char): Make obsolete with `make-obsolete' instead
28997 of simply documenting it as obsolete in the docstring.
28998 (isearch-fallback): Refill docstring.
29000 * international/isearch-x.el
29001 (isearch-process-search-multibyte-characters): Remove unneeded
29002 `concat'. Add intermediate values to `junk-hist' instead of
29003 `minibuffer-history'. Test the length of `str'.
29005 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
29007 * allout.el (allout-resolve-xref): Fix typos in error strings.
29008 (allout-before-change-protect): Remove unneeded `concat'.
29010 * array.el (array-mode, array-reconfigure-rows)
29011 (untabify-backward): Fix typos in docstrings.
29012 (array-reconfigure-rows): Use `insert-buffer-substring', not
29015 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
29016 * progmodes/ada-mode.el (ada-make-body):
29017 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
29019 * dired.el (dired-log):
29020 * tar-mode.el (tar-subfile-save-buffer):
29021 * play/zone.el (zone-pgm-stress-destress):
29022 Use `insert-buffer-substring', not `insert-buffer'.
29024 2005-07-17 Simon Josefsson <jas@extundo.com>
29026 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
29028 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
29030 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
29031 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
29033 2005-07-17 Kim F. Storm <storm@cua.dk>
29035 * ido.el (dired-other-window): Add ido property.
29037 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
29039 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
29040 Fix typo in docstring.
29041 (byte-compile-interactive-only-functions): Add `insert-buffer' and
29042 `insert-file-literally'.
29044 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
29045 info and delete redundant message. Doc fix.
29046 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
29047 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
29049 2005-07-16 Richard M. Stallman <rms@gnu.org>
29051 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
29052 (byte-compile-and): Use byte-compile-and-recursion.
29053 (byte-compile-or-recursion): New function.
29054 (byte-compile-or): Use that.
29055 (byte-compile-if): Guard the else-clause too.
29056 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
29058 * isearch.el (isearch-mode-end-hook-quit): New variable.
29059 (isearch-done): Bind it.
29060 (isearch-mode-end-hook): Doc fix.
29062 * allout.el (allout-isearch-did-quit): Variable deleted.
29063 (allout-real-isearch-abort): Function name no longer used.
29064 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
29065 (allout-isearch-rectification): isearch-mode always exists.
29066 Don't set allout-isearch-did-quit.
29067 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
29068 allout-isearch-did-quit.
29069 (allout-enwrap-isearch): Just add the hook.
29070 (allout-isearch-abort): Function deleted.
29071 (allout-pre-command-business): Avoid warning.
29073 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
29074 Correctly avoid warnings.
29075 (pascal-outline): Likewise.
29077 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
29079 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
29081 * play/tetris.el (tetris-mode): Avoid warning.
29083 * play/snake.el (snake-mode): Avoid warning.
29085 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
29086 (gamegrid-set-display-table): Avoid warning.
29087 (gamegrid-set-timer): Likewise.
29088 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
29089 (gamegrid-add-score-with-update-game-score-1): Take FILE
29091 (gamegrid-add-score-with-update-game-score): Pass that argument.
29092 Rename have-shared-game-dir to gamegrid-shared-game-dir.
29094 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
29096 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
29097 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
29099 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
29102 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
29103 (sc-ask): Avoid warnings.
29105 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
29106 (eshell-hist-initialize): Use that var the natural way.
29108 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
29110 * emacs-lisp/re-builder.el (reb-cook-regexp):
29111 Avoid warning calling lre-compile-string.
29112 (reb-color-display-p): Avoid warning.
29114 * calculator.el (calculator-last-input): Guard uses
29115 of event-key and key-press-event-p.
29116 (event-key, key-press-event-p): Delete definitions.
29118 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
29119 (find-gc-source-directory, find-gc-subrs-callers)
29120 (find-gc-noreturn-list, find-gc-source-files)
29121 (find-gc-subrs-called): Vars renamed and defvar'd.
29123 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
29124 (checkdoc-overlay-put, checkdoc-delete-overlay)
29125 (checkdoc-overlay-start, checkdoc-overlay-end)
29126 (checkdoc-mode-line-update, checkdoc-char=):
29127 Define such that compiler knows they are defined.
29128 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
29129 (checkdoc-read-event): Delete. Use read-event directly.
29131 * whitespace.el (whitespace-make-overlay)
29132 (whitespace-overlay-put, whitespace-delete-overlay)
29133 (whitespace-overlay-start, whitespace-overlay-end):
29134 Define such that compiler knows they are defined.
29135 (whitespace): Move conditional inside.
29137 * tempo.el (tempo-insert-template): Suppress warning.
29139 * ediff-diff.el (longlines-mode): Add defvar.
29141 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
29143 * server.el: Bind "C-x #" in a way that works even if C-x is
29144 redefined to a command key, not a prefix key.
29146 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
29148 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
29149 cl-make-type-test till execution time.
29151 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
29153 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
29154 arg ARG and use it.
29156 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
29158 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
29160 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
29162 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
29163 a defcustom with two :set or :type keywords.
29165 2005-07-15 Richard M. Stallman <rms@gnu.org>
29167 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
29168 Don't give ^M comment-end syntax.
29170 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
29172 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
29173 Don't consider gdbmi (gdb-mi.el has its own update functions).
29174 (gdb-var-delete): Make it work for gdbmi as well.
29175 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
29177 * progmodes/gud.el (etags, sdb): Only require etags when needed.
29178 (gud-speedbar-menu-items): Correct logic for enabling items.
29180 2005-07-15 Kim F. Storm <storm@cua.dk>
29182 * ido.el: Fix commentary.
29183 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
29184 Use with-no-warnings around ffap-guesser.
29185 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
29186 Let bind minibuffer-completing-file-name to t.
29188 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
29190 * startup.el (site-run-file, keyboard-type): Doc fixes.
29191 (command-line): Check for "--basic-display" argument; also for
29192 "--quick", not "--bare-bones" (which was renamed).
29193 (fancy-splash-text): Add missing item "Getting New Versions".
29194 (normal-splash-screen): Fix typos and improve consistency with
29195 `fancy-splash-text'. Update copyright year.
29197 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
29198 valid binding for `help-char'.
29200 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
29202 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
29204 * term.el (term-mode): Disable cua-mode for term buffers.
29206 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
29208 * add-log.el (add-log-mailing-address, change-log-merge):
29210 (change-log-get-method-definition): Fix typo in docstring.
29212 2005-07-14 Kim F. Storm <storm@cua.dk>
29214 * emulation/cua-base.el:
29215 (cua--pre-command-handler-1, cua--pre-command-handler)
29216 (cua--post-command-handler-1, cua--post-command-handler):
29217 Split in two. Check (buffer local) value of cua-mode.
29218 (cua-selection-mode): New command.
29220 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
29222 * custom.el (custom-initialize-safe-set)
29223 (custom-initialize-safe-default): Doc fixes.
29225 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
29226 and simplify :init-value again.
29228 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
29229 and simplify :init-value again. Delete autoload.
29231 * startup.el (command-line): Use `custom-reevaluate-setting' again
29234 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
29235 a defcustom with two :initialize keywords.
29237 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
29239 * allout.el (my-mark-marker, allout-isearch-prior-pos)
29240 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
29241 (allout-post-command-business, allout-flag-region)
29242 (isearch-reenable-font-lock, allout-yank)
29243 (allout-insert-latex-header, allout-insert-latex-trailer)
29244 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
29245 (allout-latex-verb-quote): Fix typos in docstrings.
29246 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
29247 (allout-unprotected, allout-prefix-data):
29248 Improve argument/docstring consistency.
29249 (allout-chart-subtree): Fix argument spec.
29250 (allout-open-topic): Rename `use_sib_bullet' argument to
29251 `use-sib-bullet'. Doc fix.
29253 * whitespace.el (whitespace-check-buffer-leading)
29254 (whitespace-check-buffer-trailing)
29255 (whitespace-check-buffer-indent)
29256 (whitespace-check-buffer-spacetab)
29257 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
29258 (whitespace-check-leading-whitespace)
29259 (whitespace-check-trailing-whitespace)
29260 (whitespace-check-spacetab-whitespace)
29261 (whitespace-check-indent-whitespace)
29262 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
29263 (whitespace-modes): Fix typos in docstrings.
29264 (defgroup, defcustom): Doc fixes.
29266 * winner.el (winner-mode, winner-boring-buffers)
29267 (winner-pending-undo-ring): Doc fixes.
29268 (winner-ring): Remove unneeded `progn'.
29269 (winner-equal): `defsubst' it.
29270 (winner-redo): Fix message.
29272 2005-07-13 Kim F. Storm <storm@cua.dk>
29274 * simple.el (line-move-1): Always use vertical-motion to
29275 do the last (or only) line move to ensure some movement.
29276 Undo 2005-06-23 change--don't check for overlays.
29278 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29280 * term/mac-win.el (ccl-encode-mac-roman-font)
29281 (ccl-encode-mac-centraleurroman-font)
29282 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
29283 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
29284 Change charset-id boundary of dimension to ?\xef.
29285 (mac-char-fontspec-list): New constant.
29286 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
29287 argument. Nil uses itself as family in font-spec. Previous
29288 behavior for nil is now provided by non-nil non-string argument.
29289 All callers changed. Add font-specs for Mac fonts to
29290 "fontset-default" unless iso8859-1 fonts are installed.
29292 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
29294 * progmodes/sh-script.el (sh-get-indent-info): Only indent
29295 a continuation line if the \ is preceded by SPC or TAB.
29296 (sh-get-indent-info): Simplify.
29297 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
29298 Use with-current-buffer.
29300 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
29301 when the matched text is empty.
29303 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
29305 * startup.el (command-line): Revert to previous handling of
29306 tooltip-mode. Explain in comment why the complexity is needed.
29308 * tooltip.el (tooltip-mode): Revert to previous implementation of
29311 * frame.el (blink-cursor-mode): Revert to previous implementation
29312 of its defcustom. Update comment.
29314 2005-07-12 Lars Hansen <larsh@soem.dk>
29316 * desktop.el: Update e-mail address.
29318 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29320 * term/mac-win.el (mac-services-mail-selection)
29321 (mac-services-mail-to): New functions.
29322 (mac-application-menu-map): Bind them.
29324 2005-07-12 wulei <milton@wulei.net> (tiny change)
29326 * progmodes/gdb-ui.el: Add note about buffering with Windows.
29328 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
29330 * custom.el (custom-reevaluate-setting): Doc fix.
29332 2005-07-11 Jay Belanger <belanger@truman.edu>
29334 * calc/calc.el (calc-embedded-announce-formula-alist)
29335 (calc-embedded-open-close-plain-alist)
29336 (calc-embedded-open-close-mode-alist): Add checks for additional
29337 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
29339 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
29341 * custom.el (custom-enable-theme): Don't add theme to
29342 `custom-enabled-themes' with `push' because there is no
29343 setf-method for `delq'.
29345 2005-07-11 Richard M. Stallman <rms@gnu.org>
29347 * custom.el (custom-declare-variable): Doc fix.
29349 * dired-aux.el (dired-compare-directories): Remove "." and ".."
29352 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
29353 Do nothing if edebug-active.
29355 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
29356 (edebug-display): Do it here instead.
29358 2005-07-10 Richard M. Stallman <rms@gnu.org>
29360 * cus-face.el (custom-theme-set-faces): Make it work.
29361 (custom-reset-faces): Doc fix.
29362 (custom-theme-reset-internal-face, custom-theme-face-value):
29365 * custom.el (custom-push-theme): Maintain list of the settings
29366 of a given theme in its theme-settings property.
29367 Maintain position of old settings in the theme-value
29368 or theme-face property.
29369 (custom-enabled-themes): New variable.
29370 (custom-theme-enabled-p): New function.
29371 (provide-theme): Update custom-enabled-themes.
29372 Disable and reenable the `user' theme.
29373 (require-theme): Doc fix.
29374 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
29375 (custom-theme-value, custom-theme-variable-value): Likewise.
29376 (custom-theme-reset-internal): Likewise.
29377 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
29378 (custom-enable-theme, custom-disable-theme): New functions.
29379 (custom-variable-theme-value, custom-face-theme-value): Likewise.
29380 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
29381 (custom-theme-reset-variables): Simplify.
29382 (deftheme, custom-declare-theme, custom-make-theme-feature):
29385 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
29387 * longlines.el (longlines-show-region)
29388 (longlines-unshow-hard-newlines): Recognize hard newlines by
29389 non-nil hard property, instead of t.
29391 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
29393 * emulation/viper-cmd.el (viper--key-maps): New variable.
29394 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
29395 emulation-mode-map-alists.
29396 (viper-envelop-ESC-key): Use viper-subseq.
29397 (viper-search-forward/backward/next): Disable debug-on-error.
29399 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29400 (viper-ESC-key): New defcustoms.
29402 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
29404 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
29405 (viper-subseq): Copy of subseq from cl.el.
29407 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
29408 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
29410 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
29412 * emulation/viper-init.el: Get rid of -face in face names.
29414 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
29415 Make it work with longlines mode.
29417 * ediff-mult.el (ediff-meta-mode-hook): New variable.
29419 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
29421 * ediff-init.el: Get rid of -face in face names.
29423 2005-07-10 Richard M. Stallman <rms@gnu.org>
29425 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
29426 and with-timeout-unsuspend.
29428 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
29429 and with-timeout-unsuspend.
29431 * emacs-lisp/timer.el (with-timeout-timers): New variable.
29432 (with-timeout): Bind that variable to record timers.
29433 (with-timeout-suspend, with-timeout-unsuspend): New functions.
29435 * emacs-lisp/debug.el (debug-help-follow): New function.
29436 (debugger-mode-map): Use that instead of help-follow.
29437 (debugger-setup-buffer): Use eval-buffer-list
29438 to handle eval-buffer frames.
29440 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
29442 * timezone.el (timezone-parse-date): Change first regexp
29443 so it will not mistakenly match dates with no time zone.
29445 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
29447 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
29449 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
29451 * custom.el (custom-initialize-safe-set)
29452 (custom-initialize-safe-default): New functions.
29454 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
29455 and simplify :init-value.
29457 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
29458 and simplify :init-value. Delete obsolete comment.
29460 * startup.el (command-line): Use `custom-reevaluate-setting' to
29461 handle `tooltip-mode'. Delete obsolete comment.
29463 * files.el (set-visited-file-name): Avoid calling
29464 `file-name-nondirectory' with a nil argument.
29466 2005-07-09 Richard M. Stallman <rms@gnu.org>
29468 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
29469 was called with nil for the buffer, handle the read position right.
29470 Handle read position for eval-region, too.
29472 2005-07-09 Juri Linkov <juri@jurta.org>
29474 * fringe.el (fringe-mode): Add period in docstring.
29475 (fringe-query-style): Build prompt depending on `all-frames' arg.
29477 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
29478 to not create links to unrelated functions in the Help buffer.
29480 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
29483 * simple.el (next-error-hook): New variable.
29484 (next-error): Use it. Doc fix.
29486 * textmodes/ispell.el (ispell-command-loop): Add current
29487 dictionary name and program name to mode-line-format.
29488 (ispell-region, ispell-process-line): Add current dictionary name
29489 and program name to messages.
29491 2005-07-08 Jay Belanger <belanger@truman.edu>
29493 * calc/calc.el (calc-embedded-announce-formula-alist)
29494 (calc-embedded-open-close-formula-alist)
29495 (calc-embedded-open-close-word-alist)
29496 (calc-embedded-open-close-plain-alist)
29497 (calc-embedded-open-close-new-formula-alist)
29498 (calc-embedded-open-close-mode-alist)
29499 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
29500 (calc-embedded-mode-hook): New variables.
29502 * calc/calc-embed.el (calc-embedded-firsttime)
29503 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
29505 (calc-do-embedded): Use calc-embedded-firsttime,
29506 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
29507 determine whether or not to run hooks.
29508 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
29509 calc-embedded-firsttime-formula appropriately.
29510 Set calc-embedded delimiter variables according to mode.
29512 2005-07-08 Richard M. Stallman <rms@gnu.org>
29514 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
29515 Check for "emacs", etc., as entire symbol, not just as word.
29516 (checkdoc-file-comments-engine): Use regexp-quote on FN.
29518 * files.el (set-visited-file-name): Report the error
29519 for "empty filename" earlier.
29520 (kill-some-buffers): Ignore buffers already dead.
29522 * fringe.el (fringe-mode): Doc fix.
29524 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
29525 Check for (featurep 'xemacs) and turn off warnings in what it guards.
29526 Use unwind-protect to ensure byte-compile-unresolved-functions
29529 * whitespace.el (whitespace-buffer-leading-cleanup):
29530 Simplify w/ skip-chars-forward.
29531 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
29533 * mail/rmail.el (rmail-only-expunge): Fix paren error.
29534 Unconditionally try to leave point at the same old place.
29536 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
29538 * comint.el (comint-postoutput-scroll-to-bottom)
29539 (comint-show-maximum-output): Take scroll-margin into consideration.
29541 2005-07-08 Kim F. Storm <storm@cua.dk>
29543 * ido.el (ido-use-filename-at-point): New choice `guess'.
29544 (ido-file-internal): Try ffap-guesser if selected.
29546 * ido.el (ido-before-fallback-functions): New hook.
29547 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
29548 (ido-read-file-name): Run it.
29550 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
29552 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
29553 strings rather than a list of symbols to the completion function.
29555 2005-07-07 Jay Belanger <belanger@truman.edu>
29557 * calc/calc-units.el (math-apply-units): Change the places in
29558 which units are simplified.
29560 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
29562 * cus-edit.el (customize-option, customize-option-other-window):
29563 Make them handle aliases.
29565 * custom.el (custom-variable-p): Make it recursively follow
29566 aliases. Mention that in the docstring.
29568 2005-07-07 Richard M. Stallman <rms@gnu.org>
29570 * cus-start.el (exec-path): Use `directory' instead of `file'.
29573 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
29575 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
29576 when called non-interactively. Doc fix.
29578 2005-07-07 Lute Kamstra <lute@gnu.org>
29580 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
29581 new address as well.
29583 2005-07-07 Kenichi Handa <handa@m17n.org>
29585 * international/mule.el (make-coding-system):
29586 Describe `ascii-incompatible' property in the docstring.
29587 (set-file-name-coding-system): Signal an error if coding-system is
29588 ascii-incompatible.
29589 (set-keyboard-coding-system): Likewise.
29591 * international/mule-cmds.el (set-default-coding-systems):
29592 Don't set default-file-name-coding-system and
29593 default-keyboard-coding-system if coding-system is ASCII-incompatible.
29595 * international/utf-16.el: Declare that all UTF-16-based coding
29596 systems are ASCII-incompatible.
29598 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
29600 * progmodes/gud.el: Require font-lock for displaying errors.
29603 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
29605 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
29606 values for the pattern lists which are `read'able but not
29607 `append'able (like symbols).
29609 2005-07-06 Richard M. Stallman <rms@gnu.org>
29611 * progmodes/flymake.el (flymake-float-time): Instead of
29612 with-no-warnings, test for XEmacs.
29613 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
29616 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
29618 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
29620 2005-07-05 Lute Kamstra <lute@gnu.org>
29622 * battery.el: Add support for Darwin (with much debugging help
29623 from Samuel Lauber <sam124@operamail.com>).
29624 (battery-status-function, battery-echo-area-format)
29625 (battery-mode-line-format): Add support for pmset on Darwin.
29626 (battery-load-low, battery-load-critical): New user options.
29627 (battery-pmset): New function.
29629 2005-07-05 Lute Kamstra <lute@gnu.org>
29631 Update FSF's address in GPL notices.
29633 * textmodes/page-ext.el: Update FSF's address.
29635 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
29637 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
29638 filling from using prefix when filling a single-line docstring.
29640 * progmodes/flymake.el: Remove useless eval-when-compile.
29642 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
29644 2005-07-04 Richard M. Stallman <rms@gnu.org>
29646 * textmodes/org.el (org-file-apps-defaults-gnu):
29647 Rename from org-file-apps-defaults-linux.
29648 (org-default-apps): Don't test system-type for `linux'.
29649 (org-file-apps): Doc fix.
29651 2005-07-04 David Ponce <david@dponce.com>
29653 * tree-widget.el: Improve header Commentary section.
29654 (tree-widget) [defgroup]
29655 (tree-widget-image-enable, tree-widget-themes-directory)
29656 (tree-widget-theme, tree-widget-image-properties-emacs)
29657 (tree-widget-image-properties-xemacs, tree-widget-create-image)
29658 (tree-widget-image-formats, tree-widget-control)
29659 (tree-widget-empty-control, tree-widget-leaf-control
29660 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
29661 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
29662 (tree-widget-keep, tree-widget-after-toggle-functions)
29663 (tree-widget-open-node, tree-widget-close-node): Doc fix.
29664 (tree-widget-open-control, tree-widget-close-control): Fix doc and
29665 :help-echo message.
29666 (tree-widget-set-theme): Doc fix. Use `string-equal'.
29667 (tree-widget-image-properties): Doc fix. Clearer implementation.
29668 (tree-widget--cursors): New constant.
29669 (tree-widget-lookup-image): New function split from
29670 `tree-widget-find-image'. Clearer implementation.
29671 (tree-widget-find-image): Use it.
29672 (tree-widget-button-keymap): Use `set-keymap-parent'.
29673 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
29674 Define the sub-widgets here.
29675 (tree-widget-node): Check that :node is not a tree-widget.
29676 (tree-widget-get-super, tree-widget-open-control)
29677 (tree-widget-close-control, tree-widget-empty-control)
29678 (tree-widget-leaf-control, tree-widget-guide)
29679 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
29680 (tree-widget-no-handle, tree-widget-value-delete)
29681 (tree-widget-map): Remove.
29682 (tree-widget-children-value-save): Doc fix. Simplified.
29683 (tree-widget-value-create): Update according to previous changes.
29685 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
29687 * textmodes/org.el: Leading space replaced by TABS.
29688 (org-recalc-marks, org-table-rotate-recalc-marks)
29689 (org-table-get-specials): Treat "^" and "_" marks.
29690 (org-table-justify-field-maybe): Optional argument NEW.
29691 (org-table-eval-formula): Parsing of the format simplified.
29692 New modes C,I. Honor the %= parameter in the current table.
29693 Avoid unnecessary re-align by using the NEW argument to
29694 `org-table-justify-field-maybe'.
29695 (org-calc-default-modes): Default for date-format mimicks org-mode.
29696 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
29698 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
29700 * cus-face.el (custom-theme-set-faces): Make it handle face
29701 aliases whose alias declarations are pre- or autoloaded.
29703 2005-07-04 Juri Linkov <juri@jurta.org>
29705 * faces.el (read-face-name): Put the code for getting a face name
29706 from the buffer before adding the faces from the `face' property.
29707 Use `completing-read-multiple' instead of `completing-read'.
29708 Require `crm'. Add default value and post-process the returned
29711 * emacs-lisp/crm.el (crm-find-current-element)
29712 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
29714 * emacs-lisp/lisp-mode.el (eval-defun-1):
29715 * emacs-lisp/edebug.el (edebug-eval-defun):
29716 Remove unnecessary quotes.
29718 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
29720 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
29721 (prolog-indent-level): Fix typo in docstring.
29723 * info.el (Info-history, Info-history-forward)
29724 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
29726 * add-log.el (add-change-log-entry):
29727 * comint.el (comint-dynamic-list-input-ring)
29728 (comint-dynamic-list-completions):
29729 * dabbrev.el (dabbrev-expand):
29730 * delim-col.el (delimit-columns-rectangle-line):
29731 * diff-mode.el (diff-context->unified, diff-reverse-direction)
29732 (diff-unified->context):
29733 * ediff-init.el (ediff-abbrev-jobname):
29734 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
29735 (ediff-replace-session-activity-marker-in-meta-buffer):
29736 * info.el (Info-summary):
29737 * lpr.el (printify-region):
29738 * printing.el (pr-create-interface):
29739 * ps-print.el (ps-print-quote):
29740 * ses.el (ses-column-widths, ses-print-cell)
29741 (ses-adjust-print-width, ses-center):
29742 * shell.el (shell-file-name-quote-list):
29743 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
29744 (strokes-fill-current-buffer-with-whitespace)
29745 (strokes-xpm-for-stroke, strokes-list-strokes)
29746 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
29747 * term.el (term-dynamic-list-input-ring)
29748 (term-dynamic-list-completions):
29749 * calc/calc.el (math-format-stack-value):
29750 * emacs-lisp/edebug.el (edebug-display-freq-count):
29751 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
29752 (delphi-new-comment-line):
29753 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
29754 * progmodes/executable.el (executable-set-magic):
29755 * progmodes/python.el (inferior-python-mode):
29756 * progmodes/scheme.el (scheme-mode-syntax-table):
29757 * progmodes/sh-script.el (sh-maybe-here-document):
29758 * progmodes/sql.el (sql-copy-column):
29759 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
29760 * textmodes/bibtex.el (bibtex-mode):
29761 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
29762 (sgml-auto-attributes):
29763 * textmodes/table.el (table-insert, table-shorten-cell)
29764 (table--generate-source-scan-lines, table-delete-row)
29765 (*table--cell-delete-char, table--spacify-frame)
29766 (table--horizontally-shift-above-and-below)
29767 (table--cell-insert-char, table--cell-blank-str)
29768 (table--fill-region-strictly):
29769 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
29770 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
29772 * add-log.el (change-log):
29773 * apropos.el (apropos):
29774 * comint.el (comint-completion, comint-source):
29775 * dabbrev.el (dabbrev):
29776 * delim-col.el (columns):
29777 * diff-mode.el (diff-mode):
29778 * ediff.el (ediff):
29779 * ediff-diff.el (ediff-diff):
29780 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
29781 * ediff-mult.el (ediff-mult):
29782 * ediff-ptch.el (ediff-ptch):
29783 * ediff-wind.el (ediff-window):
29784 * facemenu.el (facemenu):
29785 * indent.el (indent):
29787 * jka-cmpr-hook.el (compression, jka-compr):
29789 * outline.el (outlines):
29790 * pcmpl-cvs.el (pcmpl-cvs):
29791 * pcmpl-rpm.el (pcmpl-rpm):
29792 * printing.el (printing):
29793 * ps-print.el (postscript, ps-print, ps-print-horizontal)
29794 (ps-print-vertical, ps-print-headers, ps-print-font)
29795 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
29796 (ps-print-background, ps-print-printer, ps-print-page)
29797 (ps-print-miscellany):
29799 * shell.el (shell, shell-directories, shell-faces):
29800 * startup.el (initialization):
29801 * strokes.el (strokes):
29803 * uniquify.el (uniquify):
29804 * w32-vars.el (w32):
29805 * calc/calc.el (calc):
29806 * emacs-lisp/bytecomp.el (bytecomp):
29807 * emacs-lisp/cl-indent.el (lisp-indent):
29808 * emacs-lisp/edebug.el (edebug):
29809 * emacs-lisp/elp.el (elp):
29810 * emacs-lisp/testcover.el (testcover):
29811 * emacs-lisp/trace.el (trace):
29812 * emulation/viper-ex.el (viper-ex):
29813 * emulation/viper-mous.el (viper-mouse):
29814 * mail/mailalias.el (mailalias):
29815 * mail/supercite.el (supercite, supercite-frames)
29816 (supercite-attr, supercite-cite, supercite-hooks):
29817 * net/rcompile.el (remote-compile):
29818 * net/rlogin.el (rlogin):
29819 * obsolete/ooutline.el (outlines):
29820 * progmodes/delphi.el (delphi):
29821 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
29822 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
29823 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
29824 (ebnf-optimization):
29825 * progmodes/etags.el (etags):
29826 * progmodes/executable.el (executable):
29827 * progmodes/idlwave.el (idlwave):
29828 * progmodes/pascal.el (pascal):
29829 * progmodes/prolog.el (prolog):
29830 * progmodes/python.el (python):
29831 * progmodes/scheme.el (scheme):
29832 * progmodes/sh-script.el (sh, sh-script):
29833 * progmodes/sql.el (SQL):
29834 * progmodes/tcl.el (tcl):
29835 * textmodes/bibtex.el (bibtex, bibtex-autokey):
29836 * textmodes/enriched.el (enriched):
29837 * textmodes/makeinfo.el (makeinfo):
29838 * textmodes/sgml-mode.el (sgml):
29839 * textmodes/table.el (table-hooks):
29840 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
29841 * textmodes/texinfo.el (texinfo):
29842 * textmodes/two-column.el (two-column):
29843 Finish `defgroup' description with period.
29845 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
29846 * eshell/esh-var.el (eshell-var):
29847 * progmodes/vhdl-mode.el (vhdl-testbench):
29848 * textmodes/org.el (org): Fix typos in docstrings.
29850 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
29853 * progmodes/flymake.el (flymake-find-file): Remove.
29854 (flymake-float-time): Use `with-no-warnings'.
29855 (flymake-check-start-time, flymake-check-was-interrupted)
29856 (flymake-err-info, flymake-is-running, flymake-last-change-time)
29857 (flymake-new-err-info): `defvar' at compile time.
29859 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
29861 * replace.el (occur-hook): Doc fix.
29862 (occur-1): Don't call `occur-hook' if there are no matches.
29864 2005-07-03 Richard M. Stallman <rms@gnu.org>
29866 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
29867 global-map, save the same map.
29868 (global-map): Don't alter it at top level.
29869 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
29870 Then alter it here instead.
29871 (tpu-edt-off): Set global-map to the saved one.
29873 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
29874 All references simplified.
29875 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
29876 (zmacs-regions): Add defvar.
29877 (repeat-complex-command-map): Everything about that deleted.
29879 * textmodes/artist.el (artist-key-is-drawing)
29880 (artist-key-endpoint1, artist-key-poly-point-list)
29881 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
29882 (artist-key-compl-table, artist-rb-save-data)
29883 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
29884 Don't put them in eval-when-compile.
29885 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
29887 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
29888 Use with-no-warnings.
29890 * net/browse-url.el (dos-windows-version): Add defvar.
29892 * mail/supercite.el (filladapt-prefix-table): Add defvar.
29894 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
29895 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
29896 (rmail-new-summary-line-count): Rename from new-summary-line-count.
29898 (rmail-summary-beginning-of-message): Use with-no-warnings.
29899 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
29901 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
29902 Use with-no-warnings.
29904 * emulation/vi.el (vi-mark-region): Use c-mark-function.
29905 (c-mark-function): Add point-moving-unit property.
29906 (vi-goto-line): Use with-no-warnings.
29908 * emulation/edt.el (edt-last-copied-word): Add defvar.
29909 (zmacs-region-stays): Likewise.
29910 (edt-mark-section-wisely): Use c-mark-function for C.
29911 Use makr-defun for Fortran.
29912 (time-string): defvar deleted.
29913 (edt-display-the-time): Don't set time-string.
29915 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
29917 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29918 Don't warn when name is not constant
29919 or for defining the group `emacs'.
29921 * tooltip.el (gud-tooltip-mode): Add defvar.
29923 * startup.el (default-frame-background-mode): Add defvar.
29925 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
29927 * info.el (tool-bar-map): Add defvar.
29929 * dired.el (dnd-protocol-alist): Add defvar.
29931 * dired-aux.el (dired-query): Display question with answer, when
29934 * custom.el (custom-add-option): Doc fix.
29936 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
29938 2005-07-03 Eli Zaretskii <eliz@gnu.org>
29940 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
29941 bogus name from the last change.
29943 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
29945 * custom.el (custom-declare-variable): Fix typos in comment.
29946 (custom-known-themes): Doc fix.
29947 (custom-theme-directory): New defcustom.
29948 (require-theme): Make it check `custom-theme-directory'.
29950 * cus-theme.el (custom-new-theme-mode): New function.
29951 (custom-theme-name, custom-theme-variables, custom-theme-faces)
29952 (custom-theme-description): Add compiler defvars.
29953 (customize-create-theme): Add doc to the "*New Custom Theme*"
29954 buffer. Use `custom-new-theme-mode'.
29955 (custom-theme-write): Put the created buffer in emacs-lisp-mode
29956 and save it to the `custom-theme-directory'. Make this the
29957 default directory of the buffer.
29959 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
29961 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
29962 Fix unbalanced parentheses.
29964 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
29966 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
29967 into flymake-mode and delegate to flymake-mode.
29969 * find-file.el (ff-which-function-are-we-in): Clean up.
29971 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
29973 * replace.el (occur-rename-buffer): Fix docstring.
29975 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
29976 (edt-last-copied-word, edt-learn-macro-count)
29977 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
29978 (edt-rect-start-point, edt-user-global-map, rect-start-point)
29979 (time-string, zmacs-region-stays):
29980 * emulation/edt-mapper.el (edt-save-function-key-map)
29981 (EDT-key-name): `defvar' to silence the byte-compiler.
29983 2005-07-02 Martin Rudalics <rudalics@gmx.at>
29985 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
29986 font-lock-regexp-backslash. Doc fix.
29987 (font-lock-regexp-backslash-grouping-construct): Rename from
29988 font-lock-regexp-backslash-construct. Doc fix.
29989 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
29990 grouping constructs.
29992 2005-07-02 Eli Zaretskii <eliz@gnu.org>
29994 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
29995 updating all the prerequisites.
29997 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
29999 * textmodes/org.el (org-agenda-start-on-weekday)
30000 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
30001 (org-agenda-use-time-grid, org-archive-location)
30002 (org-allow-space-in-links, org-usenet-links-prefer-google)
30003 (org-enable-table-editor, org-export-default-language)
30004 (org-export-html-show-new-buffer, org-fill-paragraph)
30005 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
30006 (org-goto-quit, org-occur, org-eval-in-calendar)
30007 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
30008 (org-agenda-diary-entry, org-remember-help)
30009 (org-table-convert-region, org-at-table-p)
30010 (org-table-move-row-down, org-table-move-row-up)
30011 (org-table-copy-region, org-table-toggle-vline-visibility)
30012 (org-table-get-stored-formulas, org-table-get-specials)
30013 (org-recalc-commands, org-table-eval-formula)
30014 (org-table-formula-substitute-names, orgtbl-make-binding)
30015 (org-format-org-table-html, org-format-table-table-html)
30016 (org-format-table-table-html-using-table-generate-source)
30017 (org-customize): Fix typos in docstrings.
30018 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
30019 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
30020 (org-back-to-heading): Doc fixes.
30021 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
30022 (org-agenda-change-all-lines, org-get-header):
30023 Improve argument/docstring consistency.
30024 (orgtbl-error): Fix error message.
30026 * progmodes/flymake.el (flymake-find-possible-master-files)
30027 (flymake-master-file-compare, flymake-get-line-err-count)
30028 (flymake-highlight-line, flymake-gui-warnings-enabled):
30029 Fix typos in docstrings.
30030 (flymake-parse-line, flymake-get-project-include-dirs-function)
30031 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
30033 (flymake-get-project-include-dirs-function)
30034 (flymake-make-err-menu-data):
30035 Improve argument/docstring consistency.
30037 2005-07-01 Lute Kamstra <lute@gnu.org>
30039 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
30040 Catch errors with ignore-errors. Use temporary buffer.
30041 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
30043 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
30044 background color faces.
30045 (facemenu-set-foreground, facemenu-set-background):
30046 Use facemenu-set-face-from-menu.
30047 (facemenu-set-face-from-menu): Treat face names that start with
30048 "fg:" or "bg:" as special.
30049 (facemenu-add-new-color): Don't create faces. Simplify.
30051 2005-06-30 Richard M. Stallman <rms@gnu.org>
30053 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
30054 (crm-find-current-element): Likewise.
30056 2005-06-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
30058 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
30060 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
30062 * arc-mode.el (archive-extract): Make it work as a mouse binding.
30063 (archive-mouse-extract): Make it an obsolete alias.
30064 (archive-mode-map): Don't use archive-mouse-extract any more.
30065 (archive-mode, archive-extract): write-contents-hooks ->
30066 write-contents-functions.
30067 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
30069 (archive-rename-entry): Update the call.
30070 (archive-zip-summarize): Remove unused var `method'.
30071 (archive-lzh-summarize): Remove unused var `creator'.
30073 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
30074 dedicated frame upon exit.
30076 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
30077 (archive-zip-extract, archive-zip-expunge)
30078 (archive-zip-update, archive-zip-update-case): Use executable-find.
30079 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
30080 Use restore-buffer-modified-p.
30081 (archive-extract, archive-add-new-member, archive-write-file-member):
30082 Use with-current-buffer.
30083 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
30085 2005-06-30 Andreas Schwab <schwab@suse.de>
30087 * progmodes/gud.el (gud-filter): Remove unneeded progn.
30089 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30091 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
30093 2005-06-30 Juri Linkov <juri@jurta.org>
30095 * faces.el (vertical-border): Inherit from mode-line-inactive
30098 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
30100 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
30101 example, -NLINES in the `occur' docstring).
30103 * replace.el (occur-1): When no matches are found, do not set the
30104 `buffer-read-only' and modified flags for the occur buffer,
30105 because it is deleted.
30107 * emulation/cua-base.el (cua-check-pending-input)
30108 (cua-repeat-replace-region, cua-mode, cua-debug)
30109 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
30110 Fix typos in docstrings.
30112 * emulation/cua-gmrk.el (cua-toggle-global-mark)
30113 (cua-cut-region-to-global-mark)
30114 (cua--cut-rectangle-to-global-mark):
30115 Remove period from end of messages.
30117 * emulation/cua-rect.el (cua-do-rectangle-padding):
30118 Remove period from end of messages.
30119 (cua--rectangle-seq-format): Fix typo in docstring.
30120 (cua-sequence-rectangle, cua-fill-char-rectangle):
30121 Improve argument/docstring consistency.
30123 2005-06-29 Juri Linkov <juri@jurta.org>
30125 * faces.el (default-frame-background-mode): New internal variable.
30126 (frame-set-background-mode): Use it.
30128 * startup.el (normal-top-level): Set default-frame-background-mode
30129 instead of frame-background-mode. Before setting it, test for its
30130 nil value. Remove tests for frame-background-mode and frame
30131 parameter `reverse'. Add test for "unspecified-fg".
30133 * term/xterm.el (xterm-rxvt-set-background-mode):
30134 * term/rxvt.el (rxvt-set-background-mode):
30135 Set default-frame-background-mode instead of frame-background-mode.
30137 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
30139 * simple.el (set-variable): Warn about obsolete user variables.
30141 * imenu.el (imenu--completion-buffer):
30142 * mouse.el (mouse-buffer-menu-alist):
30143 * msb.el (msb-invisible-buffer-p):
30144 * calendar/diary-lib.el (diary-header-line-format):
30145 * emacs-lisp/pp.el (pp-buffer):
30146 * progmodes/cperl-mode.el (cperl-do-auto-fill):
30147 * textmodes/picture.el (picture-replace-match):
30148 Change space constants followed by a sexp to "?\s ".
30150 * play/decipher.el (decipher-loop-with-breaks):
30151 * textmodes/texinfo.el (texinfo-insert-@item): Change space
30152 constants "protected" from end of line by a comment to "?\s".
30154 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
30156 * font-lock.el (save-buffer-state): Use `declare'.
30158 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
30159 reset the syntax-table to cperl-mode-syntax-table.
30160 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
30161 "foo_print_bar" is not matched as a reserved keyword.
30163 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
30165 * textmodes/org.el (orgtbl-setup): New function, for delayed
30166 setup for the orgtbl commands.
30167 (org-calc-default-modes): New option.
30168 (orgtbl-make-binding): Use `defun' to get better help display.
30169 (org-diary): Call `org-compile-prefix-format'.
30170 (org-table-formula-substitute-names): New function.
30171 (org-agenda-day-view, org-agenda-week-view): New commands.
30172 (org-agenda-toggle-week-view): Command removed.
30173 (org-tbl-menu): Split off from org-org-menu.
30174 (org-mode): Move removal of outline-mode menus to here.
30175 (org-table-formula-debug): New option.
30176 (org-table-insert-row): Keep first field if just "#" or "*".
30177 (org-mode): Paragraph regexps fixed.
30178 (org-table-recalculate-regexp): New constant.
30179 (org-table-justify-field-maybe): Avoid replace if not necessary.
30180 (org-copy-special, org-cut-special): Use `call-interactively'.
30181 (org-table-copy-region): Take region from `interactive' call.
30182 (org-trim): Return string even if no match.
30183 (org-formula): New face.
30184 (org-set-font-lock-defaults): No longer highlight "FIXME".
30185 But highlight formula-related fields in table.
30186 (org-table-p): Use regexp, not fontification.
30187 (org-table-align): Handle white space at end of line.
30188 (org-table-formula-evaluate-inline): New option.
30189 (org-mode): Auto-wrapping in comment lines turned off.
30190 (org-table-copy-down): Evaluate only in copied field, not in
30192 (org-table-current-formula): Variable removed.
30193 (org-table-store-formulas, org-table-get-stored-formulas)
30194 (org-table-modify-formulas, org-table-replace-in-formulas)
30195 (org-table-maybe-eval-formula): New functions.
30196 (org-table-get-formula): Modify to use stored formulas.
30197 (org-table-insert-column, org-table-delete-column)
30198 (org-table-move-column): Call `org-table-modify-formulas'.
30199 (org-complete): Add completion for keyword formulas.
30200 (orgtbl-mode): Pull orgtbl-mode-map to start of
30201 minor-mode-map-alist.
30203 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
30205 * progmodes/python.el (python-check): Require `compile' before
30206 modifying its variables.
30208 * newcomment.el (comment-indent-default): Don't get fooled by an early
30211 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30213 * ps-print.el (ps-print-version): Fix version number.
30215 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
30217 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
30219 2005-06-28 Richard M. Stallman <rms@gnu.org>
30221 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
30222 (flyspell-local-mouse-map): Declaration deleted.
30223 (flyspell-mouse-map): Bind only mouse-2.
30224 (flyspell-mode-map): Don't test flyspell-use-local-map.
30225 (flyspell-overlay-keymap-property-name): Var deleted.
30226 (flyspell-mode-on): Don't make local bindings for
30227 flyspell-mouse-map and flyspell-mode-map.
30228 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
30230 * textmodes/ispell.el (ispell-word): Do not ignore short words.
30232 * progmodes/compile.el (compilation-next-error-function):
30233 Don't switch buffers; operate on the current buffer.
30235 * progmodes/compile.el (compilation-error-file-name)
30236 (compilation-warning-file-name, compilation-info-file-name)
30237 (compilation-line-number, compilation-column-number): New faces.
30238 (compilation-error-face, compilation-warning-face)
30239 (compilation-info-face, compilation-line-face)
30240 (compilation-column-face): Use them.
30242 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
30244 * comint.el (comint-password-prompt-regexp): Accept ", try again".
30246 * bindings.el (global-map): Bind insertchar and its variants.
30248 2005-06-27 Richard M. Stallman <rms@gnu.org>
30250 * textmodes/artist.el (artist-text-overwrite)
30251 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
30253 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30255 * ps-print.el: It was not working the page selection for printing.
30256 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
30257 (ps-print-version): New version 6.6.7.
30258 (ps-end-sheet): New fun.
30259 (ps-header-sheet, ps-end-job): Call it.
30261 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
30263 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
30265 2005-06-27 Lute Kamstra <lute@gnu.org>
30267 * facemenu.el (facemenu-unlisted-faces): Add foreground and
30268 background color faces.
30269 (facemenu-get-face): Delete function.
30270 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
30271 (facemenu-add-new-color): Make second argument mandatory.
30272 Create the appropriate face and return it. Simplify.
30273 (facemenu-set-foreground, facemenu-set-background): Don't check if
30274 color is defined. Use return value of facemenu-add-new-color.
30276 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
30278 * progmodes/gud.el (gud-filter): Add missing argument to
30279 with-selected-window.
30281 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
30283 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
30284 a :require to the defcustom.
30286 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
30287 defcustoms corresponding to minor modes.
30289 2005-06-26 David Ponce <david@dponce.com>
30291 * recentf.el: Require tree-widget instead of wid-edit.
30292 (recentf-filename-handler): Fix widget :type.
30293 (recentf-cancel-dialog, recentf-open-more-files)
30294 (recentf-open-files-action): Doc fix.
30295 (recentf-dialog-goto-first): New function.
30296 (recentf-dialog-mode-map): Set parent keymap first.
30297 (recentf-dialog-mode): Define with define-derived-mode.
30298 Don't display continuation lines in dialogs.
30299 (recentf-edit-list): Rename from recentf-edit-selected-items.
30300 (recentf-edit-list-select): Rename from recentf-edit-list-action.
30302 (recentf-edit-list-validate): New function.
30303 (recentf-edit-list): Update accordingly.
30304 (recentf-open-files-item-shift): Remove.
30305 (recentf-open-files-item): Convert menu elements into tree and
30306 link widgets. Don't create the widgets.
30307 (recentf-open-files): Update accordingly.
30308 (recentf-save-list): Untabify.
30310 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
30312 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
30313 (keep-lines): Add INTERACTIVE arg. Never delete lines only
30314 partially contained in the active region. Do not take active
30315 region into account when called from Lisp, unless INTERACTIVE arg
30316 is non-nil. Use `forward-line' instead of `beginning-of-line' to
30317 avoid trouble with fields. Make marker point nowhere when no
30318 longer used. Always return nil. Doc fix.
30319 (flush-lines): Add INTERACTIVE arg. Do not take active region
30320 into account when called from Lisp, unless INTERACTIVE arg is
30321 non-nil. Use `forward-line' instead of `beginning-of-line' to
30322 avoid trouble with fields. Make marker point nowhere when no
30323 longer used. Always return nil. Doc fix.
30324 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
30325 interchangeable. Do not take active region into account when
30326 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
30327 message in echo area when called from Lisp, unless INTERACTIVE arg
30328 is non-nil. Avoid saying "1 occurrences". Do not use markers.
30329 Return the number of matches. Doc fix.
30331 (perform-replace): Make comment follow double space convention for
30332 the sake of `outline-minor-mode'.
30334 * faces.el (facep): Doc fix.
30336 2005-06-25 Richard M. Stallman <rms@gnu.org>
30338 * facemenu.el (facemenu-enable-faces-p): New function.
30339 (facemenu-background-menu, facemenu-foreground-menu)
30340 (facemenu-face-menu): Add menu-enable property.
30342 * jka-compr.el (jka-compr-insert-file-contents):
30343 Special handling if cannot find the uncompression program.
30345 * cus-face.el (custom-face-attributes): Add autoload.
30347 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30348 Bind comment-indent-function locally.
30350 * window.el (save-selected-window): Use save-current-buffer.
30352 * subr.el (with-selected-window): Use save-current-buffer.
30354 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
30355 and with-current-buffer.
30357 2005-06-24 Richard M. Stallman <rms@gnu.org>
30359 * simple.el (line-move-1): Fix previous change.
30361 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
30363 * replace.el (occur-1): Set `buffer-read-only' and the
30364 buffer-modified flag before running `occur-hook' to protect
30365 against unintentional buffer switches that can lead to data loss.
30367 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
30369 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
30370 (gud-gdb-marker-filter): Use font-lock-warning-face for any
30373 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
30375 (gdb-var-create-handler): Put name of expression in quotes.
30377 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
30379 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
30380 elements of RING in order, and without bogus nil elements.
30382 2005-06-23 Richard M. Stallman <rms@gnu.org>
30384 * simple.el (set-variable): Args renamed; doc fix.
30385 (line-move-1): When there are overlays around, use vertical-motion.
30387 * faces.el (escape-glyph): Use brown against light background.
30388 (nobreak-space): Rename from no-break-space.
30389 Fix previous change.
30391 * dired-aux.el (dired-do-copy): Fix arg prompt.
30393 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
30395 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
30397 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
30398 rather than "Distributor".
30400 2005-06-23 Lute Kamstra <lute@gnu.org>
30402 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
30403 (debug-on-entry): Use it. New interactive declaration that uses
30404 function-called-at-point.
30406 2005-06-23 Kim F. Storm <storm@cua.dk>
30408 * subr.el (save-match-data): Add comment about using evaporate arg
30411 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
30413 * cus-edit.el (customize-face)
30414 (customize-face-other-window): Handle face aliases.
30416 * faces.el (face-documentation, set-face-attribute)
30417 (face-spec-set): Handle face aliases.
30419 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
30421 * help-mode.el (help-make-xrefs): If a symbol representing a face
30422 name is not followed by the word "face", it could still be a
30423 function or variable name, so don't bypass other checks.
30425 2005-06-22 Juri Linkov <juri@jurta.org>
30427 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
30428 Replace aliased functions with calls where second arg `inherit' is t.
30430 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
30432 * progmodes/gdb-ui.el (gdb-error): New variable.
30433 (gdb-error): New function.
30434 (gdb-annotation-rules): Act on error-begin and error annotations.
30435 (gdb-concat-output): Use font-lock-warning-face for errors.
30437 2005-06-22 Miles Bader <miles@gnu.org>
30439 * bindings.el (propertized-buffer-identification): Use renamed
30440 `Buffer-menu-buffer' face.
30442 * faces.el (vertical-border): Rename from `vertical-divider'.
30443 (escape-glyph): Change dark-background color back to `cyan'.
30445 2005-06-21 Juri Linkov <juri@jurta.org>
30447 * faces.el (face-user-default-spec): Try getting `customized-face'
30448 prior to `saved-face'.
30449 (frame-background-mode): Refill docstring.
30451 * emacs-lisp/lisp-mode.el (eval-defun-1):
30452 * emacs-lisp/edebug.el (edebug-eval-defun):
30453 Set `saved-face' temporarily to nil before calling form.
30454 Set `customized-face' to the new spec after that.
30456 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
30458 * subr.el (1value, lambda, key-substitution-in-progress):
30461 * autoinsert.el (auto-insert-alist):
30462 * ses.el (ses-call-printer):
30463 * subr.el (noreturn):
30464 * emacs-lisp/lisp.el (check-parens):
30465 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
30466 * net/browse-url.el (browse-url-mosaic):
30467 * progmodes/cc-defs.el (c-safe-scan-lists):
30468 * progmodes/ebnf-abn.el (ebnf-abn-lex):
30469 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
30470 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
30471 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
30472 * progmodes/ebnf-iso.el (ebnf-iso-lex):
30473 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
30475 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
30477 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
30479 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
30481 * calendar/appt.el (appt-make-list): Activate the package, if
30482 not already active (for backwards compatibility).
30484 2005-06-20 Kim F. Storm <storm@cua.dk>
30486 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
30488 2005-06-20 Miles Bader <miles@gnu.org>
30490 * faces.el (vertical-divider): New face.
30492 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
30494 * simple.el (kill-whole-line): Doc fix.
30495 (next-error-buffer-p, next-error-find-buffer)
30496 (clone-indirect-buffer): Fix typos in docstrings.
30497 (comment-line-break-function): Doc fix: don't say variable
30498 is automatically buffer-local (it isn't).
30500 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
30502 * net/tramp-ftp.el (top):
30503 * net/tramp-smb.el (top):
30504 * net/tramp-util.el (top):
30505 * net/tramp-uu.el (top):
30506 * net/tramp-vc.el (top):
30507 * net/tramp.el (top): Revert copyright years back to original
30508 ones. Tramp has a life outside GNU Emacs.
30510 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
30512 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
30514 2005-06-18 Juri Linkov <juri@jurta.org>
30516 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
30517 end of first regexp to limit the match to the position between
30518 line number and source line with same separator character as used
30519 between file name and line number. In the second regexp limit
30520 mouse-face area to file name and line number by adding new group
30521 for them and referring it in HYPERLINK arg.
30522 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
30523 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
30524 previous line where grep markers may be already removed.
30526 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
30528 * progmodes/ps-mode.el: Update version and maintainer's email address.
30530 2005-06-18 Steve Youngs <steve@xemacs.org>
30532 * net/browse-url.el (browse-url-browser-function)
30533 (browse-url-default-browser): Add firefox.
30534 (browse-url-firefox-program, browse-url-firefox-arguments)
30535 (browse-url-firefox-startup-arguments)
30536 (browse-url-firefox-new-window-is-tab): New defcustoms.
30537 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
30539 2005-06-17 Richard M. Stallman <rms@gnu.org>
30541 * startup.el (command-line): Warn if specified user name has
30544 * term.el (term-get-old-input, term-input-filter, term-input-sender)
30545 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
30547 * longlines.el (longlines-mode, longlines-show-hard-newlines):
30550 * faces.el (underline): Try bold if terminal doesn't support underline.
30552 * mail/sendmail.el (mail-setup-with-from): New variable.
30553 (mail-insert-from-field): New function.
30554 (sendmail-send-it): Call it.
30555 (mail-setup): Optionally call it here.
30557 * term/linux.el: Call tty-no-underline.
30559 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
30561 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
30563 2005-06-17 Miles Bader <miles@gnu.org>
30565 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
30566 (ediff-current-diff-C, ediff-current-diff-Ancestor)
30567 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
30568 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
30569 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
30570 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
30571 Remove "-face" suffix from face names.
30572 (ediff-current-diff-face-A, ediff-current-diff-face-B)
30573 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
30574 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
30575 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
30576 (ediff-even-diff-face-A, ediff-even-diff-face-B)
30577 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30578 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
30579 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
30580 New backward-compatibility aliases for renamed faces.
30581 (ediff-current-diff-face-A, ediff-current-diff-face-B)
30582 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
30583 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
30584 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
30585 (ediff-even-diff-face-A, ediff-even-diff-face-B)
30586 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30587 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
30588 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
30589 Use renamed ediff faces.
30591 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
30592 Remove "-face" suffix from face names.
30593 (eshell-test-ok-face, eshell-test-failed-face):
30594 New backward-compatibility aliases for renamed faces.
30595 (eshell-run-test): Use renamed eshell-test faces.
30597 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
30599 (eshell-prompt-face): New backward-compatibility alias for renamed
30601 (eshell-emit-prompt): Use renamed eshell-prompt face.
30603 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
30604 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
30605 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
30606 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
30607 Remove "-face" suffix from face names.
30608 (eshell-ls-directory-face, eshell-ls-symlink-face)
30609 (eshell-ls-executable-face, eshell-ls-readonly-face)
30610 (eshell-ls-unreadable-face, eshell-ls-special-face)
30611 (eshell-ls-missing-face, eshell-ls-archive-face)
30612 (eshell-ls-backup-face, eshell-ls-product-face)
30613 (eshell-ls-clutter-face):
30614 New backward-compatibility aliases for renamed faces.
30615 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
30617 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
30618 Remove "-face" suffix from face name.
30619 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
30620 instead of literal face.
30622 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
30624 * emacs-lisp/warnings.el (display-warning, lwarn)
30625 (warning-minimum-log-level): Doc fixes.
30626 (warning-minimum-level, warning-minimum-log-level):
30627 Add :debug to :type choices.
30629 * progmodes/ada-mode.el (ada-format-paramlist)
30630 (ada-get-indent-case, ada-check-matching-start)
30631 (ada-check-defun-name, ada-goto-matching-decl-start)
30632 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
30633 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
30634 (ada-make-subprogram-body): Follow error conventions.
30635 (ada-case-exception-file, ada-indent-comment-as-code)
30636 (ada-indent-handle-comment-special, ada-indent-renames)
30637 (ada-indent-return, ada-search-directories-internal)
30638 (ada-tab-policy, ada-case-exception-substring)
30639 (ada-other-file-alist, ada-matching-start-re)
30640 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
30641 (ada-imenu-generic-expression, ada-compile-goto-error)
30642 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
30643 (ada-popup-menu, ada-add-extensions, ada-mode)
30644 (ada-region-selected, ada-create-case-exception)
30645 (ada-create-case-exception-substring, ada-after-keyword-p)
30646 (ada-activate-keys-for-case, ada-adjust-case-region)
30647 (ada-adjust-case-buffer, ada-format-paramlist)
30648 (ada-scan-paramlist, ada-insert-paramlist)
30649 (ada-indent-newline-indent)
30650 (ada-indent-newline-indent-conditional)
30651 (ada-justified-indent-current, ada-goto-previous-word)
30652 (ada-indent-current, ada-get-indent-open-paren)
30653 (ada-get-indent-paramlist, ada-get-indent-end)
30654 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
30655 (ada-get-indent-block-start, ada-get-indent-subprog)
30656 (ada-get-indent-noindent, ada-get-indent-label)
30657 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
30658 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
30659 (ada-goto-stmt-end, ada-goto-next-word)
30660 (ada-check-matching-start, ada-check-defun-name)
30661 (ada-goto-matching-decl-start, ada-goto-matching-start)
30662 (ada-goto-matching-end, ada-search-ignore-string-comment)
30663 (ada-in-decl-p, ada-looking-at-semi-or)
30664 (ada-looking-at-semi-private, ada-in-paramlist-p)
30665 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
30666 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
30667 (ada-next-procedure, ada-previous-procedure, ada-next-package)
30668 (ada-previous-package, ada-create-menu)
30669 (ada-fill-comment-paragraph-justify)
30670 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
30671 (ada-other-file-name, ada-last-which-function-line)
30672 (ada-last-which-function-subprog, ada-which-function)
30673 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
30674 (ada-gen-treat-proc, ada-check-emacs-version)
30675 (ada-continuation-indent, ada-align-region-separate):
30676 Fix typos in docstrings.
30677 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
30679 2005-06-16 Lute Kamstra <lute@gnu.org>
30681 * simple.el (fundamental-mode): Run after-change-major-mode-hook
30684 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
30686 * comint.el (comint-replace-by-expanded-filename)
30687 (comint-prompt-regexp, comint-delimiter-argument-list)
30688 (comint-preinput-scroll-to-bottom):
30689 * info.el (Info-hide-cookies-node):
30690 * ls-lisp.el (ls-lisp-classify):
30691 * find-file.el (ff-search-directories, ff-special-constructs)
30692 (ff-find-other-file):
30693 * font-lock.el (font-lock-keywords):
30694 * shell.el (shell-prompt-pattern)
30695 (shell-dynamic-complete-functions, shell-mode)
30696 (shell-delimiter-argument-list):
30697 * term.el (term-replace-by-expanded-filename)
30698 (term-prompt-regexp, term-delimiter-argument-list):
30699 * woman.el (woman-ignore, woman0-if):
30700 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
30701 * emacs-lisp/elint.el (elint-init-env):
30702 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
30703 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
30704 * language/ethio-util.el (ethio-tilde-escape)
30705 (ethio-use-three-dot-question):
30706 * net/zone-mode.el (zone-mode-load-time-setup):
30707 * progmodes/cc-align.el (c-lineup-argcont):
30708 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
30709 * progmodes/cperl-mode.el (cperl-set-style-back):
30710 * progmodes/inf-lisp.el (inferior-lisp-prompt):
30711 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
30712 Fix spellings in docstrings.
30714 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
30715 * progmodes/modula2.el (m2-for): Fix spellings.
30717 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
30719 * simple.el (undo-more): Don't use `format' on `error' arguments.
30720 Improve argument/docstring consistency.
30721 (pending-undo-list): Doc fix.
30723 * smerge-mode.el (smerge-ensure-match):
30724 * emulation/vip.el (vip-ex):
30725 * net/zone-mode.el (zone-mode-update-serial):
30726 * progmodes/idlwave.el (idlwave-complete):
30727 * progmodes/vhdl-mode.el (vhdl-visit-file)
30728 (vhdl-compose-wire-components):
30729 Don't use `format' on `error' arguments.
30731 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
30732 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
30733 (tooltip-help-tips): Fix typos in docstrings.
30735 2005-06-16 David Ponce <david@dponce.com>
30737 * tree-widget.el (tree-widget-value-create): Simplify last change.
30739 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
30741 * ido.el (ido-incomplete-regexp): New variable.
30742 (ido-set-matches-1): Handle invalid-regexp error and set
30743 ido-incomplete-regexp.
30744 (ido-incomplete-regexp): New face.
30745 (ido-completions): Use it.
30746 (ido-complete, ido-exit-minibuffer, ido-completions):
30747 Handle incomplete regexps.
30748 (ido-completions): Add check for complete match when entering a regexp.
30750 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
30752 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
30754 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30756 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
30757 by field delimiters.
30759 2005-06-15 David Ponce <david@dponce.com>
30761 * tree-widget.el: eval-and-compile inlined functions so they will
30762 be available at run-time too.
30763 (tree-widget-super-format-handler)
30764 (tree-widget-format-handler): Remove.
30765 (tree-widget-value-create): Handle the :indent property.
30767 2005-06-15 Miles Bader <miles@gnu.org>
30769 * progmodes/which-func.el (which-func): Only inherit
30770 `font-lock-function-name-face' when that makes sense against the
30771 default mode-line face, otherwise set the face color explicitly.
30773 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
30774 faces instead of (non-existent) variables.
30776 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
30778 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
30779 (iswitchb-get-matched-buffers): Likewise. Simplify.
30781 2005-06-14 Miles Bader <miles@gnu.org>
30783 * progmodes/ld-script.el (ld-script-location-counter):
30784 Remove "-face" suffix from face name.
30785 (ld-script-location-counter-face):
30786 New backward-compatibility alias for renamed face.
30787 (ld-script-location-counter-face): Use renamed face.
30789 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
30790 (cperl-hash): Remove "-face" suffix from face names.
30791 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
30792 New backward-compatibility aliases for renamed faces.
30793 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
30794 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
30796 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
30798 (which-func-face): New backward-compatibility alias for renamed face.
30799 (which-func-format): Use renamed which-func face.
30801 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
30802 (vhdl-function, vhdl-directive, vhdl-reserved-word)
30803 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
30805 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
30806 (vhdl-speedbar-configuration, vhdl-speedbar-package)
30807 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
30808 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
30809 (vhdl-speedbar-architecture-selected)
30810 (vhdl-speedbar-configuration-selected)
30811 (vhdl-speedbar-package-selected)
30812 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
30814 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
30816 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
30817 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
30818 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
30820 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
30822 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
30823 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
30824 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
30825 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
30826 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
30827 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
30829 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
30831 (sh-heredoc-face): New backward-compatibility alias for renamed face.
30832 (sh-heredoc-face): Use renamed sh-heredoc face.
30834 * progmodes/idlw-help.el (idlwave-help-link):
30835 Remove "-face" suffix from face name.
30836 (idlwave-help-link-face):
30837 New backward-compatibility alias for renamed face.
30838 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
30840 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
30841 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
30842 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
30843 New backward-compatibility aliases for renamed faces.
30844 (idlwave-shell-disabled-breakpoint-face)
30845 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
30847 * progmodes/flymake.el (flymake-errline, flymake-warnline):
30848 Remove "-face" suffix from face names.
30849 (flymake-errline-face, flymake-warnline-face):
30850 New backward-compatibility aliases for renamed faces.
30851 (flymake-highlight-line): Use renamed flymake faces.
30853 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
30854 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
30855 (ebrowse-member-class, ebrowse-progress):
30856 Remove "-face" suffix from face names.
30857 (ebrowse-tree-mark-face, ebrowse-root-class-face)
30858 (ebrowse-file-name-face, ebrowse-default-face)
30859 (ebrowse-member-attribute-face, ebrowse-member-class-face)
30860 (ebrowse-progress-face):
30861 New backward-compatibility aliases for renamed faces.
30862 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
30863 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
30864 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
30865 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
30867 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
30869 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
30870 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
30872 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
30873 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
30874 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
30875 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
30876 backward-compatibility aliases for renamed faces.
30877 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
30878 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
30879 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
30880 remove "font-lock-". Use renamed antlr-mode faces.
30881 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
30882 literal face-names with face variable references.
30884 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
30886 (Buffer-menu-buffer-face): New backward-compatibility alias for
30888 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
30890 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
30892 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
30893 Eliminate "-face" suffix.
30894 (makefile-targets): Inherit from font-lock-function-name-face and
30895 eliminate "-face" suffix.
30896 (makefile-shell): Remove attributes and eliminate "-face" suffix.
30897 (makefile-*-font-lock-keywords): Append makefile-targets in rule
30898 actions, instead of prepending, to make it less visible.
30899 (makefile-previous-dependency, makefile-match-dependency):
30900 Don't match a target on a continuation line.
30902 * files.el (auto-mode-alist): Put Makefile in gmake mode.
30904 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
30906 * progmodes/gdb-ui.el (menu): Re-order menu items.
30907 (gdb-tooltip-print): Respect tooltip-use-echo-area.
30909 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
30910 Define in tooltip.el.
30911 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
30912 (gud-tooltip-tips): Respect tooltip-use-echo-area and
30913 gud-tooltip-echo-area.
30915 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
30916 backward compatibility and make obsolete.
30917 (tooltip-help-tips): Use tooltip-use-echo-area.
30918 (tooltip-show-help-function): Rename to...
30919 (tooltip-show-help): ...this, because it is a function.
30920 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
30922 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
30924 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
30925 (edebug-print-length, edebug-print-level, edebug-print-circle)
30926 (edebug-modify-breakpoint, edebug-eval-last-sexp)
30927 (edebug-eval-print-last-sexp): Doc fixes.
30929 2005-06-14 Kim F. Storm <storm@cua.dk>
30931 * ido.el (ido-mode): Make a new keymap every time we enable ido,
30932 as the coverage buffer/file/both may change.
30934 2005-06-14 Lute Kamstra <lute@gnu.org>
30936 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
30937 and run-mode-hooks. Simplify.
30939 * mail/rmailedit.el (rmail-edit-mode):
30940 * progmodes/octave-inf.el (inferior-octave-mode):
30941 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
30943 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
30944 and run-mode-hooks.
30945 (recentf-edit-list, recentf-open-files): Don't call
30946 kill-all-local-variables directly.
30948 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
30950 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
30952 * emacs-lisp/byte-run.el (make-obsolete)
30953 (define-obsolete-function-alias): Rename arguments FUNCTION and
30954 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
30955 (make-obsolete-variable, define-obsolete-variable-alias):
30956 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
30959 * isearchb.el (isearchb-activate):
30960 * pcvs.el (cvs-mode):
30961 * ses.el (ses-load):
30962 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
30963 * net/tramp.el (tramp-find-file-exists-command)
30964 (tramp-find-shell):
30965 * progmodes/ada-mode.el (ada-create-case-exception)
30966 (ada-create-case-exception-substring, ada-make-subprogram-body):
30967 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
30968 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
30969 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
30970 * textmodes/org.el (org-promote, org-evaluate-time-range)
30971 (org-agenda-next-date-line, org-agenda-previous-date-line)
30972 (org-agenda-error, org-open-at-point, org-table-move-row)
30973 (org-format-table-table-html-using-table-generate-source)
30974 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
30975 * textmodes/reftex.el (reftex-access-scan-info):
30976 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
30977 (reftex-toc-promote-prepare): Follow error conventions.
30979 * diff-mode.el (diff-mode): Fix typo in docstring.
30981 * forms.el (forms--intuit-from-file): Fix reference to
30982 `forms-number-of-fields' in error message.
30983 (forms-print): Fix quoting in error message.
30985 * forms.el (forms-mode):
30986 * emulation/vi.el (vi-goto-insert-state):
30987 * progmodes/flymake.el (flymake-new-err-info)
30988 (flymake-start-syntax-check-for-current-buffer)
30989 (flymake-simple-cleanup):
30990 * eshell/esh-var.el (eshell/export):
30991 * progmodes/gud.el (xdb):
30992 * textmodes/flyspell.el (flyspell-incorrect-hook)
30993 (flyspell-maybe-correct-transposition)
30994 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
30996 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
30998 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
31001 2005-06-13 Kim F. Storm <storm@cua.dk>
31003 * subr.el (add-to-ordered-list): New defun.
31005 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
31006 add cua--keymap-alist to emulation-mode-map-alists.
31008 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
31010 * subr.el (complete-in-turn): New macro.
31011 (dynamic-completion-table, lazy-completion-table): Add debug info.
31013 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
31014 in preference to face aliases.
31016 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
31017 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
31018 Remove unused vars `start' and `firstline'.
31019 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
31020 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
31022 2005-06-13 Eli Zaretskii <eliz@gnu.org>
31024 * cus-start.el (all): Don't complain about missing GTK-related
31025 variables, unless either `gtk' is boundp or this isn't a
31026 `windows-nt' build.
31028 2005-06-13 Lute Kamstra <lute@gnu.org>
31030 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
31033 * ediff-mult.el (ediff-meta-mode):
31034 * ediff-util.el (ediff-mode): Use run-mode-hooks.
31036 * ledit.el (ledit-mode): Use delay-mode-hooks.
31038 * woman.el (woman-mode-line-format): Delete constant.
31039 (woman-mode-map): Initialize it properly.
31040 (woman-mode): Set mode-class property to special.
31041 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
31042 Set major-mode and mode-name. Don't set mode-line-format directly.
31043 (Man-getpage-in-background): Don't reference woman-mode-line-format.
31045 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
31046 string argument obsolete.
31048 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
31050 * textmodes/org.el (org-CUA-compatible): New option.
31051 (org-disputed-keys): New variable.
31052 (org-key): New function.
31053 (orgtbl-make-binding): Add docstring to the created function.
31054 (org-mode): Set paragraph start/separate regexps.
31055 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
31056 (org-archive-location, org-archive-mark-done)
31057 (org-archive-stamp-time): New options.
31058 (org-archive-subtree): New command.
31059 (org-fill-paragraph): New function.
31060 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
31061 (org-fake-empty-table-line): Function removed.
31062 (org-format-org-table-html): Do not create empty table lines at
31063 separator lines. Improved table header treatment.
31064 (org-link-format): New option.
31065 (org-make-link): New function.
31066 (org-insert-link, org-store-link): Use org-make-link.
31067 (org-open-file): Quote file name for shell command, to allow
31068 spaces in file names.
31069 (org-link-regexp): Fix bug with mailto link.
31070 (org-link-maybe-angles-regexp, org-protected-link-regexp):
31072 (org-export-as-html): Deal with the optional angles around a link.
31073 Better treatment of file: links.
31074 (org-open-at-point): Replace @{ and @} with < and >.
31075 (org-run-mode-hooks): Function removed.
31076 (org-agenda-mode): No longer use `org-run-mode-hooks'.
31078 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
31080 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
31081 MI command -data-list-register-values.
31082 (gdb-post-prompt): Indent properly.
31084 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
31086 * hilit-chg.el (highlight-changes-colors): Rename from
31087 `highlight-changes-colours'.
31088 (highlight-changes-colours): Keep as obsolete alias.
31089 (highlight-changes-face-list): Doc fix.
31090 (hilit-chg-make-list): Use `highlight-changes-colors'.
31092 2005-06-12 Mark A. Hershberger <mah@everybody.org>
31094 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
31095 defun-prompt-regexp.
31097 2005-06-12 Eli Zaretskii <eliz@gnu.org>
31099 * loadup.el: Don't say we are dumping under 2 names on windows-nt
31102 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
31103 Don't use an old loaddefs.el, as in Makefile.in.
31105 2005-06-12 Lute Kamstra <lute@gnu.org>
31107 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
31109 * man.el (Man-mode-map): Initialize it properly.
31110 (Man-mode): Set mode-class property to special.
31112 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
31114 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
31116 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
31117 A newline is needed in the docstring there.
31119 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
31122 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
31124 * printing.el: Doc fix. The menubar is no more changed when printing
31125 is loaded, it only changes when pr-menu-bind or pr-update-menus is
31126 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
31127 (pr-version): New version number (6.8.4).
31128 (pr-menu-bind): New command.
31129 (pr-update-menus): Docstring and code fix.
31130 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
31132 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
31133 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
31135 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
31137 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
31138 "Returns" to "return", document useful return values, etc.
31140 2005-06-11 Alan Mackenzie <acm@muc.de>
31142 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
31143 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
31144 (adaptive-file-function): Minor amendment to doc-string.
31146 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31148 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
31149 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
31150 Fix :type--it is `integer', not `string'.
31152 * faces.el (modeline-highlight): Rename from (the erroneous)
31153 `modeline-higilight'.
31155 2005-06-11 Lute Kamstra <lute@gnu.org>
31157 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
31158 lisp-interaction-mode-map but make it the parent.
31159 (edebug-eval-mode): Use define-derived-mode.
31161 2005-06-11 Andreas Schwab <schwab@suse.de>
31163 * bindings.el: Add binding of `ESC functionkey' for every
31165 * hexl.el (hexl-mode-map): Likewise.
31167 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
31169 * progmodes/compile.el (compilation-error-regexp-alist-alist)
31170 [msft]: update regexp for newer msft compilers.
31172 2005-06-10 Mark A. Hershberger <mah@everybody.org>
31174 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
31175 ATTLIST portions of included DTDs.
31176 (xml-parse-dtd): Eliminate use of inefficient match-data.
31178 2005-06-10 Miles Bader <miles@gnu.org>
31180 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
31181 (mpuz-text): Remove "-face" suffix from face names.
31182 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
31183 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
31184 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
31186 * play/gomoku.el (gomoku-O, gomoku-X):
31187 Remove "-face" suffix from face names.
31188 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
31189 New backward-compatibility aliases for renamed faces.
31190 (gomoku-font-lock-keywords): Use renamed gomoku faces.
31192 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
31194 * thumbs.el: Fixes for changes of 2005-06-09.
31195 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
31197 (thumbs-thumbname): Remove directory separator from format string;
31198 `thumbs-thumbsdir' now returns a valid directory name.
31199 (thumbs-temp-dir): New defsubst.
31200 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
31203 * cus-edit.el (minibuffer):
31204 * files.el (make-backup-file-name-function):
31205 * filesets.el (filesets-external-viewers):
31206 * hilit-chg.el (highlight-changes-colours)
31207 (highlight-changes-face-list, highlight-changes-rotate-faces):
31208 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
31209 * kmacro.el (kmacro-call-macro):
31210 * log-edit.el (log-edit-changelog-full-paragraphs):
31211 * mouse.el (mouse-1-click-follows-link):
31212 * skeleton.el (skeleton-autowrap):
31213 * subr.el (insert-for-yank-1):
31214 * tempo.el (tempo-insert-region):
31215 * terminal.el (terminal-emulator):
31216 * time.el (display-time-mail-face):
31217 * vc.el (vc-annotate):
31218 * vcursor.el (vcursor-copy-line):
31219 * woman.el (woman-bold-headings, woman-ignore)
31220 (woman-default-faces, woman-monochrome-faces):
31221 * calendar/todo-mode.el (todo-insert-threshold):
31222 * emulation/pc-select.el (pc-select-selection-keys-only)
31223 (pc-selection-mode):
31224 * emulation/vip.el (vip-find-char-forward):
31225 * emulation/viper-cmd.el (viper-find-char-forward):
31226 * international/mule-cmds.el
31227 (select-safe-coding-system-accept-default-p)
31228 (input-method-exit-on-invalid-key):
31229 * international/mule-diag.el (describe-coding-system):
31230 * international/ucs-tables.el (unify-8859-on-encoding-mode):
31231 * net/browse-url.el (browse-url-xterm-program):
31232 * obsolete/lazy-lock.el (lazy-lock-mode):
31233 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
31235 * progmodes/cpp.el (cpp-face-light-name-list)
31236 (cpp-face-dark-name-list):
31237 * progmodes/delphi.el (delphi-newline-always-indents):
31238 Fix spellings in docstrings.
31240 * ido.el (ido-mode, ido-file-extensions-order)
31241 (ido-default-file-method, ido-default-buffer-method)
31242 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
31243 (ido-decorations, ido-read-file-name-as-directory-commands)
31244 (ido-read-file-name-non-ido, ido-work-directory-list)
31245 (ido-ignore-item-temp-list, ido-current-directory)
31246 (ido-magic-forward-char, ido-enter-find-file)
31247 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
31248 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
31250 2005-06-10 Lute Kamstra <lute@gnu.org>
31252 * play/dunnet.el (dun-mode): Use define-derived-mode.
31253 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
31256 * play/doctor.el (doctor-mode-map): Remove defvar.
31257 (doctor-mode): Use define-derived-mode.
31259 * mail/mspools.el (mspools-mode):
31260 * net/eudc-hotlist.el (eudc-hotlist-mode):
31261 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
31263 2005-06-10 Miles Bader <miles@gnu.org>
31265 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
31266 Remove "-face" suffix from face names.
31267 (flyspell-incorrect-face, flyspell-duplicate-face):
31268 New backward-compatibility aliases for renamed faces.
31269 (flyspell-mode-on, make-flyspell-overlay)
31270 (flyspell-highlight-incorrect-region)
31271 (flyspell-highlight-duplicate-region)
31272 (flyspell-display-next-corrections)
31273 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
31275 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
31277 (texinfo-heading-face): New backward-compatibility alias for
31279 (texinfo-heading-face): Use renamed texinfo-heading face.
31281 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
31282 suffix from face names.
31283 (tex-math-face, tex-verbatim-face):
31284 New backward-compatibility aliases for renamed faces.
31285 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
31286 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
31289 * textmodes/table.el (table-cell): Remove "-face" suffix from face
31291 (table-cell-face): New backward-compatibility alias for renamed face.
31292 (table--put-cell-face-property, table--update-cell-face):
31293 Use renamed table-cell face.
31295 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
31297 (sgml-namespace-face): New backward-compatibility alias for
31299 (sgml-namespace-face): Use renamed sgml-namespace face.
31301 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
31302 (org-level-4, org-level-5, org-level-6, org-level-7)
31303 (org-level-8, org-warning, org-headline-done)
31304 (org-deadline-announce, org-scheduled-today)
31305 (org-scheduled-previously, org-link, org-done, org-table)
31306 (org-time-grid): Remove "-face" suffix from face names.
31307 (org-level-1-face, org-level-2-face, org-level-3-face)
31308 (org-level-4-face, org-level-5-face, org-level-6-face)
31309 (org-level-7-face, org-level-8-face, org-warning-face)
31310 (org-headline-done-face, org-deadline-announce-face)
31311 (org-scheduled-today-face, org-scheduled-previously-face)
31312 (org-link-face, org-done-face, org-table-face)
31313 (org-time-grid-face):
31314 New backward-compatibility aliases for renamed faces.
31315 (org-level-faces, org-set-font-lock-defaults, org-timeline)
31316 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
31317 (org-agenda-get-timestamps, org-agenda-get-scheduled)
31318 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
31320 * emulation/viper-init.el (viper-search, viper-replace-overlay)
31321 (viper-minibuffer-emacs, viper-minibuffer-insert)
31322 (viper-minibuffer-vi): Remove "-face" suffix from face names.
31323 (viper-search-face, viper-replace-overlay-face)
31324 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
31325 (viper-minibuffer-vi-face):
31326 New backward-compatibility aliases for renamed faces.
31327 (viper-search-face, viper-replace-overlay-face)
31328 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
31329 (viper-minibuffer-vi-face): Use renamed viper faces.
31331 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
31332 Remove "-face" suffix from face names.
31333 (testcover-nohits-face, testcover-1value-face):
31334 New backward-compatibility aliases for renamed faces.
31335 (testcover-mark): Use renamed testcover faces.
31337 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
31339 (diary-button-face): New backward-compatibility alias for renamed face.
31340 (diary-entry): Use renamed diary-button face.
31342 * calendar/calendar.el (diary, calendar-today, holiday)
31343 (mark-visible-calendar-date): Remove "-face" suffix from face names.
31344 (diary-face, calendar-today-face, holiday-face):
31345 New backward-compatibility aliases for renamed faces.
31346 (eval-after-load "facemenu", diary-entry-marker)
31347 (calendar-today-marker, calendar-holiday-marker, diary-face):
31348 Use renamed calendar faces.
31350 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
31351 (compare-windows-face): New backward-compatibility alias for
31353 (compare-windows-highlight): Use renamed compare-windows face.
31355 * strokes.el (strokes-char): Remove "-face" suffix from face name.
31356 (strokes-char-face): New backward-compatibility alias for renamed face.
31357 (strokes-encode-buffer): Use renamed strokes-char face.
31359 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
31360 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
31361 Remove "-face" suffix from face names.
31362 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
31363 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
31364 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
31365 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
31366 Use renamed pcvs faces.
31367 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
31368 * pcvs-defs.el (cvs-mode-map): Likewise.
31369 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
31371 * info.el (info-title-1, info-title-2, info-title-3)
31372 (info-title-4): Remove "-face" suffix from and downcase face names.
31373 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
31374 (Info-title-4-face):
31375 New backward-compatibility aliases for renamed faces.
31376 (Info-fontify-node): Use renamed info faces.
31378 * hilit-chg.el (highlight-changes, highlight-changes-delete):
31379 Remove "-face" suffix from face names.
31380 (highlight-changes-face, highlight-changes-delete-face):
31381 New backward-compatibility aliases for renamed faces.
31382 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
31383 (hilit-chg-make-list): Use renamed highlight-changes faces.
31385 * generic-x.el (show-tabs-tab, show-tabs-space):
31386 Remove "-face" suffix from face names.
31387 (show-tabs-tab-face, show-tabs-space-face):
31388 New backward-compatibility aliases for renamed faces.
31389 (show-tabs-generic-mode-font-lock-defaults-1)
31390 (show-tabs-generic-mode-font-lock-defaults-2):
31391 Use renamed show-tabs faces.
31393 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
31394 (smerge-markers): Remove "-face" suffix from face names.
31395 (smerge-mine-face, smerge-other-face, smerge-base-face)
31396 (smerge-markers-face):
31397 New backward-compatibility aliases for renamed faces.
31398 (smerge-mine-face, smerge-other-face, smerge-base-face)
31399 (smerge-markers-face): Use renamed smerge faces.
31401 * log-view.el (log-view-file, log-view-message): Remove "-face"
31402 suffix from face names.
31403 (log-view-file-face, log-view-message-face):
31404 New backward-compatibility aliases for renamed faces.
31405 (log-view-file-face, log-view-message-face): Use renamed log-view
31408 * paren.el (show-paren-match, show-paren-mismatch):
31409 Remove "-face" suffix from face names.
31410 (show-paren-match-face, show-paren-mismatch-face):
31411 New backward-compatibility aliases for renamed faces.
31412 (show-paren-function): Use renamed show-paren faces.
31414 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
31415 (ruler-mode-margins, ruler-mode-fringes)
31416 (ruler-mode-column-number, ruler-mode-fill-column)
31417 (ruler-mode-comment-column, ruler-mode-goal-column)
31418 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
31419 suffix from face names.
31420 (ruler-mode-default-face, ruler-mode-pad-face)
31421 (ruler-mode-margins-face, ruler-mode-fringes-face)
31422 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
31423 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
31424 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
31425 New backward-compatibility aliases for renamed faces.
31426 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
31427 (ruler-mode-column-number, ruler-mode-fill-column)
31428 (ruler-mode-comment-column, ruler-mode-goal-column)
31429 (ruler-mode-tab-stop, ruler-mode-current-column)
31430 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
31433 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
31435 (whitespace-highlight-the-space): Use renamed face.
31436 (whitespace-highlight-face): New backward-compatibility alias for
31439 * woman.el (woman-italic, woman-bold, woman-unknown)
31440 (woman-addition, woman-symbol-face):
31441 Remove "-face" suffix from face names.
31442 (woman-italic-face, woman-bold-face, woman-unknown-face)
31443 (woman-addition-face):
31444 New backward-compatibility aliases for renamed faces.
31445 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
31446 (woman-decode-region, woman-replace-match)
31447 (woman-display-extended-fonts, woman-special-characters)
31448 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
31449 Use renamed woman faces.
31451 * longlines.el (longlines-visible-face): Face removed.
31453 * diff-mode.el (diff-header, diff-file-header, diff-index)
31454 (diff-hunk-header, diff-removed, diff-added, diff-changed)
31455 (diff-function, diff-context, diff-nonexistent): Remove "-face"
31456 suffix from face names.
31457 (diff-header-face, diff-file-header-face, diff-index-face)
31458 (diff-hunk-header-face, diff-removed-face, diff-added-face)
31459 (diff-changed-face, diff-function-face, diff-context-face)
31460 (diff-nonexistent-face): New backward-compatibility aliases for
31462 (diff-header-face, diff-file-header-face)
31463 (diff-index, diff-index-face, diff-hunk-header)
31464 (diff-hunk-header-face, diff-removed, diff-removed-face)
31465 (diff-added, diff-added-face, diff-changed-face, diff-function)
31466 (diff-function-face, diff-context-face, diff-nonexistent)
31467 (diff-nonexistent-face): Use renamed diff-mode faces.
31469 * progmodes/compile.el (compilation-warning-face)
31470 (compilation-info-face): Remove "-face" suffix from face names.
31471 (compilation-warning-face, compilation-info-face):
31472 New backward-compatibility aliases for renamed faces.
31473 (compilation-warning-face, compilation-info-face):
31474 Use renamed compilation faces.
31476 * add-log.el (change-log-date, change-log-name)
31477 (change-log-email, change-log-file, change-log-list)
31478 (change-log-conditionals, change-log-function)
31479 (change-log-acknowledgement): Remove "-face" suffix from face names.
31480 (change-log-date-face, change-log-name-face)
31481 (change-log-email-face, change-log-file-face)
31482 (change-log-list-face, change-log-conditionals-face)
31483 (change-log-function-face, change-log-acknowledgement-face):
31484 New backward-compatibility aliases for renamed faces.
31485 (change-log-font-lock-keywords): Use renamed change-log faces.
31487 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
31488 (custom-set, custom-changed, custom-saved, custom-button)
31489 (custom-button-pressed, custom-documentation, custom-state)
31490 (custom-comment, custom-comment-tag, custom-variable-tag)
31491 (custom-variable-button, custom-face-tag, custom-group-tag-1)
31492 (custom-group-tag): Remove "-face" suffix from face names.
31493 (custom-magic-alist, custom-magic-value-create)
31494 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
31495 (custom-invalid-face, custom-rogue-face, custom-modified-face)
31496 (custom-set-face, custom-changed-face, custom-saved-face)
31497 (custom-button-face, custom-button-pressed-face)
31498 (custom-documentation-face, custom-state-face)
31499 (custom-comment-face, custom-comment-tag-face)
31500 (custom-variable-tag-face, custom-variable-button-face)
31501 (custom-face-tag-face, custom-group-tag-face-1)
31502 (custom-group-tag-face):
31503 New backward-compatibility aliases for renamed faces.
31505 * wid-edit.el (widget-documentation, widget-button)
31506 (widget-field, widget-single-line-field, widget-inactive)
31507 (widget-button-pressed): "-face" suffix removed from face names.
31508 (widget-documentation-face, widget-button-face)
31509 (widget-field-face, widget-single-line-field-face)
31510 (widget-inactive-face, widget-button-pressed-face):
31511 New backward-compatibility aliases for renamed faces.
31512 (widget-documentation-face, widget-button-face)
31513 (widget-button-pressed-face, widget-specify-field)
31514 (widget-specify-inactive): Use renamed widget faces.
31516 2005-06-10 Kenichi Handa <handa@m17n.org>
31518 * term/x-win.el (x-clipboard-yank): Remove condition-case
31521 2005-06-11 Kenichi Handa <handa@m17n.org>
31523 * add-log.el (change-log-font-lock-keywords): Make the regexp for
31524 date lines stricter.
31526 2005-06-10 Zhang Wei <id.brep@gmail.com>
31528 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
31529 of x-get-selection.
31531 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
31533 * comint.el (comint-mode, comint-snapshot-last-prompt):
31534 * frame.el (frame-current-scroll-bars):
31535 * term.el (term-mode, term-check-proc, term-input-sender)
31536 (term-simple-send, term-extract-string, term-word)
31537 (term-match-partial-filename):
31538 * window.el (window-current-scroll-bars):
31539 * emulation/cua-base.el (cua-normal-cursor-color)
31540 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
31541 (cua-global-mark-cursor-color):
31542 * mail/undigest.el (rmail-forward-separator-regex):
31543 Fix typos in docstrings.
31545 * comint.el (comint-check-proc, make-comint-in-buffer)
31546 (comint-source-default): Doc fixes.
31548 * term.el (term-send-string): Improve argument/docstring consistency.
31550 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
31552 * comint.el (comint-send-input): Bind `inhibit-read-only' around
31553 call to `delete-region'.
31554 (comint-mode-hook): Do not enable Font Lock by default.
31556 2005-06-09 Lute Kamstra <lute@gnu.org>
31558 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
31561 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
31563 * emacs-lisp/debug.el (debugger-will-be-back): New var.
31565 (debugger-step-through, debugger-continue, debugger-jump)
31566 (debugger-return-value): Set it when needed.
31567 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
31568 Use inhibit-read-only.
31570 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
31572 * window.el (shrink-window-if-larger-than-buffer)
31573 (window-size-fixed): Fix typo in docstring.
31575 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
31576 thumbnails directory on loading.
31577 (thumbs-conversion-program): Use `eq' to check the system type,
31579 (thumbs-temp-dir): Initialize to `temporary-file-directory',
31580 not "/tmp". Fix docstring.
31581 (thumbs-thumbsdir): New function to return the thumbnails
31582 directory, creating it if needed.
31583 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
31584 (thumbs-temp-file): Delete variable and make it into a function.
31585 (thumbs-resize-image, thumbs-modify-image): Use it.
31586 (thumbs-kill-buffer): Simplify.
31587 (thumbs-gensym): Defalias or duplicate CL `gensym'.
31588 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
31591 2005-06-09 Kim F. Storm <storm@cua.dk>
31593 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
31594 set-match-data to free markers in match-data.
31596 * replace.el (replace-match-data): Pass RESEAT arg `t' to
31597 match-data to unchain markers in match-data.
31599 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
31601 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
31602 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
31605 2005-06-08 Richard M. Stallman <rms@gnu.org>
31607 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
31608 give the variable a doc string that doesn't say don't set it directly.
31610 * textmodes/ispell.el (ispell-check-version):
31611 Use match-string-no-properties.
31612 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
31613 (ispell-buffer-local-words): Likewise.
31615 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
31616 except on terminals with enough colors to really display it.
31617 (makefile-dependency-regex): Delete spurious `bb'.
31619 * faces.el (escape-glyph): Use blue once again in last case.
31620 (no-break-space): Redefine so that it isn't invisible on a tty.
31622 2005-06-08 Kim F. Storm <storm@cua.dk>
31624 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
31625 also when reading directory name.
31627 2005-06-08 Lute Kamstra <lute@gnu.org>
31629 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
31630 (flyspell-mode-line-string): Remove autoload cookie.
31631 (flyspell-mode): Remove defvar.
31633 2005-06-07 Lute Kamstra <lute@gnu.org>
31635 * textmodes/org.el (org-run-mode-hooks): New function.
31636 (org-agenda-mode): Use it.
31638 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
31640 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
31642 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
31644 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
31646 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
31648 * font-lock.el (font-lock-add-keywords): Doc fix.
31650 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
31652 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
31653 (tex-compile-default): In the absence of any history, use the order in
31654 tex-compile-alist to choose the preferred command.
31655 (tex-compile-commands): Reorder a bit.
31657 * textmodes/flyspell.el (flyspell-auto-correct-binding)
31658 (flyspell-incorrect-face, flyspell-duplicate-face):
31659 Use (X)Emacs-agnostic code.
31660 (flyspell-mode-map): Don't overwrite at each load. Remove code
31661 redundant with the subsequent add-minor-mode. Merge Emacs and
31663 (flyspell-word): Minor simplification.
31664 (flyspell-math-tex-command-p): Quieten the byte-compiler.
31665 (flyspell-external-point-words): Remove unused vars `size' and `start'.
31666 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
31667 Merge the corresponding Emacs code.
31668 (flyspell-correct-word, flyspell-xemacs-popup):
31669 Use flyspell-do-correct.
31671 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
31672 a dedicated window.
31674 * international/latexenc.el (latexenc-find-file-coding-system):
31675 Undo part of last patch, to turn off a compiler warning.
31677 2005-06-06 Juri Linkov <juri@jurta.org>
31679 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
31680 Rename `tmm-inactive-face' to `tmm-inactive'.
31682 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
31684 * iswitchb.el: Rename faces.
31686 2005-06-06 Kim F. Storm <storm@cua.dk>
31688 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
31689 (cua-global-mark): Remove -face suffix from face names.
31691 * emulation/cua-gmrk.el (cua--init-global-mark):
31692 Remove cua-global-mark face setup.
31694 2005-06-06 Richard M. Stallman <rms@gnu.org>
31696 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
31697 just like other allowed characters.
31698 (makefile-match-dependency): Exclude leading and training whitespace
31699 from the range of regexp subexp 1.
31700 (makefile-macroassign-regex): Don't try to match the body,
31701 just the name of the macro being defined.
31703 * info.el (Info-read-node-name-2): New function.
31704 (Info-read-node-name-1): Use that.
31705 Add a completion-base-size-function property.
31707 * simple.el (completion-setup-function): Look for
31708 completion-base-size-function property of minibuffer-completion-table.
31710 * files.el (locate-file-completion): Doc fix.
31712 * printing.el: Don't call pr-update-menus; user must do that.
31714 * emacs-lisp/debug.el (debugger-window): New variable.
31715 (debug): Use debugger-window if it is set and still alive.
31716 Record debugger-window for next entry.
31718 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
31720 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
31722 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
31723 (hack-one-local-variable, hack-local-variables)
31724 (hack-local-variables-prop-line): Pass that arg.
31726 2005-06-06 Kim F. Storm <storm@cua.dk>
31728 * ido.el (ido-first-match, ido-only-match, ido-subdir)
31729 (ido-indicator): Remove -face suffix from face names.
31731 2005-06-06 Juri Linkov <juri@jurta.org>
31733 * font-lock.el (font-lock-regexp-backslash)
31734 (font-lock-regexp-backslash-construct): New faces.
31735 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
31736 after `('. Add `while-no-input' to control structures.
31738 * faces.el (no-break-space, shadow): New faces.
31739 (escape-glyph): Use less loud colors pink2 and red4.
31741 * diff-mode.el (diff-context-face)
31742 * dired.el (dired-ignored)
31743 * rfn-eshadow.el (file-name-shadow)
31744 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
31746 * info.el (Info-title-1-face): Use green instead of yellow because
31747 bold yellow is not readable on light backgrounds.
31749 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
31750 before selecting the desired mode to not spend time fontifying
31753 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
31755 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
31756 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
31758 * ps-print.el (ps-default-fg, ps-default-bg):
31759 Fix typos in docstrings.
31761 * isearchb.el (isearchb): Don't pass a spurious second argument to
31762 `iswitchb-completions'.
31764 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
31766 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
31768 (gdb-find-file-hook): Add doc string.
31770 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
31771 C dereferenced pointer expression.
31772 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
31774 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
31776 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
31777 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
31778 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
31779 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
31780 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
31781 Make background transparent.
31783 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
31785 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
31786 (font-lock-remove-keywords): Doc fix.
31787 (font-lock-mode-major-mode): Compiler defvar.
31788 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
31790 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
31791 (font-lock-mode): Update `font-lock-mode-major-mode'.
31792 (font-lock-set-defaults): Compiler defvar.
31793 (font-lock-default-function): Take `font-lock-mode-major-mode'
31796 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
31797 keep track of which major mode it enabled the minor mode for.
31798 Use find-file-hook again. Update docstring.
31800 * simple.el (eval-expression-print-level)
31801 (eval-expression-print-length, eval-expression-debug-on-error):
31804 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
31806 * iswitchb.el (iswitchb-single-match-face)
31807 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
31808 (iswitchb-invalid-regexp-face): New faces.
31809 (iswitchb-completions): Use them.
31810 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
31811 now marked as an obsolete alias.
31812 (iswitchb-read-buffer): Remove check for bound font variables.
31813 (iswitchb-invalid-regexp): New free variable.
31814 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
31815 set iswitchb-invalid-regexp.
31816 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
31818 (iswitchb-completions): Add check for complete match when entering
31820 (iswitchb-completions): Remove require-match argument.
31821 (iswitchb-exhibit): Fix caller.
31822 (iswitchb-common-match-inserted): New variable.
31823 (iswitchb-complete, iswitchb-completion-help): Use it.
31825 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
31827 * url/url-http.el (url-http-chunked-encoding-after-change-function):
31828 Use `url-http-debug' instead of `message'.
31830 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
31832 * url/url-http.el (url-http-parse-headers): Pass redirected URL
31833 as a callback argument.
31835 2005-06-04 Kim F. Storm <storm@cua.dk>
31837 * simple.el (line-move): Only call sit-for when moving backwards.
31839 * ido.el (ido-make-merged-file-list-1): New defun split from
31840 ido-make-merged-file-list.
31841 (ido-make-merged-file-list): Bind throw-on-input around call to
31842 ido-make-merged-file-list-1. Return input-pending-p if
31843 interrupted by more input available.
31844 (ido-read-internal): Handle input-pending-p return value from
31845 ido-make-merged-file-list.
31847 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
31849 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
31850 compatibility code.
31852 * international/latexenc.el (latexenc-find-file-coding-system):
31853 Don't inherit the EOL part of the coding-system from the
31854 tex-main buffer. Fit within 80 columns.
31856 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
31858 * tmm.el (tmm-inactive-face): New face.
31859 (tmm-remove-inactive-mouse-face): New function.
31860 (tmm-prompt, tmm-add-one-shortcut)
31861 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
31862 but not selectable.
31864 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
31866 * faces.el (face-equal): Improve argument/docstring consistency.
31868 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
31870 * progmodes/make-mode.el (makefile-targets-face)
31871 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
31872 (makefile-bsdmake-dependency-regex)
31873 (makefile-makepp-rule-action-regex)
31874 (makefile-bsdmake-rule-action-regex): New constants.
31875 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
31877 * progmodes/compile.el (compilation-error-regexp-alist-alist):
31878 Allow (...) within `...' for makepp messages.
31880 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
31882 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
31884 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
31885 "." files are deleted from all file lists before comparison.
31887 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
31888 (viper-ESC-key): Made them customizable.
31890 * emulation/viper.el (viper-non-hook-settings):
31891 Fix the names of defadvices.
31893 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
31895 * autorevert.el (auto-revert-buffers): Use save-match-data.
31897 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
31899 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
31900 menu items with a nil command binding.
31902 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
31904 * emacs-lisp/cl-macs.el (defsetf):
31905 Improve argument/docstring consistency.
31907 * faces.el (list-faces-display): Improve the formatting by
31908 computing the maximum length required for any face-name (reworked
31909 patch of 1999-01-11, accidentally deleted on 1999-07-21).
31910 (internal-find-face): Remove redundant info in docstring.
31912 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
31914 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
31915 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
31916 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
31917 (gdb-assembler-custom): Improve regexps.
31918 (def-gdb-auto-update-handler): Use window point to preserve point.
31920 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
31922 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
31924 2005-05-31 Jay Belanger <belanger@truman.edu>
31926 * calc/calc-embed.el (calc-embedded-word): Change argument passed
31928 (calc-embedded-make-info): Have plain prefix argument select
31931 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
31933 * faces.el (list-faces-display): Signal error if passed a regexp
31934 that matches no face name.
31936 * simple.el (filter-buffer-substring): Fix typo in docstring.
31938 2005-05-31 Richard M. Stallman <rms@gnu.org>
31940 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
31941 (vhdl-emacs-21): Doc fix.
31942 (vhdl-mode): Unconditionally set comment-padding.
31943 (vhdl-fixup-whitespace-region): Insert spaces only where
31945 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
31947 2005-05-30 John Wiegley <johnw@newartisans.com>
31949 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
31950 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
31951 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
31952 `directory-sep-char' to ?/, and all uses of `string-to-int' to
31953 `string-to-number'.
31955 2005-05-30 Jay Belanger <belanger@truman.edu>
31957 * calc/calc.el (calc-bug-address): Fix docstring.
31958 (calc-window-hook, calc-trail-window-hook): New variables.
31959 (calc-trail-display): Restore use of calc-trail-window-hook.
31960 (calc): Restore use of calc-window-hook.
31962 2005-05-31 Masatake YAMATO <jet@gyve.org>
31964 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
31966 * help-fns.el (help-C-file-name): Add autoload mark for
31967 `find-function-noselect'.
31969 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
31971 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
31972 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
31974 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
31976 * calendar/diary-lib.el (mark-included-diary-files): Only kill
31977 included diary buffer if it was not already being visited.
31978 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
31980 * calendar/icalendar.el (top-level): Do not require appt.
31982 * mail/supercite.el (sc-select-attribution): Only use a list
31983 element from sc-attrib-selection-list if it returns a string.
31984 Reported by Davide G. M. Salvetti <salve@debian.org>.
31986 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
31988 * thumbs.el (thumbs-thumbname): The resulting thumbname now
31989 includes a hash value to improve its uniqueness, and has a ".jpg"
31990 extension. Also, it is now a valid filename on all systems.
31991 (thumbs-make-thumb): Use `let', not `let*'.
31992 (thumbs-show-thumbs-list): Check for JPEG availability.
31994 2005-05-30 Richard M. Stallman <rms@gnu.org>
31996 * filesets.el (filesets-menu-ensure-use-cached):
31997 Prevent warning when emacs-version>= is undefined.
31999 * printing.el (pr-interactive-n-up): Use string-to-number.
32001 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
32003 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
32004 Warn only when name to be defined is quoted.
32006 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
32008 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
32009 Make regexp more robust.
32010 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
32011 Force regeneration of disassembly.
32013 2005-05-29 Jay Belanger <belanger@truman.edu>
32015 * calc/calc.el (calc-user-invocation): Check if
32016 calc-invocation-macro is non-nil.
32018 2005-05-29 Juri Linkov <juri@jurta.org>
32020 * add-log.el (change-log-font-lock-keywords):
32021 Add `+' to e-mail regexp to accept mail address with keywords.
32023 * man.el (Man-name-regexp): Add `:' to accept qualified names.
32025 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
32027 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
32029 * ielm.el (inferior-emacs-lisp-mode): Ditto.
32031 2005-05-29 Richard M. Stallman <rms@gnu.org>
32033 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
32034 Undo the change that moves to end of the current word.
32036 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
32038 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
32039 Throw error when count <= 0 to ensure input is a number.
32040 (gdb-read-memory-custom): Pick up address from buffer.
32041 (gdb-memory-mode): Allow user to increment and decrement
32042 memory address from header line.
32044 2005-05-29 Richard M. Stallman <rms@gnu.org>
32046 * textmodes/flyspell.el (flyspell-version): Function deleted.
32047 (flyspell-auto-correct-previous-hook): Doc fix.
32049 * jit-lock.el (jit-lock-function, jit-lock-after-change):
32050 Do nothing if memory is full.
32052 * font-lock.el (font-lock-fontify-syntactically-region):
32053 Pass t for GREEDY to looking-back.
32055 * saveplace.el (save-place-alist-to-file): Write the file
32056 using write-region.
32058 * subr.el (looking-back): New argument GREEDY.
32060 * progmodes/compile.el (compilation-start): Set the mode
32061 before inserting the initial text.
32063 * progmodes/which-func.el (which-func-update-1): Turn the mode
32064 off in case of error by setting which-func-mode.
32066 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
32068 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
32069 Narrow down to what's on the screen, and recenter overlays
32070 at the end of the next word.
32072 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
32074 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
32076 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
32077 (flyspell-abbrev-p): Default to nil.
32078 (flyspell-use-global-abbrev-table-p): Doc fix.
32079 (flyspell-large-region): Allow nil as value.
32080 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
32082 (mail-mode-flyspell-verify): More robust handling
32083 of `mail-header-separator'. More efficient signature detection.
32084 Allow for regexp metacharacters in message-header-separator.
32085 Adding `To' not to be checked in mail-mode-flyspell-verify.
32087 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
32088 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
32089 Bind flyspell-auto-correct-binding.
32091 (flyspell-mode-map): Likewise.
32092 (flyspell-mode): Doc fix.
32093 (flyspell-accept-buffer-local-defs): Preserve current buffer.
32094 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
32095 (flyspell-word-cache-result): New var, always local.
32096 (flyspell-check-pre-word-p): Doc fix.
32097 (flyspell-check-changed-word-p): Handle spc like newline.
32098 (flyspell-post-command-hook): Set flyspell-word-cache-result.
32099 (flyspell-word-search-backward, flyspell-word-search-forward):
32101 (flyspell-word): Return t if nothing to check.
32102 When parsing TeX code, check for after } or \.
32103 Use flyspell-word-search-backward to find previous word.
32104 Return nil if duplicated word.
32105 For word already checked, return same value as last time.
32106 Set flyspell-word-cache-result after checking.
32107 Don't clobber the return value.
32108 (flyspell-get-word): Major rewrite.
32109 (flyspell-external-point-words): New locals pword, pcount.
32110 Fix size used in progress message.
32111 Find the proper corresponding word in flyspell-large-region-buffer.
32112 (flyspell-region): Check for flyspell-large-region = nil.
32113 (flyspell-highlight-incorrect-region): Clean up overlays in region.
32114 (flyspell-auto-correct-word): Check that WORD is a cons.
32115 (flyspell-correct-word): Likewise.
32117 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
32119 * progmodes/make-mode.el (makefile-rule-action-regex)
32120 (makefile-macroassign-regex, makefile-makepp-mode)
32121 (makefile-bsdmake-mode): Continuation lines may be empty.
32122 Reported by Joshua Varner.
32123 (makefile-makepp-font-lock-keywords): Add $(stem).
32125 2005-05-28 Karl Berry <karl@gnu.org>
32127 * textmodes/tex-mode.el: Now that tex-send-command calls
32128 shell-quote-argument (2005-03-31 change), remove all calls to
32129 shell-quote-argument; they all end up invoking tex-send-command.
32130 The double quoting loses on filenames with non-safe characters,
32131 such as "@". Reported by Frederik Fouvry.
32133 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
32135 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
32136 about preserving point.
32138 2005-05-27 Jay Belanger <belanger@truman.edu>
32140 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
32143 * calc/calc-embed.el (calc-embed-arg): New variable.
32144 (calc-do-embedded-activate, calc-embedded-activate-formula)
32145 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
32146 variable by new variable.
32147 (calc-embedded-make-info): Replace undeclared variable by new
32148 variable. When selecting region with positive prefix
32149 argument, use end of previous line instead of beginning of line.
32151 * calc/calc-aent.el (calc-arg-values): Declare it.
32153 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
32156 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
32158 * calc/calc.el (calc-alg-map): Declare it.
32160 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
32162 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
32164 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
32165 (gdb-registers-buffer, toggle-gdb-all-registers):
32166 Toggle display of floating point registers.
32167 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
32169 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
32170 (toggle-gud-tooltip-dereference):
32171 Rename from gud-toggle-tooltip-dereference.
32173 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
32175 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
32177 2005-05-27 Jay Belanger <belanger@truman.edu>
32179 * calc/calc-prog.el (calc-kbd-report): Remove.
32180 (calc-kbd-query): Rewrite.
32182 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
32184 * image.el (image-library-alist): Move to image.c.
32185 (image-type-available-p): Doc fix.
32187 2005-05-27 Lute Kamstra <lute@gnu.org>
32189 * calc/calc.el (calc):
32190 * outline.el (outline-1, outline-2, outline-3, outline-4)
32191 (outline-5, outline-6, outline-7, outline-8):
32192 * textmodes/dns-mode.el (dns-mode):
32193 * textmodes/sgml-mode.el (sgml-namespace-face):
32194 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
32195 (tex-verbatim-face, tex-use-reftex):
32196 * textmodes/texinfo.el (texinfo-heading-face):
32197 Specify customization group.
32199 * longlines.el: Don't require easy-mmode.
32200 (longlines-visible-face): Specify customization group.
32202 2005-05-27 Kenichi Handa <handa@m17n.org>
32204 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
32205 encoding table of windows-1251.
32207 * international/ucs-tables.el (ucs-set-table-for-input):
32208 If translation-table-for-input of a coding system is a symbol, get
32209 its translation-table property.
32211 * international/code-pages.el: Don't register a coding system into
32212 non-iso-charset-alist more than once.
32213 (cp-make-coding-system): Likewise.
32215 2005-05-26 John Wiegley <johnw@newartisans.com>
32217 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
32218 `eshell-resume-eval' is wrapped in a list, it indicates that the
32219 command was run asynchronously. In that case, unwrap the value
32220 before checking the delimiter value.
32222 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
32223 character before a space at the end of a line is \, assume the space
32224 is part of the last argument rather than a final argument separator.
32226 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
32227 is in use, and the target is `t' or `nil' (which are the most common
32228 values), don't assume that the symbol target is a buffer.
32230 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
32232 * calendar/calendar.el (calendar-mode-line-format):
32233 Use mode-line-highlight as mouse-face.
32235 * time.el (display-time-string-forms, display-time-update):
32236 Use mode-line-highlight as mouse-face.
32238 2005-05-26 Jay Belanger <belanger@truman.edu>
32240 * calc/calc.el (calc-language-alist): Remove extra defvar.
32242 2005-05-26 Lute Kamstra <lute@gnu.org>
32244 * arc-mode.el (archive-mode):
32245 * bookmark.el (bookmark-read-annotation-mode)
32246 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
32248 * calc/calc-yank.el (calc-edit-mode):
32249 * calc/calc.el (calc-mode, calc-trail-mode):
32250 * calculator.el (calculator-mode):
32251 * chistory.el (command-history-mode):
32253 * cus-edit.el (custom-mode):
32254 * descr-text.el (describe-text-mode):
32255 * ebuff-menu.el (Electric-buffer-menu-mode):
32256 * ediff-util.el (ediff-mode):
32257 * emacs-lisp/re-builder.el (reb-mode):
32258 * emulation/vi.el (vi-mode-setup):
32259 * emulation/ws-mode.el (wordstar-mode):
32260 * eshell/esh-mode.el (eshell-mode):
32261 * forms.el (forms-mode):
32262 * help-mode.el (help-mode):
32263 * hexl.el (hexl-mode):
32264 * ibuffer.el (ibuffer-mode):
32265 * ielm.el (inferior-emacs-lisp-mode):
32266 * info.el (Info-mode, Info-edit-mode):
32267 * international/swedish.el:
32268 * ledit.el (ledit-from-lisp-mode):
32269 * locate.el (locate-mode):
32270 * mail/rmail.el (rmail-mode):
32271 * mail/rmailedit.el (rmail-edit-mode):
32272 * mail/rmailsum.el (rmail-summary-mode):
32273 * mail/supercite.el (sc-electric-mode):
32274 * net/eudc.el (eudc-mode):
32275 * net/quickurl.el (quickurl-list-mode):
32276 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
32277 * obsolete/ooutline.el (outline-mode):
32278 * obsolete/options.el (Edit-options-mode):
32279 * obsolete/rnews.el (news-mode):
32280 * obsolete/rnewspost.el (news-reply-mode):
32281 * play/5x5.el (5x5-mode):
32282 * play/decipher.el (decipher-mode, decipher-stats-mode):
32283 * play/gomoku.el (gomoku-mode):
32284 * play/snake.el (snake-mode):
32285 * play/solitaire.el (solitaire-mode):
32286 * play/tetris.el (tetris-mode):
32287 * progmodes/ada-mode.el (ada-mode):
32288 * progmodes/antlr-mode.el (antlr-mode):
32289 * progmodes/autoconf.el (autoconf-mode):
32290 * progmodes/dcl-mode.el (dcl-mode):
32291 * progmodes/delphi.el (delphi-mode):
32292 * progmodes/ebrowse.el (ebrowse-tree-mode)
32293 (ebrowse-electric-list-mode, ebrowse-member-mode)
32294 (ebrowse-electric-position-mode):
32295 * progmodes/f90.el (f90-mode):
32296 * progmodes/fortran.el (fortran-mode):
32297 * progmodes/icon.el (icon-mode):
32298 * progmodes/idlw-help.el (idlwave-help-mode):
32299 * progmodes/idlw-shell.el (idlwave-shell-mode):
32300 * progmodes/idlwave.el (idlwave-mode):
32301 * progmodes/inf-lisp.el (inferior-lisp-mode):
32302 * progmodes/m4-mode.el (m4-mode):
32303 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
32304 * progmodes/modula2.el (modula-2-mode):
32305 * progmodes/octave-inf.el (inferior-octave-mode):
32306 * progmodes/octave-mod.el (octave-mode):
32307 * progmodes/pascal.el (pascal-mode):
32308 * progmodes/sh-script.el (sh-mode):
32309 * progmodes/sql.el (sql-mode, sql-interactive-mode):
32310 * progmodes/vhdl-mode.el (vhdl-mode):
32311 * progmodes/xscheme.el (scheme-interaction-mode):
32312 * replace.el (occur-mode):
32313 * ses.el (ses-mode):
32314 * simple.el (completion-list-mode):
32316 * speedbar.el (speedbar-mode):
32317 * term.el (term-mode):
32318 * terminal.el (terminal-edit-mode):
32319 * textmodes/reftex-index.el (reftex-index-mode)
32320 (reftex-index-phrases-mode):
32321 * textmodes/reftex-sel.el (reftex-select-label-mode)
32322 (reftex-select-bib-mode):
32323 * textmodes/reftex-toc.el (reftex-toc-mode):
32324 * wdired.el (wdired-change-to-wdired-mode):
32325 * wid-browse.el (widget-browse-mode):
32326 Use run-mode-hooks.
32328 * array.el (array-mode):
32329 * calendar/todo-mode.el (todo-mode):
32330 * man.el (Man-mode):
32331 * play/landmark.el (lm-mode):
32332 * play/mpuz.el (mpuz-mode):
32333 Use kill-all-local-variables and run-mode-hooks.
32335 * subr.el (delay-mode-hooks): Specify indentation.
32337 2005-05-26 Mark A. Hershberger <mah@everybody.org>
32339 * xml.el (xml-substitute-special): Don't die for undefined xml
32342 2005-05-26 Jay Belanger <belanger@truman.edu>
32344 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
32347 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
32349 * progmodes/gdb-ui.el (gdb-frame-address):
32350 Rename from gdb-current-address.
32351 (gdb-previous-frame-address): Rename from gdb-previous-address.
32352 (gdb-selected-frame): Rename from gdb-current-frame.
32353 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
32354 (gdb-frame-number): Rename from gdb-current-stack-level.
32355 (gdb-ann3): Match new mode-name for disassembly buffer.
32356 Extend initialization of variables.
32357 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
32358 (gdb-memory-mode): Use mouse-face in header line.
32359 (gdb-assembler-buffer-name): Call it disassembly and give frame
32361 (gdb-source-spec-regexp, gdb-assembler-custom)
32362 (gdb-invalidate-assembler, gdb-frame-handler):
32363 Make robust to leading zeroes in address format.
32365 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
32367 * textmodes/org.el (org-mode): Use `define-derived-mode' to
32369 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
32371 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
32373 * log-edit.el (log-edit-changelog-entries): Distinguish between
32374 filenames like xfns.c and fns.c.
32376 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
32378 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
32379 point after reverting.
32380 (Buffer-menu-make-sort-button): Handle the case where
32381 `Buffer-menu-use-header-line' is nil.
32383 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
32385 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
32386 New funcs. In minibuffer-local-completion-map bind `]', `/'
32389 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
32391 * startup.el (normal-top-level): Allow modification of load-path while
32392 we're iterating over it.
32394 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
32396 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
32397 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
32398 (thumbs-resize-interactive, thumbs-insert-image)
32399 (thumbs-insert-thumb, thumbs-dired-show-marked)
32400 (thumbs-find-image-at-point, thumbs-delete-images)
32401 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
32402 (thumbs-increment-image-size, thumbs-decrement-image-size):
32403 Fix typos in docstrings.
32405 2005-05-24 Andre Spiegel <spiegel@gnu.org>
32407 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
32408 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
32409 (cperl-mode): Use them.
32411 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
32413 * window.el (quit-window, shrink-window-if-larger-than-buffer):
32416 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
32418 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
32419 Bind C-d to gdb-inferior-io-eof.
32421 * dired.el (dired-dnd-popup-notice): Use message-box.
32423 2005-05-23 Masatake YAMATO <jet@gyve.org>
32425 * bindings.el (mode-line-major-mode-keymap):
32426 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
32428 * faces.el (mode-line-highlight): New face.
32430 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
32433 * bindings.el (top-level, help-echo, mode-line-modified)
32434 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
32437 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
32439 * progmodes/cc-engine.el (c-guess-basic-syntax):
32440 Remove spurious call to `zerop'.
32442 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
32444 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
32446 CC Mode update to 5.30.10:
32448 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
32449 the point could go past the limit in decoration level 2, thereby
32450 causing errors during interactive fontification.
32452 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
32453 bug when the file is evaluated interactively.
32455 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
32456 declarations somewhat better in C++.
32458 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
32459 New helper macro to make use of `run-mode-hooks'
32460 which has been added in Emacs 21.1.
32461 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
32462 (awk-mode): Use it.
32463 (make-local-hook): Suppress warning about obsoleteness.
32465 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
32466 (c-append-backslashes-forward, c-delete-backslashes-forward)
32467 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
32468 Compensate for return value from `forward-line' when it has moved
32469 but not to a different line due to eob.
32471 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
32472 `objc-method-intro' and `objc-method-args-cont'.
32474 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
32476 CC Mode update to 5.30.10:
32478 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
32479 address in the copyright statement. Incidentally, change "along with
32480 GNU Emacs" to "along with this program" where it occurs.
32482 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
32483 autoload, so that it is interactive, hence can be found by M-x awk-mode
32484 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
32485 <gmorris+emacs@ast.cam.ac.uk>.
32487 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
32490 2005-05-23 Kevin Ryde <user42@zip.com.au>
32492 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
32493 from c-parse-state, to avoid a lisp error (on bad code).
32495 2005-05-23 Lute Kamstra <lute@gnu.org>
32497 * subr.el (font-lock-defaults): Remove defvar as it's already
32498 defined in font-core.el.
32500 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
32502 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
32504 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
32505 more general and work when GDB variable "print pretty" is on,
32506 as with Emacs, for example.
32508 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
32510 * font-core.el: Update comment.
32512 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32513 Use `after-change-major-mode-hook' instead of `find-file-hook'.
32515 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
32517 2005-05-22 Eli Zaretskii <eliz@gnu.org>
32519 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
32520 and `yank-handler' in the doc strings.
32522 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
32524 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
32526 2005-05-22 Richard M. Stallman <rms@gnu.org>
32528 * help.el (describe-key): Move print-help-return-message call
32529 out of conditional.
32531 * progmodes/etags.el (list-tags): Use with-no-warnings.
32533 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
32534 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
32535 (starttls-extra-args, starttls-extra-arguments): Add defvars.
32537 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
32539 * language/viet-util.el (viet-viscii-nonascii-translation-table):
32542 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
32543 Use defvar, not defconst.
32545 * hexl.el (hexl-follow-line): Use with-no-warnings.
32547 * emulation/tpu-extras.el: Use write-file-functions instead of
32550 * dired.el (dired-font-lock-keywords): Fontify files with junk
32551 extensions even if marked by -F.
32553 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
32555 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
32556 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
32557 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
32558 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
32559 (concatenate, list-length, get*, getf, cl-remprop):
32560 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
32561 (etypecase, progv, lexical-let, lexical-let*)
32562 (multiple-value-bind, multiple-value-setq, shiftf):
32563 Improve argument/docstring consistency.
32565 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
32567 2005-05-22 Andre Spiegel <spiegel@gnu.org>
32569 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
32572 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
32573 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
32575 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
32577 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
32578 already deleted variables: auto-fill-hook, blink-paren-hook,
32579 lisp-indent-hook, inhibit-local-variables, unread-command-event,
32580 suspend-hooks, comment-indent-hook, meta-flag,
32581 before-change-function, after-change-function,
32582 font-lock-doc-string-face.
32584 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
32586 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
32588 2005-05-21 Eli Zaretskii <eliz@gnu.org>
32590 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
32591 rmail-dont-reply-to.
32593 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32595 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
32596 literal blank when splitting new-header-values.
32598 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
32600 * calendar/cal-menu.el (cal-menu-update): Add separator as a
32601 string so that tmm doesn't create a completion entry for it.
32603 * textmodes/table.el (table-disable-menu): Ditto.
32605 2005-05-21 Richard M. Stallman <rms@gnu.org>
32607 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
32609 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
32611 * net/rcompile.el (remote-compile): Use compilation-start.
32613 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
32615 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
32617 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
32618 Default to makefile-bsdmake-mode on BSD systems.
32620 * imenu.el (imenu-generic-expression, imenu--generic-function'):
32621 REGEXP may also be a search function now. The part of doc-string
32622 for describing the structure was 95% identical to that of
32623 `imenu--generic-function'. Unify it there.
32625 * progmodes/make-mode.el (makefile-imenu-generic-expression):
32626 Use function to find dependencies, because regexp alone is so complex,
32627 it easily goes into an endless loop.
32628 (makefile-makepp-mode): Also add submenu for Perl functions
32629 defined in the makefile.
32630 (makefile-bsdmake-mode): Special imenu-generic-expression no
32631 longer needed, due to function call.
32632 (makefile-match-dependency): Take BOUND into account when checking
32635 2005-05-20 Jay Belanger <belanger@truman.edu>
32637 * calc/calc-units.el (calc-invalidate-units-table):
32638 Use inhibit-read-only.
32639 (math-build-units-table-buffer): Use view-mode.
32641 2005-05-20 David Kastrup <dak@gnu.org>
32643 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
32644 easy-menu-add is not a nop on Emacs; and clarify when to call it.
32646 2005-05-20 Lute Kamstra <lute@gnu.org>
32648 * diff-mode.el (diff-header-face, diff-file-header-face)
32649 (diff-index-face, diff-hunk-header-face, diff-removed-face)
32650 (diff-added-face, diff-changed-face, diff-function-face)
32651 (diff-context-face, diff-nonexistent-face): Put them in the
32652 diff-mode customization group.
32654 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
32656 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
32658 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
32660 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
32661 Minor regexp-optimization.
32663 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
32665 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
32666 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
32667 (org-agenda-add-time-grid-maybe): New function.
32668 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
32669 (org-table-create): `dotimes' instead of `mapcar'.
32670 (org-xor): Simplify implementation.
32671 (org-agenda): `inhibit-redisplay' turned on.
32672 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
32673 a consistent line after a state change.
32674 (org-agenda-remove-times-when-in-prefix): New option.
32675 (org-prefix-has-time): New variable.
32676 (org-parse-time-string): Optional argument NODEFAULT.
32677 (org-format-agenda-item): Parse items for time-of-day
32678 specifications and move these into the prefix if possible.
32679 (org-agenda-priority): Get current heading, not previous heading
32680 during agenda remote editing.
32682 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
32684 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
32685 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
32686 (remove-duplicates, delete-duplicates, substitute)
32687 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
32688 (nsubstitute-if-not, find, find-if, find-if-not, position)
32689 (position-if, position-if-not, count, count-if, count-if-not)
32690 (mismatch, search, sort*, stable-sort, merge, member*)
32691 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
32692 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
32693 (intersection, nintersection, set-difference, nset-difference)
32694 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
32695 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
32696 (nsublis, tree-equal): Improve argument/docstring consistency.
32698 * subr.el (send-string, send-region): Remove obsolescence declaration.
32699 (window-dot, set-window-dot, read-input, show-buffer)
32700 (eval-current-buffer, string-to-int):
32701 Add release number to obsolescence declarations.
32703 2005-05-19 Kim F. Storm <storm@cua.dk>
32705 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
32706 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
32708 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
32710 * faces.el (list-faces-display): Make back button respect optional
32713 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
32715 * calculator.el (calculator-radix-grouping-mode)
32716 (calculator-radix-grouping-digits, calculator-displayer)
32717 (calculator-radix-grouping-separator, calculator-copy-displayer):
32718 * dabbrev.el (dabbrev-search-these-buffers-only):
32719 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
32720 (diff-advance-after-apply-hunk, diff-mode-hook)
32721 (diff-minor-mode-prefix):
32722 * imenu.el (imenu-use-popup-menu):
32723 * jit-lock.el (jit-lock-context-time):
32724 * newcomment.el (comment-fill-column, comment-column)
32725 (comment-style, comment-padding, comment-multi-line)
32726 (comment-empty-lines, comment-auto-fill-only-comments):
32727 * reveal.el (reveal-around-mark):
32728 * uniquify.el (uniquify-buffer-name-style)
32729 (uniquify-after-kill-buffer-p)
32730 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
32731 (uniquify-min-dir-content, uniquify-separator)
32732 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
32733 * w32-vars.el (w32-fixed-font-alist):
32734 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
32735 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
32736 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
32737 * progmodes/perl-mode.el (perl-indent-level)
32738 (perl-continued-statement-offset, perl-continued-brace-offset)
32739 (perl-brace-offset, perl-brace-imaginary-offset)
32740 (perl-label-offset, perl-indent-continued-arguments)
32741 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
32742 * progmodes/tcl.el (tcl-indent-level)
32743 (tcl-continued-indent-level, tcl-auto-newline)
32744 (tcl-tab-always-indent, tcl-electric-hash-style)
32745 (tcl-help-directory-list, tcl-use-smart-word-finder)
32746 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
32747 (inferior-tcl-source-command):
32748 * textmodes/fill.el (enable-kinsoku):
32749 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
32750 * textmodes/table.el (table-yank-handler):
32751 Specify missing group (and type, if simple) in defcustom.
32753 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
32755 * progmodes/compile.el (compilation-finish-function): Fix defvar.
32757 2005-05-19 Richard M. Stallman <rms@gnu.org>
32759 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
32761 * subr.el (event-basic-type): Don't get an error.
32762 (left-fringe-p): Function deleted.
32764 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
32765 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
32767 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
32770 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
32772 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
32774 * emacs-lisp/bytecomp.el
32775 (byte-compile-file-form-custom-declare-variable):
32776 Call byte-compile-nogroup-warn if appropriate.
32778 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
32779 (compilation-set-window): Don't call left-fringe-p; do it directly.
32781 2005-05-19 Jay Belanger <belanger@truman.edu>
32783 * calc/calc-graph.el (calc-graph-format-data): Make sure
32784 var-PlotRejects is bound before trying to check its value.
32786 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
32788 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
32789 definition of this variable from reftex-global.el to reftex.el,
32790 because it is needed in the menu.
32792 2005-05-19 Lute Kamstra <lute@gnu.org>
32794 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
32795 years are fixed. Don't insert a space after a dash.
32797 2005-05-19 Kim F. Storm <storm@cua.dk>
32799 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
32801 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
32803 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
32804 strings, because (eq ... ?\\) is fairly frequent.
32806 * progmodes/make-mode.el (makefile-add-this-line-targets):
32807 Simplify and integrate into `makefile-pickup-targets'.
32808 (makefile-add-this-line-macro): Simplify and integrate into
32809 `makefile-pickup-macros.
32810 (makefile-pickup-filenames-as-targets): Simplify.
32811 (makefile-previous-dependency, makefile-match-dependency):
32812 Don't stumble over `::'.
32814 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
32816 * subr.el (post-command-idle-hook, post-command-idle-delay):
32817 Remove obsoletion of post-command-idle-hook and
32818 post-command-idle-delay.
32820 * faces.el (list-faces-display): Provide button when describe-face
32821 is called to take user back to the list of faces.
32823 * help-fns.el (describe-variable): Remove hyperlinks in a
32824 variable's value as these are quite frequently inappropriate.
32826 * follow.el (follow-submit-feedback, follow-mode):
32827 Remove references to post-command-idle-hook.
32829 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
32831 * progmodes/make-mode.el (makefile-previous-dependency)
32832 (makefile-match-dependency): Check for := (and in bsd mode also
32833 !=) to give a better result, even when font-lock is not on.
32835 2005-05-18 Jay Belanger <belanger@truman.edu>
32837 * calc/calc-help.el (calc-s-prefix-help):
32838 Add `calc-copy-special-constant' to help string.
32840 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
32842 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32844 2005-05-18 Jay Belanger <belanger@truman.edu>
32846 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
32847 in linear factors are in proper order.
32849 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
32851 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32852 Support for jurabib.
32854 * textmodes/reftex.el (featurep): Define aliases for overlay
32855 commands, for XEmacs compatibility, and use these aliases in
32856 overlay initializations.
32857 (reftex-highlight): Use `reftex-move-overlay'.
32858 (reftex-unhighlight): Use `reftex-delete-overlay'.
32859 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
32860 (reftex-access-search-path): Use `reftex-uniquify' instead of
32863 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
32864 `before-string' property modification enables for Emacs as well.
32865 (reftex-select-item): Use `reftex-delete-overlay'.
32866 (reftex-select-mark): Use `reftex-make-overlay' and
32867 `reftex-overlay-put'.
32868 (reftex-select-unmark): Use `reftex-delete-overlay' and
32869 `reftex-overlay-put'.
32871 2005-05-18 Lute Kamstra <lute@gnu.org>
32873 * emacs-lisp/lisp.el (check-parens): Fix docstring.
32875 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
32877 * add-log.el (add-change-log-entry):
32878 * array.el (array-make-template, array-reconfigure-rows)
32879 (array-init-max-row, array-init-max-column)
32880 (array-init-columns-per-line, array-init-field-width):
32881 * replace.el (replace-match-maybe-edit, perform-replace):
32882 * textmodes/spell.el (spell-region):
32883 Replace `read-input' by `read-string'.
32885 * forms.el (forms-mode):
32886 * finder.el (finder-compile-keywords):
32887 * shadowfile.el (shadow-read-files):
32888 Replace `eval-current-buffer' by `eval-buffer'.
32890 * terminal.el (te-pass-through):
32891 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
32892 (ange-ftp-raw-send-cmd):
32893 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
32894 (send-process-next-char, telnet-initial-filter, telnet):
32895 Replace `send-string' by `process-send-string'.
32897 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
32898 (prolog-consult-region): Replace `send-string' by
32899 `process-send-string'; replace `send-region' by `process-send-region'.
32901 * progmodes/delphi.el (delphi-log-msg):
32902 Replace `set-window-dot' by `set-window-point'.
32904 * subr.el (window-dot, set-window-dot, read-input, send-string)
32905 (send-region, show-buffer, eval-current-buffer):
32906 Make really obsolete, as the comment says.
32908 2005-05-17 Kim F. Storm <storm@cua.dk>
32910 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
32911 (cua--init-keymaps): Bind C-return instead of S-return to set
32914 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
32915 instead of S-return to toggle/clear rectangle mark.
32917 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
32919 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
32920 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
32921 Also fontify plain strings assigned to variables, mostly so that a
32922 colon has a face and is thus not taken as a dependency separator.
32923 (makefile-previous-dependency): Inline the new matcher, because it
32924 is too complex to work in both directions.
32925 (makefile-match-dependency): Eliminate `backward' arg (see above).
32926 Completely reimplemented so as to not sometimes go into an endless
32927 loop. It should also be more efficient, because first it only
32928 searches for `:', instead of applying the very complex regexp.
32929 (makefile-mode): Cancel `font-lock-support-mode', because blocks
32930 to be fontified in one piece can be too long for JIT.
32931 Makefiles are never *that* big.
32933 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
32935 * dired.el (dired-mode): Simplify.
32937 2005-05-17 Lute Kamstra <lute@gnu.org>
32939 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
32940 defcustom for the mode hook variable.
32942 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
32943 Emacs Lisp Reference Manual.
32945 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
32947 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
32949 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
32950 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
32952 * net/tramp-smb.el (tramp-smb-open-connection):
32953 Pass `tramp-chunksize' as fifth (required) argument.
32955 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
32957 * font-lock.el (lisp-font-lock-keywords-1):
32958 Set `font-lock-negation-char-face' for [^...] char group.
32959 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
32961 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
32962 a var, and refine it to mask one more level of nested vars.
32963 (makefile-rule-action-regex): Turn it into a var, and refine it so
32964 it recognizes backslashed continuation lines as belonging to the
32966 (makefile-macroassign-regex): Refine it so it recognizes
32967 backslashed continuation lines as belonging to the same command.
32968 (makefile-var-use-regex): Don't look at the next char, because it
32969 might be the same one to be skipped by the initial [^$], leading
32970 to an overlooked variable use.
32971 (makefile-make-font-lock-keywords): Remove two parameters, which
32972 are now variables that some of the modes set locally.
32973 Handle dependency and rule action matching through functions, because
32974 regexps alone match too often. Dependency matching now comes
32975 last, so it can check, whether a colon already matched something else.
32976 (makefile-mode): Inform that font-lock improves makefile parsing
32978 (makefile-match-dependency, makefile-match-action): New functions.
32980 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
32982 * emacs-lisp/cl-extra.el (equalp): Doc fix.
32984 * align.el (align-regexp):
32985 * ansi-color.el (ansi-color-get-face):
32986 * array.el (array-reconfigure-rows, array-init-max-row)
32987 (array-init-max-column, array-init-columns-per-line)
32988 (array-init-field-width):
32989 * dired-aux.el (dired-trample-file-versions):
32990 * dired-x.el (dired-mark-sexp):
32991 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
32992 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
32993 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
32994 * faces.el (face-read-integer):
32995 * files.el (backup-extract-version, insert-directory):
32996 * hexl.el (hexl-insert-decimal-char):
32997 * server.el (server-process-filter):
32998 * shell.el (shell-extract-num):
32999 * startup.el (command-line-1):
33000 * term.el (term-command-hook):
33001 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
33002 (time-stamp-do-number):
33003 * time.el (display-time-update):
33004 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
33005 (timezone-fix-time):
33006 * vms-patch.el (vms-suspend-resume-hook):
33007 * calendar/appt.el (appt-convert-time):
33008 * calendar/cal-bahai.el (mark-bahai-diary-entries):
33009 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
33010 * calendar/cal-islam.el (mark-islamic-diary-entries):
33011 * calendar/calendar.el (calendar-cursor-to-date)
33012 (calendar-star-date):
33013 * calendar/diary-lib.el (diary-attrtype-convert)
33014 (mark-diary-entries, diary-entry-time):
33015 * calendar/solar.el (solar-get-number):
33016 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
33017 * emacs-lisp/re-builder.el (reb-display-subexp):
33018 * emulation/edt.el (edt-set-scroll-margins):
33019 * emulation/tpu-extras.el (tpu-set-scroll-margins):
33020 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
33021 (vip-get-ex-count):
33022 * emulation/viper-ex.el (viper-get-ex-token)
33023 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
33024 * international/fontset.el (fontset-plain-name):
33025 * mail/feedmail.el (feedmail-look-at-queue-directory):
33026 * mail/mailalias.el (mail-get-names):
33027 * mail/rmail.el (rmail-convert-to-babyl-format):
33028 * mail/rmailsum.el (rmail-make-basic-summary-line)
33029 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
33030 (rmail-summary-goto-msg):
33031 * mail/smtpmail.el (smtpmail-read-response):
33032 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
33033 (ange-ftp-vms-add-file-entry):
33034 * play/gametree.el (gametree-looking-at-ply)
33035 (gametree-current-branch-score):
33036 * progmodes/ada-xref.el (ada-prj-find-prj-file)
33037 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
33038 * progmodes/cperl-mode.el (condition-case):
33039 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
33040 (ebrowse-set-member-buffer-column-width)
33041 (ebrowse-select-1st-to-9nth):
33042 * progmodes/etags.el (etags-snarf-tag):
33043 * progmodes/flymake.el (flymake-parse-line):
33044 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
33045 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
33046 (idlwave-shell-menu-def):
33047 * progmodes/ps-mode.el (ps-run-goto-error):
33048 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
33049 (vhdl-speedbar-contract-level):
33050 * term/mac-win.el (x-handle-numeric-switch):
33051 * term/sun-mouse.el (sun-get-frame-data):
33052 * term/w32-win.el (x-handle-numeric-switch):
33053 * term/x-win.el (x-handle-numeric-switch):
33054 * textmodes/ispell.el (ispell-parse-output):
33055 * textmodes/nroff-mode.el (nroff-outline-level):
33056 * textmodes/reftex-cite.el (reftex-bib-sort-year)
33057 (reftex-bib-sort-year-reverse, reftex-format-citation):
33058 * textmodes/reftex-parse.el (reftex-init-section-numbers)
33059 (reftex-section-number):
33060 * textmodes/texinfmt.el (texinfo-paragraphindent):
33061 Replace `string-to-int' by `string-to-number'.
33063 * international/latexenc.el: Add page marker to force the "Local
33064 Variables:" string out of the last page.
33066 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
33068 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
33069 tooltip-change-major-mode.
33070 (gud-tooltip-print-command): Remove case where gud-minor-mode
33071 is gdb ("--fullname").
33072 (gud-tooltip-tips): Turn GUD tooltips off for this case and
33075 2005-05-16 Jay Belanger <belanger@truman.edu>
33077 * calc/calc-store.el (calc-copy-special-constant): New function.
33079 * calc/calc-ext.el (calc-init-extensions): Add binding for
33080 `calc-copy-special-constant'.
33082 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
33083 for the `calc-copy-special-constant' command.
33085 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
33087 * subr.el (left-fringe-p): New function.
33089 * progmodes/compile.el (compilation-setup): Set local value of
33090 overlay-arrow-string to "" always.
33091 (compilation-set-window): Left fringe then don't scroll.
33092 No left fringe then no arrow and scroll message to top.
33093 (compilation-context-lines): Adjust doc string accordingly.
33095 2005-05-16 Kim F. Storm <storm@cua.dk>
33097 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
33098 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
33099 (ido-wide-find-dir-or-delete-dir): New command for M-d.
33100 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
33101 (ido-read-file-name): Handle commands with ido property value
33102 equal to find-file as reading a file name, to allow C-d to enter dired.
33103 (ibuffer-find-file): Add ido property with value find-file.
33105 2005-05-15 Kim F. Storm <storm@cua.dk>
33107 * subr.el (open-network-stream-nowait): Remove.
33108 (open-network-stream-server): Remove.
33110 2005-05-15 Richard M. Stallman <rms@gnu.org>
33112 * faces.el (describe-face): Output a definition link button.
33114 * help-mode.el (help-face-def): New button type.
33116 * emacs-lisp/copyright.el (copyright-fix-years):
33117 Match properly if the first year is 2-digit.
33118 Don't mess up the whitespace after the years by filling.
33120 * dired-aux.el (dired-mark-confirm):
33121 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
33123 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
33124 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
33125 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
33127 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33128 Set font-lock-comment-start-skip.
33130 * font-lock.el (font-lock-comment-start-skip): New variable.
33131 (font-lock-comment-end-skip): New variable.
33132 (font-lock-fontify-syntactically-region): Use them if non-nil.
33134 2005-05-15 Jay Belanger <belanger@truman.edu>
33136 * calc/calc-store.el (calc-store-value): Return a string rather
33137 than display it as a message.
33138 Use calc-var-name for variable name.
33139 (calc-store-into): Add the result of calc-store-value to message.
33140 (calc-copy-variable): Add a message.
33141 (calc-store-exchange): Improve error messages.
33142 (calc-store-binary, calc-store-map): Don't reset the values of
33145 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
33147 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
33148 manual to docstring.
33150 * files.el (hack-local-variables-confirm): Add STRING argument.
33151 Make the function handle non file visiting buffers correctly.
33152 (hack-local-variables-prop-line, hack-local-variables)
33153 (hack-one-local-variable): Use STRING arg of
33154 `hack-local-variables-confirm'.
33156 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
33158 Sync with Tramp 2.0.49.
33160 * net/tramp.el (tramp-handle-dired-call-process)
33161 (tramp-handle-insert-directory):`insert-buffer' cannot be used
33162 because the contents of the Tramp buffer is changed before
33163 insertion (`expand-file' and alike).
33164 (tramp-handle-insert-directory): If `localname' has an empty
33165 nondirectory name, it must not be quoted.
33166 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
33167 variable `tramp-chunksize'. Change callees.
33168 (tramp-open-connection-setup-interactive-shell): Check remote host
33169 for buggy `send-process-string' implementation.
33170 Set `tramp-chunksize' if found. Reported by Michael Kifer
33171 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
33172 (tramp-handle-shell-command): `insert-buffer' cannot be used
33173 because the contents of the Tramp buffer is changed before
33174 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
33175 <frederic.bothamy@free.fr>.
33176 (tramp-set-auto-save): Actions should be done for Tramp file name
33177 handler only. Ange-FTP has its own auto-save mechanism.
33178 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
33179 (tramp-set-auto-save-file-modes): Set file modes of
33180 `buffer-auto-save-file-name' to ?\600 as fallback solution.
33181 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
33182 (tramp-bug): Remove obsolete variable.
33183 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
33184 for presence of `mml-mode'. Make it running for older Emacsen as well.
33186 2005-05-14 John Paul Wallington <jpw@pobox.com>
33188 * ibuf-ext.el (define-ibuffer-filter filename):
33189 If `dired-directory' is a list, use its car.
33191 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
33193 * ibuffer.el (define-ibuffer-column filename):
33194 If `dired-directory' is a list, use its car.
33196 2005-05-14 Richard M. Stallman <rms@gnu.org>
33198 * subr.el (symbol-file): Doc fix.
33200 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
33201 (byte-compile-form): Call byte-compile-nogroup-warn.
33202 (byte-compile-warning-types): Doc fix.
33204 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
33206 * progmodes/cc-engine.el (c-literal-faces):
33207 Add font-lock-comment-delimiter-face.
33209 * net/net-utils.el (dig): Use with-no-warnings.
33211 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
33212 (sc-recite-frame-alist, sc-default-cite-frame)
33213 (sc-default-uncite-frame, sc-default-recite-frame)
33214 (sc-attrib-selection-list, sc-rewrite-header-list):
33215 Mark as risky-local-variable.
33217 * international/ogonek.el (ogonek-jak, ogonek-how):
33218 Don't use beginning-of-buffer.
33220 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
33222 * calendar/solar.el (solar-data-list): Move definition up.
33224 * dnd.el (dnd-protocol-alist): Add autoload.
33226 * progmodes/sh-script.el: Many doc usage fixes.
33227 (sh-indent-after-do): Change default to match common styles.
33229 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
33231 * files.el (interpreter-mode-alist)
33232 (auto-mode-interpreter-regexp): Doc fixes.
33234 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
33236 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
33238 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
33240 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
33242 * dired.el (dired-mode): make-variable-buffer-local =>
33243 make-local-variable.
33245 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33247 * term/mac-win.el (mac-select-convert-to-string): Try coding
33248 systems in mac-script-code-coding-systems if specified one cannot
33249 encode string for `com.apple.traditional-mac-plain-text'.
33251 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
33253 * progmodes/make-mode.el (makefile-targets-face)
33254 (makefile-shell-face, makefile-makepp-perl-face): New faces.
33255 (makefile-dependency-regex): Fix it to not make the colon in
33256 $(var:a=b) special.
33257 (makefile-rule-action-regex): New regexp for highlighting embedded
33259 (makefile-macroassign-regex): Handle != for highlighting as
33260 embedded Shell strings.
33261 (makefile-var-use-regex): New const.
33262 (makefile-statements, makefile-automake-statements)
33263 (makefile-gmake-statements, makefile-makepp-statements)
33264 (makefile-bsdmake-statements): New consts.
33265 (makefile-make-font-lock-keywords): New function.
33266 (makefile-automake-font-lock-keywords)
33267 (makefile-gmake-font-lock-keywords)
33268 (makefile-makepp-font-lock-keywords)
33269 (makefile-bsdmake-font-lock-keywords): New consts.
33270 (makefile-mode-map): Add switchers between the various submodes.
33271 (makefile-mode): Document the availability of the variants.
33272 (makefile-automake-mode, makefile-gmake-mode)
33273 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
33275 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
33276 new variants of makefile-mode.
33278 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
33280 * font-lock.el (font-lock-comment-delimiter-face): Fix up
33283 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
33285 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
33286 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
33288 * files.el (normal-mode): Extend the scope of the
33289 `enable-local-variables' binding to include the `set-auto-mode' call.
33290 (magic-mode-alist): Doc fix.
33292 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
33294 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
33295 font-lock-comment-face rather than copying its setting.
33297 2005-05-12 Andreas Schwab <schwab@suse.de>
33299 * eshell/esh-mode.el (eshell-send-input): Doc fix.
33301 2005-05-12 Lute Kamstra <lute@gnu.org>
33303 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
33304 defcustom for the mode hook variable. Delete the last argument.
33305 * generic-x.el: Fix callers of define-generic-mode.
33306 (generic-x-modes): Delete group.
33307 (show-tabs-tab-face, show-tabs-space-face): Put them in the
33308 generic-x customization group.
33310 2005-05-12 Kim F. Storm <storm@cua.dk>
33312 * font-lock.el (font-lock-negation-char-face): Default to "off".
33314 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
33315 font-lock-negation-char-face to ! in !=.
33317 2005-05-12 Masatake YAMATO <jet@gyve.org>
33319 * add-log.el (find-change-log): Fix typos in the docstring
33322 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
33324 * international/latexenc.el (latexenc-find-file-coding-system):
33325 Avoid `re-search-forward' when looking for input encoding because
33326 of speed and safety. Better regular expressions for recognizing
33327 input encoding. Limit a search for TeX-master/tex-main-file to
33328 the local variable section.
33330 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
33332 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
33333 syntax of $ to "'" (quote).
33335 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
33337 * dnd.el (dnd-protocol-alist): Improve custom type.
33339 * dired.el (dired-dnd-protocol-alist): New variable.
33340 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
33341 `dired-mode-hook' to the end.
33343 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
33345 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
33346 comment-end if comment-start-skip is not set.
33347 Obey the font-lock-comment-delimiter-face variables.
33349 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
33351 * files.el (executable-find): Move from executable.el. Use
33353 * progmodes/executable.el (executable-find): Move to files.el.
33355 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
33356 when trying to ensure forward progress.
33358 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
33360 * mouse-sel.el (mouse-sel-follow-link-p): New function.
33361 (mouse-select, mouse-select-internal, mouse-extend-internal):
33362 Use it to implement mouse-1-click-follows-link functionality.
33364 2005-05-11 Richard M. Stallman <rms@gnu.org>
33366 * font-lock.el (font-lock-fontify-syntactically-region):
33367 Use font-lock-comment-delimiter-face for comment delimiters.
33369 2005-05-10 Jay Belanger <belanger@truman.edu>
33371 * calc/calc-help.el (calc-m-prefix-help): Add mention of
33372 preserving embedded modes.
33374 2005-05-10 Richard M. Stallman <rms@gnu.org>
33376 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
33378 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
33379 Move from ada-stmt.el.
33380 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
33382 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
33383 Move to ada-mode.el.
33384 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
33386 * cus-edit.el (custom-file): Call file-chase-links.
33388 * files.el (read-directory-name): Fix previous change.
33389 (hack-local-variables-confirm): New function.
33390 (hack-local-variables-prop-line, hack-local-variables)
33391 (hack-one-local-variable): Use it.
33393 2005-05-10 Lute Kamstra <lute@gnu.org>
33395 * font-lock.el (font-lock-keywords-alist)
33396 (font-lock-removed-keywords-alist): Clarify docstrings.
33398 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
33400 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
33401 (gdb-source-info): Check for preprocessor info.
33402 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
33403 a macro for a function.
33404 (gdb-info-breakpoints-custom): Try to find file again if not already
33405 found (user might have used GDB dir command).
33406 (gdb-get-location): Update gdb-location-alist correctly for change
33407 to gdb-info-breakpoints-custom.
33409 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
33410 (gud-tooltip-print-command): Add gdbmi case.
33411 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
33414 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
33416 * startup.el (fancy-splash-insert): Fix typo in doc string.
33418 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
33420 * obsolete/float.el (string-to-float):
33421 * obsolete/hilit19.el (hilit-add-pattern):
33422 * obsolete/rnews.el (news-parse-range, news-select-message)
33423 (news-get-pruned-list-of-files): Replace `string-to-int' by
33424 `string-to-number'.
33426 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
33427 `find-file-not-found-hooks'; use `add-hook'.
33428 (uncompress-while-visiting): Set `write-file-functions', not
33429 `write-file-hooks'; use `add-hook'.
33431 2005-05-09 Kim F. Storm <storm@cua.dk>
33433 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
33434 (cua-paste): Handle clipboard action.
33435 (cua--init-keymaps): Remap clipboard-kill-region and
33436 clipboard-kill-ring-save.
33438 2005-05-08 Eli Zaretskii <eliz@gnu.org>
33440 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
33441 Improve commentary.
33443 * simple.el (next-error-overlay-arrow-position): Revert the change
33444 made on 2005-04-30.
33446 2005-05-07 Jay Belanger <belanger@truman.edu>
33448 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
33449 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
33450 `calc-sel-reselect'.
33452 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
33453 Calc is in embedded mode.
33455 2005-05-07 Eli Zaretskii <eliz@gnu.org>
33457 * progmodes/compile.el (compilation-setup):
33458 Set overlay-arrow-string to an empty string on text terminals.
33460 * textmodes/ispell.el (ispell-program-name): Try looking for
33461 "aspell" along exec-path, and if found, use it as the default
33464 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
33466 * international/mule.el (sgml-xml-auto-coding-function):
33467 Recognize encoding='FOO' in single quotes as well as in double quotes.
33469 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
33471 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
33472 as well as `interactive', so that defmacro* would recognize
33475 2005-05-07 Eli Zaretskii <eliz@gnu.org>
33477 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
33478 Explain more about the LIGHTER arg's usage in the doc string.
33479 Add commentary to clarify what the code does. Fix the regexp that
33480 strips whitespace from LIGHTER. Quote LIGHTER before using it,
33481 since it could have characters special to regular expressions.
33483 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
33485 * replace.el (occur-1): Bind inhibit-read-only so that
33486 erase-buffer doesn't barf on read-only text properties (likewise
33487 for add-text-properties in occur-engine). Mark buffer as unmodified.
33488 (occur-engine): Don't set buffer-read-only here.
33490 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
33492 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
33493 list-buffers-directory. This caused the *cvs-commit* buffer to be
33494 sometimes mistakenly reused as a *cvs* buffer.
33496 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
33498 * tooltip.el: Move code for GUD tooltips into gud.el.
33499 (require): CL no longer needed to compile case.
33500 (tooltip-mode): Do not toggle functions for GUD tooltips.
33501 (tooltip-gud-tips-p): Remove. Replace with minor mode
33502 gud-tooltip-mode in gud.el.
33503 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
33504 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
33505 tooltip-gud prefix with gud-tooltip and obsolete.
33506 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
33507 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
33508 (tooltip-mouse-motion): Mouse movement functions/variable.
33509 Rename in gud.el by adding gud prefix.
33510 (tooltip-gud-original-filter, tooltip-gud-dereference)
33511 (tooltip-gud-event, tooltip-toggle-gud-tips)
33512 (tooltip-gud-process-output, tooltip-gud-print-command)
33513 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
33514 gud.el by replacing tooltip-gud prefix with gud-tooltip.
33515 (gdb-tooltip-print): Move to gdb-ui.el.
33517 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
33518 (require): CL needed to compile case.
33519 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
33520 tooltip-gud-tips-p. Make it a minor-mode.
33521 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
33522 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
33523 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
33524 (gud-tooltip-change-major-mode)
33525 (gud-tooltip-activate-mouse-motions-if-enabled)
33526 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
33527 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
33528 (gud-tooltip-original-filter, gud-tooltip-dereference)
33529 (gud-tooltip-event, tooltip-toggle-gud-tips)
33530 (gud-tooltip-process-output, gud-tooltip-print-command)
33531 (gud-tooltip-tips): Move from tooltip.el.
33533 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
33534 (gdb-cpp-define-alist-flags): Doc fix.
33535 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
33536 gud-tooltip-mode is t.
33538 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
33540 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
33541 evaporate if their text is deleted.
33542 (goto-address-at-point): Make it work as a mouse binding as well.
33543 (goto-address-at-mouse): Obsolete it. Update users.
33545 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
33547 * calendar/appt.el (top-level): No longer activate on load.
33549 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
33551 * calendar/cal-bahai.el (mark-bahai-diary-entries):
33552 * net/webjump.el (webjump):
33553 * progmodes/idlw-help.el (idlwave-do-context-help1)
33554 (idlwave-highlight-linked-completions):
33555 * textmodes/po.el (po-find-file-coding-system-guts):
33556 Replace `assoc-ignore-case' by `assoc-string'.
33558 2005-05-06 Eli Zaretskii <eliz@gnu.org>
33560 * files.el (locate-file): Doc fix.
33562 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
33563 Remove the redundant test for ms-dos.
33565 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
33566 look for the preprocessor with exec-suffixes. If not found in
33567 standard places, look in exec-path. Remove most of the tests that
33570 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
33572 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
33574 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
33575 file-name clash with jka-compr.el on 8+3 filesystems.
33577 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33579 * term/mac-win.el: Don't define or bind scroll bar functions if
33580 x-toolkit-scroll-bars is t.
33581 (x-select-text, x-get-selection-value): Clear
33582 x-last-selected-text-clipboard if x-select-enable-clipboard is
33584 (PRIMARY): Put mac-scrap-name property.
33585 (mac-select-convert-to-file-url): New function.
33586 (public.file-url): New selection target type. Add to
33587 selection-converter-alist.
33588 (x-get-selection, x-selection-value): Handle it.
33589 (x-cut-buffer-or-selection-value): New alias.
33591 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33593 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
33594 entry to avoid calling bibtex-find-entry with arg global
33595 being t. Remove arg key.
33596 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
33597 (bibtex-copy-summary-as-kill): Change accordingly.
33599 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
33601 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
33602 (org-agenda-date-later): Use with-current-buffer.
33604 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
33606 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
33607 (define-obsolete-variable-alias): Doc Fixes.
33609 2005-05-06 Kim F. Storm <storm@cua.dk>
33611 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
33612 vertical-motion when selective-display is active.
33614 * ido.el (ido-setup-hook): New hook.
33615 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
33616 (ido-input-stack): New var.
33617 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
33618 ido-next-work-file binding to M-O.
33619 Bind M-f to ido-wide-find-file-or-pop-dir.
33620 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
33621 (ido-read-internal): Run ido-setup-hook.
33622 Catch quit in read-file-name and read-string to cancel edit.
33623 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
33624 Automatically pop-all when completing a directory name (RET).
33625 (ido-file-internal): Add with-no-warnings around ffap and dired code.
33626 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
33627 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
33628 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
33629 New functions for M-b/M-f to move among the directory components.
33630 (ido-make-merged-file-list): Catch quit to cancel merge.
33631 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
33632 (ido-completion-help): No warnings for ido-completion-buffer-full.
33634 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
33636 * font-lock.el (font-lock-negation-char-face): New face and variable.
33637 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
33638 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
33639 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
33640 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
33642 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
33644 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
33645 Fix typo in docstring.
33647 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
33648 (ebrowse-print-statistics-line)
33649 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
33651 * term/w32-win.el (image-library-alist): Add additional name for
33654 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
33656 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
33657 use gcc instead of cpp.
33659 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
33660 (gdb-create-define-alist): Use it.
33661 (gdb-cpp-define-alist-program): Update for MS-DOS.
33663 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
33665 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
33667 2005-05-04 Richard M. Stallman <rms@gnu.org>
33669 * help.el (describe-key): No error when UNTRANSLATED is nil.
33671 * simple.el (line-move-1): Fix previous change to signal errors
33674 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
33676 * calendar/icalendar.el (icalendar-version): Now at 0.12.
33677 (icalendar-duration-correction): Remove.
33678 (icalendar--get-event-properties): Split result at commas.
33679 (icalendar--decode-isoduration): New optional argument
33680 DURATION-CORRECTION.
33681 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
33682 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
33683 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
33684 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
33685 (icalendar--convert-anniversary-to-ical): New functions, extracted
33686 from icalendar-export-region, with bug fixes.
33687 (icalendar-export-region): Use the above functions.
33688 (icalendar-import-buffer): Check before saving diary file.
33689 (icalendar--convert-recurring-to-diary)
33690 (icalendar--convert-non-recurring-all-day-to-diary)
33691 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
33692 extracted from icalendar--convert-ical-to-diary, with bug fixes.
33693 (icalendar--convert-ical-to-diary): Use the above functions.
33695 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
33697 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
33698 Remove these recent additions.
33699 (c-mode): Restore to before 2005-04-28.
33701 * progmodes/cc-vars.el (cc-define-list-program): Remove this
33704 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
33705 (gdb-define-alist): New variables.
33706 (gdb-create-define-alist): New function.
33707 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
33708 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
33709 with string-to-number.
33710 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
33712 * progmodes/gud.el: Replace string-to-int with string-to-number.
33713 (gud-find-file): Handle gdb-define-alist.
33715 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
33717 2005-05-02 Jay Belanger <belanger@truman.edu>
33719 * calc/calc-aent.el (math-read-token):
33720 * calc/calc-bin.el (calc-word-size):
33721 * calc/calc-ext.el (calc-read-number-fancy):
33722 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
33723 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
33724 * calc/calc-frac.el (calc-over-notation):
33725 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
33726 (calc-graph-num-points, calc-graph-init):
33727 * calc/calc-prog.el (calc-read-parse-table-part)
33728 (calc-edit-macro-repeats):
33729 * calc/calc-yank.el (calc-do-grab-rectangle):
33730 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
33731 Replace `string-to-int' by `string-to-number'.
33733 2005-05-02 Kim F. Storm <storm@cua.dk>
33735 * kmacro.el: Use executing-kbd-macro-index variable.
33737 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
33739 * net/rlogin.el (rlogin-parse-words): Delete func.
33740 (rlogin): Use split-string, not rlogin-parse-words.
33741 Also, if there are option-like elements in the parsed args,
33742 take the host to be the first arg immediately following them.
33743 Suggested by Michael Mauger.
33745 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
33747 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
33749 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
33751 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
33752 (cc-mode-cpp-program): Rename to cc-define-list-program and
33753 move to cc-vars.el.
33755 * progmodes/cc-vars.el (cc-define-list-program):
33756 Change to "gcc -E -dM -". Make customizable.
33758 2005-05-02 Kim F. Storm <storm@cua.dk>
33760 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
33762 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
33764 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
33766 * international/mule-util.el (truncate-string): Remove alias and
33767 obsolete declaration.
33769 * international/mule-cmds.el (update-iso-coding-systems):
33770 Remove alias and obsolete declaration.
33772 * international/mule.el (coding-system-parent): Remove alias and
33773 obsolete declaration.
33775 * subr.el (define-function, sref): Remove aliases and obsolete
33777 (chars-in-region): Remove obsolete declaration.
33779 2005-05-01 Richard M. Stallman <rms@gnu.org>
33781 * info.el (Info-mode): Set widen-automatically to nil, locally.
33783 * simple.el (widen-automatically): New variable.
33784 (pop-global-mark): Obey widen-automatically.
33786 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
33788 * term/xterm.el (function-key-map): Call substitute-key-definition
33789 before the keymap size is increased by a lot of define-key calls.
33791 2005-05-01 Richard M. Stallman <rms@gnu.org>
33793 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
33794 Rename ARG to ELEMENT. Doc fix.
33796 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
33798 * allout.el (allout-exposure): Remove macro and obsolete declaration.
33799 Remove references to allout-exposure/change to allout-new-exposure.
33801 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
33804 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
33805 (compiled-function-p, focus-frame, unfocus-frame):
33806 Remove aliases and obsolete declarations.
33807 Back out inadvertent changes from previous commit.
33809 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
33811 * files.el (require-final-newline): Make Custom tags consistent
33812 with mode-require-final-newline.
33813 (mode-require-final-newline): Doc fix.
33815 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
33817 * international/latexenc.el (latexenc-find-file-coding-system):
33818 Fix regular expressions.
33820 2005-05-01 David Kastrup <dak@gnu.org>
33822 * international/latexenc.el (latexenc-find-file-coding-system):
33823 Fix regular expressions.
33825 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
33827 * subr.el (string-to-int): Make obsolete.
33829 2005-04-30 Richard M. Stallman <rms@gnu.org>
33831 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
33833 * loadup.el: Load jka-comp-hook.
33835 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
33836 (jka-compr-handler): Add autoload. `put' calls moved
33837 to jka-comp-hook.el.
33838 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
33839 (jka-compr-inhibit): Autoload.
33841 * jka-comp-hook.el: New file.
33842 Enable the mode by default.
33844 * files.el (backup-buffer-copy): Use copy-file instead
33845 of write-region, and put back the 'excl.
33847 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
33849 * progmodes/flymake.el (flymake-split-string)
33850 (flymake-split-string, flymake-log, flymake-pid-to-names)
33851 (flymake-reg-names, flymake-get-source-buffer-name)
33852 (flymake-unreg-names, flymake-add-line-err-info)
33853 (flymake-add-err-info): Clarify docstrings.
33854 (flymake-popup-menu, flymake-make-emacs-menu)
33855 (flymake-make-xemacs-menu): Add docstrings.
33856 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
33857 Set variables directly throughout.
33859 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
33861 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
33862 exists. Initialize cc-define-alist.
33863 (c-mode): Add cc-create-define-alist locally to after-save-hook.
33864 If there is no file (Macroexpansion) don't create an alist.
33866 2005-04-29 Sam Steingold <sds@gnu.org>
33868 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
33869 (cc-create-define-alist): Use it instead of the hard-coded string.
33871 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
33873 * international/mule-conf.el (file-coding-system-alist): Fix regexp
33876 2005-04-29 Lute Kamstra <lute@gnu.org>
33878 * emacs-lisp/generic.el: Improve commentary section.
33879 (define-generic-mode): Improve docstring.
33881 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
33883 * textmodes/org.el (many places): Change to quiet the byte compiler.
33884 (org-prefix-format-compiled): New variable.
33885 (org-compile-prefix-format): New function.
33886 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
33887 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
33888 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
33889 (org-get-entries-from-diary): Use `org-get-time-of-day' for
33890 consistency with entries from `org-mode' files.
33891 (org-get-time-of-day): Fix bug with partial matches early in a line.
33892 (org-non-link-chars): New constant.
33893 (org-link-regexp): Respect `org-non-link-chars'.
33894 (org-agenda-day-view): Remove command.
33895 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
33896 (org-follow-bbdb-link, org-store-link): Search also company field.
33897 (org-highlight-overlay): New variable.
33898 (org-highlight, org-unhighlight): New functions.
33899 (org-agenda-mode): Add pre-command-hook to remove highlight.
33900 (org-evaluate-time-range): Behavior depends upon whether time stamp
33901 contains a time or not.
33902 (org-show-subtree, org-show-entry): New functions.
33903 (org-agenda-cleanup-fancy-diary): Remove empty lines.
33905 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
33907 * comint.el (comint-output-filter-functions): Add autoload cookie.
33909 2005-04-28 Kim F. Storm <storm@cua.dk>
33911 * ido.el (ido-everywhere): Fix last change.
33913 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
33915 * international/latexenc.el: New file.
33916 * international/mule-conf.el (file-coding-system-alist): For .tex,
33917 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
33919 2005-04-28 Lute Kamstra <lute@gnu.org>
33921 * font-lock.el (font-lock-add-keywords)
33922 (font-lock-remove-keywords): Clarify docstring.
33923 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
33924 Don't start docstrings with a `*'.
33925 (font-lock-update-removed-keyword-alist): Give it a docstring.
33927 * generic-x.el: Update commentary section.
33928 Only require font-lock when compiling.
33929 Define all modes conditionally.
33930 Place all generic modes in the generic-x-modes customization group.
33931 (generic-x-modes): New customization group.
33932 (generic-default-modes, generic-mswindows-modes)
33933 (generic-unix-modes, generic-other-modes): New constants.
33934 (generic-define-mswindows-modes, generic-define-unix-modes):
33935 Update docstrings. Make them obsolete.
33936 (generic-extras-enable-list): New default value. Update docstring.
33937 Improve :type. Change :set function.
33938 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
33941 * emacs-lisp/generic.el (generic-mode-internal):
33942 Simplify font-lock-defaults.
33943 (define-generic-mode): Fix docstring.
33945 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
33947 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
33948 font-lock-face property to highlight matches.
33950 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
33952 * progmodes/cc-mode.el (cc-create-define-alist): New function.
33953 (cc-define-alist): New variable.
33954 (c-mode): Make it local and initialize it.
33956 * progmodes/gdb-ui.el (gdb-active-process): New variable.
33957 (gdb-exited): New function.
33958 (gdb-annotation-rules): Use it.
33959 (gdb-starting): Set gdb-active-process to t.
33960 (gdb-stopping): Amend doc string.
33961 (gdb-reset): Set gdb-active-process to nil.
33963 * tooltip.el (tooltip-gud-tips): Show the associated #define
33964 directives when a C program under GDB is not executing.
33966 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
33968 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
33969 font-lock-fontify-syntactic-keywords.
33971 * font-lock.el (font-lock-default-fontify-region): Don't force
33972 parse-sexp-lookup-properties to nil.
33974 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
33976 * man.el (man-mode-syntax-table): Set up `:' to have
33977 word-constituent syntax.
33979 2005-04-27 Lute Kamstra <lute@gnu.org>
33981 * novice.el (disable-command): Don't add spurious newlines to the
33982 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
33984 2005-04-26 Jay Belanger <belanger@truman.edu>
33986 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
33987 than one window before deleting window.
33989 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
33991 * shell.el (shell-prompt-pattern): Doc fix.
33992 (shell-mode): Set paragraph-separate buffer locally to "\\'".
33994 * comint.el (comint-prompt-regexp, comint-get-old-input)
33995 (comint-use-prompt-regexp)
33996 (comint-use-prompt-regexp-instead-of-fields)
33997 (comint-replace-by-expanded-history, comint-send-input)
33998 (comint-output-filter, comint-get-old-input-default)
33999 (comint-line-beginning-position, comint-bol, comint-show-output)
34000 (comint-backward-matching-input, comint-forward-matching-input)
34001 (comint-next-prompt, comint-previous-prompt):
34002 Rename `comint-use-prompt-regexp-instead-of-fields' to
34003 `comint-use-prompt-regexp'. Keep old name as alias and declare
34005 (comint-use-prompt-regexp): Shorten first line of doc string.
34007 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
34008 Set paragraph-separate buffer locally to "\\'".
34010 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
34011 Adapt to above name change.
34013 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
34014 (smbclient-prompt-regexp): Ditto.
34016 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
34018 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
34020 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
34022 Break lines that are over 80 characters wide.
34024 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
34026 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
34027 New fun and var, to preserve compatibility.
34029 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
34031 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
34033 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
34034 name to file-newer-than-file-p.
34036 2005-04-26 Richard M. Stallman <rms@gnu.org>
34038 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
34040 * progmodes/python.el (python-mode):
34041 Use new name eldoc-documentation-function.
34043 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
34045 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
34046 (eldoc-documentation-function):
34047 Rename from eldoc-print-current-symbol-info-function. Calls changed.
34049 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
34051 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
34053 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
34055 * term/xterm.el (function-key-map): Fix strings for
34056 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
34057 {C,S,A,C-S}-{f1-f12}.
34059 2005-04-26 Kenichi Handa <handa@m17n.org>
34061 * international/mule-cmds.el (select-safe-coding-system):
34062 Fix previous change.
34064 2005-04-26 Lute Kamstra <lute@gnu.org>
34066 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
34068 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
34069 (font-lock-comment-delimiter-face): Ditto.
34071 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
34073 2005-04-25 Jay Belanger <belanger@truman.edu>
34075 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
34076 to t while inserting information; use help-mode.
34078 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
34080 * term.el (ansi-term-color-vector): Use the xterm colors.
34081 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
34083 2005-04-25 Lute Kamstra <lute@gnu.org>
34085 * font-core.el (font-lock-defaults): Fix docstring.
34087 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
34089 2005-04-25 Kenichi Handa <handa@m17n.org>
34091 * international/mule-cmds.el (select-safe-coding-system):
34092 Don't check consistency with coding: spec, etc if raw-text or
34093 no-conversion was found to be safe.
34095 2005-04-24 Richard M. Stallman <rms@gnu.org>
34097 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
34098 citation markers at start of each line.
34100 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
34101 citation markers at start of each line.
34103 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
34105 * files.el (mode-require-final-newline): Fix previous change.
34106 (require-final-newline): Fix type label.
34108 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
34110 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
34111 statement in buffer (broken by 2004-11-24 change).
34113 2005-04-24 Kim F. Storm <storm@cua.dk>
34115 * ido.el (ido-everywhere): Save and restore old read-buffer-function
34116 and read-file-name-function values. Don't overwrite existing
34117 non-nil values if ido-mode is enabled without ido-everywhere.
34119 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
34121 * files.el (mode-require-final-newline): Minor doc fix.
34123 2005-04-24 Eli Zaretskii <eliz@gnu.org>
34125 * subr.el (syntax-after): Doc fix.
34126 (syntax-class): If argument is nil, return nil. Mask off upper 16
34129 * files.el (mode-require-final-newline): Doc fix.
34130 (backup-buffer-copy): Fix last change.
34132 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34134 * term/mac-win.el: Require select. Set selection-coding-system to
34135 mac-system-coding-system. Call menu-bar-enable-clipboard.
34136 (x-last-selected-text-clipboard, x-last-selected-text-primary)
34137 (x-select-enable-clipboard): New variables.
34138 (x-select-text, x-get-selection, x-selection-value)
34139 (x-get-selection-value, mac-select-convert-to-string)
34140 (mac-services-open-file, mac-services-open-selection)
34141 (mac-services-insert-text): New functions.
34142 (CLIPBOARD, FIND): Put mac-scrap-name property.
34143 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
34144 (public.tiff): Put mac-ostype property.
34145 (selection-converter-alist): Add entries for them.
34146 (mac-application-menu-map): New keymap.
34147 (interprogram-cut-function, interprogram-paste-function): Set to
34148 x-select-text and x-get-selection-value, respectively.
34149 (split-window-keep-point): Set to t.
34151 2005-04-23 Richard M. Stallman <rms@gnu.org>
34153 * files.el (read-directory-name): Always pass non-nil
34154 DEFAULT-FILENAME arg to read-file-name.
34155 (backup-buffer-copy, basic-save-buffer-2): Take care against
34156 writing thru an unexpected existing symlink.
34157 (revert-buffer): In indirect buffer, revert the base buffer.
34158 (magic-mode-alist): Doc fix.
34159 (buffer-stale-function): Doc fix.
34160 (minibuffer-with-setup-hook): Avoid warning.
34161 (mode-require-final-newline): Doc and custom fix.
34163 * follow.el (follow-end-of-buffer): Use with-no-warnings.
34165 * font-lock.el (font-lock-comment-face): On terminals with few colors,
34166 use the default appearance.
34167 (font-lock-comment-delimiter-face): New face, new variable.
34169 * imenu.el (imenu--generic-function): The official position of a
34170 definition is the start of the line that BEG is in.
34172 * midnight.el (midnight-timer): Move defvar up.
34174 * mouse.el (mouse-drag-region-1): Delete some debugging code.
34176 * saveplace.el (save-place-to-alist): Use with-no-warnings.
34178 * startup.el (command-line): Use with-no-warnings.
34180 * window.el (window-size-fixed): New defvar.
34182 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
34184 * mail/rmail.el (rmail-font-lock-keywords):
34185 Use font-lock-comment-delimiter-face.
34187 * mail/sendmail.el (mail-font-lock-keywords):
34188 Use font-lock-comment-delimiter-face.
34190 * progmodes/compile.el (next-error-highlight-timer): New defvar.
34192 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
34194 * progmodes/compile.el (compilation-mode-font-lock-keywords):
34195 Specify t for LAXMATCH when matching directories.
34196 Save match data around compilation-compat-error-properties form.
34198 2005-04-23 David Kastrup <dak@gnu.org>
34200 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
34201 Mention that the autoloaded aliases should be kept for AUCTeX.
34203 2005-04-23 Andreas Schwab <schwab@suse.de>
34205 * isearch.el (isearch-forward): Doc fix.
34207 2005-04-23 Eli Zaretskii <eliz@gnu.org>
34209 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
34210 (jit-lock-stealth-nice): Change default value to 0.5.
34212 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
34214 * abbrev.el (write-abbrev-file): Write table entries in
34215 alphabetical order by table name.
34217 2005-04-22 Kim F. Storm <storm@cua.dk>
34219 * ido.el (ido-read-internal): Fix `list' completion.
34221 2005-04-22 Kenichi Handa <handa@m17n.org>
34223 * recentf.el (recentf-save-file-coding-system): New variable.
34224 (recentf-save-list): Encode the file by
34225 recentf-save-file-coding-system and add coding: tag.
34227 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
34229 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
34231 2005-04-21 Lute Kamstra <lute@gnu.org>
34233 * loadhist.el (unload-feature): Don't remove a function from hooks
34234 if it is about to be restored to an autoload . Remove functions
34235 that will become unbound from auto-mode-alist. Simplify the code.
34237 * subr.el (assq-delete-all): New implementation that is linear,
34238 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
34239 (rassq-delete-all): New function.
34241 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
34242 Add size-indication-mode.
34244 2005-04-21 Kenichi Handa <handa@m17n.org>
34246 * international/mule-cmds.el: Add autoload for widget-value in
34249 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
34251 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
34254 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
34256 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
34258 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
34259 (inferior-lisp-filter-regexp, inferior-lisp-program)
34260 (inferior-lisp-load-command, inferior-lisp-prompt)
34261 (inferior-lisp-mode-hook, lisp-source-modes)
34262 (inferior-lisp-load-hook): defvar->defcustom.
34263 (inferior-lisp-program, inferior-lisp-prompt)
34264 (inferior-lisp-load-hook): Doc fixes.
34265 (inferior-lisp-install-letter-bindings): Small change in
34266 introductory comment.
34268 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
34270 * vc.el (vc-annotate-color-map): Change some colors so that text
34271 using them as foreground is readable on both white and black
34274 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
34276 * international/mule-conf.el (translation-table-for-input):
34277 Remove redundant declaration.
34279 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
34281 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
34283 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
34284 (tooltip-toggle-gud-tips): New function.
34286 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34288 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
34289 right angle brackets.
34291 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
34293 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
34295 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
34297 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
34298 Remove. Update callers to use expand-file-name instead.
34300 * subr.el (syntax-class): New function.
34302 * simple.el (blink-matching-open): Use it.
34304 * paren.el (show-paren-function): Use it to recognize parens that are
34305 also used in 2-char comment markers.
34307 2005-04-19 Lute Kamstra <lute@gnu.org>
34309 * loadhist.el (unload-feature): Update for new format of
34310 load-history. Simplify the code.
34312 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34314 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
34315 (mac-add-charset-info): New function. Initialize variable
34316 mac-charset-info-alist using it.
34317 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
34319 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
34320 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
34321 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
34324 2005-04-19 Kim F. Storm <storm@cua.dk>
34326 * simple.el (next-buffer, prev-buffer, next-error)
34327 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
34328 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
34330 * bindings.el (next-buffer, prev-buffer, next-error)
34331 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
34332 (clone-indirect-buffer-other-window): Move bindings from simple.el.
34333 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
34334 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
34336 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
34338 * isearch.el (isearch-edit-string): Make the search-ring available for
34339 minibuffer history commands.
34340 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
34341 the default history commands now work just as well.
34342 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
34344 2005-04-18 Kim F. Storm <storm@cua.dk>
34346 * emulation/cua-base.el (cua--pre-command-handler): Add more
34347 elaborate check for shift modifier on non-window systems.
34349 2005-04-18 Lars Hansen <larsh@math.ku.dk>
34351 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
34353 2005-04-18 Kim F. Storm <storm@cua.dk>
34355 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
34356 and make it optional. Don't test tooltip-gud-echo-area here.
34357 (tooltip-gud-process-output, gdb-tooltip-print):
34358 Pass tooltip-gud-echo-area to tooltip-show.
34359 (tooltip-help-tips): Remove second optional arg to tooltip-show.
34361 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34363 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
34364 `display-graphic-p' may not be bound yet.
34366 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
34368 * startup.el (command-line): No longer enable Xterm Mouse mode by
34369 default in terminals compatible with xterm.
34371 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
34373 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
34375 * tooltip.el (tooltip-gud-echo-area): Rename from
34376 tooltip-use-echo-area.
34377 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
34378 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
34379 area independently of where help tooltips are displayed.
34381 2005-04-17 David Kastrup <dak@gnu.org>
34383 * cus-theme.el (custom-theme-write-variables): Quote variables
34386 2005-04-17 Richard M. Stallman <rms@gnu.org>
34388 * simple.el (yank-excluded-properties): Add follow-link to value.
34390 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
34392 * startup.el (fancy-splash-max-time): Just 30 seconds.
34393 (fancy-splash-delay): Just 7.
34394 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
34396 * loadhist.el (unload-feature): Update for new format of load-history.
34399 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
34400 (rmail-font-lock-keywords): Don't fontify the text of a citation.
34402 * mail/sendmail.el (mail-font-lock-keywords):
34403 Don't fontify subject text.
34404 Don't fontify the text of a citation.
34406 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
34408 * comint.el (comint-output-filter): Run comint-output-filter-functions
34409 with point where the user had it.
34411 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
34413 * international/ucs-tables.el (ucs-set-table-for-input):
34414 Disable when using unify-on-decoding.
34416 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
34418 * emulation/cua-base.el (cua-global-mark-face): Add special case
34419 for displays supporting a high number of colors.
34421 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
34423 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
34425 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
34427 * filesets.el (filesets-add-buffer): If user supplies a name of a
34428 non-existing fileset, create a new fileset.
34430 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
34432 * textmodes/org.el (org-up-heading-all): Fix bug with
34433 `outline-up-heading-all'.
34435 2005-04-16 Andreas Schwab <schwab@suse.de>
34437 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
34438 /etc/permissions.d/* and /etc/aliases.d/*.
34440 2005-04-16 Kenichi Handa <handa@m17n.org>
34442 * international/code-pages.el (cp-make-coding-system):
34443 Set `translation-table-for-input' property value to the symbol
34444 ucs-mule-to-mule-unicode, not to that value.
34445 (pt154): Escape guillemet by `\'.
34447 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
34449 * loadup.el: Load tooltip if x-show-tip is fboundp.
34451 * startup.el (command-line): Add comment.
34453 * tooltip.el (tooltip-mode): Specify correct standard value for
34454 Custom in init-value.
34456 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
34458 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
34461 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
34463 * textmodes/org.el (org-agenda-date-prompt): Rename from
34464 `org-agenda-date-today'.
34465 (org-evaluate-time-range): Insert at point instead of directly
34467 (org-first-headline-recenter, org-subtree-end-visible-p)
34468 (org-optimize-window-after-visibility-change): New functions
34469 (org-agenda-post-command-hook): Don't allow point at end of line,
34470 to make sure it always hits the text properties.
34471 (org-agenda-next-date-line, org-agenda-previous-date-line):
34473 (org-set-regexps-and-options): Category may contain white space.
34474 (org-agenda-get-deadlines, org-agenda-get-scheduled):
34475 Improve marker positions.
34476 (org-agenda-new-marker): Argument POS made optional.
34477 (org-agenda-get-timestamps): Deadlines which are done are listed
34478 in org-done-face now.
34479 (org-agenda-get-todos, org-agenda-get-timestamps)
34480 (org-agenda-get-deadlines, org-agenda-get-scheduled):
34481 Set `undone-face' and `done-face' properties.
34482 (org-last-todo-state-is-todo): New variable.
34483 (org-todo): Set `org-last-todo-state-is-todo'.
34484 (org-agenda-todo): Change face according to
34485 `org-last-todo-state-is-todo'. And change other lines referring to
34487 (org-calendar-goto-agenda): New command.
34488 (org-calendar-to-agenda-key): New option.
34489 (org-startup-folded): New allowed value `content'.
34490 (org-set-regexps-and-options): Accept new value `content' for
34491 `org-startup-folded'.
34492 (org-get-current-options): Handle new value `content' for
34493 `org-startup-folded'.
34494 (org-insert-todo-heading): New command.
34495 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
34496 interactively in empty file and option
34497 `org-insert-mode-line-in-empty-file' has been set.
34498 (org-agenda-todo, org-agenda-priority): Modify to use
34499 `org-agenda-change-all-lines'.
34500 (org-warning-face): Change color on dark background.
34502 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34504 * international/mule-cmds.el (set-locale-environment): On Mac OS,
34505 use preferences AppleLocale and AppleLanguages, and variable
34506 mac-system-locale for default locale. On Mac OS Classic, use
34507 mac-system-coding-system for default coding systems.
34509 * term/mac-win.el: Don't set file-name-coding-system.
34510 Decode variables system-name, emacs-build-system, user-login-name, and
34511 user-full-name by mac-system-coding-system on Mac OS Classic.
34512 (mac-system-coding-system): New variable.
34514 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
34516 * startup.el (command-line): Handle `xterm-mouse-mode' before
34519 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
34521 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
34523 * progmodes/sh-script.el (sh-here-document-word): Make it a
34524 defcustom. Doc fix.
34525 (sh-add): Bash uses $(( )) for arithmetic.
34526 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
34527 (sh-maybe-here-document): Remove quotes and leading whitespace
34528 from heredoc word when closing. Indent heredoc with tabs if word
34531 2005-04-13 Richard M. Stallman <rms@gnu.org>
34533 * simple.el (undo): Fix previous change.
34535 * custom.el (defface): Doc fix.
34537 2005-04-13 Lute Kamstra <lute@gnu.org>
34539 * Makefile.in (DONTCOMPILE): Remove list.
34540 (compile, compile-always): Don't use DONTCOMPILE.
34541 (update-authors): Load the library in which batch-update-authors
34543 * makefile.w32-in (DONTCOMPILE): Remove list.
34544 (compile, compile-always): Fix comments.
34545 (update-authors): Load the library in which batch-update-authors
34548 * generic-x.el (generic-mode-ini-file-find-file-hook):
34549 Rename to ini-generic-mode-find-file-hook.
34550 Keep generic-mode-ini-file-find-file-hook as an alias.
34551 (ini-generic-mode-find-file-hook): Rename from
34552 generic-mode-ini-file-find-file-hook. Fix docstring.
34553 (ini-generic-mode): Docstring change.
34554 (bat-generic-mode-run-as-comint): Silence the byte compiler.
34556 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
34559 * generic.el: Move to the emacs-lisp subdir.
34561 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
34563 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
34564 and C-S- function and cursor motion keys.
34566 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
34568 * startup.el (command-line): Enable Xterm Mouse mode by default.
34569 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
34570 for Custom. No longer show "Mouse" in mode line when enabled.
34573 2005-04-12 Kim F. Storm <storm@cua.dk>
34575 * emulation/cua-base.el (cua-rectangle-face)
34576 (cua-rectangle-noselect-face): Define face attributes here.
34578 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
34580 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
34582 * startup.el (command-line): Turn off blinking cursor if
34583 cursorBlink in resources is off or false.
34585 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34587 * term/mac-win.el (dnd): Require dnd.
34588 (mac-drag-n-drop): Call dnd-handle-one-url.
34589 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
34590 (kTextEncodingISOLatin2): Remove constants.
34591 (mac-script-code-coding-systems): New constant.
34592 (mac-handle-language-change): New function.
34593 (special-event-map): Bind it to `language-change' event.
34594 (mac-centraleurroman, mac-cyrillic): New coding systems.
34595 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
34596 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
34597 and mac-cyrillic-encoder to encode-mac-centraleurroman and
34598 encode-mac-cyrillic, respectively.
34600 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
34602 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
34603 Don't set overlay-arrow-string to "=>" as this is done
34606 2005-04-12 Lute Kamstra <lute@gnu.org>
34608 * generic-x.el (rc-generic-mode, rul-generic-mode):
34609 Fix auto-mode-alist entries.
34610 (etc-fstab-generic-mode): Tweak fontification.
34612 * generic.el (generic-make-keywords-list): Fix docstring.
34613 (generic-mode-internal): Simplify generic-font-lock-keywords.
34615 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
34617 * whitespace.el (whitespace-buffer-leading)
34618 (whitespace-buffer-trailing): Revert the incorrect test inversion.
34619 However, fix the highlight area for the leading and
34620 trailing whitespaces to show space.
34622 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
34624 * whitespace.el (whitespace-version): Bump to 3.5.
34626 (whitespace-buffer-leading, whitespace-buffer-trailing):
34627 Invert sense of the test to highlight the whitespace.
34629 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
34631 * progmodes/gud.el (gud-display-line): GUD uses its own
34632 overlay arrow now so don't set overlay-arrow-string.
34633 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
34635 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
34637 * term.el (term-ansi-current-bold, term-ansi-current-underline)
34638 (term-ansi-current-reverse, term-ansi-current-invisible)
34639 (term-ansi-face-already-done): Change to boolean.
34640 (term-reset-terminal, term-handle-colors-array): Handle the above
34642 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
34643 (term-emulate-terminal): Use the new name.
34645 * faces.el (secondary-selection): Use yellow1, not yellow.
34646 (trailing-whitespace): Use red1, not red.
34648 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
34650 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
34651 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
34652 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
34654 * cus-edit.el (dnd): New group.
34656 * term/w32-win.el (dnd): Require dnd
34657 (w32-drag-n-drop): Call dnd-handle-one-url.
34659 * x-dnd.el: Require dnd.
34660 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
34661 Call dnd-handle-one-url.
34662 (x-dnd-types-alist, x-dnd-insert-utf8-text)
34663 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
34664 to dnd-insert-text.
34665 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
34666 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
34667 (x-dnd-get-local-file-name, x-dnd-open-local-file)
34668 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
34670 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
34672 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34674 * wdired.el: Doc fixes.
34675 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
34676 (wdired-use-dired-vertical-movement): Rename from
34677 wdired-always-move-to-filename-beginning.
34678 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
34679 (wdired-change-to-wdired-mode): Change mode name.
34680 (wdired-newline): Delete.
34682 2005-04-11 Richard M. Stallman <rms@gnu.org>
34684 * whitespace.el (whitespace-highlight-the-space):
34685 Don't call whitespace-unhighlight-the-space here.
34687 * simple.el (undo): Record t in undo-equiv-table
34688 for the redo record made by an undo-in-region.
34690 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
34692 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
34693 (gdb-frame-inferior-io-buffer): New Functions to control
34694 display of separate IO buffer.
34695 (menu): Add them to menu-bar.
34696 (gdb-display-buffer): Check for buffer another frame.
34697 Protect GUD buffer.
34698 (gdb-setup-windows): Create IO buffer if not already there.
34699 (gdb-memory-mode): Remove purecopy noops.
34701 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34703 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
34704 and pass to self-insert-command.
34706 2005-04-11 Lute Kamstra <lute@gnu.org>
34708 * generic.el: Commentary section cleanup.
34710 (generic-use-find-file-hook, generic-lines-to-scan)
34711 (generic-find-file-regexp, generic-ignore-files-regexp)
34712 (default-generic-mode, generic-mode-find-file-hook)
34713 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
34714 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
34715 (generic-use-find-file-hook, generic-lines-to-scan)
34716 (generic-find-file-regexp, generic-ignore-files-regexp)
34717 (default-generic-mode, generic-mode-find-file-hook)
34718 (generic-mode-ini-file-find-file-hook): Move from generic.el.
34720 2005-04-10 Karl Fogel <kfogel@red-bean.com>
34722 * bookmark.el (bookmark-write-file): Catch errors writing file.
34723 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
34725 2005-04-10 Richard M. Stallman <rms@gnu.org>
34727 * startup.el (fancy-splash-tail): Update copyright year.
34728 (command-line): Split part of -Q into -D.
34729 (emacs-basic-display): New defvar.
34730 (fancy-splash-text): Correct name of menu item.
34732 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
34734 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
34737 * comint.el (comint-send-input): New arg ARTIFICIAL.
34738 Callers in this file changed.
34740 * abbrev.el (define-abbrevs): Read system abbrevs properly.
34742 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
34744 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
34746 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
34747 `ldap-search-internal'.
34749 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
34751 * files.el (set-auto-mode-1): Use line-end-position.
34753 * international/latin-1.el:
34754 * international/latin-2.el:
34755 * international/latin-3.el:
34756 * international/latin-4.el:
34757 * international/latin-5.el:
34758 * international/latin-8.el:
34759 * international/latin-9.el: Give punctuation syntax to NBSP.
34761 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
34762 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
34763 Use char-classes to accept non-ascii letters, accepted in some recent
34764 bibtex implementations.
34766 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
34768 * custom.el (custom-set-minor-mode): Any non-nil value for the
34769 variable should enable the mode when set through Custom.
34771 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
34773 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
34774 TAB binding so tab-always-indent is obeyed.
34775 (vhdl-minibuffer-local-map): Move initialization into declaration.
34776 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
34777 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
34778 (vhdl-hooked-abbrev): Avoid test for XEmacs.
34779 (vhdl-current-line): Use line-beginning-position.
34780 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
34781 with-output-to-temp-buffer, so the current position can be recorded.
34783 2005-04-10 Masatake YAMATO <jet@gyve.org>
34785 * progmodes/compile.el (compilation-error-regexp-alist-alist):
34786 Add regexp for gcov.
34788 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
34790 * calendar/time-date.el (time-to-seconds, seconds-to-time)
34791 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
34792 syntax which Emacs 20 doesn't support.
34794 2005-04-09 Richard M. Stallman <rms@gnu.org>
34796 * help.el (describe-key-briefly, describe-key):
34797 Replace strings as event types with "(any string)".
34799 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
34801 * arc-mode.el (archive-mode-map): Move initialization into
34802 the declaration. Override *all* bindings of `undo'.
34803 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
34805 2005-04-09 Jay Belanger <belanger@truman.edu>
34807 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
34809 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
34811 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
34812 (xterm-register-default-colors): Update color values computation
34813 to match xterm-200.
34815 2005-04-09 Kenichi Handa <handa@m17n.org>
34817 * international/code-pages.el (iso-latin-7): Fix the map.
34819 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
34821 * emacs-lisp/lisp.el (defun-prompt-regexp)
34822 (parens-require-spaces, buffer-end, end-of-defun)
34823 (insert-parentheses): Doc fixes.
34825 2005-04-08 Kim F. Storm <storm@cua.dk>
34827 * comint.el (comint-highlight-prompt): Fix face spec.
34828 * hi-lock.el (hi-green): Likewise.
34830 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
34832 * cus-edit.el (custom-modified-face):
34833 * comint.el (comint-highlight-input): Fix previous changes.
34834 * term.el (term-handle-ansi-escape): Add a comment.
34836 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
34838 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
34839 in the buffer and in whitespace-highlighted-space.
34840 (whitespace-unhighlight-the-space): Simplify.
34841 (whitespace-buffer): Simplify.
34843 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
34845 * textmodes/table.el (table-cell-face): Add special case for
34846 displays supporting a high number of colors.
34847 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
34848 (vhdl-font-lock-reserved-words-face)
34849 (vhdl-speedbar-architecture-face)
34850 (vhdl-speedbar-instantiation-face)
34851 (vhdl-speedbar-architecture-selected-face)
34852 (vhdl-speedbar-instantiation-selected-face): Likewise.
34853 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
34854 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
34855 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
34856 (ebrowse-root-class-face, ebrowse-member-attribute-face)
34857 (ebrowse-progress-face): Likewise.
34858 * progmodes/compile.el (compilation-info-face): Likewise.
34859 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
34860 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
34861 * calendar/calendar.el (diary-face): Likewise.
34862 * woman.el (woman-italic-face, woman-bold-face)
34863 (woman-unknown-face): Likewise.
34864 * wid-edit.el (widget-button-pressed-face): Likewise.
34865 * whitespace.el (whitespace-highlight-face): Likewise.
34866 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
34867 * pcvs-info.el (cvs-marked-face): Likewise.
34868 * info.el (info-xref): Likewise.
34869 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
34870 * hilit-chg.el (highlight-changes-face)
34871 (highlight-changes-delete-face): Likewise.
34872 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
34873 (hi-red-b): Likewise.
34874 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
34875 * font-lock.el (font-lock-keyword-face)
34876 (font-lock-function-name-face, font-lock-warning-face): Likewise.
34877 * cus-edit.el (custom-invalid-face, custom-modified-face)
34878 (custom-set-face, custom-changed-face, custom-variable-tag-face)
34879 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
34880 * comint.el (comint-highlight-prompt): Likewise.
34882 2005-04-08 Lute Kamstra <lute@gnu.org>
34884 * font-lock.el (font-lock-keywords): Docstring fixes.
34886 2005-04-08 Kenichi Handa <handa@m17n.org>
34888 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
34889 chars are more than a limit, print " and more..." at the tail.
34891 2005-04-08 Kim F. Storm <storm@cua.dk>
34893 * emacs-lisp/authors.el (authors-aliases): Update list.
34894 (authors-ignored-files): New list.
34895 (authors-fixed-entries): Fix typo.
34896 (authors-renamed-files-alist): Update list.
34897 (authors-add): Check authors-ignored-files.
34899 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
34901 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
34902 optional, to ensure backward compatibility.
34904 2005-04-08 Stephen Eglen <stephen@gnu.org>
34906 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
34908 2005-04-08 Kim F. Storm <storm@cua.dk>
34910 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
34912 * mouse.el (mouse-on-link-p): Doc fix.
34914 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
34916 * ielm.el (ielm-prompt-read-only): Doc fix.
34918 * comint.el (comint-prompt-read-only): Doc fix.
34920 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
34922 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
34923 ensure dired always handles wildcards passed to ffap.
34924 (find-file-at-point): Use it.
34925 (ffap-dired-wildcards): Doc fix.
34927 2005-04-07 Juri Linkov <juri@jurta.org>
34929 * simple.el (next-error-overlay-arrow-position): New defvar.
34930 Put "=>" on its property `overlay-arrow-string'. Add it to
34931 `overlay-arrow-variable-list'.
34933 * progmodes/compile.el (compilation-setup):
34934 Set `next-error-overlay-arrow-position' to nil. Also set it to
34935 nil in the local hook `kill-buffer-hook'. Make local variable
34936 `overlay-arrow-string' and set it to "=>".
34937 (compilation-goto-locus): Set BOL position to
34938 `next-error-overlay-arrow-position' instead of
34939 `overlay-arrow-position'.
34941 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
34942 locally instead of adding it to the global hook.
34943 (Info-kill-buffer): Move up.
34945 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
34947 * term/xterm.el (xterm-standard-colors): Update color values from
34950 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
34952 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
34955 * lazy-lock.el: Move them to the obsolete subdir.
34957 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34959 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
34960 (wdired-add-replace-advice): Remove.
34961 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
34963 2005-04-06 Kim F. Storm <storm@cua.dk>
34965 * startup.el (command-line): Add --bare-bones alias for -Q.
34967 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34969 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
34970 create the startup fontset if a font specification ends with
34973 2005-04-06 Lute Kamstra <lute@gnu.org>
34975 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
34978 * emacs-lisp/copyright.el (copyright-update-year): Replace the
34979 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
34981 2005-04-05 Lute Kamstra <lute@gnu.org>
34983 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
34984 (define-generic-mode): Ditto. Fix debug declaration.
34986 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
34987 Put them in the generic-x group.
34989 * calendar/timeclock.el (timeclock): Doc fix.
34991 * generic.el (define-generic-mode): Don't use custom-current-group.
34992 Document default :group value.
34993 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
34994 (define-global-minor-mode): Don't use custom-current-group.
34996 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
34998 * startup.el (command-line-1): Display startup-echo-area-message
34999 when fancy splash screen is in use.
35001 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
35002 (sh-escaped-newline): New face.
35003 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
35004 newline, and use sh-escaped-newline face.
35006 * progmodes/tcl.el (tcl-escaped-newline): New face.
35007 (tcl-builtin-list): New variable.
35008 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
35009 newlines. Fix keywords subexpression number.
35011 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
35013 * textmodes/org.el (org-diary-default-entry): Fix call to
35014 `add-to-diary-entry'.
35016 2005-04-05 Kim F. Storm <storm@cua.dk>
35018 * ediff-init.el: Use (featurep 'xemacs).
35020 2005-04-05 David Ponce <david@dponce.com>
35022 * cus-edit.el (face): Derive from symbol widget. Display sample
35023 of the current face on the fly.
35024 (widget-face-sample-face-get, widget-face-notify): New functions.
35025 (widget-face-value-create): Remove.
35027 * wid-edit.el (widget-field-end): Temporarily remove field
35028 narrowing before to call `get-char-property'.
35030 2005-04-04 Jay Belanger <belanger@truman.edu>
35032 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
35033 (math-read-subscripts): New variable.
35034 (math-read-preprocess-string): Process subscripts.
35036 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
35038 * comint.el (comint-prompt-read-only): Doc fix.
35040 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
35043 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
35045 * textmodes/org.el (org-insert-mode-line-in-empty-file):
35046 Change default value to nil.
35048 2005-04-04 Lute Kamstra <lute@gnu.org>
35050 * autorevert.el (auto-revert-mode): Specify :group.
35051 * battery.el (display-battery-mode): Specify :group.
35052 * diff-mode.el (diff-minor-mode): Specify :group.
35053 * font-core.el (font-lock-mode): Specify :group.
35054 * hl-line.el (hl-line-mode): Specify :group.
35055 * iimage.el (iimage): New customization group.
35056 (iimage-mode): Specify :group.
35057 * longlines.el (longlines-mode): Specify :group.
35058 * master.el: Don't require easy-mmode.
35059 (master): New customization group.
35060 (master-mode): Specify :group.
35061 * msb.el (msb-mode): Specify :group.
35062 * reveal.el (reveal-mode): Specify :group.
35063 * simple.el (next-error-follow-minor-mode): Specify :group.
35064 * smerge-mode.el (smerge-mode): Specify :group.
35065 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
35066 * emulation/cua-base.el (cua-mode): Specify :group.
35067 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
35068 * language/thai-util.el (thai-auto-composition-mode)
35069 (thai-word-mode): Specify :group.
35070 * mail/supercite.el (sc-minor-mode): Specify :group.
35071 * progmodes/cwarn.el (cwarn-mode): Specify :group.
35072 * progmodes/flymake.el (flymake-mode): Specify :group.
35073 * progmodes/glasses.el (glasses-mode): Specify :group.
35074 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
35075 * textmodes/enriched.el (enriched-mode): Specify :group.
35076 * textmodes/refill.el (refill-mode): Specify :group.
35078 * add-log.el (change-log-font-lock-keywords): Names in
35079 parenthesized lists can contain spaces.
35081 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
35083 * startup.el (fancy-splash-text): Shorten default text of
35084 "Emacs Tutorial" line. Also, if the current language env
35085 indicates an available tutorial file other than TUTORIAL,
35086 extract its title and append it to the line in parentheses.
35087 (fancy-splash-insert): If arg is a thunk, funcall it.
35089 2005-04-04 Jay Belanger <belanger@truman.edu>
35091 * calc/calc.el (calc-language-alist): Add tags to customization type.
35093 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
35095 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
35098 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
35100 * add-log.el (change-log-font-lock-keywords): The manual
35101 describing a Change Log entry, says: (...) "Aside from these
35102 header lines, every line in the change log starts with a space or
35103 a tab.". The font-lock was not highlighting lines started with
35104 spaces, added support for it.
35106 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35108 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
35109 (bibtex-generate-url-list): Update docstring accordingly. Put the
35110 complex example in the docstring.
35111 (bibtex-font-lock-url): Use pop.
35113 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
35115 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
35117 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
35119 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
35121 * filesets.el (filesets-set-default): Doc fix.
35123 2005-04-03 Lute Kamstra <lute@gnu.org>
35125 * generic.el (define-generic-mode): Add argument to specify
35126 keywords for defcustom.
35127 (default-generic-mode): Specify :group.
35129 * generic-x.el: Specify :group for all generic modes.
35131 * desktop.el (desktop-no-desktop-file-hook)
35132 (desktop-after-read-hook): Doc fix.
35134 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
35136 * simple.el (visible-mode): Use explicit :group keyword.
35137 This changes the group of `visible-mode-hook' from paren-blinking
35140 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
35142 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
35143 mailbox specifications as well as URLs.
35144 (rmail-insert-inbox-text): Remove unused conditional branches.
35146 2005-04-01 Jay Belanger <belanger@truman.edu>
35148 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
35149 (calc-gnuplot-print-command): Move definitions to calc.el.
35151 * calc/calc-embed.el (calc-embedded-announce-formula)
35152 (calc-embedded-open-formula, calc-embedded-close-formula)
35153 (calc-embedded-open-word, calc-embedded-close-word)
35154 (calc-embedded-open-plain, calc-embedded-close-plain)
35155 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
35156 (calc-embedded-open-mode, calc-embedded-close-mode):
35157 Move definitions to calc.el.
35159 * calc/calc.el (calc-settings-file, calc-language-alist):
35161 (calc-embedded-announce-formula, calc-embedded-open-formula)
35162 (calc-embedded-close-formula, calc-embedded-open-word)
35163 (calc-embedded-close-word, calc-embedded-open-plain)
35164 (calc-embedded-close-plain, calc-embedded-open-new-formula)
35165 (calc-embedded-close-new-formula, calc-embedded-open-mode)
35166 (calc-embedded-close-mode, calc-gnuplot-name)
35167 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
35168 from other files and make customizable.
35170 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
35172 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
35174 (cvs-mode-run): Don't call cvs-update-header here.
35175 (cvs-run-process): Call cvs-update-header.
35176 Use process properties for cvs-postprocess and cvs-buffer so that
35177 the sentinel can behave better if the temp buffer is killed.
35178 Use a pipe rather than a tty, to better handle unexpected prompts.
35179 (cvs-sentinel): Rewrite. Call cvs-update-header.
35181 2005-04-01 Andre Spiegel <spiegel@gnu.org>
35183 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
35184 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
35186 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
35188 * generic.el (define-generic-mode): Add indentation rule.
35190 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
35192 * files.el (mode-require-final-newline): Make Custom correctly
35193 report a nil value and allow to set it to nil via Custom.
35196 2005-04-01 Kenichi Handa <handa@m17n.org>
35198 * international/characters.el: Enable the correct case setting for
35199 dotless-i and dotted-I.
35201 2005-04-01 Kim F. Storm <storm@cua.dk>
35203 * ido.el (ido-file-internal): Fall back to non-ido command if
35204 initial directory is on slow ftp (or tramp) host.
35206 2005-03-31 Richard M. Stallman <rms@gnu.org>
35208 * emacs-lisp/autoload.el (make-autoload):
35209 Handle define-global-minor-mode.
35211 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
35212 Rename from easy-mmode-define-global-mode.
35213 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
35215 * progmodes/scheme.el (scheme-mode-syntax-table):
35216 Update syntax of | and # for two-character comment syntax.
35218 2005-03-31 Lute Kamstra <lute@gnu.org>
35220 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
35221 (define-minor-mode): Call custom-current-group at load-time.
35223 * generic.el (define-generic-mode): Add debug declaration.
35224 Add defcustom for the mode hook.
35225 (generic-mode-internal): Use run-mode-hooks.
35227 2005-03-31 Kim F. Storm <storm@cua.dk>
35229 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
35230 (mouse-fixup-help-message): New defun called by show_help_echo
35231 to fixup mouse-2 prefix in help messages when applicable.
35233 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
35235 2005-03-31 Kenichi Handa <handa@m17n.org>
35237 * language/thai-word.el (thai-find-word-ends): Pay attention to
35238 the case that we reach the end of buffer.
35240 * textmodes/fill.el (fill-text-properties-at): New function.
35241 (fill-newline): Use fill-text-properties-at instead of
35242 text-properties-at.
35244 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
35246 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
35247 not comint-quote-filename.
35249 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
35251 * help-fns.el (help-with-tutorial): Revert last change.
35253 2005-03-31 Kim F. Storm <storm@cua.dk>
35255 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
35257 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
35259 * calendar/cal-china.el: Update reference to "Calendrical
35260 Calculations" book; there's a new edition.
35261 * calendar/cal-coptic.el: Likewise.
35262 * calendar/cal-french.el: Likewise.
35263 * calendar/cal-hebrew.el: Likewise.
35264 * calendar/cal-islam.el: Likewise.
35265 * calendar/cal-iso.el: Likewise.
35266 * calendar/cal-julian.el: Likewise.
35267 * calendar/cal-mayan.el: Likewise.
35268 * calendar/cal-persia.el: Likewise.
35269 * calendar/calendar.el: Likewise.
35270 * calendar/holidays.el: Likewise.
35271 * calendar/lunar.el: Likewise.
35272 * calendar/solar.el: Likewise.
35274 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
35275 white space from doc string.
35277 2005-03-30 Jay Belanger <belanger@truman.edu>
35279 * calc/calc-help.el (calc-full-help): Remove email address.
35281 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
35283 * help-fns.el (help-with-tutorial): Delete title line.
35285 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
35287 * calendar/cal-x.el (calendar-one-frame-setup)
35288 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
35289 rather than `symbol' for set-window-dedicated-p.
35291 * calendar/appt.el (appt-buffer-name): Make it a constant.
35292 (appt-add): Doc fix.
35294 * filesets.el (filesets-menu-path, filesets-menu-before)
35295 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
35296 (filesets-menu-cache-file): Use directory ~/.emacs.d.
35297 (filesets-add-submenu): Delete and use add-submenu instead.
35299 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
35301 * textmodes/org.el (org-agenda-phases-of-moon)
35302 (org-agenda-sunrise-sunset, org-agenda-convert-date)
35303 (org-agenda-goto-calendar): New commands.
35304 (org-diary-default-entry): New function.
35305 (org-get-entries-from-diary): Better parsing of diary entries.
35306 (org-agenda-check-no-diary): New function.
35307 ("diary-lib"): Advice to function `add-to-diary-list', to allow
35308 linking to diary entries.
35309 (org-agenda-execute-calendar-command): New function.
35310 (org-agenda): Improve visible section in window.
35311 Use `org-fit-agenda-window'.
35312 (org-fit-agenda-window): New option.
35313 (org-move-subtree-down): Better handling of empty lines
35315 (org-cycle): Numeric prefix is interpreted now as show-subtree N
35317 (org-fontify-done-headline): New option.
35318 (org-headline-done-face): New face.
35319 (org-set-font-lock-defaults): Use `org-headline-done-face'.
35320 (org-table-copy-down): Rename from `org-table-copy-from-above'.
35321 When current field is non-empty, it is copied to next row.
35322 (org-table-copy-from-above): Fix bug which made it
35323 impossible to copy fields containing only a single non-white character.
35325 2005-03-30 Kim F. Storm <storm@cua.dk>
35327 * kmacro.el (kmacro-end-macro): Isearch may store this command
35328 into the macro -- so ignore it when executing keyboard macro.
35330 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
35332 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
35334 2005-03-29 Kenichi Handa <handa@m17n.org>
35336 * language/thai.el ("Thai"): Set setup-function and exit-function
35337 for Thai language environment.
35339 * language/thai-util.el: Require thai-word.
35340 (thai-word-mode-map): New variable.
35341 (thai-word-mode): New minor mode.
35342 (setup-thai-language-environment-internal): New function.
35343 (exit-thai-language-environment-internal): New function.
35345 * language/thai-word.el (thai-word-table): Declare it by defvar,
35346 use dolist to initialize it.
35347 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
35348 (thai-fill-find-break-point): New functions.
35350 2005-03-29 Richard M. Stallman <rms@gnu.org>
35352 * simple.el (idle-update-delay): Move definition up.
35353 (set-mark): Doc fix.
35355 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
35357 * longlines.el: New file.
35359 * simple.el (buffer-substring-filters): New variable.
35360 (filter-buffer-substring): New function.
35361 (kill-region, copy-region-as-kill): Use it.
35363 * register.el (copy-to-register, append-to-register)
35364 (prepend-to-register): Use filter-buffer-substring.
35366 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
35368 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
35369 (gud-filter-pending-text): Move in front of gdb.
35370 (gud-overlay-arrow-position): New variable.
35371 (gud-sentinel, gud-display-line): Use it in place of
35372 overlay-arrow-position.
35374 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
35376 * progmodes/fortran.el (fortran-if-indent): Doc fix.
35377 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
35378 (fortran-font-lock-keywords-4): New variable.
35379 (fortran-blocks-re, fortran-end-block-re)
35380 (fortran-start-block-re): New constants, for hideshow.
35381 (hs-special-modes-alist): Add a Fortran entry.
35382 (fortran-mode-map): Bind fortran-end-of-block,
35383 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
35384 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
35385 (fortran-looking-at-if-then, fortran-end-of-block)
35386 (fortran-beginning-of-block): New functions, for hideshow.
35388 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
35389 Doc fix. Tweak regexp.
35390 (f90-beginning-of-block): Push mark first.
35392 2005-03-29 Jay Belanger <belanger@truman.edu>
35394 * calc/calc.el: Update copyright date.
35395 (calc-version): Increase to 2.1.
35396 (calc-version-date): Remove.
35398 * calc/calc-help.el: Update copyright date.
35399 (calc-full-help): Remove reference to calc-version-date.
35400 Update copyright date.
35402 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
35404 * vc.el (vc-do-command): Use a pipe for async processes, so password
35405 prompts don't show up at places where the user can't reply.
35407 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
35409 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
35410 on the file name we pass to the inferior shell.
35412 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
35414 * progmodes/which-func.el (which-function): Be robust in the face of an
35415 imenu--make-index-alist failure.
35417 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
35419 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
35421 * progmodes/python.el (python-preoutput-filter): Fix last change.
35423 2005-03-29 Lute Kamstra <lute@gnu.org>
35425 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
35426 functions and compiled macros.
35427 (debug-convert-byte-code): Handle macros too.
35428 (debug-on-entry-1): Don't signal an error when trying to clear a
35429 function that is not set to debug on entry.
35431 2005-03-29 Jay Belanger <belanger@truman.edu>
35433 * calc/calc-lang.el: Add functions to math-function-table
35434 properties of tex and math.
35436 2005-03-29 Kenichi Handa <handa@m17n.org>
35438 * ps-mule.el (ps-mule-plot-string): Translate characters by
35439 ps-print-translation-table.
35440 (ps-mule-begin-job): Call find-charset-region/string with
35441 ps-print-translation-table.
35442 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
35444 * ps-print.el (ps-print-translation-table): New variable.
35445 (ps-plot-region): Translate characters by ps-print-translation-table.
35447 2005-03-29 Juri Linkov <juri@jurta.org>
35449 * simple.el (next-error-highlight-timer): New variable.
35451 * progmodes/compile.el (compilation-goto-locus):
35452 Use `next-error-highlight-timer' instead of `sit-for'.
35454 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
35456 * mail/supercite.el (sc-mail-field): Use assoc-string.
35457 (sc-get-address): Simplify regexps.
35459 * files.el (minibuffer-with-setup-hook): New macro.
35460 (find-file-read-args): Use it to avoid let-binding
35461 minibuffer-with-setup-hook (which breaks turning on/off
35462 file-name-shadow-mode while in the prompt).
35464 * complete.el (PC-read-include-file-name-internal):
35465 Use test-completion.
35467 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
35469 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
35471 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
35473 * window.el (window-buffer-height): Use count-screen-lines.
35475 * progmodes/python.el (python-preoutput-leftover): New var.
35476 (python-preoutput-filter): Use it.
35477 (python-send-receive): Loop until all the result has been received.
35479 2005-03-28 Juri Linkov <juri@jurta.org>
35481 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
35483 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
35484 "Recover Crashed Session".
35485 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
35486 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
35487 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
35488 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
35489 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
35490 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
35491 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
35492 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
35494 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
35495 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
35496 Ediff Sessions", "Toggle use of separate control buffer frame",
35497 "Use separate frame for Ediff control buffer".
35499 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
35500 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
35501 "Rename Bookmark", "Delete Bookmark".
35503 * info.el (Info-mode-menu): Remove ellipsis from "Index".
35504 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
35505 Add `:active Info-index-alternatives' to "Next Matching Item".
35507 * wdired.el (wdired-change-to-wdired-mode):
35508 Mention `wdired-abort-changes' key in the initial message.
35510 * international/mule.el (auto-coding-alist): Associate non-ascii
35511 image filename extensions with `no-conversion'.
35513 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
35515 * international/iso-acc.el:
35516 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
35518 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
35520 * textmodes/sgml-mode.el (html-mode): Doc update.
35522 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
35524 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
35526 * term.el (term-move-columns): Fix face after extending a line.
35527 (term-insert-spaces): Likewise.
35528 (term-reset-terminal): Fix off by one error.
35530 2005-03-26 Eli Zaretskii <eliz@gnu.org>
35532 * international/mule.el (auto-coding-alist): Add .xpi files.
35534 * files.el (auto-mode-alist): Add .xpi files.
35536 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
35538 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
35540 2005-03-26 Eli Zaretskii <eliz@gnu.org>
35542 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
35544 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
35546 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
35547 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
35549 * calendar/cal-move.el (calendar-beginning-of-year): Move the
35550 cursor to Jan 1 when needed.
35551 (calendar-end-of-year): Fix -/+ typo.
35552 Reported by Chong Yidong <cyd@stupidchicken.com>.
35554 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
35556 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
35558 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
35559 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
35561 2005-03-25 Richard M. Stallman <rms@gnu.org>
35563 * filesets.el (filesets-init): Add autoload.
35565 * mail/mailalias.el (mail-directory): Doc fix.
35567 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
35569 * mail/mailalias.el (mail-directory-process): Do nothing if
35570 mail-directory-process is an atom.
35571 (mail-get-names): Ignore mail-directory-names if it is an atom.
35572 (mail-directory-process defvar): Doc fix.
35573 (mail-names): Doc fix.
35575 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se> (tiny change)
35577 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
35579 2005-03-26 Kenichi Handa <handa@m17n.org>
35581 * international/mule-util.el (detect-coding-with-priority):
35582 Call update-coding-systems-internal before detect-coding-region.
35584 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
35586 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
35587 (gdb-frames-mode-map): Add follow-link property.
35589 2005-03-25 Jay Belanger <belanger@truman.edu>
35591 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
35594 2005-03-25 Juri Linkov <juri@jurta.org>
35596 * image-mode.el: Optimize image filename extension regexps in
35597 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
35598 in `auto-mode-alist'.
35599 (image-mode): Add `image-toggle-display-text' to local hook
35600 `change-major-mode-hook'. Display the image as an image by
35601 default. Set `cursor-type' and `truncate-lines' if the image
35602 is already displayed. Take into account the current mode (image
35603 or text) in message.
35604 (image-minor-mode): New minor mode.
35605 (image-mode-maybe, image-toggle-display-text): New functions.
35606 (image-toggle-display): Use called-interactively-p.
35607 Let-bind `inhibit-read-only' to t.
35609 * image-mode.el (image-minor-mode): Set `cursor-type' and
35610 `truncate-lines' if the image is already displayed. Add turning
35611 image-minor-mode off to `change-major-mode-hook'. Add message.
35612 Call `image-toggle-display-text' after turning image-minor-mode off.
35614 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
35616 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
35617 Terminal.app, use utf-8.
35618 (set-display-table-and-terminal-coding-system): Add coding-system arg.
35619 (set-locale-environment): Use it.
35621 * term/xterm.el: Undo last change, better done in mule-cmds.el.
35623 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
35625 * progmodes/python.el (python-close-block-statement-p)
35626 (python-outdent-p, python-current-defun): Use symbol-end.
35628 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
35630 * files.el (save-some-buffers): Doc fix.
35632 2005-03-25 Werner Lemberg <wl@gnu.org>
35634 * complete.el, thumbs.el: Replace `legal' with `valid'.
35635 * calendar/calendar.el: Replace `legal' with `valid'.
35636 * emacs-lisp/advice.el: Replace `legal' with `valid'.
35637 * mail/supercite.el: Replace `legal' with `valid'.
35638 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
35639 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
35640 Replace `legal' with `valid'.
35641 * textmodes/reftex-vars.el, textmodes/reftex.el:
35642 Replace `legal' with `valid'.
35644 2005-03-25 Werner Lemberg <wl@gnu.org>
35646 * calc/calc-forms.el, calc/calc-sel.el
35647 * midnight.el, vc-cvs.el
35648 * emacs-lisp/cl-macs.el
35650 * eshell/esh-io.el, eshell/esh-var.el
35651 * mail/supercite.el
35652 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
35653 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
35654 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
35655 * progmodes/sh-script.el, progmodes/xscheme.el
35656 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
35657 * textmodes/reftex-index.el, textmodes/reftex-parse.el
35658 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
35659 * textmodes/reftex.el, textmodes/org.el:
35660 Replace `illegal' with `invalid'.
35662 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
35664 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
35665 (flymake-find-buildfile, flymake-find-possible-master-files)
35666 (flymake-check-include, flymake-parse-line): Replace loops over the
35667 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
35669 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
35670 Substitute file-name-as-directory in the rest of the file.
35671 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
35672 (flymake-replace-region): Remove unused arg `buffer'.
35673 (flymake-check-patch-master-file-buffer): Update calls to it.
35674 (flymake-add-err-info): Remove unused var `count'.
35675 (flymake-mode): Use define-minor-mode.
35677 * progmodes/flymake.el: Use with-current-buffer.
35678 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
35679 flymake-replace-regexp-in-string, flymake-line-beginning-position)
35680 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
35681 Avoid testing for `xemacs'.
35682 (flymake-nop): Move.
35683 (flymake-region-has-flymake-overlays): Return the computed value.
35684 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
35685 Remove unused var `endline'.
35686 (flymake-get-line-count): Remove unused function.
35687 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
35691 * hilit-chg.el (global-highlight-changes):
35692 * hi-lock.el (hi-lock-mode):
35693 * follow.el: find-file-hooks -> find-file-hook.
35695 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
35697 2005-03-24 Juri Linkov <juri@jurta.org>
35699 * dired.el (dired-mode-map): Add menu item "Compare directories"
35700 for dired-compare-directories.
35702 * dired-aux.el (dired-compare-directories): Add autoload cookie.
35703 Doc fix. Replace `read-file-name' with `read-directory-name'.
35705 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
35707 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
35709 2005-03-24 Jay Belanger <belanger@truman.edu>
35711 * calc/calc-embed.el (calc-embedded-mode-change): Save all
35712 relevant mode settings in calc-embedded-original-modes when modes
35713 are permanently changed.
35715 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
35717 * autoinsert.el: find-file-hooks -> find-file-hook.
35719 2005-03-24 Lute Kamstra <lute@gnu.org>
35721 * generic.el (generic-font-lock-defaults): Make it obsolete.
35722 (generic-font-lock-keywords): New variable to replace
35723 generic-font-lock-defaults.
35724 (generic-mode-set-font-lock): Delete it.
35725 (generic-mode-internal): Don't call generic-mode-set-font-lock.
35726 (generic-bracket-support): Add docstring.
35728 * generic-x.el: Rename generic-font-lock-defaults to
35729 generic-font-lock-keywords throughout.
35730 (mailagent-rules-setup-function): Delete it.
35731 (mailagent-rules-generic-mode): Use anonymous function instead.
35732 (show-tabs-generic-mode-font-lock-defaults-1)
35733 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
35735 (show-tabs-tab-face, show-tabs-space-face): Specify background,
35738 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
35739 Recognize define-generic-mode.
35741 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
35743 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
35744 if there's no completion table.
35746 2005-03-23 Miles Bader <miles@gnu.org>
35748 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35749 Remove tty-specific variants, as they're no longer needed.
35751 2005-03-23 Lute Kamstra <lute@gnu.org>
35753 * generic-x.el: Code cleanup: make args constant whenever possible.
35754 (installshield-statement-keyword-list)
35755 (installshield-system-functions-list)
35756 (installshield-system-variables-list, installshield-types-list)
35757 (installshield-funarg-constants-list): Make them constants.
35759 * generic.el (generic-make-keywords-list): Add autoload cookie.
35761 * calendar/time-date.el: Add comment on time value formats.
35762 Don't require parse-time.
35763 (with-decoded-time-value): New macro.
35764 (encode-time-value): New function.
35765 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
35766 (days-to-time): Return a valid time value when arg is huge.
35767 (time-since): Use time-subtract.
35768 (time-to-number-of-days): Use time-to-seconds.
35770 2005-03-23 David Ponce <david@dponce.com>
35772 * recentf.el (recentf-keep): New option.
35773 (recentf-menu-action): Default to `find-file'.
35774 (recentf-keep-non-readable-files-flag)
35775 (recentf-keep-non-readable-files-p)
35776 (recentf-file-readable-p, recentf-find-file)
35777 (recentf-cleanup-remote): Remove.
35778 (recentf-include-p): More robust.
35779 (recentf-keep-p): New function.
35780 (recentf-remove-if-non-kept): Rename from
35781 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
35782 All callers updated.
35783 (recentf-menu-items-for-commands): Fix help string.
35784 (recentf-track-closed-file): Update. Doc fix.
35785 (recentf-cleanup): Update. Count removed files. Doc fix.
35787 2005-03-23 Kim F. Storm <storm@cua.dk>
35789 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35790 Don't inherit from fringe face (now happens automatically).
35792 2005-03-22 Kim F. Storm <storm@cua.dk>
35794 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
35797 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
35799 * menu-bar.el (showhide-date-time): Remove.
35800 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
35801 (menu-bar-make-mm-toggle): Simplify.
35803 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
35805 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
35806 Accept qualified variable and function names.
35808 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
35810 * bindings.el (completion-ignored-extensions):
35811 Remove ".lis" for `vax-vms'.
35813 2005-03-22 Andreas Schwab <schwab@suse.de>
35815 * generic-x.el: Revert last change.
35816 * ldefs-boot.el: Update.
35818 2005-03-22 Jay Belanger <belanger@truman.edu>
35820 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
35821 (calc-embedded-save-original-modes)
35822 (calc-embedded-restore-original-modes): New functions.
35823 (calc-do-embedded): Save original modes when entering embedded mode
35824 and restore when leaving embedded mode.
35825 (calc-embedded-modes-change): Change the value of
35826 calc-embedded-original-modes to reflect permanent changes.
35828 2005-03-22 Lute Kamstra <lute@gnu.org>
35830 * generic-x.el: Require generic again.
35832 2005-03-22 Miles Bader <miles@gnu.org>
35834 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35835 Tweak details to look good on both ttys and bitmap displays, light
35836 or dark background, etc.
35838 2005-03-21 Kim F. Storm <storm@cua.dk>
35840 * tooltip.el (tooltip-show-help-function): Check car and cdr of
35843 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
35845 * icomplete.el: Don't forcibly turn on the mode upon load.
35846 (icomplete-mode): Use define-minor-mode.
35847 (icomplete-eoinput): Default to nil.
35848 (icomplete-minibuffer-setup): Remove autoload.
35849 (icomplete-tidy): Simplify.
35850 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
35851 in the initial state or if the user has modified the field.
35852 Fix handling of icomplete-max-delay-chars.
35853 Remove code that handles the oddball case where
35854 minibuffer-completion-table is an integer.
35855 Wrap icomplete-completions in while-no-input in case building
35856 completions takes more time than expected.
35857 (icomplete-completions): Simplify.
35859 2005-03-21 Richard M. Stallman <rms@gnu.org>
35861 * jka-compr.el (jka-compr-really-do-compress):
35862 Make variable buffer-local.
35864 * image-mode.el: Handle .xpm files too.
35865 (image-toggle-display): Preserve modification flag.
35867 * help.el (where-is): Don't mention aliases with no key bindings.
35869 2005-03-21 Lute Kamstra <lute@gnu.org>
35871 * generic.el: Fix commentary section. Don't require cl for
35873 (generic-mode-list): Add autoload cookie.
35874 (generic-use-find-file-hook, generic-lines-to-scan)
35875 (generic-find-file-regexp, generic-ignore-files-regexp)
35876 (generic-mode, generic-mode-find-file-hook)
35877 (generic-mode-ini-file-find-file-hook): Fix docstrings.
35878 (define-generic-mode): Make it a defmacro. Fix docstring.
35879 (generic-mode-internal): Code cleanup. Add autoload cookie.
35880 (generic-mode-set-comments): Code cleanup.
35881 * generic-x.el: Don't prevent compilation. Don't require generic.
35882 Follow coding conventions. Minor code cleanup.
35883 (etc-fstab-generic-mode): Add some keywords.
35884 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
35885 define-generic-mode like a function declaration.
35887 2005-03-21 Jay Belanger <belanger@truman.edu>
35889 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
35892 2005-03-21 Sam Steingold <sds@gnu.org>
35894 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
35896 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
35898 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
35899 Add underscore to "f$ lexicals" regexp.
35901 2005-03-20 Juri Linkov <juri@jurta.org>
35903 * subr.el (progress-reporter-do-update): When `min-value' is equal
35904 to `max-value', set `percentage' to 0 and prevent division by zero.
35906 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
35908 Sync with Tramp 2.0.48.
35910 * net/tramp.el (all): Change all addresses to .gnu.org.
35911 (tramp-append-tramp-buffers): New defun.
35912 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
35913 Catch `dont-send' signal.
35914 (tramp-set-auto-save-file-modes): Set always permissions, because
35915 there might be an old auto-saved file belonging to another
35916 original file. This could be a security threat. Reported by
35917 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
35918 Check for Emacs 21.3.50 removed.
35920 * net/tramp-smb.el (all): Remove debug construct for
35921 `with-parsed-tramp-file-name'.
35922 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
35923 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
35924 No error message if DIRECTORY or FILENAME doesn't exist.
35925 (tramp-smb-open-connection): Check existence of
35926 `tramp-smb-program'.
35928 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
35930 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
35931 Properly handle the case where the `m' or `s' command's argument is not
35933 (perl-indent-new-calculate): New function.
35934 (perl-indent-line): Use it.
35936 2005-03-20 Miles Bader <miles@gnu.org>
35938 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
35939 in text-mode too. Change to new face names.
35940 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
35941 Add `:weight bold' attribute.
35942 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
35944 2005-03-19 Juri Linkov <juri@jurta.org>
35946 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
35948 * international/mule.el (auto-coding-alist): Sync with
35949 `auto-mode-alist' by adding upper case archive file extensions
35950 and adding ear/war to jar extension.
35952 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
35954 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
35955 running, restart it.
35957 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
35959 * finder.el (finder-current-item): Throw an error on an empty line.
35961 * man.el (Man-follow-manual-reference): If current-word returns
35964 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
35966 * simple.el (goto-line): Doc fix.
35968 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
35970 * files.el (save-buffer): Doc fix.
35972 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
35974 * recentf.el (recentf-cleanup-remote): New variable.
35975 (recentf-cleanup): Use it to conditionally check availability of
35978 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
35980 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
35983 2005-03-19 Eli Zaretskii <eliz@gnu.org>
35985 * language/thai-word.el: New file.
35987 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
35989 * files.el (backup-buffer): If the file's directory is not
35990 writable, use copy instead of move to backup the file.
35992 2005-03-19 Eli Zaretskii <eliz@gnu.org>
35994 * obsolete/keyswap.el: Moved to obsolete/ from term/.
35996 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
35998 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
35999 Use functionp instead of symbolp and fboundp. Reported by Drkm
36000 <darkman_spam@yahoo.fr>.
36001 (ps-print-version): New version 6.6.6.
36003 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
36005 * textmodes/table.el (table--line-column-position): New idiom.
36006 (table--row-column-insertion-point-p): New function to test
36007 validity of row and column insertion operation at a location.
36008 (table-global-menu, table-cell-menu): Use above functions for
36009 deterministic test operation.
36010 (table--editable-cell-p): Behave in deterministic fashion.
36012 2005-03-18 Juri Linkov <juri@jurta.org>
36014 * isearch.el (isearch-lazy-highlight-new-loop):
36015 Make arguments beg and end optional.
36016 (isearch-update): Remove optional arguments nil from
36017 isearch-lazy-highlight-new-loop.
36018 (isearch-lazy-highlight-search): Let-bind case-fold-search to
36019 isearch-lazy-highlight-case-fold-search instead of
36020 isearch-case-fold-search, and let-bind isearch-regexp to
36021 isearch-lazy-highlight-regexp.
36022 Use isearch-lazy-highlight-last-string instead of isearch-string.
36024 * replace.el (perform-replace): Remove bindings of global
36025 variables isearch-string, isearch-regexp, isearch-case-fold-search.
36026 Add three new arguments to `replace-highlight'.
36027 (replace-highlight): Add arguments string, regexp, case-fold.
36028 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
36029 to allow isearch-lazy-highlight-new-loop to use these values
36030 to set corresponding isearch-lazy-highlight-* internal
36031 variables whose values lazy highlighting will use regardless of
36032 changes to global variables isearch-string, isearch-regexp,
36033 isearch-case-fold-search during lazy highlighting loop.
36034 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
36035 to `lazy-highlight-cleanup'.
36037 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
36038 (ispell-highlight-face): Set default face to `isearch' when
36039 lazy highlighting is enabled.
36040 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
36041 priority to 1. Add lazy highlighting.
36042 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
36043 from `isearch-dehighlight'.
36045 2005-03-18 David Ponce <david@dponce.com>
36047 * files.el (hack-local-variables): Do a case-insensitive search
36050 2005-03-18 Juri Linkov <juri@jurta.org>
36052 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
36053 `isearch-lazy-highlight-cleanup', add alias to old name and
36054 declare obsolete. Add release numbers to other obsolete vars.
36055 (isearch-done, isearch-lazy-highlight-new-loop):
36056 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
36057 (lazy-highlight-cleanup) <variable>: Doc fix.
36058 (isearch-lazy-highlight-update): Rename obsolete
36059 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
36061 2005-03-18 Kenichi Handa <handa@m17n.org>
36063 * language/thai-util.el: Fix categorization of Thai characters in
36064 thai-category-table.
36065 (thai-composition-pattern): Adjust it for the above change.
36066 (thai-self-insert-command, thai-compose-syllable): New functions.
36067 (thai-compose-region): Use thai-compose-syllable.
36068 (thai-compose-string): Likewise.
36069 (thai-composition-function): Likewise.
36070 (thai-auto-composition): New function.
36071 (thai-auto-composition-mode): New minor mode.
36073 * language/thai.el: Fix patterns to be registered in
36074 composition-function-table.
36076 * international/quail.el (quail-input-method): Locally bind
36077 inhibit-modification-hooks to t.
36079 2005-03-17 Richard M. Stallman <rms@gnu.org>
36081 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
36082 (perl-mode): Use run-mode-hooks.
36084 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
36085 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
36086 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
36088 * mail/sendmail.el (sendmail-send-it): Reenable the code
36089 to compute resend-to-address and use it.
36091 * tar-mode.el (tar-mode): Turn off undo unconditionally.
36093 * image-mode.el: New file.
36095 * image.el (insert-sliced-image): Add autoload cookie.
36097 * font-lock.el (font-lock-lines-before): New user option.
36098 (font-lock-after-change-function): Obey it.
36100 * bindings.el (esc-map): Make M-g a prefix.
36101 Bind M-g g and M-g M-g to goto-line.
36103 * faces.el (face-id): Doc fix.
36105 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
36107 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
36108 (rmail-show-message): Use rmail-unknown-mail-followup-to.
36109 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
36111 * mail/sendmail.el (mail-yank-ignored-headers)
36112 (mail-font-lock-keywords, mail-mode-fill-paragraph):
36113 Add Mail-Followup-To and Mail-Reply-To headers.
36114 (mail-citation-hook): Add autoload cookie.
36115 (mail-mode): Doc fix.
36116 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
36117 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
36118 (mail-mode-fill-paragraph): Handle those headers.
36119 (mail-mailing-lists): New variable.
36120 (mail-mail-reply-to, mail-mail-followup-to): New functions.
36122 2005-03-17 Juri Linkov <juri@jurta.org>
36124 * isearch.el (isearch-fallback): Check for `(car previous)'
36125 before calling `isearch-other-end-state'.
36127 2005-03-17 Kim F. Storm <storm@cua.dk>
36129 * simple.el (move-beginning-of-line): Move to beginning of buffer
36130 line, as well as beginning of screen line.
36132 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
36134 * calendar/diary-lib.el (mark-diary-entries): Use new optional
36135 argument REDRAW rather than calendar-redrawing variable.
36136 * calendar/calendar.el (calendar-redrawing): Delete.
36137 (redraw-calendar): Do not bind calendar-redrawing.
36139 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
36141 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
36144 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
36146 * help.el (describe-mode): Allow a :minor-mode-function property to
36147 specify a different minor mode toggle function than the variable.
36148 * simple.el (auto-fill-function):
36149 * subr.el (add-minor-mode): Use it.
36151 2005-03-16 Kenichi Handa <handa@m17n.org>
36153 * language/ethio-util.el (sera-being-called-by-w3): New variable.
36154 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
36155 (ethio-fidel-to-sera-buffer): Likewise.
36157 2005-03-16 Juri Linkov <juri@jurta.org>
36159 * emacs-lisp/find-func.el (find-function-regexp):
36160 Add defun-emitting macro `menu-bar-make-toggle'.
36162 * isearch.el: Put `isearch-scroll' property to
36163 `split-window-horizontally'.
36165 * info.el: Update error messages for `debug-ignored-errors'.
36166 (Info-isearch-search): Doc fix.
36167 (Info-find-node): Move up code to go into info buffer before
36168 recording the node to the history.
36169 (Info-fontify-node): Fontify titles only if the next line
36170 has two or more `*', `=', `-', `.'.
36171 Display "go to this node" for empty (match-string 3).
36173 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
36175 * term/mac-win.el: Add mouse pointer shape constants.
36177 2005-03-15 Kim F. Storm <storm@cua.dk>
36179 * simple.el (move-beginning-of-line): Use vertical-motion.
36181 2005-03-15 Juri Linkov <juri@jurta.org>
36183 * isearch.el (isearch-error): New variable.
36184 (isearch-invalid-regexp, isearch-within-brackets): Remove.
36185 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
36186 (isearch-within-brackets-state): Remove.
36187 (isearch-case-fold-search-state, isearch-pop-fun-state):
36188 Decrease frame index.
36189 (isearch-mode, isearch-top-state, isearch-push-state)
36190 (isearch-edit-string, isearch-abort, isearch-search-and-update)
36191 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
36192 (isearch-search, isearch-lazy-highlight-new-loop):
36193 Replace `isearch-invalid-regexp' with `isearch-error'.
36194 Remove `isearch-within-brackets'.
36195 (isearch-search): Add `search-failed' handler to `condition-case'.
36196 (isearch-lazy-highlight-search): Add `condition-case' to catch
36197 errors and allow `isearch-lazy-highlight-update' to try
36198 highlighting from the beginning of the window.
36199 (isearch-repeat): Move up code to set isearch-wrapped to t
36200 before calling isearch-wrap-function.
36202 * info.el (Info-isearch-initial-node): New internal variable.
36203 (Info-search): Signal an error in isearch mode when search leaves
36204 the initial node. Signal an error when `bound' is non-nil and
36205 nothing was found in the current subfile.
36206 (Info-isearch-search): Remove `condition-case'.
36207 (Info-isearch-wrap): Don't wrap when search failed during leaving
36208 the initial node. If `Info-isearch-search' is nil, wrap around
36210 (Info-isearch-start): New fun.
36211 (Info-mode): Add buffer-local hook `Info-isearch-start' to
36212 `isearch-mode-hook'.
36214 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
36216 * simple.el (normal-erase-is-backspace): Set default to t if
36219 * term/mac-win.el (function-key-map): Sync with x-win.el.
36221 2005-03-15 Kenichi Handa <handa@m17n.org>
36223 * international/mule-cmds.el (locale-language-names): Modify the
36224 format of elements and add more entries.
36225 (locale-preferred-coding-systems): Add more entries.
36226 (set-locale-environment): Adjust for the change of
36227 locale-language-names.
36229 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
36231 * pcvs.el (smerge-ediff): Remove bogus autoload.
36233 2005-03-14 Lute Kamstra <lute@gnu.org>
36235 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
36236 Ignore a `*' at the beginning of a line.
36238 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
36239 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
36241 (dont-compile, eval-when-compile, eval-and-compile): Use declare
36242 to specify indentation.
36244 * generic.el (define-generic-mode): Let generic-mode-list be a
36245 list of strings; test membership with equal.
36247 2005-03-14 Kim F. Storm <storm@cua.dk>
36249 * simple.el (next-line, previous-line): Add optional try-vscroll
36250 arg to recognize interactive use. Pass it on to line-move.
36251 (line-move): Don't perform auto-window-vscroll when defining or
36252 executing keyboard macro to ensure consistent behavior.
36254 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
36256 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
36258 2005-03-13 Lute Kamstra <lute@gnu.org>
36260 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
36261 debugger-setup-buffer so that backtrace marks the frames set to
36262 debug-on-exit and we don't have to do it manually. Set an extra
36263 debug-on-exit for macro's.
36264 (debugger-setup-buffer): Don't mark the top frame manually.
36266 2005-03-12 Lute Kamstra <lute@gnu.org>
36268 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
36269 lisp-indent-function throughout.
36270 (with-no-warnings): Set lisp-indent-function property.
36272 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
36274 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
36275 Add entry for backslash.
36277 2005-03-12 Juri Linkov <juri@jurta.org>
36279 * info.el (Info-search): Four fixes for backward search.
36281 2005-03-11 Jay Belanger <belanger@truman.edu>
36283 * calc/calc.el (calc-language-alist): New variable.
36284 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
36285 (calc-embedded-find-modes): Use calc-language-alist instead of
36286 calc-embedded-language-alist.
36288 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
36290 * calendar/calendar.el (calendar-redrawing): New internal
36292 (redraw-calendar): Remove bogus save-excursion from previous
36293 change. Bind calendar-redrawing to t for mark-diary-entries.
36294 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
36295 calendar if that is why we were called.
36297 2005-03-11 Kenichi Handa <handa@m17n.org>
36299 * international/mule.el (make-coding-system): Set property
36300 coding-system-define-form to nil.
36301 (define-coding-system-alias): Likewise.
36303 2005-03-11 Kenichi Handa <handa@m17n.org>
36305 These changes are suggested by Dave Love <fx@gnu.org>.
36307 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
36309 (adaptive-fill-regexp): Add more bullets.
36310 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
36313 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
36315 * help.el (describe-mode): Properly handle non-trivial lighters.
36316 Don't ignore minor modes that are not listed in minor-mode-list.
36318 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
36319 feature ON when the user requests to turn it OFF.
36321 2005-03-10 Lute Kamstra <lute@gnu.org>
36323 * emacs-lisp/debug.el (debug-entry-code): Delete it.
36324 (implement-debug-on-entry): New function to replace debug-entry-code.
36325 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
36326 second argument as the 2005-03-07 change makes it obsolete.
36327 (debug-on-entry, cancel-debug-on-entry): Update call to
36329 (debug, debugger-setup-buffer): Comment update.
36330 (debugger-frame-number): Update to work with implement-debug-on-entry.
36332 2005-03-10 Jay Belanger <belanger@truman.edu>
36334 * calc/calc-embed.el (math-ms-args): Declare it.
36335 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
36337 (calc-embedded-subst): Use math-multi-subst-rec to substitute
36340 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
36342 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
36345 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
36346 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
36347 (tooltip-gud-tips): Simplify.
36348 (tooltip-gud-tips-p): Remove superfluous :set.
36349 (tooltip-gud-modes): Add fortran-mode.
36350 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
36352 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
36354 2005-03-09 Kim F. Storm <storm@cua.dk>
36356 * play/animate.el (animate-place-char): Use forward-line instead
36357 of next-line to improve performance.
36359 2005-03-09 Simon Josefsson <jas@extundo.com>
36361 * net/browse-url.el (browse-url-default-browser): Doc fix.
36363 2005-03-09 Miles Bader <miles@gnu.org>
36365 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
36366 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
36368 2005-03-09 Kenichi Handa <handa@m17n.org>
36370 * international/latin-1.el: Set case and syntax for 255 only if
36371 set-case-syntax-set-multibyte is nil.
36373 * textmodes/ispell.el (ispell-insert-word): New function.
36374 (ispell-word): Use ispell-insert-word to insert a new word.
36375 (ispell-process-line): Likewise.
36376 (ispell-complete-word): Likewise.
36378 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
36380 * calendar/calendar.el (redraw-calendar): Preserve point.
36381 Reported by Matt Hodges <MPHodges@member.fsf.org>.
36382 (calendar-week-start-day): Move after definition of
36383 redraw-calendar. Delete buffer test, since redraw-calendar has
36386 * calendar/diary-lib.el (mark-diary-entries): Only call
36387 redraw-calendar in the first of any recursive calls.
36388 Reported by Alan Shutko <ats@acm.org>.
36390 2005-03-08 Juri Linkov <juri@jurta.org>
36392 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
36393 (html-horizontal-rule, html-line, html-image, html-checkboxes)
36394 (html-radio-buttons): Add a space before the trailing `/>' where
36395 sgml-xml-mode is non-nil.
36396 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
36397 the subsequent tag of the empty XML tag.
36398 (html-href-anchor): Don't set initial input to "http:".
36399 (html-image): Ask for the image URL and set point inside alt="".
36400 (html-name-anchor): Duplicate the name in the `id' attribute when
36401 sgml-xml-mode is non-nil.
36402 (html-paragraph): Remove \n before <p>.
36403 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
36404 instead of `checked' when sgml-xml-mode is non-nil.
36406 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
36407 Remove 1 space before #RRGGBB to not truncate it on terminal
36408 windows w/o fringes. Remove 1 space between bg and fg examples
36410 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
36411 avoid byte-compile warnings.
36413 * image-file.el (image-file-handler): Put `safe-magic' property to
36414 `image-file-handler'.
36416 * info.el (Info-isearch-search): Emulate word search in
36417 isearching through multiple Info nodes with Info-search.
36418 (Info-isearch-wrap): Allow isearch-word.
36420 2005-03-08 Lute Kamstra <lute@gnu.org>
36422 * emacs-lisp/debug.el (debugger-step-through): Make sure that
36423 stepping into the debugger's code is not possible.
36424 (debugger-jumping-flag): Docstring update.
36426 2005-03-08 Jay Belanger <belanger@truman.edu>
36428 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
36429 embedded mode begins.
36430 (calc-embedded-language-alist): New variable.
36431 (calc-embedded-find-modes): Use calc-embedded-language-alist to
36432 set default language mode.
36434 2005-03-08 Kenichi Handa <handa@m17n.org>
36436 * international/ccl.el (define-ccl-program): Fix docstring about
36437 extra 256 bytes assured for the output buffer.
36439 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
36440 Fix BUFFER_MAGNIFICATION to 2.
36441 (ccl-encode-mule-utf-16be-with-signature): Likewise.
36443 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
36445 * align.el (align-rules-list): Added an alignment rule for CSS
36446 declarations (applies to css-mode and html-mode buffers).
36448 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
36450 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
36452 2005-03-07 Kim F. Storm <storm@cua.dk>
36454 * simple.el (move-beginning-of-line): New command.
36456 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
36458 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
36460 * emulation/cua-base.el: Put CUA move property on move-end-of-line
36461 and move-beginning-of-line.
36463 * apropos.el (apropos-print): Omit command from M-x ... RET.
36465 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
36467 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
36468 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
36470 2005-03-06 Richard M. Stallman <rms@gnu.org>
36472 * bindings.el (esc-map): Bind M-g to goto-line.
36474 * facemenu.el (global-map): Bind M-o, not M-g.
36476 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
36478 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
36479 "Open Directory" as for "Open File".
36481 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
36483 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
36484 (push-mark-command): Run activate-mark-hook.
36486 2005-03-06 Richard M. Stallman <rms@gnu.org>
36488 * help-mode.el (help-mode-finish): Don't alter the element
36489 in view-return-to-alist if there already is one.
36491 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
36492 make sure the current buffer is the expected one.
36494 * novice.el (disabled-command-function): Output in *Disabled Command*.
36495 Explicitly ignore non-keyboard events, and explicitly handle C-g.
36497 * textmodes/flyspell.el (flyspell-large-region):
36498 Pass args differently for aspell.
36500 * files.el (mode-require-final-newline): Doc fix.
36502 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
36504 * progmodes/which-func.el (which-function):
36505 Specify NOERROR when calling imenu--make-index-alist.
36507 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
36509 * simple.el (normal-erase-is-backspace): Define default value.
36511 * custom.el (custom-theme-set-variables): Remove unused var
36513 (custom-reevaluate-setting): Simple function to handle variables
36514 that are defined before their default value can really be
36517 * startup.el (command-line): Use it for temporary-file-directory,
36518 small-emporary-file-directory, auto-save-file-name-transforms,
36519 blink-cursor-mode, and normal-erase-is-backspace.
36521 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
36522 progress, even with buggy anchored keywords.
36524 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
36526 * simple.el (goto-line): Remove unbalanced final parenthesis.
36528 2005-03-05 Richard M. Stallman <rms@gnu.org>
36530 * simple.el (goto-line): Use a number at point as the default.
36531 With C-u as arg, switch buffers.
36533 2005-03-05 Juri Linkov <juri@jurta.org>
36535 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
36536 with `no-blinking-cursor'.
36538 * startup.el (no-blinking-cursor): New defvar.
36539 (command-line): Add `--no-blinking-cursor' to longopts.
36540 Set `no-blinking-cursor' to t for command line arguments
36541 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
36542 with `no-blinking-cursor' in the condition for calling
36543 `blink-cursor-mode'.
36545 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
36547 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
36548 (menu-bar-options-save): Add blink-cursor-mode.
36549 (menu-bar-options-menu): Add blink-cursor-mode.
36551 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
36553 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
36554 (icalendar-export-file, icalendar-export-region)
36555 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
36556 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
36558 2005-03-04 Lute Kamstra <lute@gnu.org>
36560 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
36561 (debug-function-list): Ditto.
36563 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
36565 * textmodes/texinfmt.el (texinfo-append-refill):
36566 Redefine the types of line to which @refill
36567 is not appended by replacing a search for `@refill\\|@bye' with
36568 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
36569 itemize@refill' bug and the unfilled long lines bug.
36570 (texinfmt-version): Update number and date.
36572 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
36574 * international/code-pages.el (windows-1250, windows-125[2-8])
36575 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
36577 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
36579 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
36582 2005-03-02 Romain Francoise <romain@orebokech.com>
36584 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
36585 buffer after removing limits.
36586 (ibuffer-pop-filter): Ditto.
36589 2005-03-02 Miles Bader <miles@gnu.org>
36591 * button.el (make-text-button): If the user doesn't specify a
36592 type, use the default. Rewrite to use `add-text-properties' and
36595 2005-03-01 Lute Kamstra <lute@gnu.org>
36597 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
36598 (debugger-jumping-flag): New var.
36599 (debug-entry-code): Use it.
36600 (debugger-jump): Use debugger-jumping-flag and add
36601 debugger-reenable to post-command-hook.
36602 (debugger-reenable): Use debugger-jumping-flag and remove itself
36603 from post-command-hook.
36604 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
36607 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
36609 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
36610 inclusion of "itemize\\|", which may be unnecessary, is certainly
36611 inelegant, and stops refilling in itemize lists when formatting
36612 Japanese Texinfo files to Info.
36613 Update copyright to 2005.
36615 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
36617 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
36618 of an error if GDB can't find the source file.
36620 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
36622 * calendar/calendar.el (redraw-calendar): Work from any buffer,
36623 not just the calendar.
36625 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
36627 (diary-redraw-calendar): New function.
36628 (make-diary-entry): Add diary-redraw-calendar to local
36629 write-contents-functions. Turn off selective display before
36630 inserting in diary.
36632 2005-03-01 Kim F. Storm <storm@cua.dk>
36634 * emacs-lisp/copyright.el (copyright-fix-years): New command.
36636 2005-03-01 Lute Kamstra <lute@gnu.org>
36638 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
36639 that debug-entry-code can be safely removed from a function while
36640 this code is being evaluated. Revert the 2005-02-27 change as the
36641 new implementation no longer requires it. Make sure that a
36642 function body containing just a string is not mistaken for a docstring.
36643 (debug): Skip one more frame in case of debug on entry.
36644 (debugger-setup-buffer): Delete one more frame line in case of
36646 (debugger-frame-number): Update to use the new text introduced by
36647 the 1999-11-03 change. Skip one more frame in case of debug on entry.
36649 2005-02-28 Kim F. Storm <storm@cua.dk>
36651 * double.el (double-translate-key): Call force-window-update after
36652 read-event to avoid crash in redisplay.
36654 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
36656 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
36657 (debug): Use it. Move the inhibit-trace earlier.
36658 (debug-entry-code): New const.
36659 (debug-on-entry-1): Use it.
36661 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
36663 * international/utf-16.el (ccl-encode-mule-utf-16le):
36664 Fix BUFFER_MAGNIFICATION to 2.
36665 (ccl-encode-mule-utf-16be): Likewise.
36667 2005-02-28 Kenichi Handa <handa@m17n.org>
36669 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
36670 Fix BUFFER_MAGNIFICATION to 4.
36671 (ccl-encode-mule-utf-16be-with-signature): Likewise.
36673 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
36675 * speedbar.el (speedbar-update-flag): Doc fix.
36676 (speedbar-show-info-under-mouse): Give set-mouse-position the right
36679 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
36681 * reveal.el (reveal-post-command): Don't try to reveal overlays which
36682 have a non-nil `invisible' property but are actually visible.
36684 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
36685 for perldoc sections.
36686 (perl-outline-regexp, perl-outline-level): New var and function.
36687 (perl-mode): Use them.
36689 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
36691 * calendar/diary-lib.el (diary-remind): Discard any mark portion
36692 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
36694 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
36696 * cus-edit.el: Comment change.
36697 (custom-buffer-create-internal): Slightly reword text at top of
36698 Custom buffers. Mention there that saving an option edits the
36699 init file. Add link to Emacs manual node on `custom-file'.
36700 (custom-magic-alist): Rewrite individual State messages to use
36701 capitalized keywords. Doc fix.
36703 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
36705 * calendar/calendar.el (calendar-buffer): Move above
36706 calendar-week-start-day.
36707 (calendar-week-start-day): Doc fix. Add :set function.
36708 (calendar-minimum-window-height): New variable.
36709 (generate-calendar-window): Only resize window if selected-window
36710 is displaying the calendar buffer. Use new variable
36711 calendar-minimum-window-height.
36712 (generate-calendar): Reword error message.
36713 (calendar-mode-map): Bind DEL to scroll-other-window-down.
36715 2005-02-27 Andreas Schwab <schwab@suse.de>
36717 * vc.el (vc-do-command): Don't run command asynchronously when
36718 operating in a remote directory.
36720 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
36721 change from sync with Tramp 2.0.47.
36723 2005-02-27 Richard M. Stallman <rms@gnu.org>
36725 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
36727 * textmodes/flyspell.el (flyspell-mode-on):
36728 Call ispell-change-dictionary only if necessary.
36730 * emacs-lisp/re-builder.el (regexp-builder): New function.
36732 * register.el (describe-register-1): Explicitly handle
36733 yank-excluded-properties = t.
36735 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
36736 (custom-magic-alist): Change the status descriptions again.
36737 (face widget-type): Total rewrite based on `restricted-sexp'
36738 to eliminate the confusing double hiding levels.
36740 * emacs-lisp/debug.el (debug-on-entry-1):
36741 If function body is empty, add nil as body form.
36743 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
36745 * emacs-lisp/trace.el (inhibit-trace): New var.
36746 (trace-make-advice): Use it.
36748 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
36750 2005-02-26 Kim F. Storm <storm@cua.dk>
36752 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
36753 (mouse-on-link-p, mouse-drag-region-1): Use it.
36755 2005-02-25 Lute Kamstra <lute@gnu.org>
36757 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
36759 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
36761 * frame.el (blink-cursor-mode): Add :group keyword.
36763 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
36765 * calendar/icalendar.el (icalendar--decode-isodatetime):
36766 New optional argument DAY-SHIFT.
36767 (icalendar-export-region): Fix coding-system-for-write.
36768 (icalendar--convert-ical-to-diary): Shift end-day of all-day
36771 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
36773 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
36775 2005-02-24 Kim F. Storm <storm@cua.dk>
36777 * international/iso-acc.el (iso-accents-compose): Fix crash
36778 during redisplay. Call force-window-update after read-event
36779 and delete-region to signal that window is not accurate.
36781 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
36783 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
36784 Remove unused and inexistent var `inhibit-trace'.
36785 (debugger-mode): Use run-mode-hooks.
36786 (debugger-list-functions): Add buttons; setup xref stack.
36788 2005-02-23 Richard M. Stallman <rms@gnu.org>
36790 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
36791 appointment says it was explicitly made.
36792 (appt-add): Set the 3rd element.
36793 (appt-make-list): Preserve explicit appointments.
36795 * subr.el (find-tag-default): Catch errors in forward-sexp.
36797 2005-02-23 Juri Linkov <juri@jurta.org>
36799 * info.el (Info-isearch-search): New defcustom.
36800 (Info-isearch-search): Call the default isearch function
36801 when Info-isearch-search is nil.
36802 (Info-isearch-wrap): Use variable Info-isearch-search.
36804 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
36806 * cus-edit.el: Comment change.
36808 2005-02-22 Kim F. Storm <storm@cua.dk>
36810 * progmodes/hideif.el (hide-ifdef-use-define-alist):
36811 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
36813 2005-02-22 Simon Josefsson <jas@extundo.com>
36815 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
36817 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
36818 Oskarsson" <myrkraverk@users.sourceforget.net>.
36820 2005-02-22 Kim F. Storm <storm@cua.dk>
36822 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
36823 check that window of that event is the selected window.
36824 (mouse-drag-region-1): Compare mouse event window to selected
36825 window before setting point.
36827 * tooltip.el (tooltip-show-help-function): Pass event to
36828 mouse-on-link-p so it can check selected window.
36830 2005-02-22 Kenichi Handa <handa@m17n.org>
36832 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
36833 (ps-mule-show-warning): New function.
36834 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
36835 characters are found.
36837 * ps-print.el (ps-header-footer-string): Return a list of header
36838 and footer strings.
36840 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
36842 * pcvs.el (cvs-retrieve-revision): Fix thinko.
36844 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
36846 * frame.el (blink-cursor-mode): Use define-minor-mode.
36848 * term/mac-win.el (function-key-map): Use char-names more consistently.
36849 (file-name-coding-system): Only set it for MacOS-9. The other case is
36850 already handled in mule-cmds.el (where it also works when mac-win.el
36853 2005-02-21 Kenichi Handa <handa@m17n.org>
36855 * international/mule.el (ctext-pre-write-conversion): Always use
36856 " *code-converting-work*" buffer for work.
36858 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
36860 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
36862 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
36864 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
36866 * ses.el (undo-more): Restore defadvice, but only the part that
36867 allows changes outside the restricted area of the buffer.
36869 2005-02-20 Kim F. Storm <storm@cua.dk>
36871 * simple.el (line-move): Add fourth optional arg try-vscroll which
36872 must be set to perform auto-window-vscroll.
36873 When moving backwards and doing auto-window-vscroll, automatically
36874 vscroll to the last part of lines which are taller than the window.
36875 (next-line, previous-line): Set try-vscroll arg on line-move.
36877 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
36879 * replace.el (query-replace, query-replace-regexp)
36880 (replace-string, replace-regexp): When operating on region, make
36881 the minibuffer prompt say so.
36883 * isearch.el (isearch-forward): Document isearch-query-replace and
36884 isearch-query-replace-regexp keybindings.
36886 2005-02-19 Jay Belanger <belanger@truman.edu>
36888 * calc/calc-aent.el (math-read-token): Add local variable.
36890 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
36891 (calc-edit-top): Move declaration to earlier in file.
36892 (calc-edit-macro-repeats): Add local variables.
36894 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
36895 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
36897 Adjust integration rule for calcFunc-tan.
36899 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
36901 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
36902 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
36903 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
36904 (viper-skip-separators): Bug fix.
36905 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
36906 particular major mode.
36907 (viper-del-backward-char-in-replace): Don't put deleted char on the
36910 * emulation/viper-ex.el (viper-color-display-p): New function.
36911 (viper-has-face-support-p): Use viper-color-display-p.
36913 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
36915 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
36917 * emulation/viper-util.el (viper-glob-unix-files):
36918 Fix shell status check.
36919 (viper-file-remote-p): Make equivalent to file-remote-p.
36921 * emulation/viper.el (viper-major-mode-modifier-list):
36922 Use viper-gnus-modifier-map.
36924 2005-02-19 David Kastrup <dak@gnu.org>
36926 * subr.el (subregexp-context-p): Fix garbled doc string by adding
36929 2005-02-19 Jay Belanger <belanger@truman.edu>
36931 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
36932 Remove extra definitions.
36933 (calc-coth): New function.
36934 (calcFunc-cot): Fix `let'.
36936 2005-02-19 Eli Zaretskii <eliz@gnu.org>
36938 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
36939 the reasons we use "type pc" in these faces.
36941 * button.el (button): Ditto.
36943 2005-02-19 Michael Mauger <mmaug@yahoo.com>
36945 * replace.el (query-replace-read-from): Set the value of
36946 query-replace-from-history-variable to handle the case of an empty
36947 string entered to accept the suggested default.
36949 * net/tramp.el (tramp-file-name-for-operation):
36950 Use dired-call-process instead of dired-call-process-command.
36952 2005-02-19 Jay Belanger <belanger@truman.edu>
36954 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
36955 (math-div-non-trig): New variables.
36956 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
36957 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
36958 (math-combine-prod, math-div-symb-fancy): Add simplifications for
36961 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
36963 * progmodes/gdb-ui.el (gdb-var-update-handler)
36964 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
36965 for watch expressions,
36966 (gdb-var-create-handler): Don't set speedbar-update-flag.
36967 (gdb-post-prompt): Simplify test for speedbar.
36969 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
36971 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
36972 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
36973 we use the syntax table of the correct buffer.
36974 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
36977 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
36978 (ediff-file-remote-p): Make synonymous with file-remote-p.
36979 In all deffaces ediff-*-face-*, use min-colors.
36981 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
36982 ediff-recurse-to-subdirectories.
36983 (ediff-mark-if-equal): Check that the arguments are strings, use
36984 ediff-same-contents (after to Felix Gatzemeier).
36986 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
36989 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
36991 * log-view.el (log-view-message-re): Fix up Subversion regexp.
36993 2005-02-18 David Kastrup <dak@gnu.org>
36995 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
36996 use `mark-active' when defined.
36998 2005-02-18 Kenichi Handa <handa@m17n.org>
37000 * ps-print.el (ps-font-info-database): New entry
37001 ZapfChancery-MediumItalic with correct font name. Fix font name
37002 of the entry Zapf-Chancery-MediumItalic.
37004 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
37006 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
37008 2005-02-16 Kim F. Storm <storm@cua.dk>
37010 * ido.el (ido-fallback-command): Pass user input to fallback command.
37012 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
37014 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
37015 (gdb-find-file-hook): Add server prefix.
37017 2005-02-16 Richard M. Stallman <rms@gnu.org>
37019 * replace.el (perform-replace): Pass new args to replace-highlight.
37020 (replace-highlight): Take region args,
37021 and pass them to isearch-lazy-highlight-new-loop.
37023 * novice.el (disabled-command-hook): Autoload the defalias
37024 and the make-obsolete-variable call.
37026 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
37028 * isearch.el (isearch-lazy-highlight-start-limit)
37029 (isearch-lazy-highlight-end-limit): New variables limit
37030 the region for highlighting.
37031 (isearch-lazy-highlight-new-loop): New args BEG and END.
37032 (isearch-lazy-highlight-search): Use the new vars.
37033 (isearch-lazy-highlight-update): Likewise.
37035 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
37037 * cus-start.el (all): Use default-boundp.
37039 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
37041 * menu-bar.el (menu-bar-select-frame): Handle current frame.
37043 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
37045 * autorevert.el (auto-revert-stop-on-user-input)
37046 (auto-revert-verbose): Doc fixes.
37048 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
37050 * international/mule-cmds.el (set-locale-environment): Remove call
37051 to set-selection-coding-system on Windows.
37053 2005-02-15 Jay Belanger <belanger@truman.edu>
37055 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
37056 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
37058 (math-simplify-sqrt): Add simplifications.
37060 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
37063 * calc/calc-ext.el: Add functions to autoloads.
37065 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
37066 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
37067 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
37068 (math-csc-raw, math-cot-raw): New functions.
37070 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
37072 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
37073 the variable name in a message.
37075 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
37076 calcFunc-csc, calcFunc-cot.
37078 * calc/calcalg2.el: Add derivative and integration rules for
37079 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
37080 calcFunc-csch, calcFunc-coth.
37081 (math-do-integral-methods): Add to checks for when to use
37084 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
37086 2005-02-15 Lute Kamstra <lute@gnu.org>
37088 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
37089 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
37090 <monnier@iro.umontreal.ca>.
37091 (lisp-outline-level): Improve efficiency. Suggested by David
37092 Kastrup <dak@gnu.org>.
37094 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
37096 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
37097 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
37098 (gdb-set-gud-minor-mode-existing-buffers): New functions.
37099 (gdb-find-file-hook): New hook. Add it to find-file-hook.
37100 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
37102 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
37104 * cus-start.el (all): Comment change.
37106 2005-02-14 Lute Kamstra <lute@gnu.org>
37108 * cus-start.el (all): Check if symbol is void.
37110 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
37112 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
37113 optional argument to \cite.
37115 2005-02-14 Richard M. Stallman <rms@gnu.org>
37117 * cus-edit.el (custom-buffer-create-internal): Update help message.
37118 (custom-magic-alist): Update help messages.
37120 * cus-start.el (all): Allow a var to specify a standard value.
37122 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
37124 * custom.el (custom-theme-set-variables): Handle variable aliases.
37126 * frame.el (blink-cursor-timer): Doc fix.
37127 (blink-cursor): Make it an alias for `blink-cursor-mode' and
37129 (blink-cursor-mode): Define with defcustom and use correct
37130 standard expression in that defcustom.
37131 * startup.el (command-line): Adapt to above changes in frame.el.
37133 2005-02-11 Lute Kamstra <lute@gnu.org>
37135 * apropos.el (apropos-score-doc): Prevent division by zero.
37137 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
37139 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
37140 (icalendar--get-event-property-attributes)
37141 (icalendar--get-event-properties)
37142 (icalendar--datetime-to-diary-date): New functions.
37143 (icalendar--split-value): Doc fix.
37144 (icalendar--datetime-to-noneuropean-date)
37145 (icalendar--datetime-to-european-date): New optional argument
37146 SEPARATOR. Return result as a string instead of a list.
37147 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
37148 (icalendar--convert-string-for-export): Rename arg S to STRING.
37149 (icalendar-export-region): Doc fix. Change name of error buffer.
37150 Save output buffer.
37151 (icalendar-import-file): Add blank at end of prompt.
37152 (icalendar-import-buffer): Doc fix. Do not switch to error
37153 buffer. Indicate status in return value.
37154 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
37155 buffer. Save output buffer. Handle exception from recurrence
37156 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
37157 events. Fix problems with weekly all-day events.
37159 2005-02-10 Richard M. Stallman <rms@gnu.org>
37161 * simple.el (eval-expression-print-format):
37162 Avoid warning about edebug-active.
37164 * help.el (help-for-help-internal): Rename from help-for-help.
37165 (help-for-help): Define with defalias.
37167 * font-core.el (font-lock-default-function): Use with-no-warnings.
37169 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
37171 * custom.el (defface): Doc fix.
37173 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
37175 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
37176 width 0" to prevent word wrapping problems.
37178 2005-02-09 Kim F. Storm <storm@cua.dk>
37180 * ido.el (ido-file-extensions-order): New defcustom.
37181 (ido-file-extension-lessp, ido-file-extension-aux)
37182 (ido-file-extension-order): New advanced file ordering.
37183 (ido-file-lessp): New simple file ordering.
37184 (ido-sort-list): Remove.
37185 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
37186 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
37188 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
37190 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
37191 that some versions of grep produce.
37192 (grep-mode-font-lock-keywords): Likewise.
37194 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
37196 * progmodes/gdb-ui.el (gdb-location-list): New variable.
37197 (gdb-cdir): Delete.
37198 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
37199 (gdb-source-info): Treat case when source file is in another
37200 directory properly.
37201 (gdb-get-location): New function.
37203 2005-02-07 Jay Belanger <belanger@truman.edu>
37205 * calc/calc-prog.el (calc-write-parse-table-part)
37206 (calc-fix-token-name): Fix a check for language type.
37208 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
37210 2005-02-07 Andre Spiegel <spiegel@gnu.org>
37212 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
37213 as directory not writable.
37215 2005-02-07 Kim F. Storm <storm@cua.dk>
37217 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
37218 (cua--standard-movement-commands): Remove list.
37219 Instead, set CUA property value to move for movement commands.
37220 (cua-movement-commands): Remove. Users must set CUA prop instead.
37221 (cua--pre-command-handler): Check CUA property.
37222 (cua--init-keymaps): Don't remap undo commands.
37223 (cua-mode): Don't call cua--rectangle-on-off.
37225 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
37226 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
37227 (cua--rect-undo-set-point): New var.
37228 (cua--rectangle-undo-boundary): Setup undo apply entry.
37229 (cua--rect-undo-handler): New function for rectangle undo.
37230 (cua--rect-start-position, cua--rect-end-position): Add.
37231 (cua--rectangle-post-command): Call cua--rectangle-set-corners
37232 for restored rectangle. Set point if cua--rect-undo-set-point.
37234 2005-02-06 Jay Belanger <belanger@truman.edu>
37236 * calc/calc-lang.el (calc-tex-language): Display more information
37239 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
37242 2005-02-06 Richard M. Stallman <rms@gnu.org>
37244 * emacs-lisp/lisp.el (buffer-end): Doc fix.
37246 2005-02-05 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
37248 * net/ldap.el (ldap-search-internal): Support attributes with
37249 optional descriptions separated by a semi-colon, as in
37250 "userCertificate;binary".
37252 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
37254 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
37255 isn't a cons (i.e. the version is 0).
37257 2005-02-05 Eli Zaretskii <eliz@gnu.org>
37259 * help.el (help-for-help): Doc fix.
37261 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
37263 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
37264 GDB-Windows on the menu-bar as this works better.
37266 2005-02-04 Jay Belanger <belanger@truman.edu>
37268 * calc/calc-embed.el (calc-embedded-update): Don't put in
37269 unnecessary newlines. Adjust the end of formula marker.
37271 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
37272 (math-latex-parse-two-args): New function.
37274 2005-02-03 Lute Kamstra <lute@gnu.org>
37276 * help-fns.el (help-with-tutorial): Make sure that users cannot
37277 remove the entire text of the tutorial by means of `undo'.
37279 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
37281 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
37282 in recent changes, where the ispell process was repeatedly
37283 killed & restarted.
37285 * international/mule-cmds.el (set-locale-environment): Set file-name
37286 coding system to utf-8 on Darwin systems.
37287 (set-default-coding-systems): Don't set default-file-name-coding-system
37290 2005-02-03 Richard M. Stallman <rms@gnu.org>
37292 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
37294 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
37296 * faces.el (list-faces-display): Add optional argument.
37298 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
37300 * font-core.el (font-lock-default-function): Handle the rare case where
37301 only font-lock-keywords is set.
37303 2005-02-02 Kenichi Handa <handa@m17n.org>
37305 * international/characters.el: Cancel previous change for
37306 I-WITH-DOT-ABOVE and DOTLESS-i.
37308 * international/latin-5.el: Cancel previous change.
37310 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
37312 * progmodes/gud.el: Correction to syntax in gud-menu-map.
37314 2005-02-02 Kenichi Handa <handa@m17n.org>
37316 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
37319 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
37320 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
37322 * case-table.el (get-upcase-table): New function.
37323 (copy-case-table): Copy upcaes table too if non-nil.
37324 (set-case-syntax-delims): Maintain upcase table too.
37325 (set-case-syntax-pair): Likewise.
37326 (set-upcase-syntax, set-downcase-syntax): New functions.
37327 (set-case-syntax): Maintain upcase table too.
37329 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
37331 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
37333 * progmodes/gud.el (gud-goto-info): New function.
37334 (gud-tool-bar-map): Use correct icon.
37336 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
37338 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
37339 When delegating, order args in the funcall correctly.
37341 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
37343 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
37345 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
37347 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
37348 buffer not visiting a file.
37350 2005-01-31 Jay Belanger <belanger@truman.edu>
37352 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
37353 bound on the line with the formula.
37355 2005-01-31 Kim F. Storm <storm@cua.dk>
37357 * ses.el (ses-create-cell-variable-range)
37358 (ses-destroy-cell-variable-range, ses-reset-header-string)
37359 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
37360 (ses-insert-row): Fix format of apply undo entries.
37362 2005-01-31 Jay Belanger <belanger@truman.edu>
37364 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
37367 * calc/calc-embed.el (calc-embedded-open-formula)
37368 (calc-embedded-close-formula): Ignore matrix environments.
37370 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
37373 * calc/calc-lang.el (math-function-table, math-oper-table)
37374 (math-variable-table): Adjust the LaTeX portions.
37376 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
37377 (math-latex-ignore-words): New constant.
37379 2005-01-31 Richard M. Stallman <rms@gnu.org>
37381 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
37382 (ispell-local-dictionary): Doc fix.
37383 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
37384 Don't reinitialize at run time. Don't defcustom.
37385 All uses changed to append ispell-local-dictionary-alist,
37387 (ispell-current-dictionary): New variable for dictionary in use.
37388 (ispell-dictionary): Now used only for global default.
37389 (ispell-start-process): Set ispell-current-dictionary,
37390 not ispell-dictionary.
37391 (ispell-change-dictionary): Use this only for setting
37393 (ispell-internal-change-dictionary): New function
37394 to change the current dictionary in use.
37395 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
37396 Use ispell-current-dictionary.
37397 Handle ispell-local-dictionary-overridden.
37398 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
37400 2005-01-31 Jay Belanger <belanger@truman.edu>
37402 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
37404 * calc/calc-ext.el: Add calc-latex-language to autoloads.
37405 (calc-mode-map): Add calc-latex-language.
37407 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
37408 (math-latex-print-frac): New functions.
37409 (math-oper-table, math-function-table, math-variable-table)
37410 (math-complex-format, math-input-filter): Add latex properties.
37411 (calc-set-language): Set math-expr-special-function-mapping.
37413 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
37414 (calc-write-parse-table-part): Add LaTeX support.
37416 * calc/calc.el (calc-language): Adjust docstring.
37417 (calc-set-mode-line): Add LaTeX support.
37418 (math-expr-special-function-mapping): New variable.
37419 (math-tex-ignore-words): Add to list.
37421 * calc/calccomp.el (math-compose-expr, math-compose-rows):
37423 (math-compose-expr): Add support for special functions.
37425 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
37427 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
37429 * progmodes/gdb-ui.el (gdb-memory-address)
37430 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
37431 (gdb-memory-mode-map, gdb-memory-format-keymap)
37432 (gdb-memory-format-menu, gdb-memory-unit-keymap)
37433 (gdb-memory-unit-menu): New variables for a buffer
37434 that lets the user examine program memory.
37435 (gdb-memory-set-address, gdb-memory-set-repeat-count)
37436 (gdb-memory-format-binary, gdb-memory-format-octal)
37437 (gdb-memory-format-unsigned, gdb-memory-format-signed)
37438 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
37439 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
37440 (gdb-memory-unit-word, gdb-memory-unit-halfword)
37441 (gdb-memory-unit-byte, gdb-memory-unit-menu)
37442 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
37443 (gdb-memory-mode, gdb-memory-buffer-name)
37444 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
37445 New functions for above buffer.
37447 2005-01-30 Richard M. Stallman <rms@gnu.org>
37449 * cus-edit.el (custom-bury-buffer): Function deleted.
37450 (custom-buffer-done-function): Option deleted.
37451 (custom-buffer-done-kill): New replacement option.
37452 (Custom-buffer-done): Call quit-window.
37453 (custom-buffer-create-internal): Update for above changes.
37455 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
37457 * simple.el (undo-ask-before-discard): New var.
37458 (undo-outer-limit-truncate): Implement it.
37459 (undo-extra-outer-limit): Doc update.
37461 2005-01-29 Richard M. Stallman <rms@gnu.org>
37463 * ses.el (undo-more): Delete defadvice.
37464 (ses-begin-change): Doc fix.
37466 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
37467 instead of rebinding C-x u and C-_.
37469 * files.el (normal-backup-enable-predicate): Return nil for files
37470 in /tmp, regardless of temporary-file-directory.
37472 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
37474 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
37475 (open-rectangle, delete-whitespace-rectangle-line)
37476 (clear-rectangle-line): If FILL, pass t instead of FILL
37477 for move-to-column's 2nd arg.
37479 * simple.el (undo): Fix the test for continuing a series of undos.
37480 (undo-more): Set pending-undo-list to t when we reach end.
37481 (pending-undo-list): Move up defvar.
37483 * wid-edit.el (widget-button-click):
37484 Shorten the range of the track-mouse binding.
37486 * comint.el (comint-insert-input): Undo previous changes;
37487 use last-input-event in interactive spec.
37489 2005-01-29 Eli Zaretskii <eliz@gnu.org>
37491 * progmodes/compile.el (compilation-start): Bind buffer-read-only
37492 to nil before invoking call-process. Reset buffer's modified flag
37493 after fontifying it in the no-async branch.
37495 * wid-edit.el (widget-specify-button): If mouse pointer shape
37496 cannot be changed, use mouse face instead.
37498 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
37500 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
37501 (gdb-goto-breakpoint): Make breakpoint handling work on template
37502 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
37503 (gdb-assembler-custom): Update to recognize breakpoint information
37504 added on 2005-01-19.
37506 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
37508 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
37509 (dsssl-mode): Use define-derived-mode.
37510 (scheme-mode-initialize): Remove.
37511 (scheme-mode): Use run-mode-hooks.
37513 * cus-edit.el (customize-group-other-window)
37514 (custom-buffer-create-other-window): Don't override special-display-*.
37515 (custom-mode-map): Make it dense.
37517 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
37518 sets the default value.
37520 2005-01-28 Eli Zaretskii <eliz@gnu.org>
37522 * descr-text.el: Add more keywords.
37524 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
37526 * speedbar.el: Avoid unnecessary use of locate-library.
37528 * international/mule-cmds.el (standard-display-european-internal):
37529 Don't fiddle with latin-1 non-break space any more since it's now
37530 special cased in the C code.
37531 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
37533 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
37535 * cus-start.el (all): Add `undo-outer-limit'.
37537 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
37539 * textmodes/bibtex.el (bibtex-format-entry):
37540 Use `bibtex-empty-field-re' only on the text of fields, not on entire
37542 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
37543 not on part of a buffer.
37545 2005-01-25 Lute Kamstra <lute@gnu.org>
37547 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
37548 nonempty field text strings like "{letters\\macro{}more letters}".
37550 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
37551 (bibtex-entry-offset, bibtex-parse-association)
37552 (bibtex-parse-field-name): Fix typos in docstrings.
37553 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
37555 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
37556 Juri Linkov <juri@jurta.org>
37558 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
37559 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
37560 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
37561 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
37563 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
37564 isearch minor mode.
37566 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
37568 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
37570 2005-01-24 Lute Kamstra <lute@gnu.org>
37572 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
37573 CASECHARS and NOT-CASECHARS regular expressions of the
37574 "nederlands" and "nederlands8" dictionaries to prevent a "Range
37575 striding over charsets" error.
37577 2005-01-24 Jay Belanger <belanger@truman.edu>
37579 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
37580 display variable name.
37582 2005-01-24 Kenichi Handa <handa@m17n.org>
37584 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
37585 Fix setting of the element of encoded-kbd-iso2022-invocations.
37587 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
37589 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
37590 (gdb-threads-select): Change to also accept mouse events.
37591 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
37592 (gdb-threads-mouse-select): Delete.
37594 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
37596 * files.el (insert-directory): Take care of empty directory,
37597 listed without -a switch.
37599 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
37601 * textmodes/refill.el (refill-post-command-function):
37602 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
37603 to the list of functions that we should be careful not to undo.
37604 (refill-late-fill-paragraph-function): Remove.
37605 (refill-saved-state): New var.
37606 (refill-mode): Use it to save fill-paragraph-function.
37607 Save also the value of auto-fill-function.
37609 * term/w32-win.el: Simplify code.
37611 2005-01-23 Kim F. Storm <storm@cua.dk>
37613 * simple.el (line-move): Adapt to new return value from
37614 pos-visible-in-window-p.
37616 * simple.el (line-move): Fix last change. Check partial
37617 visibility at point rather than at window-start.
37619 2005-01-22 Jason Rumney <jasonr@gnu.org>
37621 * term/w32-win.el (xw-defined-colors): Remove debug-message.
37623 2005-01-22 David Kastrup <dak@gnu.org>
37625 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
37627 2005-01-22 Eli Zaretskii <eliz@gnu.org>
37629 * type-break.el (type-break-mode): Add a test for
37630 type-break-file-name being non-nil.
37632 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
37634 * net/eudc.el (top level): Call (message "") via progn, so that
37635 eudc-options-file is loaded.
37637 2005-01-22 Kim F. Storm <storm@cua.dk>
37639 * simple.el (line-move-1): Rename from line-move.
37640 (line-move): New function that adjusts vscroll for partially
37641 visible rows, and calls line-move-1 otherwise.
37643 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
37645 * pcomplete.el: Define pcomplete-read-event instead of read-event,
37646 since it's not a complete read-event implementation.
37648 2005-01-20 Jay Belanger <belanger@truman.edu>
37650 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
37651 for called function.
37653 2005-01-20 Steven Tamm <steventamm@mac.com>
37655 * term/mac-win.el (process-connection-type): Remove.
37656 Controlled now by s/darwin.h:PTY_ITERATION.
37658 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
37660 * window.el (handle-select-window): Don't switch window when we're
37663 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
37665 * subr.el (dotimes-with-progress-reporter): New macro.
37667 * ses.el (ses-dotimes-msg): Remove macro.
37668 Use `dotimes-with-progress-reporter' instead.
37670 2005-01-19 Steven Tamm <steventamm@mac.com>
37672 * term/mac-win.el (process-connection-type): Use new
37673 operating-system-release variable to use ptys on Darwin 7 (OS X
37674 10.3) when using carbon build.
37676 2005-01-19 Jay Belanger <belanger@truman.edu>
37678 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
37679 flags if the last command was a tab or M-tab.
37681 * calc/calc-prog.el (calc-user-define-edit): Put original formula
37682 in formula editing buffer.
37684 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
37686 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
37687 breakpoint image symbol in margin.
37689 2005-01-19 Jay Belanger <belanger@truman.edu>
37691 * calc/calc-prog.el (calc-execute-kbd-macro):
37692 Ignore calc-keep-arg-flag.
37694 2005-01-19 Kenichi Handa <handa@m17n.org>
37696 * textmodes/ispell.el (ispell-looking-at): New function.
37697 (ispell-process-line): Use ispell-looking-at to compare the ispell
37698 output and the buffer contents.
37700 2005-01-18 Jay Belanger <belanger@truman.edu>
37702 * calc/calc.el (calc-display-raw): Fix docstring.
37704 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
37706 * simple.el (blink-matching-open): Strip extra info from syntax.
37708 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
37709 funny chars in the end-of-here-doc marker.
37711 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
37713 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
37714 that enable/disabled state of breakpoints is shown correctly in
37715 fringe and on ttys.
37716 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
37717 Add breakpoint information as text properties.
37718 (gdb-mouse-toggle-breakpoint):
37719 Rename to gdb-mouse-set-clear-breakpoint.
37720 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
37721 breakpoints in the margin.
37722 (gdb-remove-strings): Simplify.
37724 2005-01-17 Jay Belanger <belanger@truman.edu>
37726 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
37729 2005-01-17 Richard M. Stallman <rms@gnu.org>
37731 * progmodes/grep.el (grep-find): Copy from `grep' the condition
37732 for calling grep-compute-defaults.
37734 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
37735 if buffer is empty.
37737 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
37739 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
37741 * hilit-chg.el (highlight-changes-mode): Don't autoload.
37743 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
37744 non-preloaded variables.
37746 2005-01-17 Steven Tamm <steventamm@mac.com>
37748 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
37749 tex-shell cause to force interactivity when using pipes.
37751 2005-01-17 Kim F. Storm <storm@cua.dk>
37753 * simple.el (just-one-space): Make arg optional.
37755 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
37757 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
37758 posn-at-x-y to t to access left-margin.
37760 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
37762 Sync with Tramp 2.0.47.
37764 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
37765 catching keep-date problems in cp/scp operations.
37766 (tramp-handle-copy-file): Don't call `set-file-modes'
37767 unconditionally. Specialized functions should know better what is
37768 necessary. This improves performance a little bit, and the
37769 functions could catch errors with `cp -p' and `scp -p'.
37770 (tramp-do-copy-or-rename-file-via-buffer)
37771 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
37773 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
37774 Call `set-file-modes' when appropriate.
37775 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
37776 Johnsson <isak@hypergene.com>.
37777 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
37778 of both Tramp buffer and debug buffer. Reported by Joakim Verona
37779 <joakim@verona.se>.
37780 (tramp-file-name-for-operation): Mark `shell-command' as magic for
37783 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
37784 `find-file-hooks' and `dired-mode-hook'.
37785 (tramp-minor-mode-map): Respective map. Add remapping for
37786 `compile' and `recompile'.
37787 (tramp-remap-command, tramp-recompile): New defuns.
37788 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
37789 in buffer "*Compilation*". Call the commands asynchronously.
37791 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
37792 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
37793 `shell-command', because it isn't magic in XEmacs. Reported by
37794 Adrian Aichner <adrian@xemacs.org>.
37796 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
37797 `substitute-in-file-name.
37798 (tramp-smb-handle-substitute-in-file-name): New defun.
37799 (tramp-smb-advice-PC-do-completion): Delete advice.
37801 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
37803 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
37804 Fix error in deleting region.
37806 2005-01-15 Richard M. Stallman <rms@gnu.org>
37808 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
37809 In non-temp buffer, switch syntax table temporarily.
37811 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
37813 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
37815 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
37817 * imenu.el (imenu--split-menu): Copy menulist before sorting.
37818 (imenu--generic-function): Use START, not BEG, as pos of definition.
37820 * simple.el (just-one-space): Argument specifies number of spaces.
37822 * simple.el (eval-expression-print-format): Avoid warning
37823 about edebug-active.
37825 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
37827 * progmodes/sh-script.el: Code copied from make-mode.el
37828 with small changes,
37829 (sh-mode-map): Bind C-c C-\.
37830 (sh-backslash-column, sh-backslash-align): New variables.
37831 (sh-backslash-region, sh-append-backslash): New functions.
37833 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
37835 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
37836 (rmail-pop-password, rmail-pop-password-required): Move to
37837 rmail-obsolete group.
37838 (rmail-set-pop-password): Rename to rmail-set-remote-password.
37839 All callers updated.
37840 (rmail-get-pop-password): Rename to rmail-get-remote-password.
37841 Take an argument specifying whether it is POP or IMAP mailbox we
37842 are using. All callers updated.
37843 (rmail-pop-password-error): Rename to
37844 rmail-remote-password-error. Added mailutils-specific error message.
37845 (rmail-movemail-search-path)
37846 (rmail-movemail-variant-in-use): New variables.
37847 (rmail-remote-password, rmail-remote-password-required):
37848 New customization variables.
37849 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
37850 (rmail-parse-url): New function.
37851 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
37852 with GNU mailutils movemail.
37854 2005-01-15 Kevin Ryde <user42@zip.com.au>
37856 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
37857 suffix to space, $ or '$, to correctly position point when going
37858 to @table style constants like DBL_MAX.
37860 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
37862 * type-break.el (type-break-mode, type-break-file-time)
37863 (type-break-file-keystroke-count, type-break-choose-file):
37864 Don't store data in or load data from the file if type-break-file-name
37866 (type-break-file-name): Doc update as per the above.
37868 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
37870 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
37871 lookup-key might return nil; handle that.
37873 2005-01-15 Alan Mackenzie <acm@muc.de>
37875 * progmodes/ebrowse.el (ebrowse-class-in-tree):
37876 Return the tail of the tree rather than the element found,
37877 thus enabling the tree to be setcar'd.
37879 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
37881 * textmodes/org.el (org-show-following-heading): New option.
37882 (org-show-hierarchy-above): Use `org-show-following-heading'.
37883 (org-cycle): Documentation fix.
37885 * textmodes/org.el (orgtbl-optimized): New option.
37886 (orgtbl-mode): New command, a minor mode.
37887 (orgtbl-mode-map): New variable.
37888 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
37889 (orgtbl-error, orgtbl-self-insert-command)
37890 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
37892 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
37893 a local variable in each org-mode buffer.
37895 * textmodes/org.el (org-set-regexps-and-options): Rename from
37896 `org-set-regexps'. Added checking for STARTUP keyword.
37897 (org-get-current-options): Add STARTUP options.
37898 (org-table-insert-row): Make mode intelligent about when
37899 realignment is needed.
37900 (org-self-insert-command, org-delete-backward-char, org-delete-char):
37902 (org-enable-table-editor): New default value `optimized'.
37903 (org-table-blank-field): Support blanking regions if active.
37905 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
37907 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
37908 if the year is not given.
37910 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
37911 Add new escapes %m and %M, fixed bug with %F by adding
37913 (reftex-reference): Remove ?. from list of spaces.
37914 (reftex-label-info): Add automatic label prefix recognition.
37916 * textmodes/reftex-index.el (reftex-index-next-phrase):
37917 Add slave parameter to call of `reftex-index-this-phrase'.
37918 (reftex-index-this-phrase): New optional argument.
37919 (reftex-index-region-phrases): Add slave parameter to call of
37920 `reftex-index-this-phrase'.
37921 (reftex-display-index): New argument redo.
37922 (reftex-index-rescan): Add `redo' to arguments of
37923 `reftex-display-index'.
37924 (reftex-index-Rescan, reftex-index-revert)
37925 (reftex-index-switch-index-tag): Add `redo' to arguments of
37926 `reftex-display-index'.
37927 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
37928 indexing. Fix bug with matching is there is a quote before or
37931 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
37932 Fix bug when collecting citation keys in lines with comments.
37933 (reftex-citation): Prefix argument no longer rescans the document,
37934 but forces prompting for optional arguments of cite macros.
37935 (reftex-do-citation): Prompting for optional arguments implemented.
37937 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
37938 Add optional arguments to most cite commands.
37939 (reftex-cite-cleanup-optional-args): New option
37940 (reftex-cite-prompt-optional-args): New option.
37941 (reftex-trust-label-prefix): New option.
37943 * textmodes/reftex-toc.el (reftex-toc-find-section):
37944 Add push-mark before changing the position in the buffer.
37946 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
37947 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
37949 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
37951 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
37954 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
37956 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
37957 (sgml-mode): Use it.
37958 (sgml-get-context): Better keep track of implicitly closed tags.
37960 2005-01-13 Kenichi Handa <handa@m17n.org>
37962 * textmodes/ispell.el: These changes are to fix misalignment error
37963 caused by equivalent characters of different Emacs charsets.
37964 (ispell-unified-chars-table): New variable.
37965 (ispell-get-decoded-string): New function.
37966 (ispell-get-casechars, ispell-get-not-casechars)
37967 (ispell-get-otherchars): Call ispell-get-decoded-string.
37969 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
37971 * custom.el (custom-declare-variable): Just put symbol instead
37972 of (defvar . symbol) in `current-load-list'.
37974 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
37976 * emacs-lisp/elint.el: Fixed typo in Commentary section.
37978 2005-01-12 Jay Belanger <belanger@truman.edu>
37980 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
37981 to create a Calc summary.
37983 2005-01-12 Kim F. Storm <storm@cua.dk>
37985 * mouse.el (mouse-on-link-p): Change functionality and doc
37986 string to comply with latest description in lisp ref.
37988 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
37990 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
37991 Enable mouse clicks on mode-line, header-line and margin.
37992 (event-type): Give mouse event symbols an `event-kind' property
37993 with value `mouse-click'.
37995 2005-01-12 Juri Linkov <juri@jurta.org>
37997 * facemenu.el (list-colors-display): Add new arg buffer-name.
37998 Use it. Fix docstring. Replace code for identifying duplicate
37999 colors by the name with call to `list-colors-duplicates' which
38000 identifies duplicate colors by the value unless the color
38001 is one of special Windows colors. Set truncate-lines to t.
38002 Print sorted duplicate color names on each line. Indent to 22
38003 \(the longest color name in rgb.txt) instead of 20. Optimize.
38004 (list-colors-duplicates): New function.
38005 (facemenu-color-name-equal): Delete function.
38007 * facemenu.el (list-colors-print): New function created from code
38008 in list-colors-display. Print #RRGGBB at the window right edge.
38009 (list-colors-display): When temp-buffer-show-function is not
38010 defined, call list-colors-print from temp-buffer-show-hook
38011 to get the right value of window-width in list-colors-print
38012 after the buffer is displayed.
38014 * simple.el (pop-mark): Move deactivate-mark out of conditional
38015 part to deactivate the active mark regardless of the state of the
38018 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
38019 variables line in desktop files.
38021 2005-01-12 Juri Linkov <juri@jurta.org>
38023 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
38024 Bring together isearch highlight related options.
38025 (lazy-highlight): Replace group `replace' by `matching'.
38026 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
38027 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
38028 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
38029 and declare them obsolete.
38030 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
38031 (isearch-faces): Remove defgroup.
38032 (isearch-overlay, isearch-highlight, isearch-dehighlight):
38033 Move isearch highlighting code closer to lazy highlighting code.
38035 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
38036 (query-replace-highlight, query-replace-lazy-highlight)
38037 (query-replace): Move definitions to the beginning of the file.
38039 2005-01-11 Juri Linkov <juri@jurta.org>
38041 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
38042 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
38043 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
38045 * info.el (Info-history-forward): New variable.
38046 (Info-select-node): Reset Info-history-forward to nil.
38047 (Info-last): Turn into defalias.
38048 (Info-history-back): Rename from Info-last.
38049 Add current node to Info-history-forward.
38050 (Info-history-forward): New fun.
38051 (Info-mode-map): Replace Info-last by Info-history-back.
38052 Bind Info-history-forward to "r".
38053 (Info-mode-menu): Replace Info-last by Info-history-back.
38054 Fix menu item text. Add menu item for Info-history-forward.
38055 (info-tool-bar-map): Replace Info-last by Info-history-back.
38056 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
38057 for Info-history-forward.
38058 (Info-mode): Replace Info-last by Info-history-back in docstring.
38059 Add local variable Info-history-forward.
38060 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
38062 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
38064 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
38065 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
38066 Ignore select-window events rather than fiddle with
38067 mouse-autoselect-window.
38069 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
38071 * type-break.el (type-break-mode): Fix previous change.
38073 2005-01-10 Jay Belanger <belanger@truman.edu>
38075 * calc/calc-ext.el (calc-reset): Reset when inside embedded
38076 calculator; only reset when point is inside a calculator.
38077 Don't adjust the window height if the window takes up the whole height
38080 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
38082 * ebuff-menu.el (Electric-buffer-menu-mode):
38083 Preserve value of buffer-local var header-line-format.
38085 2005-01-09 Jay Belanger <belanger@truman.edu>
38087 * calc/calc.el (calc-mode-var-list-restore-saved-values):
38088 Make sure settings file exists before accessing it.
38090 * calc/calc-embed.el (calc-embedded-subst):
38091 Replace math-multi-subst-rec, which is only supposed to be called
38092 by math-multi-subst, by math-multi-subst.
38094 2005-01-09 Andre Spiegel <spiegel@gnu.org>
38096 * vc.el (vc-allow-async-revert): New user option.
38097 (vc-disable-async-diff): New internal variable.
38098 (vc-revert-buffer): Use them to disable asynchronous diff.
38100 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
38101 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
38102 asynchronously if vc-disable-async-diff is t.
38104 2005-01-09 Jay Belanger <belanger@truman.edu>
38106 * calc/calc.el (defcalcmodevar): New macro.
38107 (calc-mode-var-list-restore-default-values)
38108 (calc-mode-var-list-restore-saved-values): New functions.
38109 (calc-mode-var-list): Use defcalcmodevar to define it.
38110 (calc-always-load-extensions, calc-line-numbering)
38111 (calc-line-breaking, calc-display-just, calc-display-origin)
38112 (calc-number-radix, calc-leading-zeros, calc-group-digits)
38113 (calc-group-char, calc-point-char, calc-frac-format)
38114 (calc-prefer-frac, calc-hms-format, calc-date-format)
38115 (calc-float-format, calc-full-float-format, calc-complex-format)
38116 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
38117 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
38118 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
38119 (calc-matrix-brackets, calc-language, calc-language-option)
38120 (calc-left-label, calc-right-label, calc-word-size)
38121 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
38122 (calc-display-raw, calc-internal-prec, calc-angle-mode)
38123 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
38124 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
38125 (calc-window-height, calc-display-trail, calc-show-selections)
38126 (calc-use-selections, calc-assoc-selections)
38127 (calc-display-working-message, calc-auto-why, calc-timing)
38128 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
38129 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
38130 (calc-gnuplot-default-device, calc-gnuplot-default-output)
38131 (calc-gnuplot-print-device, calc-gnuplot-print-output)
38132 (calc-gnuplot-geometry, calc-graph-default-resolution)
38133 (calc-graph-default-resolution-3d, calc-invocation-macro)
38134 (calc-show-banner): Use defcalcmodevar to declare them and set
38135 their default values.
38137 * calc/calc-ext.el (calc-reset): Restore saved values of variables
38138 instead of default values (but restore default values if there is
38141 2005-01-09 David Kastrup <dak@gnu.org>
38143 * desktop.el (desktop-restore-eager): Fix typo in type.
38145 2005-01-08 Richard M. Stallman <rms@gnu.org>
38147 * cus-edit.el (customize): Delete :link.
38149 2005-01-08 Jay Belanger <belanger@truman.edu>
38151 * calc/calc.el (calc-mode): Remove the extension from the
38152 `calc-settings-file' file name when loading it.
38154 2005-01-08 Kim F. Storm <storm@cua.dk>
38156 * info.el (Info-mode-map, Info-next-link-keymap)
38157 (Info-prev-link-keymap, Info-up-link-keymap):
38158 Map follow-link to mouse-face.
38159 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
38161 2005-01-08 Jay Belanger <belanger@truman.edu>
38163 * calc/calc.el (calc-settings-file): Change default value.
38164 Suggested by cgw in a comment in calc-mode.el.
38166 * calc/calc-mode.el (calc-settings-file-name):
38167 Compare calc-settings-file to user-init-file instead of ~/.emacs.
38168 Replace ~/.emacs in a prompt by calc-settings-file.
38170 2005-01-07 Lars Hansen <larsh@math.ku.dk>
38172 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
38173 (desktop-lazy-idle-delay): New customizable variables.
38174 (desktop-buffer-args-list): New variable.
38175 (desktop-append-buffer-args): New function.
38176 (desktop-save): Call desktop-append-buffer-args for some buffers.
38177 (desktop-lazy-create-buffer): New function.
38178 (desktop-idle-create-buffers): New function.
38179 (desktop-read): Add message about buffers to restore lazily.
38180 (desktop-lazy-abort): New command.
38181 (desktop-clear): Call desktop-lazy-abort.
38182 (desktop-lazy-complete): New command.
38184 2005-01-06 Richard M. Stallman <rms@gnu.org>
38186 * emacs-lisp/find-func.el (find-face-definition):
38187 Rename from find-face.
38189 2005-01-06 Kim F. Storm <storm@cua.dk>
38191 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
38193 * man.el (Man-xref-man-page, Man-xref-header-file)
38194 (Man-xref-normal-file): Add follow-link property.
38196 2005-01-06 Jay Belanger <belanger@truman.edu>
38198 * calc/calc-units.el: Make sure the proper macro definitions are
38199 available when compiling.
38201 2005-01-06 Juri Linkov <juri@jurta.org>
38203 * isearch.el (isearch-lazy-highlight-update):
38204 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
38206 2005-01-06 Miles Bader <miles@gnu.org>
38208 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
38209 (isearch-lazy-highlight-face): Use new name.
38211 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
38213 * uniquify.el (uniquify-rationalize-file-buffer-names):
38214 Re-add an interactive spec.
38215 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
38218 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
38219 (isearch-update, isearch-done): Adjust calls accordingly.
38221 2005-01-05 Richard M. Stallman <rms@gnu.org>
38223 * custom.el (custom-set-variables, custom-theme-set-variables):
38224 Clarify documentation.
38226 * emacs-lisp/find-func.el (find-variable)
38227 (find-variable-other-window, find-variable-other-frame):
38228 Fix the TYPE args to find-function-read and find-function-do-it.
38229 (find-function): Doc fix.
38230 (find-function-at-point): Replace function-at-point alias.
38232 2005-01-04 Richard M. Stallman <rms@gnu.org>
38234 * cus-face.el (custom-declare-face):
38235 Record defface in current-load-list.
38237 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
38239 * emacs-lisp/find-func.el: Doc fixes.
38240 (find-face-regexp): New variable.
38241 (find-function-regexp-alist): New variable.
38242 (find-function-C-source): Third arg is now TYPE.
38243 (find-function-search-for-symbol): Handle general TYPE.
38244 (find-function-read, find-function-do-it): Handle general TYPE.
38245 (find-definition-noselect, find-face): New functions.
38246 (function-at-point): Alias deleted.
38248 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
38250 * battery.el (display-battery-mode): Rename from display-battery.
38251 Handle the case where it gets turned off.
38253 2005-01-04 Richard M. Stallman <rms@gnu.org>
38255 * cus-edit.el (customize): Make :link point to user doc.
38257 * man.el (Man-fontify-manpage): Turn off undo generation.
38259 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
38261 2005-01-04 Andreas Schwab <schwab@suse.de>
38263 * files.el (insert-directory): Only look for error lines in
38264 inserted text. Don't move too far after processing --dired markers.
38266 2005-01-04 Richard M. Stallman <rms@gnu.org>
38268 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
38269 Don't expand if the character is @, period, dash, etc.
38270 (define-mail-abbrev): Quote names that contain problem characters.
38272 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
38274 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
38276 2005-01-03 Richard M. Stallman <rms@gnu.org>
38278 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
38279 (query-replace-highlight, query-replace-lazy-highlight)
38280 (query-replace): Definitions moved up. Doc fix.
38282 2005-01-03 Richard M. Stallman <rms@gnu.org>
38284 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
38285 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
38286 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
38287 (lazy-highlight-face): Rename from isearch-lazy-...
38288 Change all references to them.
38290 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
38292 * cus-edit.el (custom-file): Doc fix for defcustom.
38293 (custom-file): The function no longer sets the variable
38294 `custom-file' to its return value.
38296 * startup.el (command-line): No longer load `custom-file'.
38298 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
38300 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
38302 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
38303 Don't confuse module-prefixed identifiers for labels.
38304 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
38306 2005-01-02 Richard M. Stallman <rms@gnu.org>
38308 * files.el (basic-save-buffer-1): Fix previous change.
38310 * loadhist.el (file-loadhist-lookup): New function.
38311 (file-provides, file-requires): Use it.
38313 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
38314 instead of calculating the right size.
38316 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
38318 * vc-svn.el (vc-svn-diff): Stay local if possible.
38320 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
38322 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
38324 * files.el (hack-local-variables): Fix last change.
38326 2005-01-02 Jay Belanger <belanger@truman.edu>
38328 * calc/calc-yank.el (calc-edit-top): New variable.
38329 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
38330 object. Change header properties.
38331 (calc-edit-finish, calc-edit-finish-stack-object)
38332 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
38334 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
38335 for the beginning of the edited object.
38336 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
38337 for the beginning of the edited object.
38338 * calc/calc-prog.el (calc-edit-macro-finish-edit)
38339 (calc-finish-formula-edit, calc-macro-repeats)
38340 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
38341 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
38342 beginning of the edited object.
38343 (calc-user-define-edit): Change the header for editing macros.
38344 Remove unnecessary variable.
38346 2005-01-01 Jay Belanger <belanger@truman.edu>
38348 * calc/calc-yank.el (calc-edit-mode): Change default header.
38349 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
38350 * calc/calc-store.el (calc-edit-variable): Change title to match new
38352 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
38353 mode to match new header.
38354 (calc-user-define-edit): Change titles to include names of commands.
38355 (calc-finish-formula-edit): Adjust to handle new header.
38356 (calc-finish-macro-edit): Remove.
38357 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
38358 (calc-edit-macro-command, calc-edit-macro-command-type)
38359 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
38360 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
38361 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
38362 (calc-edit-macro-finish-edit): New functions.
38363 (calc-user-define-edit): Use new functions to edit named calc macros.
38365 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
38367 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
38369 * ses.el (copy-region-as-kill): Deactivate mark.
38371 2005-01-01 Richard M. Stallman <rms@gnu.org>
38373 * replace.el (occur-1): If the output buffer is also an input,
38374 don't kill it, rename it.
38376 * faces.el (set-face-background, set-face-foreground): Doc fix.
38378 * cus-face.el (custom-face-attributes): Fix :help-echo strings
38379 for :foreground and :background.
38381 * dired.el (dired-view-command-alist): Variable deleted.
38382 (dired-view-file, dired-mouse-find-file-other-window):
38383 Delete the code to use it.
38385 2005-01-01 Kim F. Storm <storm@cua.dk>
38387 * image.el (insert-sliced-image): Use t for line-height property.
38389 See ChangeLog.11 for earlier changes.
38391 ;; Local Variables:
38392 ;; coding: iso-2022-7bit
38393 ;; add-log-time-zone-rule: t
38396 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
38398 This file is part of GNU Emacs.
38400 GNU Emacs is free software; you can redistribute it and/or modify
38401 it under the terms of the GNU General Public License as published by
38402 the Free Software Foundation; either version 3, or (at your option)
38405 GNU Emacs is distributed in the hope that it will be useful,
38406 but WITHOUT ANY WARRANTY; without even the implied warranty of
38407 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38408 GNU General Public License for more details.
38410 You should have received a copy of the GNU General Public License
38411 along with GNU Emacs; see the file COPYING. If not, write to the
38412 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
38413 Boston, MA 02110-1301, USA.
38415 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1