bpt/emacs.git
16 years agolisp/emacs-lisp/authors.el: revert accidentally committed private change.
David Kastrup [Sun, 30 Sep 2007 22:53:08 +0000 (22:53 +0000)]
lisp/emacs-lisp/authors.el: revert accidentally committed private change.

16 years agolisp/emacs-lisp/authors.el (authors): make non-specific to Emacs.
David Kastrup [Sun, 30 Sep 2007 22:51:44 +0000 (22:51 +0000)]
lisp/emacs-lisp/authors.el (authors): make non-specific to Emacs.

16 years ago(gnus-article-reply-with-original)
David Kastrup [Sun, 30 Sep 2007 21:03:12 +0000 (21:03 +0000)]
(gnus-article-reply-with-original)
(gnus-article-followup-with-original): When `transient-mark-mode' is
off, refrain from active-region behavior for followups.

16 years ago(argv): Alias for `command-line-args-left' to use as
David Kastrup [Sun, 30 Sep 2007 20:43:14 +0000 (20:43 +0000)]
(argv): Alias for `command-line-args-left' to use as
`(pop argv)' inside of --eval command sequences.  Allows for
passing shell commands into Emacs verbatim without need for Lisp
quoting.

16 years ago(auto-revert-handler): In `auto-revert-tail-mode',
David Kastrup [Sun, 30 Sep 2007 20:26:55 +0000 (20:26 +0000)]
(auto-revert-handler): In `auto-revert-tail-mode',
check only for changed size.
(auto-revert-tail-handler): Get size from caller.  If the file has
shrunk, tail the whole file again (the file presumably has been
rewritten).

16 years ago(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup [Sun, 30 Sep 2007 19:10:44 +0000 (19:10 +0000)]
(woman-topic-all-completions, woman-mini-help): Fix
fallout from 2007-09-07 introduction of `dolist' when the list
actually was being manipulated in the loop.
(woman-Cyg-to-Win, woman-pre-process-region)
(woman-horizontal-escapes, woman-if-body, woman-unescape)
(woman-strings, woman-special-characters, woman1-hc)
(woman-change-fonts, woman-find-next-control-line): Use
`match-beginning' rather than `match-string' when the result is
just used as a flag.

16 years ago* net/tramp-compat.el: New file.
Michael Albinus [Sun, 30 Sep 2007 16:43:07 +0000 (16:43 +0000)]
* net/tramp-compat.el: New file.

* net/tramp.el:
* net/tramp-fish.el:
* net/tramp-smb.el:
* net/tramp-uu.el:
* net/trampver.el: Move compatibility code to tramp-compat.el.
Apply `mapc' instead of `mapcar' when the code needs side effects
only.  Move utf-8 coding cookie to the second line.

16 years ago(x-gtk-stock-map): Add Gnus and MH-E icons. Improve custom type.
Reiner Steib [Sun, 30 Sep 2007 11:25:08 +0000 (11:25 +0000)]
(x-gtk-stock-map): Add Gnus and MH-E icons.  Improve custom type.
(icon-map-list): Make it customizable.  Document how to disable stock icons.

16 years ago(zone-hiding-modeline): Use mode-line-format.
Richard M. Stallman [Sun, 30 Sep 2007 11:00:54 +0000 (11:00 +0000)]
(zone-hiding-modeline): Use mode-line-format.

16 years ago(term_clear_mouse_face, term_mouse_highlight)
Stefan Monnier [Sat, 29 Sep 2007 20:56:48 +0000 (20:56 +0000)]
(term_clear_mouse_face, term_mouse_highlight)
(tty_write_glyphs_with_face): Only define is HAVE_GPM.

16 years ago(safe_debug_print): Use XHASH.
Stefan Monnier [Sat, 29 Sep 2007 20:55:28 +0000 (20:55 +0000)]
(safe_debug_print): Use XHASH.

16 years ago(DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
Stefan Monnier [Sat, 29 Sep 2007 20:55:05 +0000 (20:55 +0000)]
(DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
Lisp elements such as tags.
(XHASH): New macro.
(EQ): Use it.
(SREF, SSET, STRING_COPYIN): Use SDATA.
(VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.

16 years ago(enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
Stefan Monnier [Sat, 29 Sep 2007 20:19:41 +0000 (20:19 +0000)]
(enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
(allocate_vectorlike): Remove type argument.  Adjust callers.
(live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
Only handle the one remaining MEM_TYPE_VECTORLIKE.
(mark_terminal): Remove left-over declaration.

16 years ago(MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
Stefan Monnier [Sat, 29 Sep 2007 20:10:22 +0000 (20:10 +0000)]
(MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
(xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
(lisp_align_free, make_interval, allocate_vectorlike, allocate_string_data)
(make_float, Fcons, allocate_string, Fmake_symbol, allocate_misc): Use them.

16 years ago(load_face_font, free_realized_face, clear_face_gcs):
Stefan Monnier [Sat, 29 Sep 2007 17:50:09 +0000 (17:50 +0000)]
(load_face_font, free_realized_face, clear_face_gcs):
Don't let signal handlers run when a GC is freed but not yet NULL'ed.
(x_free_gc): Remove BLOCK_INPUT since it's now redundant.

16 years ago(x-gtk-stock-map): Version is 22.2.
Jan Djärv [Sat, 29 Sep 2007 16:23:59 +0000 (16:23 +0000)]
(x-gtk-stock-map): Version is 22.2.

16 years ago*** empty log message ***
Jan Djärv [Sat, 29 Sep 2007 16:23:47 +0000 (16:23 +0000)]
*** empty log message ***

16 years agoNot a bug: frames vs. weak hash tables and garbage collection
Glenn Morris [Sat, 29 Sep 2007 03:54:56 +0000 (03:54 +0000)]
Not a bug: frames vs. weak hash tables and garbage collection

16 years ago(lisp, shortlisp): Delete server.elc, it is not
Dan Nicolaescu [Fri, 28 Sep 2007 22:12:36 +0000 (22:12 +0000)]
(lisp, shortlisp): Delete server.elc, it is not
loaded by default.

16 years ago(gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
Stefan Monnier [Fri, 28 Sep 2007 20:13:31 +0000 (20:13 +0000)]
(gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
(t-mouse-mode): New compatibility alias.

16 years ago(Fgpm_mouse_start): Don't signal an error if already activated on this tty.
Stefan Monnier [Fri, 28 Sep 2007 20:07:54 +0000 (20:07 +0000)]
(Fgpm_mouse_start): Don't signal an error if already activated on this tty.
(Fgpm_mouse_stop): Only deactivate if it was activated on this tty.

16 years ago(mouse_face_window): Rename from Qmouse_face_window. Update all users.
Stefan Monnier [Fri, 28 Sep 2007 19:47:02 +0000 (19:47 +0000)]
(mouse_face_window): Rename from Qmouse_face_window.  Update all users.
(handle_one_term_event): Use Gpm_DrawPointer.
(Fgpm_mouse_start): Rename from Fterm_open_connection.
Signal errors instead of returning nil.  Always return nil.
(Fgpm_mouse_stop): Rename from Fterm_close_connection.
Make it a noop if gpm-mouse was not activated.
(syms_of_term): Update names.

16 years ago(server-delete-client): Only delete the terminal if it
Dan Nicolaescu [Fri, 28 Sep 2007 16:55:00 +0000 (16:55 +0000)]
(server-delete-client): Only delete the terminal if it
is non-nil.

16 years ago* net/tramp.el (with-file-property, with-connection-property):
Michael Albinus [Fri, 28 Sep 2007 16:05:49 +0000 (16:05 +0000)]
* net/tramp.el (with-file-property, with-connection-property):
Highlight as keyword.
(tramp-rfn-eshadow-setup-minibuffer)
(tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
(tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
(tramp-do-copy-or-rename-file-directly)
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-handle-shell-command, tramp-get-debug-buffer)
(tramp-send-command-and-read, tramp-equal-remote)
(tramp-get-local-gid): Pacify byte-compiler.
(tramp-handle-file-name-directory): Result shall not be expanded.
(tramp-find-foreign-file-name-handler): Rewrite.
(tramp-dissect-file-name): Add optional parameter NODEFAULT.

* net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.

* net/tramp-fish.el (tramp-fish-handle-expand-file-name): Apply
`tramp-completion-mode-p'.
(tramp-fish-handle-set-file-times)
(tramp-fish-handle-executable-find)
(tramp-fish-handle-process-file, tramp-fish-get-file-entries)
(tramp-fish-retrieve-data): Pacify byte-compiler.

* net/tramp-gw.el (tramp-gw-basic-authentication): Call
`tramp-read-passwd' with first parameter `nil'.

16 years ago*** empty log message ***
Glenn Morris [Fri, 28 Sep 2007 07:10:50 +0000 (07:10 +0000)]
*** empty log message ***

16 years ago(tex-fontify-script, tex-font-script-display): Add :version tag.
Glenn Morris [Fri, 28 Sep 2007 03:36:33 +0000 (03:36 +0000)]
(tex-fontify-script, tex-font-script-display): Add :version tag.
\

16 years agoAdd TeX super/sub script.
Glenn Morris [Fri, 28 Sep 2007 03:36:15 +0000 (03:36 +0000)]
Add TeX super/sub script.

16 years agoMention Tex superscript font issue.
Glenn Morris [Fri, 28 Sep 2007 03:30:10 +0000 (03:30 +0000)]
Mention Tex superscript font issue.

16 years ago(tex-suscript-height-ratio, tex-suscript-height-minimum): New
Glenn Morris [Fri, 28 Sep 2007 03:29:59 +0000 (03:29 +0000)]
(tex-suscript-height-ratio, tex-suscript-height-minimum): New
customizable variables.
(tex-suscript-height): New function.
(superscript, subscript): Set height using tex-suscript-height
rather than fixing at 0.8.

16 years ago(sc-attribs-filter-namelist): Use mapc rather than mapcar.
Glenn Morris [Fri, 28 Sep 2007 03:27:02 +0000 (03:27 +0000)]
(sc-attribs-filter-namelist): Use mapc rather than mapcar.

16 years ago(narrow_foreground_group, widen_foreground_group): Static.
Stefan Monnier [Thu, 27 Sep 2007 21:20:07 +0000 (21:20 +0000)]
(narrow_foreground_group, widen_foreground_group): Static.
(init_sys_modes): Check that gpm_tty is the current tty.

16 years ago(Fterm_open_connection): Add comment.
Stefan Monnier [Thu, 27 Sep 2007 21:19:54 +0000 (21:19 +0000)]
(Fterm_open_connection): Add comment.

16 years ago(allocate_terminal): Set the vector size to only count the Lisp fields.
Stefan Monnier [Thu, 27 Sep 2007 19:51:39 +0000 (19:51 +0000)]
(allocate_terminal): Set the vector size to only count the Lisp fields.
Initialize those to nil.
(mark_object): Don't treat terminals specially.
(mark_terminal): Remove.
(mark_terminals): Use mark_object instead.

16 years ago(struct terminal): Move all Lisp_Object fields traced by
Stefan Monnier [Thu, 27 Sep 2007 19:50:02 +0000 (19:50 +0000)]
(struct terminal): Move all Lisp_Object fields traced by
the GC to the beginning.

16 years ago(compute_motion): Typo in last change.
Stefan Monnier [Thu, 27 Sep 2007 18:56:16 +0000 (18:56 +0000)]
(compute_motion): Typo in last change.

16 years ago* indent.h:
Stefan Monnier [Thu, 27 Sep 2007 18:49:57 +0000 (18:49 +0000)]
* indent.h:
* indent.c: Use EMACS_INT for ints coming from Elisp data.

16 years ago(Fmove_to_column): Use EMACS_INT for buffer positions.
Stefan Monnier [Thu, 27 Sep 2007 18:27:48 +0000 (18:27 +0000)]
(Fmove_to_column): Use EMACS_INT for buffer positions.

16 years agoSimplify previous change (auto can only be non-nil if type is).
Glenn Morris [Thu, 27 Sep 2007 16:41:34 +0000 (16:41 +0000)]
Simplify previous change (auto can only be non-nil if type is).

16 years ago(python-eldoc-function): Doc fix.
Juanma Barranquero [Thu, 27 Sep 2007 11:55:06 +0000 (11:55 +0000)]
(python-eldoc-function): Doc fix.

16 years agoAdd URLs.
Glenn Morris [Thu, 27 Sep 2007 07:27:23 +0000 (07:27 +0000)]
Add URLs.

16 years agoWhitespace.
Glenn Morris [Thu, 27 Sep 2007 06:44:21 +0000 (06:44 +0000)]
Whitespace.

16 years ago(image-type-auto-detected-p): Doc fix. Don't detect an image if it is
Glenn Morris [Thu, 27 Sep 2007 06:38:29 +0000 (06:38 +0000)]
(image-type-auto-detected-p): Doc fix.  Don't detect an image if it is
not in image-type-auto-detectable, or is there with a nil value.

16 years ago*** empty log message ***
Glenn Morris [Thu, 27 Sep 2007 06:38:15 +0000 (06:38 +0000)]
*** empty log message ***

16 years ago* net/tramp.el (tramp-maybe-open-connection): Make test for alive
Michael Albinus [Thu, 27 Sep 2007 04:37:33 +0000 (04:37 +0000)]
* net/tramp.el (tramp-maybe-open-connection): Make test for alive
connection more robust.

16 years ago(eldoc-function-argstring-format): Deal with the case that special
Juanma Barranquero [Wed, 26 Sep 2007 15:59:13 +0000 (15:59 +0000)]
(eldoc-function-argstring-format): Deal with the case that special
&keywords are at the beginning or end of the argument list.
Also add some (incomplete) support for non-standard arglists.

16 years ago(eldoc-message-commands-table-size, eldoc-message-commands,
Juanma Barranquero [Wed, 26 Sep 2007 11:55:46 +0000 (11:55 +0000)]
(eldoc-message-commands-table-size, eldoc-message-commands,
eldoc-current-idle-delay, eldoc-function-argstring-format):
Fix typos in docstrings.

16 years ago(calc-convert-units, calc-convert-temperature): Remove unnecessary
Jay Belanger [Wed, 26 Sep 2007 06:00:47 +0000 (06:00 +0000)]
(calc-convert-units, calc-convert-temperature): Remove unnecessary
colons.

16 years ago(HTML): Mention binding of S-mouse-2 to browse-url-at-mouse.
Bill Wohler [Wed, 26 Sep 2007 05:33:28 +0000 (05:33 +0000)]
(HTML): Mention binding of S-mouse-2 to browse-url-at-mouse.

16 years ago2007-09-26 Bastien Guerry <bzg@altern.org>
John Wiegley [Wed, 26 Sep 2007 05:05:01 +0000 (05:05 +0000)]
2007-09-26  Bastien Guerry  <bzg@altern.org>

* org-export-latex.el (org-export-latex-tables-verbatim): New
function.
(org-export-latex-remove-from-headlines): Name changed because of
typo.
(org-export-latex-quotation-marks-convention): Option removed.
(org-export-latex-make-preamble): Handle the DATE option.
(org-export-latex-cleaned-string): Now the only cleaning function,
synched up with org.el.
(org-export-latex-lists, org-export-latex-parse-list)
(org-export-list-to-latex): New functions.

2007-09-26  Carsten Dominik  <dominik@science.uva.nl>

* org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
(org-outline-regexp): New constant.
(org-remember-handler): Throw error when the target file is not in
org-mode.
(org-cleaned-string-for-export): No longer call
`org-export-latex-cleaned-string' with an argument.
(org-get-tags): Returns now a list, not a string.
(org-get-tags-string): New function.
(org-archive-subtree): No need to split return of `org-get-tags'.
(org-set-tags, org-entry-properties): Call `org-get-tags-string'
instead of `org-get-tags'.
(org-agenda-format-date): Renamed from `org-agenda-date-format'.
(org-time-from-absolute, org-agenda-format-date-aligned): New
functions.
(org-compatible-face): New argument INHERITS.  Inherit from this
face if possible.
(org-level-1, org-level-2, org-level-3, org-level-4)
(org-level-5, org-level-6, org-level-7, org-level-8)
(org-special-keyword, org-drawer, org-column, org-warning)
(org-archived, org-todo, org-done, org-headline-done, org-table)
(org-formula, org-code, org-agenda-structure)
(org-scheduled-today, org-scheduled-previously)
(org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
in the new way.
(org-get-heading): New argument NO-TAGS.
(org-fast-tag-selection-include-todo): Made defvar instead of
defcustom, feature is not deprecated.
(org-remember-store-without-prompt): New default value t.
(org-todo-log-states): New variable.
(org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
Compute the log states.
(org-goto-map): More commands copied from global map.  Also bind
`org-occur'.
(org-goto): Made into a general lookup command.
(org-get-location): Complete rewrite.
(org-goto-exit-command): New variable.
(org-goto-selected-point): New variable.
(org-goto-ret, org-goto-left, org-goto-right, org-goto-quit): Set
the new variables.
(org-paste-subtree): Whitespace insertion strategy revised.
(org-remember-apply-template): Protect v-A from the possibility
that v-a might be nil.
(org-remember-handler): Insertion rules revised.
(org-todo): Respect org-todo-log-states.
(org-up-heading-safe): New function.
(org-entry-get-with-inheritance): Use `org-up-heading-safe'.

* org.texi: Change links to webpage and maintained email.
(Remember): Promoted to Chapter, significant changes.
(Fast access to TODO states): New section.
(Faces for TODO keywords): New section.
(Export options): Example for #+DATE.
(Progress logging): Section moved.

16 years ago(c-indent-line-or-region): Only indent the
Dan Nicolaescu [Wed, 26 Sep 2007 03:18:21 +0000 (03:18 +0000)]
(c-indent-line-or-region): Only indent the
region if in transient-mark-mode.

16 years ago(top): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:39:23 +0000 (00:39 +0000)]
(top): Use `mapc' rather than `mapcar'.

16 years ago(table--generate-source-epilogue, table-insert,
Juanma Barranquero [Wed, 26 Sep 2007 00:36:39 +0000 (00:36 +0000)]
(table--generate-source-epilogue, table-insert,
table--generate-source-cells-in-a-row, table--make-cell-map,
*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.

16 years ago(flyspell-delay-commands, flyspell-deplacement-commands):
Juanma Barranquero [Wed, 26 Sep 2007 00:32:27 +0000 (00:32 +0000)]
(flyspell-delay-commands, flyspell-deplacement-commands):
Use `mapc' rather than `mapcar'.

16 years ago(artist-mt-get-symbol-from-keyword-sub, artist-go-retrieve-from-symbol-sub,
Juanma Barranquero [Wed, 26 Sep 2007 00:31:44 +0000 (00:31 +0000)]
(artist-mt-get-symbol-from-keyword-sub, artist-go-retrieve-from-symbol-sub,
artist-go-get-symbol-shift-sub, artist-fc-retrieve-from-symbol-sub,
artist-vaporize-line, artist-vaporize-lines, artist-ellipse-compute-fill-info,
artist-submit-bug-report): Use `mapc' rather than `mapcar'.

16 years ago(top): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:30:33 +0000 (00:30 +0000)]
(top): Use `mapc' rather than `mapcar'.

16 years ago(vhdl-set-style, vhdl-regress-line): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:30:00 +0000 (00:30 +0000)]
(vhdl-set-style, vhdl-regress-line): Use `mapc' rather than `mapcar'.

16 years ago(top): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:28:25 +0000 (00:28 +0000)]
(top): Use `mapc' rather than `mapcar'.

16 years ago(sh-make-vars-local, sh-reset-indent-vars-to-global-values):
Juanma Barranquero [Wed, 26 Sep 2007 00:27:18 +0000 (00:27 +0000)]
(sh-make-vars-local, sh-reset-indent-vars-to-global-values):
Use `mapc' rather than `mapcar'.

16 years ago(ebrowse-tree-mode, ebrowse-view-exit-fn, ebrowse-member-mode,
Juanma Barranquero [Wed, 26 Sep 2007 00:26:29 +0000 (00:26 +0000)]
(ebrowse-tree-mode, ebrowse-view-exit-fn, ebrowse-member-mode,
ebrowse-save-tree-as, ebrowse-save-class): Use `mapc' rather than `mapcar'.

16 years ago(delphi-search-directory, delphi-find-unit-file, delphi-debug-mode-map,
Juanma Barranquero [Wed, 26 Sep 2007 00:25:26 +0000 (00:25 +0000)]
(delphi-search-directory, delphi-find-unit-file, delphi-debug-mode-map,
delphi-mode-map, delphi-mode): Use `mapc' rather than `mapcar'.

16 years ago(ada-prj-display-page): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:24:29 +0000 (00:24 +0000)]
(ada-prj-display-page): Use `mapc' rather than `mapcar'.

16 years ago(ada-save-exceptions-to-file): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:23:56 +0000 (00:23 +0000)]
(ada-save-exceptions-to-file): Use `mapc' rather than `mapcar'.

16 years ago(zone-pgm-rotate): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:23:11 +0000 (00:23 +0000)]
(zone-pgm-rotate): Use `mapc' rather than `mapcar'.

16 years ago(solitaire-check, solitaire-solve): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:22:45 +0000 (00:22 +0000)]
(solitaire-check, solitaire-solve): Use `mapc' rather than `mapcar'.

16 years ago(hilit-unhighlight-region, hilit-set-mode-patterns):
Juanma Barranquero [Wed, 26 Sep 2007 00:22:15 +0000 (00:22 +0000)]
(hilit-unhighlight-region, hilit-set-mode-patterns):
Use `mapc' rather than `mapcar'.

16 years ago(ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
Juanma Barranquero [Wed, 26 Sep 2007 00:21:38 +0000 (00:21 +0000)]
(ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
Use `mapc' rather than `mapcar'.

16 years ago(report-emacs-bug): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:20:26 +0000 (00:20 +0000)]
(report-emacs-bug): Use `mapc' rather than `mapcar'.

16 years ago(ethio-fidel-to-sera-buffer): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:20:03 +0000 (00:20 +0000)]
(ethio-fidel-to-sera-buffer): Use `mapc' rather than `mapcar'.

16 years ago(describe-current-coding-system): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:19:29 +0000 (00:19 +0000)]
(describe-current-coding-system): Use `mapc' rather than `mapcar'.

16 years ago(set-viper-state-in-major-mode): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:18:58 +0000 (00:18 +0000)]
(set-viper-state-in-major-mode): Use `mapc' rather than `mapcar'.

16 years ago(viper-setup-master-buffer): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:18:24 +0000 (00:18 +0000)]
(viper-setup-master-buffer): Use `mapc' rather than `mapcar'.

16 years ago(viper-describe-kbd-macros, viper-describe-one-macro):
Juanma Barranquero [Wed, 26 Sep 2007 00:17:55 +0000 (00:17 +0000)]
(viper-describe-kbd-macros, viper-describe-one-macro):
Use `mapc' rather than `mapcar'.

16 years ago(viper-toggle-key, viper-ESC-key): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:17:11 +0000 (00:17 +0000)]
(viper-toggle-key, viper-ESC-key): Use `mapc' rather than `mapcar'.

16 years ago(cua--deactivate-rectangle, cua--highlight-rectangle,
Juanma Barranquero [Wed, 26 Sep 2007 00:16:39 +0000 (00:16 +0000)]
(cua--deactivate-rectangle, cua--highlight-rectangle,
cua--rectangle-post-command): Use `mapc' rather than `mapcar'.

16 years ago(sregex--char-aux): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:15:54 +0000 (00:15 +0000)]
(sregex--char-aux): Use `mapc' rather than `mapcar'.

16 years ago(regi-interpret): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:15:30 +0000 (00:15 +0000)]
(regi-interpret): Use `mapc' rather than `mapcar'.

16 years ago(reb-delete-overlays): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:15:01 +0000 (00:15 +0000)]
(reb-delete-overlays): Use `mapc' rather than `mapcar'.

16 years ago(generic-mode-internal): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:14:38 +0000 (00:14 +0000)]
(generic-mode-internal): Use `mapc' rather than `mapcar'.

16 years ago(elp-results): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:14:17 +0000 (00:14 +0000)]
(elp-results): Use `mapc' rather than `mapcar'.

16 years ago(elint-current-buffer, elint-check-defun-form, elint-check-let-form,
Juanma Barranquero [Wed, 26 Sep 2007 00:13:53 +0000 (00:13 +0000)]
(elint-current-buffer, elint-check-defun-form, elint-check-let-form,
elint-check-condition-case-form, elint-initialize):
Use `mapc' rather than `mapcar'.

16 years ago(byte-compile-resolve-functions): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:13:09 +0000 (00:13 +0000)]
(byte-compile-resolve-functions): Use `mapc' rather than `mapcar'.

16 years ago(easy-mmode-define-syntax): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:12:23 +0000 (00:12 +0000)]
(easy-mmode-define-syntax): Use `mapc' rather than `mapcar'.

16 years ago(disassemble-1): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:11:46 +0000 (00:11 +0000)]
(disassemble-1): Use `mapc' rather than `mapcar'.

16 years ago(custom-print-install, custom-print-uninstall): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:11:21 +0000 (00:11 +0000)]
(custom-print-install, custom-print-uninstall): Use `mapc' rather than `mapcar'.

16 years ago(authors): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:10:48 +0000 (00:10 +0000)]
(authors): Use `mapc' rather than `mapcar'.

16 years ago(icalendar--format-ical-event, icalendar--convert-ical-to-diary):
Juanma Barranquero [Wed, 26 Sep 2007 00:10:17 +0000 (00:10 +0000)]
(icalendar--format-ical-event, icalendar--convert-ical-to-diary):
Use `mapc' rather than `mapcar'.

16 years ago(calc-digit-map, calc-dispatch-map, calc-mode, calc-quit):
Juanma Barranquero [Wed, 26 Sep 2007 00:09:32 +0000 (00:09 +0000)]
(calc-digit-map, calc-dispatch-map, calc-mode, calc-quit):
Use `mapc' rather than `mapcar'.

16 years ago(math-build-units-table): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:08:16 +0000 (00:08 +0000)]
(math-build-units-table): Use `mapc' rather than `mapcar'.

16 years ago(calc-flush-caches): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:07:37 +0000 (00:07 +0000)]
(calc-flush-caches): Use `mapc' rather than `mapcar'.

16 years ago(calc-var-name-map): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:07:05 +0000 (00:07 +0000)]
(calc-var-name-map): Use `mapc' rather than `mapcar'.

16 years ago(another-calc): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:06:32 +0000 (00:06 +0000)]
(another-calc): Use `mapc' rather than `mapcar'.

16 years ago(calc-full-help): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:06:05 +0000 (00:06 +0000)]
(calc-full-help): Use `mapc' rather than `mapcar'.

16 years ago(calc-init-extensions, calc-reset): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Wed, 26 Sep 2007 00:05:27 +0000 (00:05 +0000)]
(calc-init-extensions, calc-reset): Use `mapc' rather than `mapcar'.

16 years agoAdd arch tagline
Miles Bader [Tue, 25 Sep 2007 22:01:16 +0000 (22:01 +0000)]
Add arch tagline

16 years agoFix typo.
Juanma Barranquero [Tue, 25 Sep 2007 11:31:17 +0000 (11:31 +0000)]
Fix typo.

16 years ago(woman-dired-define-keys): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Tue, 25 Sep 2007 11:17:39 +0000 (11:17 +0000)]
(woman-dired-define-keys): Use `mapc' rather than `mapcar'.

16 years ago(tempo-insert-template, tempo-is-user-element, tempo-forward-mark,
Juanma Barranquero [Tue, 25 Sep 2007 11:15:17 +0000 (11:15 +0000)]
(tempo-insert-template, tempo-is-user-element, tempo-forward-mark,
tempo-backward-mark): Use `mapc' rather than `mapcar'.

16 years ago(command-line): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Tue, 25 Sep 2007 11:14:28 +0000 (11:14 +0000)]
(command-line): Use `mapc' rather than `mapcar'.

16 years ago(clone-buffer): Use `mapc' rather than `mapcar'.
Juanma Barranquero [Tue, 25 Sep 2007 11:13:24 +0000 (11:13 +0000)]
(clone-buffer): Use `mapc' rather than `mapcar'.

16 years ago(ps-background, ps-begin-file, ps-build-reference-face-lists):
Juanma Barranquero [Tue, 25 Sep 2007 11:12:22 +0000 (11:12 +0000)]
(ps-background, ps-begin-file, ps-build-reference-face-lists):
Use `mapc' rather than `mapcar'.